2.15.0

svn path=/trunk/; revision=6180
diff --git a/ChangeLog b/ChangeLog
index 5a37898..61fe1b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-12-20  Matthias Clasen  <mclasen@redhat.com>
 
+	* === Released 2.15.0 ===
+
 	* NEWS: Updates
 
 	* glib/Makefile.am: Fix make dist
diff --git a/INSTALL b/INSTALL
index 6c9a832..62b50fd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-2.14.3.tar.gz | tar xvf -  # unpack the sources
-  % cd glib-2.14.3                           # change to the toplevel directory
+  % gzip -cd glib-2.15.0.tar.gz | tar xvf -  # unpack the sources
+  % cd glib-2.15.0                           # change to the toplevel directory
   % ./configure                             # run the `configure' script
   % make                                    # build GLIB
 
diff --git a/Makefile.am b/Makefile.am
index ba25bd6..57f77d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,7 @@
 	HACKING			\
 	MAINTAINERS		\
 	autogen.sh		\
+	Makefile.decl		\
 	mkinstalldirs		\
 	makefile.msc		\
 	glibconfig.h.win32.in	\
diff --git a/README b/README
index e76f218..8dbdf90 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is GLib version 2.14.3. GLib is the low-level core
+This is GLib version 2.15.0. GLib is the low-level core
 library that forms the basis for projects such as GTK+ and GNOME. It
 provides data structure handling for C, portability wrappers, and
 interfaces for such runtime functionality as an event loop, threads,
diff --git a/autogen.sh b/autogen.sh
index 786d653..57b5d85 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -45,12 +45,12 @@
 	DIE=1
 }
 
-if automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then
-    AUTOMAKE=automake-1.9
-    ACLOCAL=aclocal-1.9
-else if automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then
+if automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then
     AUTOMAKE=automake-1.10
     ACLOCAL=aclocal-1.10
+else if automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then
+    AUTOMAKE=automake-1.9
+    ACLOCAL=aclocal-1.9
 else 
 	echo
 	echo "You must have automake 1.9.x or 1.10.x installed to compile $PROJECT."
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index e2e17d6..9ad74fa 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-20  Matthias Clasen  <mclasen@redhat.com>
+
+	* === Released 2.15.0 ===
+
 2007-12-19  Alexander Larsson  <alexl@redhat.com>
 
         * gio/migrating.xml:
diff --git a/docs/reference/glib/tmpl/arrays_pointer.sgml b/docs/reference/glib/tmpl/arrays_pointer.sgml
index 25ae824..15c5792 100644
--- a/docs/reference/glib/tmpl/arrays_pointer.sgml
+++ b/docs/reference/glib/tmpl/arrays_pointer.sgml
@@ -244,6 +244,7 @@
 @Returns: the pointer array if @free_seg is %FALSE, otherwise %NULL.
 	The pointer array should be freed using g_free().
 
+
 <!-- ##### FUNCTION g_ptr_array_foreach ##### -->
 <para>
 
diff --git a/docs/reference/glib/tmpl/async_queues.sgml b/docs/reference/glib/tmpl/async_queues.sgml
index eeb8f0c..79dbec8 100644
--- a/docs/reference/glib/tmpl/async_queues.sgml
+++ b/docs/reference/glib/tmpl/async_queues.sgml
@@ -80,6 +80,15 @@
 @Returns: 
 
 
+<!-- ##### FUNCTION g_async_queue_new_full ##### -->
+<para>
+
+</para>
+
+@item_free_func: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_async_queue_ref ##### -->
 
 
diff --git a/docs/reference/glib/tmpl/checksum.sgml b/docs/reference/glib/tmpl/checksum.sgml
index 7d45377..18b21a1 100644
--- a/docs/reference/glib/tmpl/checksum.sgml
+++ b/docs/reference/glib/tmpl/checksum.sgml
@@ -43,6 +43,15 @@
 @G_CHECKSUM_SHA1: 
 @G_CHECKSUM_SHA256: 
 
+<!-- ##### FUNCTION g_checksum_type_get_length ##### -->
+<para>
+
+</para>
+
+@checksum_type: 
+@Returns: 
+
+
 <!-- ##### STRUCT GChecksum ##### -->
 <para>
 
@@ -100,7 +109,7 @@
 </para>
 
 @checksum: 
-@digest: 
+@buffer: 
 @digest_len: 
 
 
diff --git a/docs/reference/glib/tmpl/error_reporting.sgml b/docs/reference/glib/tmpl/error_reporting.sgml
index ed748c7..c317d54 100644
--- a/docs/reference/glib/tmpl/error_reporting.sgml
+++ b/docs/reference/glib/tmpl/error_reporting.sgml
@@ -477,3 +477,24 @@
 -->
 
 
+<!-- ##### FUNCTION g_prefix_error ##### -->
+<para>
+
+</para>
+
+@err: 
+@format: 
+@Varargs: 
+
+
+<!-- ##### FUNCTION g_propagate_prefixed_error ##### -->
+<para>
+
+</para>
+
+@dest: 
+@src: 
+@format: 
+@Varargs: 
+
+
diff --git a/docs/reference/glib/tmpl/glib-unused.sgml b/docs/reference/glib/tmpl/glib-unused.sgml
index d49f6cb..caf6330 100644
--- a/docs/reference/glib/tmpl/glib-unused.sgml
+++ b/docs/reference/glib/tmpl/glib-unused.sgml
@@ -251,6 +251,15 @@
 </para>
 
 
+<!-- ##### MACRO _ ##### -->
+<para>
+Marks a string for translation, gets replaced with the translated string
+at runtime.
+</para>
+
+@String: the string to be translated
+@Since: 2.4
+
 <!-- ##### MACRO access ##### -->
 <para>
 
diff --git a/docs/reference/glib/tmpl/gregex.sgml b/docs/reference/glib/tmpl/gregex.sgml
index 4da8b50..703e623 100644
--- a/docs/reference/glib/tmpl/gregex.sgml
+++ b/docs/reference/glib/tmpl/gregex.sgml
@@ -123,7 +123,6 @@
 @G_REGEX_ERROR_INCONSISTENT_NEWLINE_OPTIONS: Inconsistent newline options. Since 2.16
 @G_REGEX_ERROR_MISSING_BACK_REFERENCE: "\\g" is not followed by a braced name or an
 optionally braced non-zero number. Since 2.16
-
 @Since: 2.14
 
 <!-- ##### MACRO G_REGEX_ERROR ##### -->
diff --git a/docs/reference/glib/tmpl/hash_tables.sgml b/docs/reference/glib/tmpl/hash_tables.sgml
index 44b9248..650553c 100644
--- a/docs/reference/glib/tmpl/hash_tables.sgml
+++ b/docs/reference/glib/tmpl/hash_tables.sgml
@@ -340,6 +340,12 @@
 @hash_table: 
 
 
+<!-- ##### STRUCT GHashTableIter ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### FUNCTION g_hash_table_iter_init ##### -->
 <para>
 
diff --git a/docs/reference/glib/tmpl/i18n.sgml b/docs/reference/glib/tmpl/i18n.sgml
index 31aa6a4..9076edb 100644
--- a/docs/reference/glib/tmpl/i18n.sgml
+++ b/docs/reference/glib/tmpl/i18n.sgml
@@ -32,16 +32,6 @@
 <!-- ##### SECTION Stability_Level ##### -->
 
 
-<!-- ##### MACRO _ ##### -->
-<para>
-Marks a string for translation, gets replaced with the translated string
-at runtime.
-</para>
-
-@String: the string to be translated
-@Since: 2.4
-
-
 <!-- ##### MACRO Q_ ##### -->
 <para>
 Like _(), but handles context in message ids. This has the advantage that 
@@ -92,10 +82,13 @@
 messages. Note that this only works with GNU gettext >= 0.15. 
 </para></note>
 
-@msgctxt: a message context, must be a string literal
-@msgid: a message id, must be a string literal
+@Context: 
+@String: 
 @Returns: the translated message
 @Since: 2.16
+<!-- # Unused Parameters # -->
+@msgctxt: a message context, must be a string literal
+@msgid: a message id, must be a string literal
 
 
 <!-- ##### MACRO N_ ##### -->
@@ -124,7 +117,6 @@
 @Since: 2.4
 
 
-
 <!-- ##### FUNCTION g_strip_context ##### -->
 <para>
 
@@ -135,6 +127,17 @@
 @Returns: 
 
 
+<!-- ##### FUNCTION g_dpgettext ##### -->
+<para>
+
+</para>
+
+@domain: 
+@msgctxtid: 
+@msgidoffset: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_get_language_names ##### -->
 <para>
 
diff --git a/docs/reference/glib/tmpl/keyfile.sgml b/docs/reference/glib/tmpl/keyfile.sgml
index 2cf224d..bcc0371 100644
--- a/docs/reference/glib/tmpl/keyfile.sgml
+++ b/docs/reference/glib/tmpl/keyfile.sgml
@@ -586,6 +586,7 @@
 @key: 
 @comment: 
 @error: 
+@Returns: 
 
 
 <!-- ##### FUNCTION g_key_file_remove_group ##### -->
@@ -596,6 +597,7 @@
 @key_file: 
 @group_name: 
 @error: 
+@Returns: 
 
 
 <!-- ##### FUNCTION g_key_file_remove_key ##### -->
@@ -607,6 +609,7 @@
 @group_name: 
 @key: 
 @error: 
+@Returns: 
 
 
 <!-- ##### FUNCTION g_key_file_remove_comment ##### -->
@@ -618,6 +621,7 @@
 @group_name: 
 @key: 
 @error: 
+@Returns: 
 
 
 <!-- ##### MACRO G_KEY_FILE_DESKTOP_GROUP ##### -->
diff --git a/docs/reference/glib/tmpl/main.sgml b/docs/reference/glib/tmpl/main.sgml
index 0a708d0..d9c60a1 100644
--- a/docs/reference/glib/tmpl/main.sgml
+++ b/docs/reference/glib/tmpl/main.sgml
@@ -729,6 +729,9 @@
 
 </para>
 
+@fd: 
+@fd: 
+@events: 
 @revents: 
 
 <!-- ##### STRUCT GSource ##### -->
diff --git a/docs/reference/glib/tmpl/memory.sgml b/docs/reference/glib/tmpl/memory.sgml
index eba5d1b..904bd8f 100644
--- a/docs/reference/glib/tmpl/memory.sgml
+++ b/docs/reference/glib/tmpl/memory.sgml
@@ -340,3 +340,6 @@
 Note that this function will not output anything unless you have
 previously installed the #glib_mem_profiler_table with g_mem_set_vtable().
 </para>
+
+
+
diff --git a/docs/reference/glib/tmpl/strings.sgml b/docs/reference/glib/tmpl/strings.sgml
index 8c34b21..58a1307 100644
--- a/docs/reference/glib/tmpl/strings.sgml
+++ b/docs/reference/glib/tmpl/strings.sgml
@@ -166,6 +166,18 @@
 @Returns: 
 
 
+<!-- ##### FUNCTION g_string_append_uri_escaped ##### -->
+<para>
+
+</para>
+
+@string: 
+@unescaped: 
+@reserved_chars_allowed: 
+@allow_utf8: 
+@Returns: 
+
+
 <!-- ##### FUNCTION g_string_prepend ##### -->
 <para>
 
diff --git a/docs/reference/gobject/tmpl/enumerations_flags.sgml b/docs/reference/gobject/tmpl/enumerations_flags.sgml
index 1293d2f..2b72931 100644
--- a/docs/reference/gobject/tmpl/enumerations_flags.sgml
+++ b/docs/reference/gobject/tmpl/enumerations_flags.sgml
@@ -232,13 +232,11 @@
 </para>
 
 @name: A nul-terminated string used as the name of the new type.
-@_static_values: 
-@Returns: The new type identifier.
-<!-- # Unused Parameters # -->
 @const_static_values: An array of #GEnumValue structs for the possible
   enumeration values. The array is terminated by a struct with all 
   members being 0. GObject keeps a reference to the data, so it cannot
   be stack-allocated.
+@Returns: The new type identifier.
 
 
 <!-- ##### FUNCTION g_flags_register_static ##### -->
@@ -252,12 +250,10 @@
 </para>
 
 @name: A nul-terminated string used as the name of the new type.
-@_static_values: 
-@Returns: The new type identifier.
-<!-- # Unused Parameters # -->
 @const_static_values: An array of #GFlagsValue structs for the possible
   flags values. The array is terminated by a struct with all members being 0.
   GObject keeps a reference to the data, so it cannot be stack-allocated.
+@Returns: The new type identifier.
 
 
 <!-- ##### FUNCTION g_enum_complete_type_info ##### -->
@@ -286,8 +282,6 @@
 
 @g_enum_type: the type identifier of the type being completed
 @info: the #GTypeInfo struct to be filled in
-@_values: 
-<!-- # Unused Parameters # -->
 @const_values: An array of #GEnumValue structs for the possible
   enumeration values. The array is terminated by a struct with all 
   members being 0.
@@ -302,8 +296,6 @@
 
 @g_flags_type: the type identifier of the type being completed
 @info: the #GTypeInfo struct to be filled in
-@_values: 
-<!-- # Unused Parameters # -->
 @const_values: An array of #GFlagsValue structs for the possible
   enumeration values. The array is terminated by a struct with all 
   members being 0.
diff --git a/docs/reference/gobject/tmpl/gparamspec.sgml b/docs/reference/gobject/tmpl/gparamspec.sgml
index d34794d..ed8a830 100644
--- a/docs/reference/gobject/tmpl/gparamspec.sgml
+++ b/docs/reference/gobject/tmpl/gparamspec.sgml
@@ -149,6 +149,8 @@
                          parameter is guaranteed to remain valid and
                          unmodified for the lifetime of the parameter. 
                          Since 2.8
+@G_PARAM_PRIVATE: 
+@G_PARAM_STATIC_NICK: 
 @G_PARAM_STATIC_BLURB:   the string used as blurb when constructing the 
                          parameter is guaranteed to remain valid and 
                          unmodified for the lifetime of the parameter. 
diff --git a/docs/reference/gobject/tmpl/gtypemodule.sgml b/docs/reference/gobject/tmpl/gtypemodule.sgml
index 3b2e9ee..71ce8f1 100644
--- a/docs/reference/gobject/tmpl/gtypemodule.sgml
+++ b/docs/reference/gobject/tmpl/gtypemodule.sgml
@@ -164,13 +164,11 @@
 
 @module:              a #GTypeModule
 @name:                name for the type
-@_static_values: 
-@Returns: the new or existing type ID
-@Since: 2.6
-<!-- # Unused Parameters # -->
 @const_static_values: an array of #GEnumValue structs for the possible
   enumeration values. The array is terminated by a struct with all 
   members being 0.
+@Returns: the new or existing type ID
+@Since: 2.6
 
 
 <!-- ##### FUNCTION g_type_module_register_flags ##### -->
@@ -187,13 +185,11 @@
 
 @module:              a #GTypeModule
 @name:                name for the type
-@_static_values: 
-@Returns: the new or existing type ID
-@Since: 2.6
-<!-- # Unused Parameters # -->
 @const_static_values: an array of #GFlagsValue structs for the possible
   flags values. The array is terminated by a struct with all 
   members being 0.
+@Returns: the new or existing type ID
+@Since: 2.6
 
 
 <!-- ##### MACRO G_DEFINE_DYNAMIC_TYPE ##### -->
diff --git a/gio/ChangeLog b/gio/ChangeLog
index fb86c43..c3ecc77 100644
--- a/gio/ChangeLog
+++ b/gio/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-20  Matthias Clasen  <mclasen@redhat.com>
+
+	* === Released 2.15.0 ===
+
 2007-12-20  Hans Breuer  <hans@breuer.org>
 
 	* makefile.msc : don't build gdesktopappinfo.obj, it collides 
diff --git a/gio/Makefile.am b/gio/Makefile.am
index e699496..c0b09f2 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -178,6 +178,8 @@
 	gmountprivate.h 	\
 	gioenumtypes.h		\
 	gioenumtypes.c		\
+	gioalias.h 		\
+	gioaliasdef.c		\
 	$(appinfo_sources) 	\
 	$(unix_sources) 	\
 	$(local_sources) 	\
@@ -227,6 +229,7 @@
 	gicon.h 		\
 	ginputstream.h 		\
 	gio.h			\
+	gioenumtypes.h		\
 	gioerror.h 		\
 	giomodule.h 		\
 	gioscheduler.h 		\
@@ -265,6 +268,9 @@
 	gio.symbols		\
 	gioenumtypes.h.template	\
 	gioenumtypes.c.template	\
+	makegioalias.pl		\
+	abicheck.sh		\
+	pltcheck.sh		\
 	$(NULL)
 
 CLEANFILES = 			\
diff --git a/glib/Makefile.am b/glib/Makefile.am
index f608cb5..ef38e85 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -21,7 +21,7 @@
 
 SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre . tests
 
-DIST_SUBDIRS = libcharset gnulib pcre update-pcre
+DIST_SUBDIRS = libcharset gnulib pcre update-pcre tests
 
 AM_CPPFLAGS = 				\
 	-I$(top_srcdir) 		\
diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog
index 6958f30..5d33f1d 100644
--- a/gmodule/ChangeLog
+++ b/gmodule/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-20  Matthias Clasen  <mclasen@redhat.com>
+
+	* === Released 2.15.0 ===
+
 2007-11-08  Matthias Clasen <mclasen@redhat.com>
 
 	* gmodule.c: Include glibconfig.h before checking G_OS_WIN32.
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index c01a2b9..5d43c3a 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-20  Matthias Clasen  <mclasen@redhat.com>
+
+	* === Released 2.15.0 ===
+
 2007-11-11  Mathias Hasselmann  <mathias@openismus.com>
 
 	Always exit with non-zero error code when printing warnings.
diff --git a/gthread/ChangeLog b/gthread/ChangeLog
index 0d87bf8..4608dcc 100644
--- a/gthread/ChangeLog
+++ b/gthread/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-20  Matthias Clasen  <mclasen@redhat.com>
+
+	* === Released 2.15.0 ===
+
 2007-11-07  Matthias Clasen <mclasen@redhat.com>
 
 	* === Released 2.14.3 ===
diff --git a/po/ChangeLog b/po/ChangeLog
index b550524..8e26879 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-20  Matthias Clasen  <mclasen@redhat.com>
+
+	* === Released 2.15.0 ===
+
 2007-12-19  Kjartan Maraas  <kmaraas@gnome.org>
 
 	* nb.po: Updated Norwegian bokmål translation.
diff --git a/po/am.po b/po/am.po
index 098d6f8..80d0a52 100644
--- a/po/am.po
+++ b/po/am.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: glib VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -88,71 +88,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr ""
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr ""
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr ""
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr ""
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr ""
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr ""
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr ""
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr ""
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr ""
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s'ን ተቀብሏል"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr ""
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr ""
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr ""
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
@@ -232,37 +232,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr ""
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr ""
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr ""
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr ""
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr ""
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr ""
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -277,22 +299,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr ""
 
-#: glib/gmarkup.c:226
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, c-format
-msgid "Error on line %d char %d: %s"
+msgid "Error on line %d char %d: "
 msgstr ""
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr ""
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -300,93 +322,93 @@
 "it as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr ""
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr ""
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 msgstr ""
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr ""
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
 "as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr ""
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr ""
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "የማይሰራ የUTF-8 ጽሑፍ"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "የማይሰራ የUTF-8 ጽሑፍ"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "የማይሰራ የUTF-8 ጽሑፍ"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr ""
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr ""
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -394,87 +416,87 @@
 "character in an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr ""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr ""
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr ""
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr ""
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr ""
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 
@@ -522,66 +544,251 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+msgid "missing terminating ] for character class"
+msgstr ""
+
+#: glib/gregex.c:224
+msgid "invalid escape sequence in character class"
+msgstr ""
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+msgid "unrecognized character after (?"
+msgstr ""
+
+#: glib/gregex.c:237
+msgid "unrecognized character after (?<"
+msgstr ""
+
+#: glib/gregex.c:241
+msgid "unrecognized character after (?P"
+msgstr ""
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+msgid "POSIX collating elements are not supported"
+msgstr ""
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr ""
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -616,17 +823,17 @@
 msgid "Failed to read data from child process"
 msgstr ""
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr ""
@@ -673,42 +880,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr ""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -729,169 +936,718 @@
 msgid "Character out of range for UTF-16"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr ""
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr ""
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr ""
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+msgid "Unknown type"
+msgstr ""
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, c-format
+msgid "Operation not supported"
+msgstr ""
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, c-format
+msgid "Trash not supported"
+msgstr ""
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfile.c:1458
+#, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr ""
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, c-format
+msgid "Unable to create trashed file: %s"
+msgstr ""
+
+#: gio/glocalfile.c:1617
+#, c-format
+msgid "Unable to trash file: %s"
+msgstr ""
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, c-format
+msgid "Invalid extended attribute name"
+msgstr ""
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, c-format
+msgid "Setting attribute %s not supported"
+msgstr ""
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
+
+#: gio/gwin32appinfo.c:343
+#, c-format
+msgid "URIs not supported"
+msgstr ""
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
+
 #~ msgid "Socket error"
 #~ msgstr "የሶከት ስህተት"
diff --git a/po/ar.po b/po/ar.po
index 7f572b1..f2b5bbb 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: glib.glib-2-12.ar\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-17 10:27+0100\n"
 "Last-Translator: Djihed Afifi <djihed@gmail.com>\n"
 "Language-Team: Arabic <doc@arabeyes.org>\n"
@@ -93,71 +93,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "فشل تمديد سطر exec '%s' بالمسار '%s'"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "التحويل من مجموعة المحارف '%s' إلى '%s' غير مدعوم"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "تعذّر فتح المُحوِّل من '%s' الى '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "سلسلة بايتات غير سليمة في دخْل التحويل"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "خطأ أثناء التحويل: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "تتابع محارف جزئي عند نهاية الدخْل"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "تعذّر تحويل fallback '%s' الى مجموعة المحارف '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "المسار '%s' ليس مسارا مطلقا باستخدام المخطط \"file\""
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "ملف المسار المحلي '%s' قد لا يحتوي على '#'"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "المسار '%s' غير سليم"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "اسم مستضيف المسار '%s' غير سليم"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "المسار '%s' يحتوي على حروف هربت بطريقة غير سليمة "
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "اسم المسار '%s' ليس مسارا كاملا"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "اسم المستضيف غير سليم"
@@ -237,37 +237,61 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "لا يحتوي القالب '%s' على XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "فشلت قراءة الوصلة الرمزية '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "الوصلات الرمزية غير مدعومة"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "تعذّر فتح المُحوِّل من '%s' الى '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "لا يمكن عمل قراءة خام في g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "بيانات غير مُحوّلة باقية في حاجز القراءة الخلفي"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "تنتهي القناة عند محرف جزئي"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "لا يمكن عمل قراءة خام في g_io_channel_read_to_end"
@@ -282,22 +306,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "فشل في مقابلة الملف'%s': mmap() فشل: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "خطأ في السطر %d المحرف %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "خطأ في السطر %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "رُؤي كيان فارغ '&;'، الكيانات السليمة هي:&amp; &quot; &lt; &gt; &apos; "
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -307,17 +331,17 @@
 "المحرف '%s' غير سليم عند بداية اسم الكيان؛ المحرف & يبدأ كيانا، ان كان علامة "
 "اﻻمبارساند هذه غير موضوعة على انها كيان، تخطاها باعتبارها &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "المحرف '%s' غير موجود داخل اسم أي كيان"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "اسم الكيان '%s' غير معروف"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -325,7 +349,7 @@
 "اسم الكيان لم ينته بفاصلة منقوطة؛ الأرجح أنك استخدمت علامة امبارساند دون أن "
 "تنوي بدء كيان - تخطا العلامة عن طريق اعتبارها &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -334,16 +358,16 @@
 "فشل في تحليل '%-.*s'، والتي كان لابد من كتبتها بالأرقام داخل مرجع محرف "
 "(&#234; كمثال) - ربما الرقم كبير جداً"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "مرجع المحرف '%-.*s'  لا يقوم بترميز محرف مسموح به"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "مرجع محرف فارغ؛ يجب أن يتضمن رقما مثل &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -352,52 +376,52 @@
 "مرجع المحرف لم ينته بفاصلة منقوطة؛ الأرجح أنك استخدمت علامة امبارساند دون أن "
 "تنوي بدء كيان - تخطا العلامت عن طريق اعتبارها &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "مرجع كيان غير مكتمل"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "مرجع محرف غير مكتمل"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "نص مرمّز بـ UTF-8 غير سليم - سلسة طويلة جدا"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "نص مرمّز بـ UTF-8 غير سليم - ليس محرف بداية"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "نص مرمّز بـ UTF-8 غير سليم - غير سليم '%s'"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "يجب أن يبدأ المستند بعنصر (<book> مثلا)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr "'%s' محرف غير سليم بعد المحرف '<'؛  ربما لا يبدأ هذا المحرف اسم عنصر"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr "محرف غريب '%s'،  توقعت محرف '>' لإنهاء بداية علامة العنصر '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "محرف غريب '%s'، توقعت '=' بعد اسم الصفة  '%s' للعنصر '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -407,7 +431,7 @@
 "محرف غريب '%s'، توقعت المحرف '>' أو '/' لإنهاء علامة البداية للعنصر '%s'، أو "
 "بشكل اختياري صفة؛ ربما استخدمت محرفاً غير صالح في اسم صفة"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -416,39 +440,39 @@
 "محرف غريب '%s'، توقعت علامة اقتباس مفتوحة بعد علامة التساوي عند إعطاء قيمة "
 "من الصفة '%s' للعنصر '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr "'%s' محرف غير صالح بعد الرموز '</'; '%s'   ربما لن يبدأ اسم عنصر"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr "'%s' محرف غير صالح بعد اغلاق اسم العنصر '%s'؛ المحرف المسموح به هو '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "العنصر '%s' كان مغلقا، لا عنصر مفتوح حاليا"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "العنصر '%s' كان مغلقا، لكن العنصر المفتوح حاليا هو '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "المستند كان فارغا أو كان يحتوي فقط على مساحات فارغة"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "انتهى المستند بشكل غير متوقع بعد قوس بزاوية '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -457,7 +481,7 @@
 "انتهى المستند بشكل غير متوقع مع عناصر لا زالت مفتوحة - '%s' كان آخر عنصر "
 "مفتوح"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -465,19 +489,19 @@
 msgstr ""
 "انتهى المستند بشكل غير متوقع، توقعت رؤية قوس ذا زاوية لينهي العلامة<%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "انتهى المستند بشكل غير متوقع داخل اسم عنصر"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "انتهى المستند بشكل غير متوقع داخل اسم صفة"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "انتهى المستند بشكل غير متوقع بعد علامة فتح عنصر"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -485,16 +509,16 @@
 "انتهى المستند بشكل غير متوقع بعد علامة التساوي اثر اسم صفة؛ لا توجد قيمة "
 "للصفة"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "انتهى المستند بشكل غير متوقع وهو داخلَ قيمة صفة"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "انتهى المستند بشكل غير متوقع داخل علامة انهاء للعنصر '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "انتهى المستند بشكل غير متوقع داخل تعليق أو تعليمات معالجة"
 
@@ -542,66 +566,257 @@
 msgid "unknown error"
 msgstr "خطأ مجهول"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "تنتهي القناة عند محرف جزئي"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "سلسلة بايتات غير سليمة في دخْل التحويل"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "مرجع محرف غير مكتمل"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "مرجع محرف غير مكتمل"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "مرجع محرف غير مكتمل"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "الوصلات الرمزية غير مدعومة"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "خطأ عند تطابق جملة المقارنة %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "تم تجميع مكتبة PCRE من دون دعم UTF8 "
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "تم تجميع مكتبة PCRE من دون دعم خصائص UTF8 "
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "خطأ عند تجميع جملة المقارنة %s عند المحرف %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "خطأ عند تحسين جملة المقارنة %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "رقم من نظام 16 أو '}' متوقع"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "رقم من نظام 16 متوقع"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "'<' غير موجود في المرجع الرمزي"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "مرجع كيان غير مكتمل"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "مرجع رمزي معدوم الطول"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "رقم متوقع"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "مرجع كيان غير صحيح"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "نتيجة نهائية '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "سلسلة خروج غير معروفة"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "خطأ عند قراءة نص الإستبدال \"%s\" عند المحرف %lu: %s"
@@ -636,17 +851,17 @@
 msgid "Failed to read data from child process"
 msgstr "فشلت قراءة البيانات من العملية الإبنة"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "فشل عمل أنبوب للاتصال بالعملية الإبنة (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "فشلت القراءة من الأنبوب الإبن (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "فشل التغيير الى الدليل '%s' (%s)"
@@ -693,42 +908,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "فشلت قراءة البيانات من العملية الإبنة (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "خطأ غير متوقع في select() أثناء قراءة البيانات من العملية الإبنة (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "خطأ غير متوقع في waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "فشل تشعيب (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "فشل تنفيذ العملية الإبنة \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "فشل اعادة توجيه الخرْج أو الدخْل للعملية الإبنة (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "فشل تشعيب العملية الإبنة (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "خطأ غير معروف أثناء تنفيذ العملية الإبنة \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "فشلت قراءة بيانات كافية من أنبوب child pid (%s)"
@@ -749,130 +964,130 @@
 msgid "Character out of range for UTF-16"
 msgstr "محرف خارج حدود UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "الإستخدام:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "خيارات المساعدة:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "اعرض خيارات المساعدة"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "اعرض كل خيارات المساعدة"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "خيارات التطبيق:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "غير قادر على تحليل قيمة العدد الصحيح '%s' ل %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "قيمة الرقم الصحيح '%s' ل %s خارج المجال"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "غير قادر على تحليل القيمة المزدوجة '%s' ل %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "القيمة المزدوجة '%s' ل %s خارج المجال"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "خطأ أثناء تحليل الخيار %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "معامل %s مفقود"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "خيار مجهول %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "لا يمكن إيجاد ملف مفتاح صحيح في دلائل البحث"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "ليس ملفا اعتياديا"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "الملف فارغ"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 "ملف المفتاح يحتوي على سطر '%s' والذي ليس زوج قيمة مفاتيح ، مجموعة ، أو تعليق"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "اسم مجموعة غير صحيح: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "لا يبدأ ملف المفتاح بمجموعة"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "اسم مفتاح غير صحيح: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "يحتوي ملف المفتاع على ترميز غير مدعوم '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "لا يحتوي ملف المفتاح على المجموعة '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "لا يحتوي ملف المفتاح على المفتاح '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "يحتوي ملف المفتاح على المفتاح '%s' ذو القيمة '%s' التي ليست UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "ملف المفتاح يحتوي على مفتاح '%s' والذي لديه قيمة لايمكن تفسيرها."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -881,37 +1096,588 @@
 "ملف المفتاح يحتوي على مفتاح '%s'في المجموعة '%s'والتي لديها قيمة لايمكن "
 "تفسيرها."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "لا يحتوي ملف المفتاح على مفتاح '%s' في المجموعة '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "ملف المفتاح يحتوي على محرف الهروب في آخر السطر"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "ملف المفتاح يحتوي على تسلسل هروب غير صالح '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "لا يمكن تفسير القيمة '%s' كعدد."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "قيمة عدد صحيح '%s' خارج المدى"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "لا يمكن تفسير القيمة '%s' كعدد عائم."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "لا يمكن تفسير القيمة '%s' كعدد بولياني."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "خطأ مجهول"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "الوصلات الرمزية غير مدعومة"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "الوصلات الرمزية غير مدعومة"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "اسم مفتاح غير صحيح: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "اسم المستضيف غير سليم"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "فشل إنشاء الملف '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "فشل إنشاء الملف '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "فشل إنشاء الملف '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "خطأ أثناء تحليل الخيار %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "انتهى المستند بشكل غير متوقع داخل اسم صفة"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "خطأ أثناء فتح الدليل '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "خطأ أثناء التحويل: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "خطأ أثناء التحويل: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "خطأ في السطر %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "الوصلات الرمزية غير مدعومة"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "خطأ أثناء تحليل الخيار %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "خطأ أثناء تحليل الخيار %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "ليس ملفا اعتياديا"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "خطأ عند قراءة الملف '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "خطأ في السطر %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "خطأ أثناء تحليل الخيار %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "خطأ أثناء تحليل الخيار %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "الوصلات الرمزية غير مدعومة"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
diff --git a/po/as.po b/po/as.po
index 597ae3b..8a33f09 100644
--- a/po/as.po
+++ b/po/as.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: as\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-07-25 15:21+0530\n"
 "Last-Translator: Amitakhya Phukan <amitakhya@svn.gnome.org>\n"
 "Language-Team: Assamese\n"
@@ -89,71 +89,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "exec শাৰী '%s', য'ত URI '%s' আছে, বিস্তৃত কৰাত বিফল"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "আখৰৰ গোট '%s' ৰ পৰা '%s' লৈ সলনি কৰাৰ সমৰ্থন নাই"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s' ৰ পৰা '%s' লৈ সলনি কৰা যন্ত্ৰক খুলিব নোৱাৰি"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "সলনি কৰাৰ নিবেশত অবৈধ byte ক্ৰম"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "নিবেশৰ অন্তত অসম্পূৰ্ণ আখৰৰ গোট"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "fallback '%s' ক codeset '%s' লৈ সলনি কৰিব নোৱাৰি"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "\"file\" আঁচনি ব্যৱহাৰ কৰি URI '%s' এটা সম্পূৰ্ণ URI নহয়"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "স্থানিক নথিপত্ৰৰ URI '%s' ত এটা '#' থাকিব নোৱাৰে"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' অবৈধ"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI '%s' ৰ গৃহস্থৰনাম অবৈধ"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' ত অবৈধভাবে মুক্তি পোৱা আখৰ আছে"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "'%s' পথৰ নাম এটা সম্পূৰ্ণ পথৰ নাম নহয়"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "অবৈধ গৃহস্থৰনাম"
@@ -233,37 +233,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "'%s' টেমপ্লেটত XXXXXX নাই"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "সাঙ্কেতিক সংযোগ পঢ়াত বিফল '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "'%s' ৰ পৰা '%s' লৈ সলনি কৰা যন্ত্ৰ খুলিব পৰা ন'গ'ল: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string ত raw read কৰিব নোৱাৰি"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "read প্ৰশমকত অৱশিষ্ট অপৰিবৰ্ত্তিত তথ্য আছে"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "ছেনেল অসম্পূৰ্ণ আখৰত অন্ত হয়"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end ত এটা raw read কৰিব নোৱাৰি"
@@ -278,23 +300,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "'%s' নথিপত্ৰ map কৰোঁতে বিফল: mmap() বিফল: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "%d শাৰীৰ %d আখৰত ভুল: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "%d শাৰীত ভুল: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "ৰিক্ত পদাৰ্থ '&;' দেখা গ'ল; বৈধ পদাৰ্থসমূহ হ'ল: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -304,17 +326,17 @@
 "'%s' আখৰ পদাৰ্থৰ নামৰ আৰম্ভনিৰ বাবে বৈধ নহয়; & আখৰে এটা পদাৰ্থ আৰম্ভ কৰে; যদি এই "
 "এম্পাৰছেন্দ এটা পদাৰ্থ হ'ব নালাগে, তাক &amp; হিচাপে নিৰ্গমন কৰক"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "'%s' আখৰ পদাৰ্থৰ নামৰ ভিতৰত বৈধ নহয়"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "পদাৰ্থৰ নাম '%s' অজ্ঞাত"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -322,7 +344,7 @@
 "পদাৰ্থ এটা ছেমিকলনেৰে অন্ত ন'হ'ল; পদাৰ্থ এটা আৰম্ভ কৰিব নিবিচাৰিও অতি সম্ভৱ আপুনি "
 "এটা এম্পাৰছেন্দ আখৰ ব্যৱহাৰ কৰিছে - এম্পাৰছেন্দক &amp; হিচাপে নিৰ্গমন কৰক"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -331,17 +353,17 @@
 "'%-.*s' বিশ্লেষণ কৰোঁতে ভুল, যি কোনো আখৰৰ উল্লেখৰ ভিতৰৰ এটা সংখ্যা হ'ব লাগিছিল "
 "(&#২৩৪; যেনে) - হয়তো সংখ্যাটো বৰ ডাঙৰ"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr ""
 "আখৰৰ উল্লেখ থকা '%-.*s' এ এটা আজ্ঞা থকা আখৰক সাঙ্কেতিক লিপিলৈ পৰিবৰ্তিত নকৰে"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "ৰিক্ত আখৰৰ সঙ্কেত; এটা সংখ্যা থাকিব লাগে যেনে &#৪৫৪;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -350,54 +372,54 @@
 "আখৰৰ উল্লেখ এটা ছেমিকলনেৰে অন্ত ন'হ'ল; পদাৰ্থ এটা আৰম্ভ কৰিব নিবিচাৰিও অতি সম্ভৱ "
 "আপুনি এটা এম্পাৰছেন্দ আখৰ ব্যৱহাৰ কৰিছে - এম্পাৰছেন্দক &amp; হিচাপে নিৰ্গমন কৰক"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "অসম্পূৰ্ণ পদাৰ্থৰ উল্লেখ"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "অসম্পূৰ্ণ আখৰৰ উল্লেখ"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "প্ৰলেক্ষ এটা পদাৰ্থৰ সৈতে আৰম্ভ হ'ব লাগিব (যেনে <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr ""
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -405,94 +427,94 @@
 "character in an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr ""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr ""
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 #, fuzzy
 msgid "Document was empty or contained only whitespace"
 msgstr "প্ৰলেক্ষ"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 #, fuzzy
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "প্ৰলেক্ষ"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, fuzzy, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr "প্ৰলেক্ষ"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, fuzzy, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr "প্ৰলেক্ষ"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 #, fuzzy
 msgid "Document ended unexpectedly inside an element name"
 msgstr "প্ৰলেক্ষ"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 #, fuzzy
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "প্ৰলেক্ষ"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 #, fuzzy
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "প্ৰলেক্ষ."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 #, fuzzy
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr "প্ৰলেক্ষ"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 #, fuzzy
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "প্ৰলেক্ষ"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, fuzzy, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "প্ৰলেক্ষ"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 #, fuzzy
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "প্ৰলেক্ষ"
@@ -541,66 +563,257 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "ছেনেল অসম্পূৰ্ণ আখৰত অন্ত হয়"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "সলনি কৰাৰ নিবেশত অবৈধ byte ক্ৰম"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "অসম্পূৰ্ণ আখৰৰ উল্লেখ"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "অসম্পূৰ্ণ আখৰৰ উল্লেখ"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "অসম্পূৰ্ণ আখৰৰ উল্লেখ"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr ""
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -635,17 +848,17 @@
 msgid "Failed to read data from child process"
 msgstr ""
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr ""
@@ -692,42 +905,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr ""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -748,166 +961,715 @@
 msgid "Character out of range for UTF-16"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr ""
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr ""
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr ""
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr ""
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr ""
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr ""
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+msgid "Unknown type"
+msgstr ""
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "অবৈধ গৃহস্থৰনাম"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "অবৈধ গৃহস্থৰনাম"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "%d শাৰীত ভুল: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "প্ৰলেক্ষ"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "%d শাৰীত ভুল: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, c-format
+msgid "Error removing old backup link: %s"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "%d শাৰীত ভুল: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
diff --git a/po/az.po b/po/az.po
index 6117218..a6ade35 100644
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD.az\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -89,71 +89,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "'%s' simvolik körpüsü oxuna bilmədi: %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "`%s' hərf dəstəsindən `%s' hərf dəstəsinə dönüşdürmə dəstəklənmir"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, 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:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "dönüşdürmə girişində hökmsüz bayt qatarı"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Girişin sonunda parçalı hərf qatarı"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, 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:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "`%s' URI-si səhvdir"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, 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:1782
+#: glib/gconvert.c:1788
 #, 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:1877
+#: glib/gconvert.c:1883
 #, 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:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Hökmsüz qovşaq adı"
@@ -233,37 +233,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Şablon '%s' XXXXXX ilə qurtarmır"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "'%s' simvolik körpüsü oxuna bilmədi: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Simvolik körpülər dəstəklənmir"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "`%s' dən `%s' ə dönüşdürücü açıla bilmir: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Can't do a raw read in g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Oxuna buferdə dönüşdürülməmiş verilənlər var"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanal qismi xarakterlə bitir"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Can't do a raw read in g_io_channel_read_to_end"
@@ -278,23 +300,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "%d. sətir %d. xarakterində xəta: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "%d sətirində xəta : %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Boş element '&;' tapldı; hökmlü elementlər: &amp; &quot; &lt; &qt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -305,17 +327,17 @@
 "başlayar; əgər bu ampersand bir element olaraq var sayılmazsa, &amp olaraq "
 "işlədə bilərsiniz"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Xarakter '%s' bir element adının içində hökmlü deyildir"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Element adı '%s' bilinmir"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -324,7 +346,7 @@
 "işlətdiniz bir element başlanğıcı ola bilməyən hərf üçün ampersandı &amp "
 "olaraq işlədin"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, fuzzy, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -333,16 +355,16 @@
 "'%s' i şərhləndirmə xətası, hərf içində bir rəqəm olmalıdır referens (məs; "
 "&#234) - belki rəqəm çok böyükdür"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, fuzzy, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Xarakter referens '%s' icazə verilən xarakteri kodlaya bilmir"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Boş hərf referens; &#454 kimi bir rəqəm daxil etməlidir;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -352,34 +374,34 @@
 "xarakteri elementə başlamaq üçün işlətmədiniz - ampersand yerinə &amp işlədə "
 "bilərsiniz"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Bitirilməmiş varlıq mə'lumatı"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Bitirilməmiş xarakter mə'lumatı"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Hökmsüz UTF-8 kodlanmış mətn"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Hökmsüz UTF-8 kodlanmış mətn"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Hökmsüz UTF-8 kodlanmış mətn"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Sənəd bir element ilə başlamalıdır (məs. <kitab>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -388,7 +410,7 @@
 "'<' xarakterindən sonra gələn '%s' hökmlü bir xarakter deyil; bir element "
 "adı olmaya bilər"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -397,14 +419,14 @@
 "Tək hərf '%s', Elementın başlanğıç etiketinin sonuna '>' xarakteri "
 "gözlənilir '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "Tək hərf '%s', xüsusiyyət adı '%s' olan element '%s' dən sonra '=' gözlənilir"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -415,7 +437,7 @@
 "gözlənilir, və ya bir xüsusiyyət; xüsusiyyət adında hökmsüz bir hərf "
 "işlədilmiş ola bilərsiniz"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -424,7 +446,7 @@
 "Tək hərf '%s',element '%s'in xüsusiyyəti '%s''ə qiymət verilirkən bərabərdir "
 "işarətindən sonra açıq alıntı işarəti gözlənilir"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -433,7 +455,7 @@
 "'</' xarakterlərini təqib edən '%s' hökmlü bir xarakter deyildir; '%s' bir "
 "element adı ilə başlamır dəyəsən"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -442,26 +464,26 @@
 "Bağlı element '%s' dən sonra gələn '%s' hökmlü bir hərf deyildir; icazə "
 "verilən hərf isə '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element '%s' bağlanıb, heç bir element açıq deyildir"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element '%s' bağlanıb, fəqət indi açıq element '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Sənəd boşdur və ya təkcə boşluq xarakteri daxil etməkdədir"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Sənəd açıq üçbucaq mötərizə '<'den sonra gözlənilməz bir şəkildə qurtardı"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -470,7 +492,7 @@
 "Sənəd elementləri hələ açıq olaraq gözlənilməz bir şəkildə qurtardı - son "
 "element '%s' açıq idi"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -479,19 +501,19 @@
 "Sənəd gözlənilməz bir şəkildə qurtardı, etiket <%s/> ilə qurtaran qapalı "
 "üçbucaq mötərizə gözlənilir"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Sənəd bir elementin içində gözlənilməz bir şəkildə qurtardı"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Sənəd bir xüsusiyyət adı içində gözlənilməz bir şəkildə qurtardı"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Sənəd bir element-açma etiketi içində gözlənilməz bir şəkildə qurtardı"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -499,17 +521,17 @@
 "Sənəd xüsusiyyət adını təqib edən bərabərdir işarətindən sonra gözlənilməz "
 "bir şəkildə qurtardı: xüsusiyyət qiyməti yoxdur"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 "Sənəd bir xüsusiyyət qiyməti içində ikən gözlənilməz bir şəkildə qurtardı"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Sənəd bağlı etiket '%s' içində gözlənilməz bir şəkildə qurtardı"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Sənəd bir şərh və ya gedişat göstərişi içində ikən gözlənilməz bir şəkildə "
@@ -559,67 +581,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanal qismi xarakterlə bitir"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "dönüşdürmə girişində hökmsüz bayt qatarı"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Bitirilməmiş xarakter mə'lumatı"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Bitirilməmiş xarakter mə'lumatı"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Bitirilməmiş xarakter mə'lumatı"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Simvolik körpülər dəstəklənmir"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "%d. sətir %d. xarakterində xəta: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Bitirilməmiş varlıq mə'lumatı"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -654,17 +867,17 @@
 msgid "Failed to read data from child process"
 msgstr "Törəmə gedişatdan mə'lumat oxuma iflası"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Törəmə gedişatların xəbərləşməyi üçün pipe yaratma iflası (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Törəmə pipe-dan oxuma iflası (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Qovluq dəyişdirmə iflası '%s' (%s)"
@@ -712,42 +925,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Törəmə gedişatdan mə'lumat oxuma iflası (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "törəmə gedişatdan mə'lumat oxuma select()'də namə'lum xəta (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid()'də namə'lum xəta (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "fork iflası (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "\"%s\" törəmə gedişat icra iflası (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Törəmə gedişat giriş və ya yekun istiqamətləndirmə xətası (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Törəmə gedişat fork xətası (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "\"%s\" törəmə gedişat işində namə'lum xəta"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Törəmə pid pipe dan kifayət qədər mə'lumat oxuma iflası (%s)"
@@ -768,170 +981,719 @@
 msgid "Character out of range for UTF-16"
 msgstr "UTF-16 üçün hərf sərhədinin xaricindədir"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr ""
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr ""
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr ""
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Hökmsüz qovşaq adı"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Hökmsüz qovşaq adı"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, fuzzy, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "`%s'in URİ-si səhv qaçırılmış xarakterlər daxil edir"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+msgid "Unknown type"
+msgstr ""
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Simvolik körpülər dəstəklənmir"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Simvolik körpülər dəstəklənmir"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Hökmsüz qovşaq adı"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Hökmsüz qovşaq adı"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Fayl yaratma iflası '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Fayl yaratma iflası '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Fayl yaratma iflası '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Sənəd bir xüsusiyyət adı içində gözlənilməz bir şəkildə qurtardı"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Cərgə açma xətası: '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "%d sətirində xəta : %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Simvolik körpülər dəstəklənmir"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Fayl oxuma xətası: '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "%d sətirində xəta : %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Simvolik körpülər dəstəklənmir"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
diff --git a/po/be.po b/po/be.po
index e29cd3e..b11d772 100644
--- a/po/be.po
+++ b/po/be.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: glib HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -93,13 +93,13 @@
 msgstr "Немагчыма прачытаць сымбалічную спасылку \"%s\": %s"
 
 # glib/gconvert.c:390

-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Пераўтварэньне з набору знакаў \"%s\" у \"%s\" не падтрымліваецца"
 
 # glib/gconvert.c:394

-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Не атрымалася адкрыць пераўтваральнік з \"%s\" у \"%s\""
@@ -107,8 +107,8 @@
 # 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:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
@@ -116,64 +116,64 @@
 
 # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289

 # glib/giochannel.c:2175

-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Памылка ў часе пераўтварэньня: %s"
 
 # glib/gconvert.c:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212

 # glib/gutf8.c:1316

-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Няпоўны сымбаль у канцы ўваходнага радку"
 
 # glib/gconvert.c:788

-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Немагчыма пераўтвараць знак \"%s\" у знак са збору \"%s\""
 
 # glib/gconvert.c:1593

-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "URI \"%s\" мясцовага файлу ня можа ўключаць \"#\""
 
 # glib/gconvert.c:1620

-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI \"%s\" недапушчальная"
 
 # glib/gconvert.c:1632

-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Назва вузлу ў URI \"%s\" недапушчальная"
 
 # glib/gconvert.c:1648

-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI \"%s\" утрымлівае недапушчальны кіравальны сымбаль"
 
 # glib/gconvert.c:1719

-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Шлях \"%s\" не зьяўляецца абсалютным"
 
 # glib/gconvert.c:1729

-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Недапушчальная назва вузла"
@@ -267,25 +267,47 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Шаблён \"%s\" канчацца не на XXXXXX"
 
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
 # glib/gfileutils.c:745

-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Немагчыма прачытаць сымбалічную спасылку \"%s\": %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
 
 # glib/giochannel.c:1114

-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Не атрымалася адкрыць пераўтваральнік з \"%s\" у \"%s\": %s"
 
 # glib/giochannel.c:1460

-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
@@ -293,19 +315,19 @@
 "g_io_channel_read_line_string"
 
 # glib/giochannel.c:1507 glib/giochannel.c:1761 glib/giochannel.c:1847

-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "У буфэры чытаньня засталіся непераўтвораныя даньні"
 
 # glib/giochannel.c:1587 glib/giochannel.c:1661

-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Канал закрываецца на няпоўным сымбалі"
 
 # glib/giochannel.c:1647

-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -324,26 +346,26 @@
 msgstr "Збой мапаваньня файлу  '%s': збой mmap(): %s"
 
 # glib/gmarkup.c:219

-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Памылка ў радку %d сымбаль %d: %s"
 
 # glib/gmarkup.c:303

-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Памылка ў радку %d: %s"
 
 # glib/gmarkup.c:382

-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Пусты запіс \"&;\" адшуканы; дапушчальныя: &amp; &quot; &lt; &gt; &apos;"
 
 # glib/gmarkup.c:392

-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -355,19 +377,19 @@
 "тады экрануйце яго запісам &amp;"
 
 # glib/gmarkup.c:428

-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Сымбаль \"%s\" недапушчальны ўнутры назвы сутнасьці"
 
 # glib/gmarkup.c:472

-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Невядомая назва сутнасьці \"%s\""
 
 # glib/gmarkup.c:482

-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -376,7 +398,7 @@
 "не для пазначэньня пачатку сутнасьці - экрануйце яго як &amp;"
 
 # glib/gmarkup.c:528

-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -386,18 +408,18 @@
 "(&#234; напрыклад) - мажліва, нумар завялікі"
 
 # glib/gmarkup.c:553

-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Лучыва на сымбаль '%-.*s' не вызначае дазволены сымбаль"
 
 # glib/gmarkup.c:570

-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Пустое лучыва да сымбалю: мусіць уключаць нумар, напрыклад &#454;"
 
 # glib/gmarkup.c:580

-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -406,39 +428,39 @@
 "Лучыва да сымбалю не канчаецца кропкай з коскай; здаецца, што сымбаль & быў "
 "выкарыстаны ня для пазначэньня пачатка сутнасьці - экрануйце яго як &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Незавершанае лучыва сутнасьці"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Незавершанае лучыва сымбалю"
 
 # glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896

-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Недапушчальна закадаваны тэкст UTF-8"
 
 # glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896

-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Недапушчальна закадаваны тэкст UTF-8"
 
 # glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896

-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Недапушчальна закадаваны тэкст UTF-8"
 
 # glib/gmarkup.c:932

-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Дакумэнт мусіць пачынацца з элемэнту (напрыклад <book>)"
 
 # glib/gmarkup.c:970

-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -448,7 +470,7 @@
 "сымбаль ня можа пачынаць назву элемэнту"
 
 # glib/gmarkup.c:1033

-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -458,7 +480,7 @@
 "\""
 
 # glib/gmarkup.c:1120

-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -467,7 +489,7 @@
 "элемэнту \"%s\""
 
 # glib/gmarkup.c:1161

-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -479,7 +501,7 @@
 "выкарыстаны недапушчальны сымбаль у назве атрыбуту"
 
 # glib/gmarkup.c:1244

-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -489,7 +511,7 @@
 "надаецца значэньне атрыбуту \"%s\" элемэнту \"%s\""
 
 # glib/gmarkup.c:1384

-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -499,7 +521,7 @@
 "s\" ня можа пачынаць назву элемэнту"
 
 # glib/gmarkup.c:1422

-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -509,30 +531,30 @@
 "\"; дапушчальным сымбалем зьяўляецца \">\""
 
 # glib/gmarkup.c:1433

-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr ""
 "Элемэнт \"%s\" быў закрыты, аніводны элемэнт у бягучы момант не адкрыты"
 
 # glib/gmarkup.c:1442

-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Элемэнт \"%s\" быў закрыты, але ў гэты час адкрыты \"%s\""
 
 # glib/gmarkup.c:1574

-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Дакумэнт быў пусты ці утрымліваў толькі прагалы"
 
 # glib/gmarkup.c:1588

-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Дакумэнт нечакана скончыўся адразу пасьля вуглавой дужкі \"<\""
 
 # glib/gmarkup.c:1596 glib/gmarkup.c:1640

-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -542,7 +564,7 @@
 "апошнім адкрытым элемэнтам"
 
 # glib/gmarkup.c:1604

-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -551,22 +573,22 @@
 "Дакумэнт нечакана скончыўся, чакаецца вуглавая дужка якая закрывае тэг <%s/>"
 
 # glib/gmarkup.c:1610

-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Дакумэнт нечакана скончыўся ўнутры назвы элемэнту"
 
 # glib/gmarkup.c:1615

-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Дакумэнт нечакана скончыўся ўнутры назвы атрыбуту"
 
 # glib/gmarkup.c:1620

-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Дакумэнт нечакана скончыўся  ўнутры элемэнту які адкрывае тэг."
 
 # glib/gmarkup.c:1626

-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -575,18 +597,18 @@
 "атрыбуту: не пазначана значэньне атрыбуту"
 
 # glib/gmarkup.c:1633

-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Дакумэнт нечакана скончыўся ўнутры значэньня атрыбуту"
 
 # glib/gmarkup.c:1648

-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Дакумэнт нечакана скончыўся ўнутры элемэнту \"%s\" які закрывае тэг"
 
 # glib/gmarkup.c:1654

-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Дакумэнт нечакана скончыўся ўнутры камэнтару ці інструкцыі"
 
@@ -634,68 +656,263 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+# glib/giochannel.c:1587 glib/giochannel.c:1661

+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+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/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Недапушчальная пасьлядоўнасьць байтаў на ўваходзе пераўтварэньня"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Незавершанае лучыва сымбалю"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Незавершанае лучыва сымбалю"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Незавершанае лучыва сымбалю"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
 # glib/gmarkup.c:219

-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Памылка ў радку %d сымбаль %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Незавершанае лучыва сутнасьці"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -737,19 +954,19 @@
 msgstr "Збой чытаньня даньняў з працэсу-нашчадка"
 
 # glib/gspawn-win32.c:981 glib/gspawn.c:1228

-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Збой стварэньня канала для абмену з працэсам-нашчадкам (%s)"
 
 # glib/gspawn-win32.c:843 glib/gspawn.c:914

-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Збой чытаньня даньняў з каналу нашчадка (%s)"
 
 # glib/gspawn-win32.c:931 glib/gspawn.c:1119

-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Збой зьмены каталёга \"%s\" (%s)"
@@ -807,50 +1024,50 @@
 msgstr "Збой чытаньня даньняў з працэсу-нашчадка (%s)"
 
 # glib/gspawn.c:293

-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Непрадбачаная памылка у select() чытаньня даньняў з працэсу-нашчадка (%s)"
 
 # glib/gspawn.c:376

-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Непрадбачаная памылка ў waitpid() (%s)"
 
 # glib/gspawn.c:979

-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Збой разгалінаваньня  fork() (%s)"
 
 # glib/gspawn.c:1129

-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Збой выкананьня працэсу-нашчадка \"%s\" (%s)"
 
 # glib/gspawn.c:1139

-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Збой перанакіраваньня вываду ці ўводу працэсу-нашчадка (%s)"
 
 # glib/gspawn.c:1148

-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Збой разгалінаваньня fork() працэсу-нашчадка (%s)"
 
 # glib/gspawn.c:1156

-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Невядомая памылка выкананьня працэсу-нашчадка \"%s\""
 
 # glib/gspawn.c:1178

-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Збой чытаньня патрэбнае колькасьці даньняў з pid канала нашчадку (%s)"
@@ -875,83 +1092,83 @@
 msgid "Character out of range for UTF-16"
 msgstr "Сымбаль па-за дыяпазонам UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Выкарыстаньне:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[МОЖНАСЬЦЬ...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Можнасьці дапамогі:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Адлюстраваць можнасьці дапамогі"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Адлюстраваць усе можнасьці дапамогі"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Можнасьці дастасаваньня:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Немагчыма разабраць цэлае значэньне '%s' для %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Цэлае значэньне '%s' для %s па-за межамі"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, fuzzy, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Немагчыма разабраць цэлае значэньне '%s' для %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, fuzzy, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Цэлае значэньне '%s' для %s па-за межамі"
 
 # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289

 # glib/giochannel.c:2175

-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Памылка ў часе пераўтварэньня: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Нестае аргумэнту для %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Невядомая можнасьць %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Дапушчальны файл ключу не адшуканы ў каталёгу даньняў"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Не зьяўляецца звычайным файлам"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Файл пусты"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -960,53 +1177,53 @@
 "групай, ці камэнтарам"
 
 # glib/gconvert.c:1729

-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Недапушчальная назва праграмы: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Файл ключу не пачынаецца з групы"
 
 # glib/gconvert.c:1729

-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Недапушчальная назва праграмы: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Файл ключу ўтрымлівае кадаваньне якое не падтрымліваецца '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Файл ключу не мае групу '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Файл ключу не мае ключ '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Файл ключу утрымлівае ключ '%s' са значэньнем '%s' які не закадаваны UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Файл ключу утрымлівае ключ '%s' які мае значэньне што не можа быць "
 "інтэрпрэтаванае."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1015,42 +1232,634 @@
 "Файл ключу утрымлівае ключ '%s' у групе '%s' які мае значэньне што не можа "
 "быць інтэрпрэтаванае."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Файл ключу не мае ключ '%s' у групе '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Файл ключу ўтрымлівае пасьлядоўнасьць завяршэньня ў канцы радку"
 
 # glib/gconvert.c:1648

-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Файл ключу утрымлівае недапушчальную пасьлядоўнасьць завяршэньня '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Значэньне '%s' не можа быць інтэрпрэтаванае як лік."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Цэлае значэньне '%s' па-за межамі"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, fuzzy, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Значэньне '%s' не можа быць інтэрпрэтаванае як лік."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Значэньне '%s' не можа быць інтэрпрэтаванае як булева."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Невядомая можнасьць %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+# glib/gconvert.c:1729

+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Недапушчальная назва праграмы: %s"
+
+# glib/gfileutils.c:348

+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+# glib/gconvert.c:1729

+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Недапушчальная назва вузла"
+
+# glib/gfileutils.c:348

+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+# glib/gfileutils.c:348

+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+# glib/gfileutils.c:348

+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+# glib/gfileutils.c:348

+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+# glib/gfileutils.c:745

+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Збой стварэньня файлу \"%s\": %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+# glib/gfileutils.c:745

+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Збой стварэньня файлу \"%s\": %s"
+
+# glib/gfileutils.c:745

+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Збой стварэньня файлу \"%s\": %s"
+
+# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289

+# glib/giochannel.c:2175

+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Памылка ў часе пераўтварэньня: %s"
+
+# glib/gfileutils.c:348

+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+# glib/gfileutils.c:348

+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+# glib/gmarkup.c:1615

+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Дакумэнт нечакана скончыўся ўнутры назвы атрыбуту"
+
+# glib/gdir.c:79

+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s"
+
+# glib/gfileutils.c:348

+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+# glib/gfileutils.c:348

+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289

+# glib/giochannel.c:2175

+#: gio/glocalfileinfo.c:1725
+#, 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:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Памылка ў часе пераўтварэньня: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+# glib/gmarkup.c:303

+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Памылка ў радку %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
+
+# glib/gfileutils.c:348

+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+# glib/gfileutils.c:348

+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+# glib/gfileutils.c:348

+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+# glib/gfileutils.c:348

+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289

+# glib/giochannel.c:2175

+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Памылка ў часе пераўтварэньня: %s"
+
+# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289

+# glib/giochannel.c:2175

+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Памылка ў часе пераўтварэньня: %s"
+
+# glib/gfileutils.c:348

+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+# glib/gfileutils.c:348

+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+# glib/gfileutils.c:348

+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+# glib/gfileutils.c:348

+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Не зьяўляецца звычайным файлам"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+# glib/gfileutils.c:348

+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Памылка чытаньня файлу \"%s\": %s"
+
+# glib/gmarkup.c:303

+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Памылка ў радку %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289

+# glib/giochannel.c:2175

+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Памылка ў часе пераўтварэньня: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289

+# glib/giochannel.c:2175

+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Памылка ў часе пераўтварэньня: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[МОЖНАСЬЦЬ...]"
+
 # glib/gfileutils.c:505

 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Не магчыма зьмяніць рэжым файлу: збой fork(): %s"
diff --git a/po/be@latin.po b/po/be@latin.po
index 3fae5ab..f9a9ac9 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-08 00:24+0200\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-12-08 00:36+0200\n"
 "Last-Translator: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>\n"
 "Language-Team: Belarusian Latin <i18n@mova.org>\n"
@@ -18,88 +18,88 @@
 "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 # glib/gmarkup.c:1120
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
 #, c-format
 msgid "Unexpected attribute '%s' for element '%s'"
 msgstr "Niečakany atrybut '%s' dla elementu '%s'"
 
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
 #, c-format
 msgid "Attribute '%s' of element '%s' not found"
 msgstr "Atrybut '%s' elementu '%s' nia znojdzieny"
 
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
 #, c-format
 msgid "Unexpected tag '%s', tag '%s' expected"
 msgstr "Niečakany značnik '%s', spadziavalisia značnika '%s'"
 
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
 #, c-format
 msgid "Unexpected tag '%s' inside '%s'"
 msgstr "Niečakany značnik '%s' unutry '%s'"
 
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
 #, c-format
 msgid "No valid bookmark file found in data dirs"
 msgstr "Niemahčyma znajści pravilnaha fajłu zakładak u katalohach źviestak"
 
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
 #, c-format
 msgid "A bookmark for URI '%s' already exists"
 msgstr "Zakładka dla URI '%s' užo isnuje"
 
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
 #, c-format
 msgid "No bookmark found for URI '%s'"
 msgstr "Dla URI '%s' nia znojdziena zakładak"
 
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
 #, c-format
 msgid "No MIME type defined in the bookmark for URI '%s'"
 msgstr "Nie akreśleny typ MIME ŭ zakładcy dla URI '%s'"
 
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
 #, c-format
 msgid "No private flag has been defined in bookmark for URI '%s'"
 msgstr "Nie akreślili pryvatnaha ściažka ŭ zakładcy dla URI '%s'"
 
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
 #, c-format
 msgid "No groups set in bookmark for URI '%s'"
 msgstr "Nie akreślili hrup u zakładcy dla URI '%s'"
 
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
 #, c-format
 msgid "No application with name '%s' registered a bookmark for '%s'"
 msgstr ""
 "Nivodnaja aplikacyja pad nazvaj '%s' nie zarehistravała zakładki dla '%s'"
 
 # glib/gfileutils.c:745
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
 #, c-format
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Prablema z razhortvańniem radka zapusku '%s' z URI '%s'"
 
 # glib/gconvert.c:390
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Kanversija naboru znakaŭ '%s' na '%s' nie padtrymlivajecca"
 
 # glib/gconvert.c:394
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Niemahčyma adčynić kanverter z  '%s' na '%s'"
@@ -107,123 +107,123 @@
 # glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282
 # glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875
 # glib/gutf8.c:1320
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
+#: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Niapravilnaja paśladoŭnaść bajtaŭ na ŭvachodzie kanversii"
 
 # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
 # glib/giochannel.c:2175
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Pamyłka padčas kanversii: %s"
 
 # glib/gconvert.c:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212
 # glib/gutf8.c:1316
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:946 ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Niapoŭny znak u kancy ŭvachodnaha radka"
 
 # glib/gconvert.c:788
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Niemahčyma pierakanvertavać surahat znaku '%s' na nabor znakaŭ '%s'"
 
 # glib/gconvert.c:1593
-#: ../glib/gconvert.c:1733
+#: glib/gconvert.c:1733
 #, 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:1743
+#: glib/gconvert.c:1743
 #, 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:1760
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' niapravilny"
 
 # glib/gconvert.c:1632
-#: ../glib/gconvert.c:1772
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Niapravilnaja nazva hostu ŭ URI '%s' "
 
 # glib/gconvert.c:1648
-#: ../glib/gconvert.c:1788
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' utrymlivaje nieadpaviedna cytavanyja znaki"
 
 # glib/gconvert.c:1719
-#: ../glib/gconvert.c:1883
+#: glib/gconvert.c:1883
 #, 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:1893
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Niapravilnaja nazva kamputara"
 
 # glib/gdir.c:79
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
 #, c-format
 msgid "Error opening directory '%s': %s"
 msgstr "Pamyłka pry adčynieńni katalohu '%s': %s"
 
 # glib/gfileutils.c:337 glib/gfileutils.c:402
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
 #, c-format
 msgid "Could not allocate %lu bytes to read file \"%s\""
 msgstr "Nie atrymałasia raźmierkavać %lu bajtaŭ dla adčytańnia fajłu \"%s\""
 
 # glib/gfileutils.c:348
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
 #, c-format
 msgid "Error reading file '%s': %s"
 msgstr "Pamyłka adčytańnia fajłu '%s': %s"
 
 # glib/gfileutils.c:426
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
 #, c-format
 msgid "Failed to read from file '%s': %s"
 msgstr "Pamyłka čytańnia z fajłu '%s': %s"
 
 # glib/gfileutils.c:465 glib/gfileutils.c:533
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "Niemahčyma adčynić fajł '%s': %s"
 
 # glib/gfileutils.c:479
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
 #, c-format
 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
 msgstr ""
 "Niemahčyma atrymać atrybuty fajłu '%s': funkcyja fstat() vyvieła pamyłku: %s"
 
 # glib/gfileutils.c:505
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
 #, c-format
 msgid "Failed to open file '%s': fdopen() failed: %s"
 msgstr "Niemahčyma adčynić fajł '%s': funkcyja fdopen() vyvieła pamyłku: %s"
 
 # glib/gfileutils.c:505
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
 #, c-format
 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
 msgstr ""
@@ -231,49 +231,49 @@
 "pamyłku: %s"
 
 # glib/gfileutils.c:745
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
 #, c-format
 msgid "Failed to create file '%s': %s"
 msgstr "Niemahčyma stvaryć fajł '%s': %s"
 
 # glib/gfileutils.c:505
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
 #, c-format
 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
 msgstr ""
 "Niemahčyma adčynic fajł %s' dla zapisu: funkcyja fdopen() vyvieła pamyłku: %s"
 
 # glib/gfileutils.c:505
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
 #, c-format
 msgid "Failed to write file '%s': fwrite() failed: %s"
 msgstr "Niemahčyma zapisać fajł '%s': funkcyja fwrite() vyvieła pamyłku: %s"
 
 # glib/gfileutils.c:505
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
 #, c-format
 msgid "Failed to close file '%s': fclose() failed: %s"
 msgstr "Niemahčyma začynić fajł %s': funkcyja fclose() vyvieła pamyłku: %s"
 
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
 #, c-format
 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
 msgstr ""
 "Niemahčyma vydalić najaŭny fajł '%s': funkcyja g_unlink() vyvieła pamyłku: %s"
 
 # glib/gfileutils.c:712
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
 #, c-format
 msgid "Template '%s' invalid, should not contain a '%s'"
 msgstr "Šablon '%s' niapravilny, u im nie pavinna być '%s'"
 
 # glib/gfileutils.c:724
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
 #, c-format
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "U šablonie '%s' niama XXXXXX"
 
-#: ../glib/gfileutils.c:1824
+#: glib/gfileutils.c:1826
 #, c-format
 msgid "%u byte"
 msgid_plural "%u bytes"
@@ -281,40 +281,40 @@
 msgstr[1] "%u bajty"
 msgstr[2] "%u bajtaŭ"
 
-#: ../glib/gfileutils.c:1832
+#: glib/gfileutils.c:1834
 #, c-format
 msgid "%.1f KB"
 msgstr "%.1f KB"
 
-#: ../glib/gfileutils.c:1837
+#: glib/gfileutils.c:1839
 #, c-format
 msgid "%.1f MB"
 msgstr "%.1f MB"
 
-#: ../glib/gfileutils.c:1842
+#: glib/gfileutils.c:1844
 #, c-format
 msgid "%.1f GB"
 msgstr "%.1f GB"
 
 # glib/gfileutils.c:745
-#: ../glib/gfileutils.c:1885
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Niemahčyma pračytać symbalnuju spasyłku '%s': %s"
 
-#: ../glib/gfileutils.c:1906
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Symbalnyja spasyłki nie padtrymlivajucca"
 
 # glib/giochannel.c:1114
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Nielha adčynić kanverter z '%s' na '%s': %s"
 
 # glib/giochannel.c:1460
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
@@ -322,57 +322,56 @@
 "g_io_channel_read_line_string"
 
 # glib/giochannel.c:1507 glib/giochannel.c:1761 glib/giochannel.c:1847
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "U bufery čytańnia zastalisia niepieraŭtvoranyja źviestki"
 
 # glib/giochannel.c:1587 glib/giochannel.c:1661
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Na kancy kanału isnuje paśladoŭnaść, jakaja adpaviadaje častcy znaku"
 
 # glib/giochannel.c:1647
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
 "Niemahčyma vykanać niepasrednaje čytańnie ŭ funkcyi g_io_channel_read_to_end"
 
 # glib/gfileutils.c:505
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
 #, c-format
 msgid "Failed to open file '%s': open() failed: %s"
 msgstr "Niemahčyma adčynić fajł '%s': funkcyja open() vyvieła pamyłku: %s"
 
 # glib/gfileutils.c:505
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
 #, c-format
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Niemahčyma zmapavać fajł '%s': funkcyja mmap() vyvieła: %s"
 
 # glib/gmarkup.c:219
-#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, c-format
 msgid "Error on line %d char %d: "
 msgstr "Pamyłka ŭ %d radku pry znaku %d: "
 
 # glib/gmarkup.c:303
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Pamyłka ŭ radku %d: %s"
 
 # glib/gmarkup.c:382
-#: ../glib/gmarkup.c:442
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "Pusty zapis '&;' adšukany; dapuščalnyja: &amp; &quot; &lt; &gt; &apos;"
 
 # glib/gmarkup.c:392
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -383,19 +382,19 @@
 "kali hety znak nie pavinien pačynać adzinki, zamianicie jaho na znak &amp;"
 
 # glib/gmarkup.c:428
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Znak '%s' niedapuščalny ŭnutry nazvy adzinki"
 
 # glib/gmarkup.c:472
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Nieviadomaja nazva adzinki '%s'"
 
 # glib/gmarkup.c:482
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -404,7 +403,7 @@
 "nia mieŭ aznačać pačatku adzinki — zamianicie jaho na &amp;"
 
 # glib/gmarkup.c:528
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -414,18 +413,18 @@
 "znaku (naprykład &#234;) — mahčyma, ličba zavialikaja"
 
 # glib/gmarkup.c:553
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Spasyłka na znak '%-.*s' nie źjaŭlajecca zapisam dazvolenaha znaku"
 
 # glib/gmarkup.c:570
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Pustaja spasyłka na znak: u joj pavinien być numar, naprykład &#454;"
 
 # glib/gmarkup.c:580
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -435,37 +434,37 @@
 "nie dla paznačeńnia pačatku adzinki — u takim vypadku zamianicie jaho jak "
 "&amp;"
 
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Niezavieršanaja spasyłka na adzinku"
 
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Niezavieršanaja spasyłka na znak"
 
 # glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Niapravilna kadavany tekst UTF-8 - zadoŭhaja paśladoŭnaść"
 
 # glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Niapravilna kadavany tekst UTF-8 - nie pačatkovy znak"
 
 # glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Niapravilna kadavany tekst UTF-8 - niapravilny \"%s\""
 
 # glib/gmarkup.c:932
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dakument musić pačynacca z elementu (naprykład <book>)"
 
 # glib/gmarkup.c:970
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -475,7 +474,7 @@
 "pačynać nazvy adzinki"
 
 # glib/gmarkup.c:1033
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -484,7 +483,7 @@
 "Dziŭny znak '%s', čakaŭsia znak '>' dla zakančeńnia značnika elementu '%s'"
 
 # glib/gmarkup.c:1120
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -492,7 +491,7 @@
 "Dziŭny znak '%s', čakaŭsia znak '=' paśla nazvy atrybutu '%s' elementu '%s'"
 
 # glib/gmarkup.c:1161
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -504,7 +503,7 @@
 "niedapuščalny znak u nazovie atrybutu"
 
 # glib/gmarkup.c:1244
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -514,7 +513,7 @@
 "nadajecca značeńnie atrybutu '%s' elementu '%s'"
 
 # glib/gmarkup.c:1384
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -524,7 +523,7 @@
 "pačynać nazovu elementu"
 
 # glib/gmarkup.c:1422
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -534,29 +533,29 @@
 "dapuščalnym znakam źjaŭlajecca '>'"
 
 # glib/gmarkup.c:1433
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element '%s' byŭ začynieny, dziejna niama adčynienych elementaŭ"
 
 # glib/gmarkup.c:1442
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element '%s' byŭ začynieny, ale dziejna adčynieny '%s'"
 
 # glib/gmarkup.c:1574
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dakument byŭ pusty albo ŭtrymlivaŭ tolki prabieły"
 
 # glib/gmarkup.c:1588
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Adrazu paśla znaku '%s' dakument niečakana skončyŭsia"
 
 # glib/gmarkup.c:1596 glib/gmarkup.c:1640
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -566,7 +565,7 @@
 "— '%s' byŭ apošnim adčynienym elementam"
 
 # glib/gmarkup.c:1604
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -576,22 +575,22 @@
 "značnik <%s/>"
 
 # glib/gmarkup.c:1610
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dakument niečakana skončyŭsia ŭnutry nazvy elementu"
 
 # glib/gmarkup.c:1615
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dakument niečakana skončyŭsia ŭnutry nazvy atrybutu"
 
 # glib/gmarkup.c:1620
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dakument niečakana skončyŭsia ŭnutry elementu, jaki adkryvaje značnik."
 
 # glib/gmarkup.c:1626
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -600,330 +599,331 @@
 "atrybutu: niama vartaści atrybutu"
 
 # glib/gmarkup.c:1633
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dakument niečakana skončyŭsia ŭnutry vartaści atrybutu"
 
 # glib/gmarkup.c:1648
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Dakument niečakana skončyŭsia ŭnutry značnika zamykańnia elementu '%s'"
 
 # glib/gmarkup.c:1654
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Dakument niečakana skončyŭsia ŭnutry kamentara albo instrukcyi"
 
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
 msgid "corrupted object"
 msgstr "sapsavany abjekt"
 
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
 msgid "internal error or corrupted object"
 msgstr "unutranaja pamyłka ci sapsavany abjekt"
 
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
 msgid "out of memory"
 msgstr "nie chapiła pamiaci"
 
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
 msgid "backtracking limit reached"
 msgstr "limit viartańnia (backtracking) dasiahnutaja"
 
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
 msgid "the pattern contains items not supported for partial matching"
 msgstr ""
 "šablon utrymlivaje elementy, jakija nie padtrymvajucca dla častkovaj "
 "adpaviadnaści"
 
-#: ../glib/gregex.c:154
+#: glib/gregex.c:154
 msgid "internal error"
 msgstr "unutranaja pamyłka"
 
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
 msgid "back references as conditions are not supported for partial matching"
 msgstr ""
 "advarotnyja spasyłki jak umovy nie padtrymvajucca dla častkovaj adpaviadnaści"
 
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
 msgid "recursion limit reached"
 msgstr "limit rekursii dasiahnuty"
 
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
 msgid "workspace limit for empty substrings reached"
 msgstr "limit rabočaj prastory dla pustych padradkoŭ dasiahnuty"
 
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
 msgid "invalid combination of newline flags"
 msgstr "niapravilnaja kambinacyja ściažkoŭ novych radkoŭ"
 
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
 msgid "unknown error"
 msgstr "nieviadomaja pamyłka"
 
-#: ../glib/gregex.c:198
+#: glib/gregex.c:199
 msgid "\\ at end of pattern"
 msgstr "\\ u kancy šablonu"
 
-#: ../glib/gregex.c:201
+#: glib/gregex.c:202
 msgid "\\c at end of pattern"
 msgstr "\\c u kancy šablonu"
 
-#: ../glib/gregex.c:204
+#: glib/gregex.c:205
 msgid "unrecognized character follows \\"
 msgstr "za \\ śleduje nieviadomy znak"
 
-#: ../glib/gregex.c:208
-msgid "case changing escapes are not allowed here"
+#: glib/gregex.c:212
+#, fuzzy
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
 msgstr "escapy, jakija źmianiajuć rehistar, tut nie dazvolenyja"
 
-#: ../glib/gregex.c:211
+#: glib/gregex.c:215
 msgid "numbers out of order in {} quantifier"
 msgstr ""
 
-#: ../glib/gregex.c:214
+#: glib/gregex.c:218
 msgid "number too big in {} quantifier"
 msgstr ""
 
 # glib/giochannel.c:1587 glib/giochannel.c:1661
-#: ../glib/gregex.c:217
+#: glib/gregex.c:221
 msgid "missing terminating ] for character class"
 msgstr "nie staje kancavoj [ dziela znakavaj klasy"
 
 # glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282
 # glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875
 # glib/gutf8.c:1320
-#: ../glib/gregex.c:220
+#: glib/gregex.c:224
 msgid "invalid escape sequence in character class"
 msgstr "niapravilnaja paśladoŭnaść escape ŭ znakavaj klasie"
 
-#: ../glib/gregex.c:223
+#: glib/gregex.c:227
 msgid "range out of order in character class"
 msgstr "dyjapazon nie ŭ paradku ŭ klasie znakaŭ"
 
-#: ../glib/gregex.c:226
+#: glib/gregex.c:230
 msgid "nothing to repeat"
 msgstr "niama čaho paŭtarać"
 
-#: ../glib/gregex.c:229
+#: glib/gregex.c:233
 msgid "unrecognized character after (?"
 msgstr "nieviadomy znak paśla (?"
 
-#: ../glib/gregex.c:233
+#: glib/gregex.c:237
 msgid "unrecognized character after (?<"
 msgstr "nieviadomy znak paśla (?<"
 
-#: ../glib/gregex.c:237
+#: glib/gregex.c:241
 msgid "unrecognized character after (?P"
 msgstr "nieviadomy znak paśla (?P"
 
-#: ../glib/gregex.c:240
+#: glib/gregex.c:244
 msgid "POSIX named classes are supported only within a class"
 msgstr "Nazvanyja klasy POSIX padtrymlivajucca tolki ŭ klasach"
 
-#: ../glib/gregex.c:243
+#: glib/gregex.c:247
 msgid "missing terminating )"
 msgstr "nie staje kancavoha )"
 
-#: ../glib/gregex.c:247
+#: glib/gregex.c:251
 msgid ") without opening ("
 msgstr ") biaz pačatkovaj ("
 
-#: ../glib/gregex.c:251
+#: glib/gregex.c:255
 msgid "(?R or (?[+-]digits must be followed by )"
 msgstr ""
 
-#: ../glib/gregex.c:254
+#: glib/gregex.c:258
 msgid "reference to non-existent subpattern"
 msgstr ""
 
-#: ../glib/gregex.c:257
+#: glib/gregex.c:261
 msgid "missing ) after comment"
 msgstr "nie staje ) paśla kamentara"
 
-#: ../glib/gregex.c:260
+#: glib/gregex.c:264
 msgid "regular expression too large"
 msgstr "rehularny vyraz zavialiki"
 
-#: ../glib/gregex.c:263
+#: glib/gregex.c:267
 msgid "failed to get memory"
 msgstr "niemahčyma atrymać pamiaci"
 
-#: ../glib/gregex.c:266
+#: glib/gregex.c:270
 msgid "lookbehind assertion is not fixed length"
 msgstr ""
 
-#: ../glib/gregex.c:269
+#: glib/gregex.c:273
 msgid "malformed number or name after (?("
 msgstr ""
 
-#: ../glib/gregex.c:272
+#: glib/gregex.c:276
 msgid "conditional group contains more than two branches"
 msgstr "umoŭnaja hrupa maje bolej za dźvie haliny"
 
-#: ../glib/gregex.c:275
+#: glib/gregex.c:279
 msgid "assertion expected after (?("
 msgstr ""
 
-#: ../glib/gregex.c:278
+#: glib/gregex.c:282
 msgid "unknown POSIX class name"
 msgstr "nieviadomaja nazva klasy POSIX"
 
-#: ../glib/gregex.c:281
+#: glib/gregex.c:285
 msgid "POSIX collating elements are not supported"
 msgstr ""
 
-#: ../glib/gregex.c:284
+#: glib/gregex.c:288
 msgid "character value in \\x{...} sequence is too large"
 msgstr "znakavaja vartaść u paśladoŭnaści \\x{...} zavialikaja"
 
-#: ../glib/gregex.c:287
+#: glib/gregex.c:291
 msgid "invalid condition (?(0)"
 msgstr "niapravilnaja ŭmova (?(0)"
 
-#: ../glib/gregex.c:290
+#: glib/gregex.c:294
 msgid "\\C not allowed in lookbehind assertion"
 msgstr ""
 
-#: ../glib/gregex.c:293
+#: glib/gregex.c:297
 msgid "recursive call could loop indefinitely"
 msgstr "rekursiŭny vyklik moža zacyklicca niapeŭnym čynam"
 
-#: ../glib/gregex.c:296
+#: glib/gregex.c:300
 msgid "missing terminator in subpattern name"
 msgstr ""
 
-#: ../glib/gregex.c:299
+#: glib/gregex.c:303
 msgid "two named subpatterns have the same name"
 msgstr ""
 
-#: ../glib/gregex.c:302
+#: glib/gregex.c:306
 msgid "malformed \\P or \\p sequence"
 msgstr ""
 
-#: ../glib/gregex.c:305
+#: glib/gregex.c:309
 msgid "unknown property name after \\P or \\p"
 msgstr "nazva nieviadomaj ułaścivaści paśla \\P ci \\p"
 
-#: ../glib/gregex.c:308
+#: glib/gregex.c:312
 msgid "subpattern name is too long (maximum 32 characters)"
 msgstr "nazva padšablonu zavialikaja (maksymalna 32 znakaŭ)"
 
-#: ../glib/gregex.c:311
+#: glib/gregex.c:315
 msgid "too many named subpatterns (maximum 10,000)"
 msgstr "zašmat nazvanych padšablonaŭ (maksymalna 10,000)"
 
-#: ../glib/gregex.c:314
+#: glib/gregex.c:318
 msgid "octal value is greater than \\377"
 msgstr "vaśmiarkovaja vartaść bolšaja za \\377"
 
-#: ../glib/gregex.c:317
+#: glib/gregex.c:321
 msgid "DEFINE group contains more than one branch"
 msgstr ""
 
-#: ../glib/gregex.c:320
+#: glib/gregex.c:324
 msgid "repeating a DEFINE group is not allowed"
 msgstr ""
 
-#: ../glib/gregex.c:323
+#: glib/gregex.c:327
 msgid "inconsistent NEWLINE options"
 msgstr ""
 
-#: ../glib/gregex.c:326
+#: glib/gregex.c:330
 msgid ""
 "\\g is not followed by a braced name or an optionally braced non-zero number"
 msgstr ""
 
-#: ../glib/gregex.c:331
+#: glib/gregex.c:335
 msgid "unexpected repeat"
 msgstr "niečakany paŭtor"
 
-#: ../glib/gregex.c:335
+#: glib/gregex.c:339
 msgid "code overflow"
 msgstr "pierapaŭnieńnie kodu"
 
-#: ../glib/gregex.c:339
+#: glib/gregex.c:343
 msgid "overran compiling workspace"
 msgstr ""
 
-#: ../glib/gregex.c:343
+#: glib/gregex.c:347
 msgid "previously-checked referenced subpattern not found"
 msgstr ""
 
-#: ../glib/gregex.c:510 ../glib/gregex.c:1558
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Pamyłka padčas pošuku adpaviednikaŭ dla rehularnaha vyrazu %s: %s"
 
-#: ../glib/gregex.c:1063
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "Biblijateka PCRE skampilavanaja biez padtrymki UTF8"
 
-#: ../glib/gregex.c:1072
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "Biblijateka PCRE skampilavanaja biez padtrymki ŭłaścivaściaŭ UTF8"
 
 # glib/gmarkup.c:219
-#: ../glib/gregex.c:1126
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Pamyłka padčas kampilavańnia rehularnaha vyrazu %s pry znaku %d: %s"
 
-#: ../glib/gregex.c:1162
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Pamyłka padčas aptymizacyi rehularnaha vyrazu %s: %s"
 
-#: ../glib/gregex.c:1986
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "šasnaccatkovaja ličba ci \"}\" čakalisia"
 
-#: ../glib/gregex.c:2002
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "šasnaccatkovaja ličba čakałasia"
 
-#: ../glib/gregex.c:2042
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "nie staje \"<\" u symbalnaj spasyłcy"
 
-#: ../glib/gregex.c:2051
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "niezavieršanaja symbalnaja spasyłka"
 
-#: ../glib/gregex.c:2058
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "symbalnaja spasyłka nulavoj daŭžyni"
 
-#: ../glib/gregex.c:2069
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "čakałasia ličba"
 
-#: ../glib/gregex.c:2087
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "zabaronienaja symbalnaja spasyłka"
 
-#: ../glib/gregex.c:2149
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "zabłukaŭšy kancavy \"\\\""
 
-#: ../glib/gregex.c:2153
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "nieviadomaja cytavanaja paśladoŭnaść"
 
-#: ../glib/gregex.c:2163
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Pamyłka padčas razboru tekstu zamieny \"%s\" pry znaku %lu: %s"
 
 # glib/gshell.c:71
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
 #, c-format
 msgid "Quoted text doesn't begin with a quotation mark"
 msgstr "Cytavany znak nie pačynajecca znakam dvukośsia"
 
 # glib/gshell.c:161
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
 #, c-format
 msgid "Unmatched quotation mark in command line or other shell-quoted text"
 msgstr ""
@@ -931,88 +931,86 @@
 "adzinočny znak cytavańnia"
 
 # glib/gshell.c:529
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
 #, c-format
 msgid "Text ended just after a '\\' character. (The text was '%s')"
 msgstr "Tekst skončyŭsia adrazu paśla znaku '\\'. (Tekst byŭ '%s')"
 
 # glib/gshell.c:536
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
 #, c-format
 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
 msgstr ""
 "Tekst skončyŭsia pierad adpaviednym dvukośsiem dla %c. (Tekst byŭ '%s')"
 
 # glib/gshell.c:548
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
 #, c-format
 msgid "Text was empty (or contained only whitespace)"
 msgstr "Tekst byŭ pusty (albo ŭ im byli tolki prabieły)"
 
 # glib/gspawn-win32.c:214
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
 #, c-format
 msgid "Failed to read data from child process"
 msgstr "Niemahčyma adčytać źviestki pracesu-naščadka"
 
 # glib/gspawn-win32.c:981 glib/gspawn.c:1228
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Nielha stvaryć płyniu dziela kamunikacyi z pracesam-naščadkam (%s)"
 
 # glib/gspawn-win32.c:843 glib/gspawn.c:914
-#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Niemahčyma adčytać płyniu naščadka (%s)"
 
 # glib/gspawn-win32.c:931 glib/gspawn.c:1119
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Niemahčyma źmianić kataloh na '%s' (%s)"
 
 # glib/gspawn-win32.c:940
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
 #, c-format
 msgid "Failed to execute child process (%s)"
 msgstr "Niemahčyma vykanać praces-naščadka (%s)"
 
 # glib/gconvert.c:1729
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
 #, c-format
 msgid "Invalid program name: %s"
 msgstr "Niapravilnaja nazva prahramy: %s"
 
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
 #, c-format
 msgid "Invalid string in argument vector at %d: %s"
 msgstr "Niapravilny paradak u arhumencie %d: %s"
 
 # glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189
 # glib/gutf8.c:1330 glib/gutf8.c:1426
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
 #, c-format
 msgid "Invalid string in environment: %s"
 msgstr "Niapravilny radok u asiarodździ: %s"
 
 # glib/gdir.c:79
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
 #, c-format
 msgid "Invalid working directory: %s"
 msgstr "Niapravilny rabočy kataloh: %s"
 
 # glib/gspawn-win32.c:940
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
 #, c-format
 msgid "Failed to execute helper program (%s)"
 msgstr "Niemahčyma ŭklučyć prahramu dapamohi (%s)"
 
 # glib/gspawn-win32.c:365
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
 #, c-format
 msgid ""
 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -1022,13 +1020,13 @@
 "adbyłasia nieviadomaja pamyłka"
 
 # glib/gspawn.c:161
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
 #, c-format
 msgid "Failed to read data from child process (%s)"
 msgstr "Niemahčyma adčytać źviestki pracesu-naščadka (%s)"
 
 # glib/gspawn.c:293
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
@@ -1036,145 +1034,145 @@
 "naščadka (%s)"
 
 # glib/gspawn.c:376
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Niečakanaja pamyłka ŭ waitpid() (%s)"
 
 # glib/gspawn.c:979
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Niemahčyma stvaryć praces (%s)"
 
 # glib/gspawn.c:1129
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Niemahvyma vykanać praces-naščadka \"%s\" (%s)"
 
 # glib/gspawn.c:1139
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Niemahčyma pierakiravać uvachod albo vyjście pracesu-naščadka (%s)"
 
 # glib/gspawn.c:1148
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Niemahčyma stvaryć praces-naščadka (%s)"
 
 # glib/gspawn.c:1156
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Nieviadomaja pamyłka vykanańnia pracesu-naščadka \"%s\""
 
 # glib/gspawn.c:1178
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
 "Niemahčyma adčytać adpaviednuju kolkaść źviestak ź PID kanału naščadka (%s)"
 
 # glib/gutf8.c:950
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
 #, c-format
 msgid "Character out of range for UTF-8"
 msgstr "Znak pa-za dyjapazonam UTF-8"
 
 # glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189
 # glib/gutf8.c:1330 glib/gutf8.c:1426
-#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
 #, c-format
 msgid "Invalid sequence in conversion input"
 msgstr "Niapravilny paradak na ŭvachodzie kanversii"
 
 # glib/gutf8.c:1341 glib/gutf8.c:1437
-#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
 #, c-format
 msgid "Character out of range for UTF-16"
 msgstr "Znak pa-za dyjapazonam UTF-16"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Vykarystańnie:"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPCYJA...]"
 
-#: ../glib/goption.c:677
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Opcyi dapamohi:"
 
-#: ../glib/goption.c:678
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Pakažy opcyi dapamohi"
 
-#: ../glib/goption.c:684
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Pakažy ŭsie opcyi dapamohi"
 
-#: ../glib/goption.c:736
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Opcyi aplikacyi:"
 
-#: ../glib/goption.c:797 ../glib/goption.c:867
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Niemahčyma pierapracavać ličbavaj vartaści '%s' dla %s"
 
-#: ../glib/goption.c:807 ../glib/goption.c:875
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Ličbavaja vartaść '%s' dla %s pa-za dapuščalnymi miežami"
 
-#: ../glib/goption.c:832
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Nielha pierapracavać padvojnuju ličbavuju vartaść '%s' dla %s"
 
-#: ../glib/goption.c:840
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Padvojnaja ličbavaja vartaść '%s' dla %s pa-za dapuščalnymi miežami"
 
 # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
 # glib/giochannel.c:2175
-#: ../glib/goption.c:1177
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Pamyłka padčas pierapracoŭki %s"
 
-#: ../glib/goption.c:1208 ../glib/goption.c:1319
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Adsutny parametar dla %s"
 
-#: ../glib/goption.c:1714
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Nieviadomaja opcyja %s"
 
-#: ../glib/gkeyfile.c:355
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Niemahčyma znajści pravilnaha fajłu kluča ŭ katalohach pošuku"
 
-#: ../glib/gkeyfile.c:390
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Heta nie zvyčajny fajł"
 
-#: ../glib/gkeyfile.c:398
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Fajł pusty"
 
-#: ../glib/gkeyfile.c:758
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1183,53 +1181,53 @@
 "hrupaj, albo kamentarom"
 
 # glib/gconvert.c:1729
-#: ../glib/gkeyfile.c:818
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Niapravilnaja nazva hrupy: %s"
 
-#: ../glib/gkeyfile.c:840
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Fajł kluča nie pačynajecca ad hrupy"
 
 # glib/gconvert.c:1729
-#: ../glib/gkeyfile.c:866
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Niapravilnaja nazva kluča: %s"
 
-#: ../glib/gkeyfile.c:893
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Fajł kluča ŭtrymlivaje kadavańnie '%s', jakoje nie absłuhoŭvajecca"
 
-#: ../glib/gkeyfile.c:1106 ../glib/gkeyfile.c:1265 ../glib/gkeyfile.c:2483
-#: ../glib/gkeyfile.c:2551 ../glib/gkeyfile.c:2686 ../glib/gkeyfile.c:2821
-#: ../glib/gkeyfile.c:2974 ../glib/gkeyfile.c:3161 ../glib/gkeyfile.c:3222
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Fajł kluča nie ŭklučaje ŭ siabie hrupy '%s'"
 
-#: ../glib/gkeyfile.c:1277
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Fajł kluča nie ŭklučaje ŭ siabie kluča '%s'"
 
-#: ../glib/gkeyfile.c:1379 ../glib/gkeyfile.c:1492
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Fajł kluča ŭklučaje ŭ siabie kluč '%s' z vartaściu '%s', nie zapisanaj jak "
 "UTF-8"
 
-#: ../glib/gkeyfile.c:1399 ../glib/gkeyfile.c:1512 ../glib/gkeyfile.c:1885
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Fajł kluča ŭklučaje ŭ siabie kluč '%s' ź nieinterpretavalnaj vartaściu."
 
-#: ../glib/gkeyfile.c:2100 ../glib/gkeyfile.c:2312
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1238,633 +1236,651 @@
 "Fajł kluča ŭklučaje ŭ siabie kluč '%s' u hrupie '%s', jaki maje "
 "nieinterpretavalnuju vartaść."
 
-#: ../glib/gkeyfile.c:2498 ../glib/gkeyfile.c:2701 ../glib/gkeyfile.c:3233
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Fajł kluča nia maje kluča '%s' u hrupie '%s'"
 
-#: ../glib/gkeyfile.c:3467
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Fajł kluča maje ŭ sabie cytavany znak na kancy radka"
 
 # glib/gconvert.c:1648
-#: ../glib/gkeyfile.c:3489
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Fajł kluča maje ŭ sabie niedapuščalny cytavalny łancužok '%s'"
 
-#: ../glib/gkeyfile.c:3631
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Nielha interpretavać '%s' jak ličbavuju vartaść."
 
-#: ../glib/gkeyfile.c:3645
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Ličbavaja vartaść '%s' pa-za dapuščalnymi miežami"
 
-#: ../glib/gkeyfile.c:3678
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 "Niemahčyma interpretavać značeńnie '%s' jak ličbavuju vartaść ź "
 "niefiksavanaj koskaj."
 
-#: ../glib/gkeyfile.c:3702
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Ličbavuju vartaść '%s' niemahčyma interpretavać jak lahičnuju vartaść."
 
-#: ../gio/gbufferedinputstream.c:482 ../gio/ginputstream.c:557
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
 msgid "Too large count value passed to g_input_stream_read_async"
 msgstr "Funkcyi g_input_stream_read_async pieradadzieny nadta vialiki ličylnik"
 
-#: ../gio/gbufferedinputstream.c:868 ../gio/ginputstream.c:887
-#: ../gio/goutputstream.c:1064
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
 #, c-format
 msgid "Stream is already closed"
 msgstr "Płyń užo začynienaja"
 
-#: ../gio/gcancellable.c:276 ../gio/gsimpleasyncresult.c:609
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
 #, c-format
 msgid "Operation was cancelled"
 msgstr "Aperacyja anulavanaja"
 
-#: ../gio/gcontenttype.c:155
+#: gio/gcontenttype.c:156
 msgid "Unknown type"
 msgstr "Nieviadomy typ"
 
-#: ../gio/gcontenttype.c:156
+#: gio/gcontenttype.c:157
 #, c-format
 msgid "%s filetype"
 msgstr "typ fajłaŭ %s"
 
-#: ../gio/gcontenttype.c:568
+#: gio/gcontenttype.c:571
 #, c-format
 msgid "%s type"
 msgstr "typ %s"
 
-#: ../gio/gdatainputstream.c:307
+#: gio/gdatainputstream.c:309
 #, c-format
 msgid "Unexpected early end-of-stream"
 msgstr "Zaŭčasny kaniec płyni"
 
-#: ../gio/gdesktopappinfo.c:373 ../gio/gwin32appinfo.c:212
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
 msgid "Unnamed"
 msgstr "Nienazvany"
 
-#: ../gio/gdesktopappinfo.c:546
+#: gio/gdesktopappinfo.c:562
 #, c-format
 msgid "Desktop file didn't specify Exec field"
 msgstr "Fajł stała nie akreślivaje pola Exec"
 
-#: ../gio/gdesktopappinfo.c:828
+#: gio/gdesktopappinfo.c:844
 #, c-format
 msgid "Unable to find terminal required for application"
 msgstr "Niemahčyma znajści terminału, vymahanaha dla aplikacyi"
 
-#: ../gio/gdesktopappinfo.c:1018
+#: gio/gdesktopappinfo.c:1026
 #, c-format
 msgid "Can't create user application configuration folder %s: %s"
 msgstr ""
 "Niemahčyma stvaryć kanfihuracyjny kataloh %s karystalnika dla aplikacyi: %s"
 
-#: ../gio/gdesktopappinfo.c:1022
+#: gio/gdesktopappinfo.c:1030
 #, c-format
 msgid "Can't create user MIME configuration folder %s: %s"
 msgstr "Niemahčyma stvaryć kanfihuracyjny kataloh MIME %s dla karystalnika: %s"
 
-#: ../gio/gdesktopappinfo.c:1395
+#: gio/gdesktopappinfo.c:1403
 #, c-format
 msgid "Custom definition for %s"
 msgstr "Asablivaje aznačeńnie dla %s"
 
-#: ../gio/gdesktopappinfo.c:1419
+#: gio/gdesktopappinfo.c:1427
 #, c-format
 msgid "Can't create user desktop file %s"
 msgstr "Niemahčyma stvaryć fajł stała %s dla karystalnika"
 
-#: ../gio/gdesktopappinfo.c:1444
+#: gio/gdesktopappinfo.c:1452
 #, c-format
 msgid "Can't load just created desktop file"
 msgstr "Niemahčyma zahruzić tolki što stvorany fajł stała"
 
-#: ../gio/gdrive.c:282
-msgid "drive doesn't implement mount"
-msgstr "pryłada nie zaimplementavała mantavańnia (mount)"
-
-#: ../gio/gdrive.c:347
+#: gio/gdrive.c:365
 msgid "drive doesn't implement eject"
 msgstr "pryłada nie zaimplementavała vysoŭvańnia (eject)"
 
-#: ../gio/gfile.c:667 ../gio/gfile.c:796 ../gio/gfile.c:921
-#: ../gio/gfile.c:1006 ../gio/gfile.c:1051 ../gio/gfile.c:1096
-#: ../gio/gfile.c:1151 ../gio/gfile.c:2091 ../gio/gfile.c:2136
-#: ../gio/gfile.c:2186 ../gio/gfile.c:2225 ../gio/gfile.c:2537
-#: ../gio/gfile.c:2938 ../gio/gfile.c:3014 ../gio/gfile.c:3091
+#: gio/gdrive.c:432
+#, fuzzy
+msgid "drive doesn't implement polling for media"
+msgstr "pryłada nie zaimplementavała mantavańnia (mount)"
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
 #, c-format
 msgid "Operation not supported"
 msgstr "Aperacyja nie padtrymlivajecca"
 
-#: ../gio/gfile.c:963 ../gio/glocalfile.c:838 ../gio/glocalfile.c:847
-#: ../gio/glocalfile.c:858
-#, c-format
-msgid "Containing volume does not exist"
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, fuzzy, c-format
+msgid "Containing mount does not exist"
 msgstr "Ustaŭleny masiŭ nie isnuje"
 
-#: ../gio/gfile.c:1511
+#: gio/gfile.c:1620
 #, c-format
 msgid "Can't copy over directory"
 msgstr "Niemahčyma skapijavać zamiest katalohu"
 
-#: ../gio/gfile.c:1571
+#: gio/gfile.c:1680
 #, c-format
 msgid "Can't copy directory over directory"
 msgstr "Niemahčyma skapijavać kataloh zamiest inšaha katalohu"
 
-#: ../gio/gfile.c:1579
+#: gio/gfile.c:1688
 #, c-format
 msgid "Target file exists"
 msgstr "Metavy fajł isnuje"
 
-#: ../gio/gfile.c:1597
+#: gio/gfile.c:1706
 #, c-format
 msgid "Can't recursively copy directory"
 msgstr "Niemahčyma rekursiŭna skapijavać kataloh"
 
-#: ../gio/gfile.c:2176
+#: gio/gfile.c:2273
 #, c-format
 msgid "Invalid symlink value given"
 msgstr "Padadzienaja niapravilnaja vartaść symbalnaj spasyłki"
 
-#: ../gio/gfile.c:2267
+#: gio/gfile.c:2365
 #, c-format
 msgid "Trash not supported"
 msgstr "Śmietnica nie padtrymlivajacca"
 
-#: ../gio/gfile.c:2307
-#, c-format
-msgid "File names cannot contain '/'"
+#: gio/gfile.c:2412
+#, fuzzy, c-format
+msgid "File names cannot contain '%c'"
 msgstr "Nazvy fajłaŭ nia mohuć utrymlivać \"/\""
 
-#: ../gio/gfile.c:3936
+#: gio/gfile.c:4039 gio/gvolume.c:318
 msgid "volume doesn't implement mount"
 msgstr "masiŭ nie zaimplementavaŭ mantavańnia (mount)"
 
-#: ../gio/gfileenumerator.c:133
+#: gio/gfileenumerator.c:151
 #, c-format
 msgid "Enumerator is closed"
 msgstr "Ličylnik začynieny"
 
-#: ../gio/gfileenumerator.c:140 ../gio/gfileenumerator.c:199
-#: ../gio/gfileenumerator.c:299 ../gio/gfileenumerator.c:400
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
 #, c-format
 msgid "File enumerator has outstanding operation"
 msgstr "U fajłavaha ličylnika jość važkaja aperacyja"
 
-#: ../gio/gfileenumerator.c:289 ../gio/gfileenumerator.c:390
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
 msgid "File enumerator is already closed"
 msgstr "Fajłavy ličylnik užo začynieny"
 
-#: ../gio/gfileinputstream.c:144 ../gio/gfileinputstream.c:440
-#: ../gio/gfileoutputstream.c:154 ../gio/gfileoutputstream.c:554
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
 #, c-format
 msgid "Stream doesn't support query_info"
 msgstr "Płyń nie padtrymlivaje query_info"
 
-#: ../gio/gfileinputstream.c:355 ../gio/gfileoutputstream.c:393
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
 #, c-format
 msgid "Seek not supported on stream"
 msgstr "Dla płyni nie padtrymlivajecca zruch"
 
-#: ../gio/gfileinputstream.c:399
+#: gio/gfileinputstream.c:398
 #, c-format
 msgid "Truncate not allowed on input stream"
 msgstr "Dla ŭvachodnaj płyni nie dazvolenaje abcinańnie"
 
-#: ../gio/gfileoutputstream.c:488
+#: gio/gfileoutputstream.c:490
 #, c-format
 msgid "Truncate not supported on stream"
 msgstr "Dla płyni nie padtrymlivajecca abcinańnie"
 
-#: ../gio/ginputstream.c:185
+#: gio/ginputstream.c:186
 #, c-format
 msgid "Too large count value passed to g_input_stream_read"
 msgstr "Funkcyi g_input_stream_read pieradadzieny nadta vialiki ličylnik"
 
-#: ../gio/ginputstream.c:194
+#: gio/ginputstream.c:195
 #, c-format
 msgid "Input stream doesn't implement read"
 msgstr "Uvachodnaja płyń nie zaimplementavała čytańnia (read)"
 
-#: ../gio/ginputstream.c:317
+#: gio/ginputstream.c:318
 #, c-format
 msgid "Too large count value passed to g_input_stream_skip"
 msgstr "Funkcyi g_input_stream_skip pieradadzieny nadta vialiki ličylnik"
 
-#: ../gio/ginputstream.c:680
+#: gio/ginputstream.c:681
 msgid "Too large count value passed to g_input_stream_skip_async"
 msgstr "Funkcyi g_input_stream_skip_async pieradadzieny nadta vialiki ličylnik"
 
-#: ../gio/ginputstream.c:894 ../gio/goutputstream.c:1071
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
 #, c-format
 msgid "Stream has outstanding operation"
 msgstr "Dla płyni jość važkaja aperacyja"
 
 # glib/gconvert.c:1729
-#: ../gio/glocalfile.c:539
+#: gio/glocalfile.c:554
 #, c-format
 msgid "Invalid filename %s"
 msgstr "Niapravilnaja nazva fajłu %s"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfile.c:789
+#: gio/glocalfile.c:810
 #, c-format
 msgid "Error getting filesystem info: %s"
 msgstr "Pamyłka atrymańnia źviestak ab fajłavaj systemie: %s"
 
-#: ../gio/glocalfile.c:878
+#: gio/glocalfile.c:928
 #, c-format
 msgid "Can't rename root directory"
 msgstr "Niemahčyma źmianić nazvu dla karaniovaha katalohu"
 
-#: ../gio/glocalfile.c:896
+#: gio/glocalfile.c:946
 #, c-format
 msgid "Can't rename file, filename already exist"
 msgstr "Niemahčyma źmianić nazvu dla fajłu, taki fajł užo isnuje"
 
 # glib/gconvert.c:1729
-#: ../gio/glocalfile.c:909 ../gio/glocalfile.c:1600 ../gio/glocalfile.c:1629
-#: ../gio/glocalfile.c:1761 ../gio/glocalfileoutputstream.c:437
-#: ../gio/glocalfileoutputstream.c:480 ../gio/glocalfileoutputstream.c:868
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
 #, c-format
 msgid "Invalid filename"
 msgstr "Niapravilnaja nazva fajłu"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfile.c:913
+#: gio/glocalfile.c:963
 #, c-format
 msgid "Error renaming file: %s"
 msgstr "Pamyłka adčytańnia fajłu: %s"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfile.c:1028
+#: gio/glocalfile.c:1080
 #, c-format
 msgid "Error opening file: %s"
 msgstr "Pamyłka adčynieńnia fajłu: %s"
 
-#: ../gio/glocalfile.c:1038
+#: gio/glocalfile.c:1090
 #, c-format
 msgid "Can't open directory"
 msgstr "Niemahčyma adčynić kataloh"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfile.c:1090 ../gio/glocalfile.c:1604
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
 #, c-format
 msgid "Error removing file: %s"
 msgstr "Pamyłka vydaleńnia fajłu: %s"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfile.c:1372
+#: gio/glocalfile.c:1434
 #, c-format
 msgid "Error trashing file: %s"
 msgstr "Pamyłka vykidańnia ŭ śmietnicu fajłu: %s"
 
 # glib/gfileutils.c:745
-#: ../gio/glocalfile.c:1396
+#: gio/glocalfile.c:1458
 #, c-format
 msgid "Unable to create trash dir %s: %s"
 msgstr "Niemahčyma stvaryć kataloh śmietnicy %s: %s"
 
-#: ../gio/glocalfile.c:1414
+#: gio/glocalfile.c:1482
 #, c-format
 msgid "Unable to find toplevel directory for trash"
 msgstr "Niemahčyma znajści najvyšejšy kataloh dziela śmiećcia"
 
-#: ../gio/glocalfile.c:1473 ../gio/glocalfile.c:1493
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
 #, c-format
 msgid "Unable to find or create trash directory"
 msgstr "Niemahčyma znajści ci stvaryć kataloh dziela śmiećcia"
 
 # glib/gfileutils.c:745
-#: ../gio/glocalfile.c:1525
+#: gio/glocalfile.c:1594
 #, c-format
 msgid "Unable to create trashed file: %s"
 msgstr "Niemahčyma stvaryć śmiaćciovy fajł: %s"
 
 # glib/gfileutils.c:745
-#: ../gio/glocalfile.c:1548
+#: gio/glocalfile.c:1617
 #, c-format
 msgid "Unable to trash file: %s"
 msgstr "Niemahčyma vykinuć u śmietnicu fajł: %s"
 
 # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
 # glib/giochannel.c:2175
-#: ../gio/glocalfile.c:1633
+#: gio/glocalfile.c:1714
 #, c-format
 msgid "Error making symbolic link: %s"
 msgstr "Pamyłka stvareńnia symbalnaj spasyłki: %s"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfile.c:1680 ../gio/glocalfile.c:1765
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
 #, c-format
 msgid "Error moving file: %s"
 msgstr "Pamyłka pieranosu fajłu: %s"
 
-#: ../gio/glocalfile.c:1701
+#: gio/glocalfile.c:1782
 #, c-format
 msgid "Can't move directory over directory"
 msgstr "Niemahčyma pieranieści kataloh zamiest inšaha katalohu"
 
-#: ../gio/glocalfile.c:1710
+#: gio/glocalfile.c:1791
 #, c-format
 msgid "Target file already exists"
 msgstr "Metavy fajł užo isnuje"
 
-#: ../gio/glocalfile.c:1723 ../gio/glocalfileoutputstream.c:726
-#: ../gio/glocalfileoutputstream.c:740 ../gio/glocalfileoutputstream.c:755
-#: ../gio/glocalfileoutputstream.c:771 ../gio/glocalfileoutputstream.c:785
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
 #, c-format
 msgid "Backup file creation failed"
 msgstr "Niaŭdałaje stvareńnie zapasnoha fajłu"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1821
 #, c-format
 msgid "Error removing target file: %s"
 msgstr "Pamyłka vydaleńnia metavaha fajłu: %s"
 
-#: ../gio/glocalfile.c:1754
+#: gio/glocalfile.c:1835
 #, c-format
 msgid "Move between mounts not supported"
 msgstr "Pieranos pamiž punktami mantavańnia nie padtrymlivajecca"
 
-#: ../gio/glocalfileinfo.c:679
+#: gio/glocalfileinfo.c:707
 #, c-format
 msgid "Attribute value must be non-NULL"
 msgstr "Vartaść atrybutu musić być nia-NULL"
 
-#: ../gio/glocalfileinfo.c:686
+#: gio/glocalfileinfo.c:714
 #, c-format
 msgid "Invalid attribute type (string expected)"
 msgstr "Niapravilny typ atrybutu (čakaŭsia tekstavy radok)"
 
 # glib/gmarkup.c:1615
-#: ../gio/glocalfileinfo.c:693
+#: gio/glocalfileinfo.c:721
 #, c-format
 msgid "Invalid extended attribute name"
 msgstr "Niapravilnaja nazva pašyranaha atrybutu"
 
 # glib/gdir.c:79
-#: ../gio/glocalfileinfo.c:733
+#: gio/glocalfileinfo.c:761
 #, c-format
 msgid "Error setting extended attribute '%s': %s"
 msgstr "Pamyłka akreśleńnia pašyranaha atrybutu '%s': %s"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfileinfo.c:1263 ../gio/glocalfileoutputstream.c:616
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
 #, c-format
 msgid "Error stating file '%s': %s"
 msgstr "Pamyłka atrymańnia stat() dla fajłu '%s': %s"
 
-#: ../gio/glocalfileinfo.c:1317
+#: gio/glocalfileinfo.c:1446
 msgid " (invalid encoding)"
 msgstr " (niapravilnaje kadavańnie)"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfileinfo.c:1482
+#: gio/glocalfileinfo.c:1621
 #, c-format
 msgid "Error stating file descriptor: %s"
 msgstr "Pamyłka atrymańnia stat() dla fajłavaha deskryptara: %s"
 
-#: ../gio/glocalfileinfo.c:1527
+#: gio/glocalfileinfo.c:1666
 #, c-format
 msgid "Invalid attribute type (uint32 expected)"
 msgstr "Niapravilny typ atrybutu (čakaŭsia uint32)"
 
-#: ../gio/glocalfileinfo.c:1544
+#: gio/glocalfileinfo.c:1683
 #, c-format
 msgid "Invalid attribute type (uint64 expected)"
 msgstr "Niapravilny typ atrybutu (čakaŭsia uint64)"
 
-#: ../gio/glocalfileinfo.c:1562
+#: gio/glocalfileinfo.c:1701
 #, c-format
 msgid "Invalid attribute type (byte string expected)"
 msgstr "Niapravilny typ atrybutu (čakaŭsia bajtavy radok)"
 
 # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
 # glib/giochannel.c:2175
-#: ../gio/glocalfileinfo.c:1586
+#: gio/glocalfileinfo.c:1725
 #, 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:1633 ../gio/glocalfileinfo.c:1793
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
 #, c-format
 msgid "Error setting owner: %s"
 msgstr "Pamyłka akreśleńnia ŭładalnika: %s"
 
-#: ../gio/glocalfileinfo.c:1656
+#: gio/glocalfileinfo.c:1795
 #, c-format
 msgid "symlink must be non-NULL"
 msgstr "symbalnaja spasyłka musić być nia-NULL"
 
 # glib/gmarkup.c:303
-#: ../gio/glocalfileinfo.c:1664 ../gio/glocalfileinfo.c:1681
-#: ../gio/glocalfileinfo.c:1690
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
 #, c-format
 msgid "Error setting symlink: %s"
 msgstr "Pamyłka akreśleńnia symbalnaj spasyłki: %s"
 
-#: ../gio/glocalfileinfo.c:1673
+#: gio/glocalfileinfo.c:1812
 #, c-format
 msgid "Error setting symlink: file is not a symlink"
 msgstr ""
 "Pamyłka akreśleńnia symbalnaj spasyłki: fajł nie źjaŭlajecca symbalnaj "
 "spasyłkaj"
 
-#: ../gio/glocalfileinfo.c:1843
+#: gio/glocalfileinfo.c:1987
 #, c-format
 msgid "Setting attribute %s not supported"
 msgstr "Akreśleńnie atrybutu %s nie padtrymlivajecca"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfileinputstream.c:154 ../gio/glocalfileoutputstream.c:527
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
 #, c-format
 msgid "Error reading from file: %s"
 msgstr "Pamyłka adčytańnia z fajłu: %s"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfileinputstream.c:183 ../gio/glocalfileinputstream.c:193
-#: ../gio/glocalfileinputstream.c:297 ../gio/glocalfileoutputstream.c:341
-#: ../gio/glocalfileoutputstream.c:801
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
 #, c-format
 msgid "Error seeking in file: %s"
 msgstr "Pamyłka zruchu ŭ fajle: %s"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfileinputstream.c:220 ../gio/glocalfileoutputstream.c:249
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
 #, c-format
 msgid "Error closing file: %s"
 msgstr "Pamyłka začynieńnia fajłu: %s"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfileoutputstream.c:156 ../gio/glocalfileoutputstream.c:546
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
 #, c-format
 msgid "Error writing to file: %s"
 msgstr "Pamyłka zapisu ŭ fajł: %s"
 
 # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
 # glib/giochannel.c:2175
-#: ../gio/glocalfileoutputstream.c:195
+#: gio/glocalfileoutputstream.c:205
 #, c-format
 msgid "Error removing old backup link: %s"
 msgstr "Pamyłka vydaleńnia staroj zapasnoj spasyłki: %s"
 
 # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
 # glib/giochannel.c:2175
-#: ../gio/glocalfileoutputstream.c:204
+#: gio/glocalfileoutputstream.c:214
 #, c-format
 msgid "Error creating backup link: %s"
 msgstr "Pamyłka stvareńnia zapasnoj spasyłki: %s"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:224
 #, c-format
 msgid "Error creating backup copy: %s"
 msgstr "Pamyłka stvareńnia zapasnoj kopii: %s"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfileoutputstream.c:230
+#: gio/glocalfileoutputstream.c:240
 #, c-format
 msgid "Error renaming temporary file: %s"
 msgstr "Pamyłka źmieny nazy časovaha fajłu: %s"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfileoutputstream.c:381 ../gio/glocalfileoutputstream.c:812
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
 #, c-format
 msgid "Error truncating file: %s"
 msgstr "Pamyłka abcinańnia fajłu: %s"
 
 # glib/gfileutils.c:348
-#: ../gio/glocalfileoutputstream.c:441 ../gio/glocalfileoutputstream.c:484
-#: ../gio/glocalfileoutputstream.c:607 ../gio/glocalfileoutputstream.c:872
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
 #, c-format
 msgid "Error opening file '%s': %s"
 msgstr "Pamyłka adčynieńnia fajłu '%s': %s"
 
-#: ../gio/glocalfileoutputstream.c:628
+#: gio/glocalfileoutputstream.c:642
 #, c-format
 msgid "Target file is a directory"
 msgstr "Metavy fajł źjaŭlajecca kataloham"
 
-#: ../gio/glocalfileoutputstream.c:633
+#: gio/glocalfileoutputstream.c:647
 #, c-format
 msgid "Target file is not a regular file"
 msgstr "Metavy fajł nia prosty"
 
-#: ../gio/glocalfileoutputstream.c:645
+#: gio/glocalfileoutputstream.c:659
 #, c-format
 msgid "The file was externally modified"
 msgstr "Fajł byŭ źmienieny zvonku"
 
-#: ../gio/goutputstream.c:193
+#: gio/gmount.c:335
+#, fuzzy
+msgid "mount doesn't implement unmount"
+msgstr "masiŭ nie zaimplementavaŭ admantavańnia (unmount)"
+
+#: gio/gmount.c:407
+#, fuzzy
+msgid "mount doesn't implement eject"
+msgstr "masiŭ nie zaimplementavaŭ vysoŭvańnia (eject)"
+
+#: gio/gmount.c:484
+#, fuzzy
+msgid "mount doesn't implement remount"
+msgstr "masiŭ nie zaimplementavaŭ mantavańnia (mount)"
+
+#: gio/goutputstream.c:193
 #, c-format
 msgid "Too large count value passed to g_output_stream_write"
 msgstr "Funkcyi g_output_stream_write pieradadzieny nadta vialiki ličylnik"
 
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
 #, c-format
 msgid "Output stream doesn't implement write"
 msgstr "Vyjściovaja płyń nie zaimplementavała zapisu (write)"
 
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:764
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
 #, c-format
 msgid "Source stream is already closed"
 msgstr "Kryničnaja płyń užo začynienaja"
 
-#: ../gio/goutputstream.c:646
+#: gio/goutputstream.c:646
 msgid "Too large count value passed to g_output_stream_write_async"
 msgstr ""
 "Funkcyi g_output_stream_write_async pieradadzieny nadta vialiki ličylnik"
 
-#: ../gio/gunixdrive.c:146
-msgid "Unknown drive"
-msgstr "Nieviadomaja pryłada"
-
-#. TODO: add translation table from gnome-vfs
-#: ../gio/gunixvolume.c:91
+# glib/gfileutils.c:348
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
 #, c-format
-msgid "%s volume"
-msgstr "%s masiŭ"
+msgid "Error reading from unix: %s"
+msgstr "Pamyłka adčytańnia z unix: %s"
 
-#: ../gio/gunixvolume.c:162
+# glib/gmarkup.c:303
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, c-format
+msgid "Error closing unix: %s"
+msgstr "Pamyłka začynieńnia unix: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
 msgid "Filesystem root"
 msgstr "Korań fajłavaj systemy"
 
-#. TODO: Use volume size as name?
-#: ../gio/gunixvolume.c:175
-msgid "Unknown volume"
-msgstr "Nieviadomy masiŭ"
+# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
+# glib/giochannel.c:2175
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, c-format
+msgid "Error writing to unix: %s"
+msgstr "Pamyłka zapisu ŭ unix: %s"
 
-#: ../gio/gvolume.c:271
-msgid "volume doesn't implement unmount"
-msgstr "masiŭ nie zaimplementavaŭ admantavańnia (unmount)"
-
-#: ../gio/gvolume.c:340
+#: gio/gvolume.c:384
 msgid "volume doesn't implement eject"
 msgstr "masiŭ nie zaimplementavaŭ vysoŭvańnia (eject)"
 
-#: ../gio/gwin32appinfo.c:265
+#: gio/gwin32appinfo.c:277
 #, c-format
 msgid "Can't find application"
 msgstr "Niemahčyma znajści aplikacyju"
 
 # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
 # glib/giochannel.c:2175
-#: ../gio/gwin32appinfo.c:299
+#: gio/gwin32appinfo.c:312
 #, c-format
 msgid "Error launching application: %s"
 msgstr "Pamyłka ŭklučeńnia aplikacyi: %s"
 
-#: ../gio/gwin32appinfo.c:330
+#: gio/gwin32appinfo.c:343
 #, c-format
 msgid "URIs not supported"
 msgstr "Adrasy URI nie padtrymlivajucca"
 
-#: ../gio/gwin32appinfo.c:353
+#: gio/gwin32appinfo.c:366
 #, c-format
 msgid "association changes not supported on win32"
 msgstr "źmieny asacyjacyjaŭ nie padtrymlivajucca dla win32"
 
-#: ../gio/gwin32appinfo.c:365
+#: gio/gwin32appinfo.c:378
 #, c-format
 msgid "Association creation not supported on win32"
 msgstr "Stvareńnie asacyjacyjaŭ nie padtrymlivajecca dla win32"
 
-# glib/gfileutils.c:348
-#: ../gio/gunixinputstream.c:199 ../gio/gunixinputstream.c:217
-#: ../gio/gunixinputstream.c:289 ../gio/gunixoutputstream.c:280
-#, c-format
-msgid "Error reading from unix: %s"
-msgstr "Pamyłka adčytańnia z unix: %s"
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
 
-# glib/gmarkup.c:303
-#: ../gio/gunixinputstream.c:247 ../gio/gunixinputstream.c:422
-#: ../gio/gunixoutputstream.c:237 ../gio/gunixoutputstream.c:384
-#, c-format
-msgid "Error closing unix: %s"
-msgstr "Pamyłka začynieńnia unix: %s"
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
 
-# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
-# glib/giochannel.c:2175
-#: ../gio/gunixoutputstream.c:187 ../gio/gunixoutputstream.c:206
-#, c-format
-msgid "Error writing to unix: %s"
-msgstr "Pamyłka zapisu ŭ unix: %s"
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPCYJA...]"
+
+#~ msgid "Unknown drive"
+#~ msgstr "Nieviadomaja pryłada"
+
+#~ msgid "%s volume"
+#~ msgstr "%s masiŭ"
+
+#~ msgid "Unknown volume"
+#~ msgstr "Nieviadomy masiŭ"
 
 #~ msgid "Target stream is already closed"
 #~ msgstr "Metavaja płyń užo začynienaja"
diff --git a/po/bg.po b/po/bg.po
index bb84a86..3e519bb 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-08-26 21:13+0300\n"
 "Last-Translator: Alexander Shopov <ash@contact.bg>\n"
 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -88,74 +88,74 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Неуспех при разширяването на реда за изпълнение „%s“ с адреса „%s“"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Преобразуването от набора знаци „%s“ към „%s“ не се поддържа"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Не може да се отвори конвертор от „%s“ към „%s“"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Грешна байтова последователност на входа за преобразуване"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Грешка по време на преобразуване: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Непълна знакова последователност в края на входните данни"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr ""
 "Заместващият знак „%s“ не може да бъде преобразуван към знак от набора „%s“"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr ""
 "Адресът „%s“ не е абсолютен при използване на схемата „file“ (файлова "
 "система)"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Адресът „%s“ на локален файл не може да включва „#“"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "Адресът „%s“ е неправилен"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Името на хоста в адреса „%s“ е неправилно"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "Адресът „%s“ съдържа грешни екраниращи последователности"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Пътят „%s“ не е абсолютен"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Неправилно име на хост"
@@ -245,37 +245,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Шаблонът „%s“ не съдържа XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Неуспех при четене на символната връзка „%s“: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Символни връзки не се поддържат"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Не може да се отвори конвертор от „%s“ към „%s“: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Не може да се чете от g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "В буфера за четене останаха непреобразувани данни"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Каналът прекъсна на непълен знак"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Не може да се чете от g_io_channel_read_to_end"
@@ -292,24 +314,24 @@
 "Неуспех при отваряне на файл в паметта „%s“: неуспешно изпълнение на mmap(): "
 "%s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Грешка на ред %d, знак %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Грешка на ред %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Намерена е празна заместваща последователност: „&;“. Валидни "
 "последователности са: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -320,17 +342,17 @@
 "започва със знака „&“. Ако той не трябва да започва заместваща "
 "последователност, той може да се екранира така: &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Знакът „%s“ не може да се съдържа в заместваща последователност"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Заместващата последователност „%s“ е неизвестна"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -339,7 +361,7 @@
 "амперсанд, без той да е начало на заместваща последователност. Представете "
 "амперсанда чрез &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -348,16 +370,16 @@
 "Грешка при анализ на „%-.*s“, което трябва да е число в указател на знак "
 "(например &#234;). Вероятно числото е твърде голямо"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Указателят на знак „%-.*s“ при декодиране не представя разрешен знак"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Празен указател на знак. Трябва да включва число, например &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -367,32 +389,32 @@
 "без той да е начало на заместваща последователност. Представете амперсанда "
 "чрез &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Незавършена заместваща последователност"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Незавършен указател на знак"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Неправилно кодиран текст в UTF-8 - прекалено дълга последователност"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Неправилно кодиран текст в UTF-8 - не може да се започва с този знак"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Неправилно кодиран текст в UTF-8 - „%s“ е грешен"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Документът трябва да започва с елемент (напр. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -400,7 +422,7 @@
 msgstr ""
 "„%s“ е неправилен знак след „<“. Името на елемент не може да започне с него"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -409,7 +431,7 @@
 "Неподходящ знак „%s“, очаква се отварящия етикет на елемент „%s“ да завърши "
 "с „>“"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -417,7 +439,7 @@
 "Неподходящ знак „%s“, очаква се „=“ след името на атрибут „%s“ на елемент „%"
 "s“"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -428,7 +450,7 @@
 "завърши със знак „>“ или „/“, или евентуално да продължи с атрибут. Най-"
 "вероятно използвате неправилен знак в името на атрибут"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -437,7 +459,7 @@
 "Неподходящ знак „%s“, очаква се знакът „\"“ след знака за равенство, когато "
 "се присвоява стойност на атрибута „%s“ на елемент „%s“"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -445,7 +467,7 @@
 msgstr ""
 "„%s“ е неправилен знак след „</“. Името на елемент не може да започва с „%s“"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -454,26 +476,26 @@
 "„%s“ е неправилен знак при завършването на затварящ етикет с име „%s“. "
 "Позволен е знакът „>“"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Елементът „%s“ е затворен, няма текущо отворен елемент"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Елементът „%s“ е затворен, но текущо е отворен елемент „%s“"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Документът е празен или съдържа само празни знаци"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Документът завършва неочаквано веднага след отваряща счупена скоба - „<“"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -482,7 +504,7 @@
 "Документът завършва неочаквано - има отворени елементи. Последно отворен е „%"
 "s“"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -491,19 +513,19 @@
 "Документът завършва неочаквано, очаква се затваряща счупена скоба да завърши "
 "етикета <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Документът завършва неочаквано в името на елемент"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Документът завършва неочаквано в името на атрибут"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Документът завършва неочаквано в отварящ етикет на елемент "
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -511,16 +533,16 @@
 "Документът завършва неочаквано след знака за равенство следващ името на "
 "атрибута. Атрибутът няма стойност"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Документът завършва неочаквано вътре в стойността на атрибут"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Документът завършва неочаквано в затварящия етикет на елемент „%s“"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Документът завършва неочаквано в коментар или инструкция за обработка"
 
@@ -570,66 +592,257 @@
 msgid "unknown error"
 msgstr "непозната грешка"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Каналът прекъсна на непълен знак"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Грешна байтова последователност на входа за преобразуване"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Незавършен указател на знак"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Незавършен указател на знак"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Незавършен указател на знак"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Символни връзки не се поддържат"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Грешка %2$s при напасването на регулярния израз - %1$s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "Библиотеката PCRE е компилирана без поддръжка на UTF-8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "Библиотеката PCRE е компилирана без поддръжка на настройки в UTF-8"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Грешка при компилирането на регулярния израз %s, знак %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Грешка при оптимизирането на регулярния израз %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "очаква се шестнайсетично число или „}“"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "очаква се шестнайсетично число"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "в символния указател липсва „<“"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "незавършен символен указател"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "символен указател с нулева дължина"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "очаква се цифра"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "неправилен символен указател"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "в края има един знак „\\“ в повече"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "непозната екранираща последователност"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Грешка при анализа на текста за замяна „%s“, знак %lu: %s"
@@ -666,17 +879,17 @@
 msgid "Failed to read data from child process"
 msgstr "Неуспех при четене на данни от дъщерен процес"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Неуспех при създаването на канал за комуникация с дъщерен процес (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Неуспех при четене от дъщерен канал (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Неуспех при промяна към папка „%s“ (%s)"
@@ -725,43 +938,43 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Неуспех при четене на данни от дъщерен процес (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Неочаквана грешка в select() при четене на данни от дъщерен процес (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Неочаквана грешка в waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Неуспешно разклоняване (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Неуспех при изпълнение на дъщерен процес „%s“ (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Неуспех при пренасочване на изхода или входа на дъщерен процес (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Неуспех при разклоняване на дъщерен процес (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Неизвестна грешка при изпълнение на дъщерен процес „%s“"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -784,85 +997,85 @@
 msgid "Character out of range for UTF-16"
 msgstr "Знак извън обхвата на UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Употреба:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[ОПЦИЯ...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Настройки на помощта:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Показване на настройките на помощта"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Показване на всички настройки на помощта"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Настройки на приложението:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Не може да се анализира целочислената стойност „%s“ за %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 "Целочислената стойност „%s“ за %s е извън интервала на допустими стойности"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 "Не може да се анализира стойността с повишена точност double „%s“ за %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 "Стойността с повишена точност - double „%s“ за %s е извън интервала на "
 "допустими стойности"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Грешка при анализа на опцията: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Липсва аргумент за %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Непозната опция %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Не може да се открие валиден файл с ключове в папките с данни"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Не е обикновен файл"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Файлът е празен"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -870,51 +1083,51 @@
 "Ключовият файл съдържа реда „%s“, който не е нито двойка ключ-стойност, нито "
 "група, нито коментар"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Неправилно име на група: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Ключовият файл не започва с група"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Неправилно име на ключ: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Ключовият файл съдържа неподдържаното кодиране „%s“"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Ключовият файл не съдържа групата „%s“"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Ключовият файл не съдържа ключа „%s“"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Ключовият файл съдържа ключ „%s“ със стойност „%s“, която не е в UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Ключовият файл съдържа ключа „%s“, чиято стойност не може да бъде "
 "анализирана."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -923,38 +1136,589 @@
 "Ключовият файл съдържа ключа „%s“ в групата „%s“, чиято стойност не може да "
 "бъде анализирана."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Ключовият файл не съдържа ключа „%s“ в групата „%s“"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Ключовият файл съдържа екранираща последователност в край на ред"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Ключовият файл съдържа грешна екранираща последователност - „%s“"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Стойността „%s“ не може да се интерпретира като число."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Целочислената стойност „%s“ е извън интервала на допустими стойности"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 "Стойността „%s“ не може да се интерпретира като число с плаваща запетая."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Стойността „%s“ не може да се интерпретира като булева."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "непозната грешка"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Символни връзки не се поддържат"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Символни връзки не се поддържат"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Неправилно име на ключ: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Неправилно име на хост"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Неуспех при създаване на файл „%s“: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Неуспех при създаване на файл „%s“: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Неуспех при създаване на файл „%s“: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Грешка при анализа на опцията: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Документът завършва неочаквано в името на атрибут"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Грешка при отваряне на папка „%s“: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Грешка по време на преобразуване: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Грешка по време на преобразуване: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Грешка на ред %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Символни връзки не се поддържат"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Грешка при анализа на опцията: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Грешка при анализа на опцията: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Не е обикновен файл"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Грешка при четене на файл „%s“: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Грешка на ред %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Грешка при анализа на опцията: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Грешка при анализа на опцията: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Символни връзки не се поддържат"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[ОПЦИЯ...]"
diff --git a/po/bn.po b/po/bn.po
index 9031fb1..cbccc1a 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: glib 0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2006-08-31 21:21+0600\n"
 "Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n"
 "Language-Team: Bengali <gnome-translation@bengalinux.org>\n"
@@ -89,72 +89,72 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "প্রতীকি লিংক '%s' পড়তে ব্যর্থ: %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "'%s' থেকে '%s' এ অক্ষর সমূহ পরিবর্তন করা সম্ভব নয়"
 
 # sam: রুপান্তরকারক
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s' থেকে '%s' তে কনভার্টার খোলা যায়নি"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "পরিবর্তন করার জন্য দেয়া বাইট সমুহ সঠিক নয়"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "পরিবর্তন সময়কালীন ভুল: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "প্রদত্ত তথ্যের শেষে আংশিক অক্ষর সমুহ"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "ফলব্যাক '%s' থেকে কোডসেট '%s' এ পরিবর্তন করা যায়নি"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "\"ফাইল\" স্কীম অনুযায়ী URI '%s' একটি পরিপূর্ণ আপেক্ষিক URI নয়"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "স্থানীয় ফাইল ইউআরআই '%s' এর মধ্যে '#' থাকা বৈধ নয়"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "ইউআরআই '%s' গ্রহনযোগ্য নয়"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "ইউআরআই '%s' এর হোস্ট নাম গ্রহনযোগ্য নয়"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "ইউআরআই '%s' এর মধ্যে অগ্রহণীয় এস্কেপ অক্ষর আছে"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "পথনাম '%s' একটি আপেক্ষিক পথ"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "ভুল হোস্ট নাম"
@@ -234,37 +234,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "'%s' টেমপ্লেটের মধ্যে XXXXXX অন্তর্ভুক্ত নেই"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "প্রতীকি লিংক '%s' পড়তে ব্যর্থ: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "'%s' থেকে '%s' পরিবর্তন ব্যবস্থা খোলা সম্ভব হয়নি: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string এ সরাসরি পড়া যায়নি"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "পড়ার বাফারে অপরিবর্তিত তথ্য"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "চ্যানেল আংশিক অ"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end এ সরাসরি পড়া যায়নি"
@@ -279,22 +301,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "ফাইল '%s' ম্যাপ করতে ব্যর্থ: mmap() ব্যর্থ: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "লাইন %d ক্যর %d এ ভুল: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "লাইন %d এ ভুল: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "শূন্য '&;' দেখা গিয়েছে; গ্রহনযোগ্য হচ্ছে: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -304,17 +326,17 @@
 "কোন বস্তু (entity) এর নামের শুরুতে '%s' অক্ষরটি গ্রহনযোগ্য নয়; & অক্ষরটি একটি বস্তুর "
 "নাম শুরু করে; এই এমপারস্যান্ড যদি কোনো বস্তু না হয়, তাহলে এটাকে &amp হিসাবে লিখুন"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "'%s' অক্ষরটি কোনো বস্তুর মাঝখানে গ্রহনযোগ্য নয়"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "'%s' নামের বস্তুটি অজানা"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -322,7 +344,7 @@
 "একটি বস্তু (entity) সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোন "
 "বস্তু শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এস্কেপ এমপারস্যান্ড কে লিখুন &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -331,16 +353,16 @@
 "পার্স করতে অক্ষম '%-.*s', যা অক্ষর তথ্যসূত্র অভ্যন্তরে একটি অংক (উদাহরণ সরূপ; &#234) "
 "- হয়তোবা অংকটি অতি দীর্ঘ"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "অক্ষর তথ্যসূত্র '%-.*s' অনুমতিপ্রাপ্ত অক্ষর এনকোড করেনা"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "শূন্য অক্ষরের রেফারেন্স; &#454 এর মত সংখা থাকতে হবে"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -349,41 +371,41 @@
 "অক্ষরের রেফারেন্স সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোন বস্তু "
 "শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এস্কেপ এমপারস্যান্ড কে লিখুন &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "অসম্পূর্ণ বস্তুর রেফারেন্স"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "অসম্পূর্ণ অক্ষরের রেফারেন্স"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "ডকুউমেন্ট একটি এলিমেন্ট দিয়ে শুরু "
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr "'<' অক্ষরটির পরে '%s' গ্রহনযোগ্য নয়; এটি কোন এলিমেন্টের নাম শুরু করতে পারেনা"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -391,7 +413,7 @@
 msgstr ""
 "অসামঞ্জস্যকর অক্ষর '%s', এলিমেন্ট '%s' এর ট্যগ শেষ করার জন্য '>' অক্ষরটি আশা করা হয়"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -399,7 +421,7 @@
 "বেজোড় অক্ষর '%1$s', এলিমেন্ট '%3$s' এর অ্যাট্রিবিউট নাম '%2$s' এর পর একটি '=' "
 "প্রত্যাশিত"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -410,7 +432,7 @@
 "প্রত্যাশিত, অথবা একটি ঐচ্ছিক অ্যাট্রিবিউট; সম্ভবত আপনি বৈশিষ্ট্য নামে অবৈধ অক্ষর "
 "ব্যবহার করেছেন"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -419,7 +441,7 @@
 "বেজোড় অক্ষর '%1$s', এলিমেন্ট '%3$s' এর অ্যাট্রিবিউট নাম '%2$s' এর মান দেয়ার সময়, "
 "'=' চিহ্নটির পর একটি খোলা উদ্ধৃতি চিহ্ন আব্যশক"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -428,7 +450,7 @@
 "অক্ষর '</' কে অনুসরণকারী '%s' একটি বৈধ অক্ষর নয়; '%s' দিয়ে কোনো এলিমেন্টের নাম "
 "শুরু করা বৈধ নয়"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -437,25 +459,25 @@
 "বন্ধ এলিমেন্ট নাম '%2$s' কে অনুসরণকারী '%1$s' একটি বৈধ অক্ষর নয়; সমর্থিত অক্ষর "
 "হচ্ছে '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, এখন খোলা এলিমেন্ট নেই"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, কিন্তু এখন '%s' এলিমেন্টটি খোলা"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "ডকুউমেন্ট শূণ্য ছিল অথবা সুধু ওয়াইটস্পেইস ছিল"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "একটি কোণ বন্ধনী '<' খোলা থাকায় নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -463,7 +485,7 @@
 msgstr ""
 "উপাদান খোলা অবস্থায় নথী অপ্রত্যাশিতভাবে শেষ হয়েছে - '%s' ছিল শেষ খোলা উপাদান"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -472,19 +494,19 @@
 "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে, প্রত্যাশিতভাবে দৃষ্ট কারণ একটি কোণ বন্ধনী যার শেষে <%"
 "s/> ট্যাগ রয়েছে"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "একটি এলিমেন্ট নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "একটি বৈশিষ্ট্য নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "একটি এলিমেন্ট-ওপেনিং ট্যাগ অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -492,16 +514,16 @@
 "বৈশিষ্ট্য নাম অনুসরণকরী সমান চিহ্নের পর নথী অপ্রত্যাশিতভাবে শেষ হয়েছে; কোন বৈশিষ্ট্য "
 "মান নয়"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "একটি বৈশিষ্ট্য মান এর অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে উপাদান '%s' এর বন্ধ ট্যাগ এর অভ্যন্তরে"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে একটি মন্তব্য বা প্রসেসরত নির্দেশের অভ্যন্তরে"
 
@@ -549,67 +571,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "চ্যানেল আংশিক অ"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "পরিবর্তন করার জন্য দেয়া বাইট সমুহ সঠিক নয়"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "অসম্পূর্ণ অক্ষরের রেফারেন্স"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "অসম্পূর্ণ অক্ষরের রেফারেন্স"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "অসম্পূর্ণ অক্ষরের রেফারেন্স"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "লাইন %d ক্যর %d এ ভুল: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "অসম্পূর্ণ বস্তুর রেফারেন্স"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -644,17 +857,17 @@
 msgid "Failed to read data from child process"
 msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়তে ব্যর্থ"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "চাইল্ড প্রসেস (%s) এর সাথে যোগাযোগ করার জন্য পাইপ সৃষ্টি করতে ব্যর্থ"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "চাইল্ড পাইপ (%s) থেকে পড়তে ব্যর্থ"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "ডাইরেক্টরি '%s' (%s) তে বদলাতে ব্যর্থ"
@@ -702,42 +915,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "চাইল্ড প্রসেস (%s) থেকে তথ্য পড়তে ব্যর্থ"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "চাইল্ড প্রসেস (%s) থেকে তথ্য পড়াকালীন সময় select() এ অনাকাঙ্ক্ষিত ভুল"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid() (%s) এ অনাকাঙ্ক্ষিত ভুল"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "ফোর্ক (%s) সৃষ্টি করতে ব্যর্থ"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "চাইল্ড প্রসেস \"%s\" (%s) কার্যকর করতে ব্যর্থ"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "চাইল্ড প্রসেস (%s) এর ইনপুট অথবা আউটপুট রিডায়রেক্ট করতে ব্যর্থ"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "চাইল্ড প্রসেস (%s) সৃষ্টি করতে ব্যর্থ"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "চাইল্ড প্রসেস \"%s\" কার্যকর করার সময় অজানা ভুল"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "চাইল্ড পিয়াইডি পাইপ (%s) থেকে যথেস্ট তথ্য পড়তে ব্যর্থ"
@@ -758,170 +971,721 @@
 msgid "Character out of range for UTF-16"
 msgstr "অক্ষর ইউটিএফ-১৬ আয়তার বাইরে"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "ব্যবহার:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[অপশন]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "সহায়ক তথ্যের অপশন:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "সহায়ক তথ্যের অপশন দেখাও"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "সমস্ত সহায়ক তথ্যের অপশন দেখাও"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "অ্যাপলিকেশন অপশন:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "ইন্টিজার মান %s এর জন্য '%s' পার্স করতে পারেনা"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "ইন্টিজার মান %s এর জন্য '%s' সীমার বাহিরে"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "%2$s-র জন্য '%1$s'-র দ্বীগুণ মান পার্স করতে ব্যর্থ"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%2$s-র জন্য '%1$s'-র দ্বীগুণ মান সীমা বহির্ভূত"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s এর জন্য প্রেরিত মান নিরুদ্দেশ"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "অজানা অপশন %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "বৈধ কী ফাইল ডাটা dirs পাওয়া যায়নি"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "একটি নিয়মিত ফাইল নহে"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "ফাইল ফাঁকা"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "কী ফাইল ধারণ করে '%s' লাইন, যা কী-মান এর জোড়া, গ্রুপ বা মন্তব্য নহে"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "প্রোগ্রামের নাম অবৈধ: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "কী ফাইল গ্রুপের সঙ্গে আরম্ভ করে না"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "প্রোগ্রামের নাম অবৈধ: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "কী ফাইল অসমর্থিত এনকোডিং '%s' ধারণ করছে"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "কী ফাইলের গ্রুপ '%s' নেই"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "কী ফাইলের কী '%s' নেই"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "কী ফাইলে '%s' কী এর মান '%s', যা UTF-8 নয়"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "কী ফাইল '%s' কী ধারণ করে যার মান ইন্টারপ্রেট করা যাবেনা।"
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr "কী ফাইল '%2$s' গ্রুপে '%1$s' কী ধারণ করছে যার মান ইন্টারপ্রেট করা যাবেনা।"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "কী ফাইলের '%2$s' গ্রুপ এ অন্তর্ভুক্ত '%1$s' কী টি নেই"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "কী ফাইল লাইনের শেষে এস্কেপ অক্ষর ধারণ করছে"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "কী ফাইলে অবৈধ এস্কেপ সিকোয়েন্স '%s' আছে"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "মান '%s' কে সংখ্যা হিসেবে ইন্টারপ্রেট করা যায় না।"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "ইন্টিজার মান '%s' সীমার বাহিরে"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "'%s' মান float সংখ্যা রূপে ব্যাখ্যা করা সম্ভব নয়।"
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "মান '%s' কে বুলিয়ান হিসেবে ইন্টারপ্রেট করা যায় না।"
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "অজানা অপশন %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "প্রোগ্রামের নাম অবৈধ: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "ভুল হোস্ট নাম"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "একটি বৈশিষ্ট্য নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "পরিবর্তন সময়কালীন ভুল: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "পরিবর্তন সময়কালীন ভুল: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "লাইন %d এ ভুল: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "একটি নিয়মিত ফাইল নহে"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "লাইন %d এ ভুল: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[অপশন]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "ফাইল মোড পরিবর্তন করা যায়নি: fork() ব্যর্থ: %s"
 
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 308f613..35ae0df 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-07-10 12:49+0530\n"
 "Last-Translator: Runa Bhattacharjee <runabh@gmail.com>\n"
 "Language-Team: Bengali (India) <en@li.org>\n"
@@ -92,72 +92,72 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "exec পংক্তি '%s'-টি URI '%s' সহ প্রসারণ করতে ব্যর্থ"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "'%s' অক্ষরমালা থেকে '%s'-এ রূপান্তর করা যাবে না"
 
 # sam: রুপান্তরকারক
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s' থেকে '%s' রূপান্তর ব্যবস্থা খোলা যায়নি"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "রূপান্তর করার জন্য প্রদত্ত ইনপুটের মধ্যে বাইটের অনুক্রম সঠিক নয়"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "রূপান্তর কর্ম সঞ্চালনকালের উত্‌পন্ন সমস্যা: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "প্রদত্ত ইনপুটের অন্তে আংশিক অক্ষর অনুক্রম"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "ফলব্যাক '%s' থেকে '%s' কোড-সেটে পরিবর্তন করা যায়নি"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI '%s'-টি \"file\" স্কিম প্রয়োগকারী সুনিশ্চিত URI নয়"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "স্থানীয় ফাইল URI '%s'-র মধ্যে '#' চিহ্ন অন্তর্ভুক্ত করা যাবে না"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' বৈধ নয়"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI '%s'-র হোস্ট-নেম বৈধ নয়"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s'-র মধ্যে অবৈধরূপে এস্কেপ অক্ষর প্রয়োগ করা হয়েছে"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "'%s' পাথটি সুনিশ্চিত নয়"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "হোস্ট-নেম বৈধ নয়"
@@ -237,37 +237,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "'%s' টেমপ্লেটের মধ্যে XXXXXX অন্তর্ভুক্ত নেই"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "'%s' সিম্বোলিঙ্ক লিঙ্ক পড়তে ব্যর্থ: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "সিম্বোলিক লিঙ্ক সমর্থিত হয় না"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "'%s' থেকে '%s' পরিবর্তন ব্যবস্থা খোলা সম্ভব হয়নি: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string'র উপর raw read করা সম্ভব নয়"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "read বাফারের মধ্যে অরূপান্তরিত তথ্য অবশিষ্ট রয়েছে"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "আংশিক অক্ষর দ্বারা চ্যানেলের সমাপ্তি"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end'এ raw read করা যায়নি"
@@ -282,23 +304,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "'%s' ফাইল ম্যাপ করতে ব্যর্থ: mmap() বিফল: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "পংক্তি %d অক্ষর %d'এ ত্রুটি: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "পংক্তি %d'এ ত্রুটি: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "তথ্যবিহীন স্বত্বা '&;' প্রদর্শিত; বৈধ স্বত্বা হল: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -309,17 +331,17 @@
 "এই অ্যাম্পারসেন্ড চিহ্নটি স্বত্বার ক্ষেত্রে ব্যবহৃত না হলে &amp; রূপে এটিকে এস্কেপ করানো "
 "যাবে"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "স্বতার নামে '%s' অক্ষরের ব্যবহার বৈধ নয়"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "'%s' নামের স্বত্বা অজানা"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -327,7 +349,7 @@
 "স্বত্বার নাম সেমিকোলোন চিহ্ন দ্বারা সমাপ্ত হয়নি; সম্ভবত আপনি স্বত্বা হিসাবে ব্যবহারের "
 "উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - &amp; রূপে এম্পারসেন্ড এস্কেপ করানো যাবে"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -336,16 +358,16 @@
 "'%-.*s' পার্স করতে ব্যর্থ, এটি কোনো অক্ষরের রেফারেন্সের মধ্যে একটি সংখ্যা হওয়া উচিত "
 "(উদাহরণস্বরূপ &#234;) - সম্ভবত সংখ্যাটি অত্যাধিক বড়"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "'%-.*s' অক্ষরের রেফারেন্সের মধ্যে অনুমোদিত অক্ষর এনকোড করা হয়নি"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "অক্ষর রেফারেন্স ফাঁকা; &#454;'র অনুরূপ সংখ্যা উপস্থিত আবশ্যক"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -355,34 +377,34 @@
 "ব্যবহারের উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - &amp; রূপে এম্পারসেন্ড এস্কেপ "
 "করানো যাবে"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "স্বত্বার রেফারেন্স অসম্পূর্ণ"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "অক্ষরের রেফারেন্স অসম্পূর্ণ"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "নথি কোনো এলিমেন্ট দ্বারা আরম্ভ হওয়া আবশ্যক (উদাহরণস্বরূপ <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -390,7 +412,7 @@
 msgstr ""
 "'<' অক্ষরের পরে '%s'-র ব্যবহার বৈধ নয়; এর দ্বারা এলিমেন্টের নাম আরম্ভ করা যাবে না"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -399,7 +421,7 @@
 "'%s' অক্ষর প্রত্যাশিত নয়, '%s' এলিমেন্টের প্রারম্ভিক ট্যাগ সমাপ্ত করার উদ্দেশ্যে '>' "
 "অক্ষর প্রত্যাশিত"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -407,7 +429,7 @@
 "'%1$s' অক্ষর প্রত্যাশিত নয়, '%3$s' এলিমেন্টের '%2$s' নামক বৈশিষ্ট্যের নামের পরে "
 "একটি '=' চিহ্ন প্রত্যাশিত"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -418,7 +440,7 @@
 "অথবা '/' চিহ্ন অথবা কোনো বৈশিষ্ট্যর উপস্থিতি কাম্য; সম্ভবত কোনো বৈশিষ্ট্যের নামের "
 "মধ্যে অবৈধ অক্ষর ব্যবহৃত হয়েছে"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -427,7 +449,7 @@
 "'%1$s' অক্ষর অপ্রত্যাশিত, '%3$s' এলিমেন্টের '%2$s' বৈশিষ্ট্যের মান নির্ধারণের "
 "উদ্দেশ্যে সমান চিহ্নের (=) পরে একটি উদ্ধৃতি চিহ্নের প্রারম্ভিক অংশ উপস্থিতি প্রত্যাশিত"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -436,7 +458,7 @@
 "'%s' অক্ষরের ব্যবহার '</'-র পশ্চাত বৈধ নয়; '%s' দ্বারা কোনো এলিমেন্টের নাম আরম্ভ "
 "করা যাবে না"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -445,26 +467,26 @@
 "'%2$s' বদ্ধ এলিমেন্টের নামের পশ্চাত '%1$s' অক্ষরের ব্যবহার বৈধ নয়; অনুমোদিত অক্ষর "
 "হল '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে কোনো এলিমেন্ট খোলা অবস্থায় নেই"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে '%s' এলিমেন্ট খোলা অবস্থায় রয়েছে"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "ডকুমেন্ট সম্ভবত ফাঁকা অথবা শুধুমাত্র শূণ্যস্থান উপস্থিত"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "তেরছা বন্ধনীর প্রারম্ভিক চিহ্নের '<' ঠিক পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -473,7 +495,7 @@
 "খোলা এলিমেন্টসহ ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে - '%s' এলিমেন্ট সর্বশেষ খোলা "
 "হয়েছিল"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -482,19 +504,19 @@
 "নথি অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে, <%s/> ট্যাগ সমাপ্তির জন্য তেরছা বন্ধনী চিহ্নের "
 "অন্তিম অংশের উপস্থিতি প্রত্যাশিত"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "এলিমেন্টের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "বৈশিষ্ট্যের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "এলিমেন্টের প্রারম্ভিক ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -502,16 +524,16 @@
 "বৈশিষ্ট্যের নামের পরে উপস্থিত সমান চিহ্নের (=) পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত "
 "হয়েছে; বৈশিষ্ট্যের মান অনুপস্থিত"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "বৈশিষ্ট্যের মানের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "'%s' এলিমেন্টের অন্তিম ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "কোনো মন্তব্য অথবা প্রক্রিয়াকরণের নির্দেশের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
@@ -560,66 +582,257 @@
 msgid "unknown error"
 msgstr "অজানা সমস্যা"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "আংশিক অক্ষর দ্বারা চ্যানেলের সমাপ্তি"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "রূপান্তর করার জন্য প্রদত্ত ইনপুটের মধ্যে বাইটের অনুক্রম সঠিক নয়"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "অক্ষরের রেফারেন্স অসম্পূর্ণ"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "অক্ষরের রেফারেন্স অসম্পূর্ণ"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "অক্ষরের রেফারেন্স অসম্পূর্ণ"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "সিম্বোলিক লিঙ্ক সমর্থিত হয় না"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "রেগুলার এক্সপ্রেশন %s-র মিল অনুসন্ধানে সমস্যা: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE লাইব্রেরি UTF8 সমর্থন বিনা কম্পাইল করা হয়েছে"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE লাইব্রেরি UTF8 বৈশিষ্ট্যের সমর্থন বিনা কম্পাইল করা হয়েছে"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "রেগুলার এক্সপ্রেশন %s, %d অক্ষরে কম্পাইল করতে সমস্যা: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "রেগুলার এক্সপ্রেশন %s-র সর্বোত্তম ব্যবহারে সমস্যা: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "হেক্সাডেসিমাল সংখ্যা অথবা '}' প্রত্যাশিত"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "হেক্সাডেসিমাল সংখ্যা প্রত্যাশিত"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "সিম্বলিক রেফারেন্সের মধ্যে '<' অনুপস্থিত"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "সিম্বলিক রেফারেন্স অসম্পূর্ণ"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "সিম্বলিক রেফারেন্সের মধ্যে অক্ষর সংখ্যা শূণ্য"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "সংখ্যা প্রত্যাশিত"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "অবৈধ সিম্বলিক রেফারেন্স"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "অন্তে অপ্রত্যাশিত '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "অজানা এস্কেপ সিকোয়েন্স"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "প্রতিস্থাপনার টেক্সট \"%s\", %lu অক্ষরে পার্স করতে সমস্যা: %s"
@@ -654,17 +867,17 @@
 msgid "Failed to read data from child process"
 msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়তে ব্যর্থ"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "চাইল্ড প্রসেসের সাথে যোগাযোগের উদ্দেশ্যে পাইপ নির্মাণে ব্যর্থ (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "চাইল্ড পাইপ থেকে পড়তে ব্যর্থ (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "'%s' ডিরেক্টরিতে পরিবর্তন করতে ব্যর্থ (%s)"
@@ -712,42 +925,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়তে ব্যর্থ (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়ার সময় select() সংক্রান্ত অপ্রত্যাশিত ত্রুটি (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid()'এ অপ্রত্যাশিত ত্রুটি (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "fork করতে ব্যর্থ (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "চাইল্ড প্রসেস \"%s\" চালাতে ব্যর্থ (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "চাইল্ড প্রসেসের আউটপুট অথবা ইনপুট রি-ডাইরেক্ট করতে ব্যর্থ (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "চাইল্ড প্রসেস fork করতে ব্যর্থ (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "চাইল্ড প্রসেস \"%s\" কার্যকর করতে অজানা সমস্যা"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "চাইল্ড pid পাইপ থেকে পর্যাপ্ত তথ্য পড়তে ব্যর্থ (%s)"
@@ -768,130 +981,130 @@
 msgid "Character out of range for UTF-16"
 msgstr "অক্ষরটি UTF-16'র আয়ত্বের বাইরে"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "ব্যবহারপ্রণালী:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "সহায়তা সংক্রান্ত বিকল্প:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "সহায়তা সংক্রান্ত বিকল্প প্রদর্শন করা হবে"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "সহায়তা সংক্রান্ত সমস্ত বিকল্প প্রদর্শন করা হবে"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "অ্যাপ্লিকেশন সংক্রান্ত বিকল্প:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "%2$s-র জন্য '%1$s'-র পূর্ণসংখ্যা মান পার্স করতে ব্যর্থ"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%2$s-র জন্য '%1$s'-র পূর্ণসংখ্যা মান সীমা বহির্ভূত"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "%2$s-র জন্য '%1$s'-র দ্বীগুণ মান পার্স করতে ব্যর্থ"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%2$s-র জন্য '%1$s'-র দ্বীগুণ মান সীমা বহির্ভূত"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s'র আর্গুমেন্ট অনুপস্থিত"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "অজানা বিকল্প %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "অনুসন্ধানের dirs-র মধ্যে বৈধ কি-ফাইল পাওয়া যায়নি"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "সাধারণ ফাইল নয়"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "ফাইল ফাঁকা"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "কি-ফাইলের মধ্যে '%s' পংক্তিটি রয়েছে, এটি কি-মান জুটি, সংকলন অথবা মন্তব্য নয়"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "দলের নাম অবৈধ: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "কি-ফাইলের প্রারম্ভে কোনো সংকলন উল্লিখিত নেই"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "কি-র নাম অবৈধ: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "কি-ফাইলের মধ্যে অসমর্থিত এনকোডিং '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "কি-ফাইলের মধ্যে কোনো সংকলন অনুপস্থিত '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "কি-ফাইলের মধ্যে কোনো কি উপস্থিত নেই '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "কি-ফাইলের মধ্যে '%2$s' মান সহ  '%1$s' কি উপস্থিত রয়েছে যা UTF-8 বিন্যাসে নেই।"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "কি-ফাইলের মধ্যে '%s' কি উপস্থিত রয়েছে যার মান ব্যাখ্যা করা সম্ভব নয়।"
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -900,37 +1113,588 @@
 "কি-ফাইলের মধ্যে '%2$s' সংকলনে '%1$s' কি উপস্থিত রয়েছে যার মান ব্যাখ্যা করা সম্ভব "
 "নয়।"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "কি-ফাইলের মধ্যে '%2$s' সংকলনে '%1$s' কি উপস্থিত নেই"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "কি-ফাইলের মধ্যে পংক্তির অবশেষে এস্কেপ অক্ষর উপস্থিত রয়েছে"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "কি-ফাইলের মধ্যে অবৈধ এস্কেপ ধারা উপস্থিত রয়েছে '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "'%s' মান কোনো সংখ্যারূপে ব্যাখ্যা করা সম্ভব নয়।"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "'%s' পূর্ণসংখ্যা মান সীমা বহির্ভূত"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "'%s' মান float সংখ্যা রূপে ব্যাখ্যা করা সম্ভব নয়।"
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "'%s' মান বুলিয়ান রূপে ব্যাখ্যা করা সম্ভব নয়।"
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "অজানা সমস্যা"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "সিম্বোলিক লিঙ্ক সমর্থিত হয় না"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "সিম্বোলিক লিঙ্ক সমর্থিত হয় না"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "কি-র নাম অবৈধ: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "হোস্ট-নেম বৈধ নয়"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "'%s' ফাইল নির্মাণ করতে ব্যর্থ: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "'%s' ফাইল নির্মাণ করতে ব্যর্থ: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "'%s' ফাইল নির্মাণ করতে ব্যর্থ: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "বৈশিষ্ট্যের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "'%s' ডিরেক্টরি খুলতে ব্যর্থ: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "রূপান্তর কর্ম সঞ্চালনকালের উত্‌পন্ন সমস্যা: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "রূপান্তর কর্ম সঞ্চালনকালের উত্‌পন্ন সমস্যা: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "পংক্তি %d'এ ত্রুটি: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "সিম্বোলিক লিঙ্ক সমর্থিত হয় না"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "সাধারণ ফাইল নয়"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "'%s' ফাইল পড়তে সমস্যা: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "পংক্তি %d'এ ত্রুটি: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "সিম্বোলিক লিঙ্ক সমর্থিত হয় না"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
diff --git a/po/bs.po b/po/bs.po
index ef0b60a..79e89af 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib.glib-2-4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -88,71 +88,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Neuspješno čitanje simboličkog linka '%s': %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Pretvaranje iz skupa znakova '%s' u '%s' nije podržano"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Nisam mogao pokrenuti pretvaranje iz '%s' u '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Nevažeći niz bajtova u ulaznim podacima za pretvaranje"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Greška tokom pretvaranja: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Djelimičan niz znakova na kraju ulaznih podataka"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Ne mogu pretvoriti '%s' u znakovni skup '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "URI lokalne datoteke '%s' ne smije sadržavati '#'"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' je nevažeći"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, 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:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' sadrži nevažeće escape znakove"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Putanja '%s' nije absolutna putanja"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Nevažeće ime računara"
@@ -232,37 +232,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Šablon '%s' ne završava sa XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Neuspješno čitanje simboličkog linka '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Simbolički linkovi nisu podržani"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Nisam mogao pokrenuti pretvaranje iz `%s' u `%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Ne mogu čitati sirovo u g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Preostali nepretvoreni podaci u baferu za čitanje"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanal završava djelimičnim znakom"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Ne mogu čitati sirovo u g_io_channel_read_to_end"
@@ -277,24 +299,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Greška u %d. redu, znak %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Greška u %d. redu: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Primijećen prazan entitet '&;'; važeći entiteti su: &amp; &quot; &lt; &gt; "
 "&apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -304,17 +326,17 @@
 "Znak '%s' je nevažeći na početku imena entiteta; znak & započinje entitet; "
 "ako znak & ovdje ne označava početak entiteta, koristite &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Znak '%s' je nevažeći u imenu entiteta"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Nepoznato ime entiteta '%s'"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -323,7 +345,7 @@
 "namjere započinjanja entiteta - izbjegnite korištenje znaka & upisivanjem "
 "&amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, fuzzy, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -332,16 +354,16 @@
 "Neuspješno tumačenje '%s', što je trebalo biti cifra unutar reference znaka "
 "(na primjer: &#234;) - možda je broj prevelik"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, fuzzy, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Referenca znaka '%s' ne kodira dopušteni znak"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Prazna referenca znaka; trebala bi sadržavati broj kao npr. &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -351,34 +373,34 @@
 "bez namjere započinjanja entiteta - izbjegnite korištenje znaka & "
 "upisivanjem &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Nedovršena referenca entiteta"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Nedovršena referenca znaka"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Neispravno UTF-8 kodirani tekst"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Neispravno UTF-8 kodirani tekst"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Neispravno UTF-8 kodirani tekst"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokument mora početi elementom (npr. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -387,7 +409,7 @@
 "'%s' je nevažeći prateći znak nakon znaka '<'; ne može započeti naziv "
 "elementa"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -396,13 +418,13 @@
 "Čudan znak '%s', očekivan znak '>' radi okončanja početne oznake elementa '%"
 "s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "Čudan znak '%s', očekivan znak '=' nakon osobine '%s' elementa '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -413,7 +435,7 @@
 "elementa '%s' ili eventualno osobine; možda je korišten nevažeći znak u "
 "imenu osobine"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -422,7 +444,7 @@
 "Čudan znak '%s', očekivan navodni znak nakon znaka jednakosti pri davanju "
 "vrijednosti osobini '%s' elementa '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -431,7 +453,7 @@
 "'%s' je nevažeći prateći znak nakon znakova '</'; '%s' ne može započeti "
 "naziv elementa"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -440,25 +462,25 @@
 "'%s' je nevažeći prateći znak nakon zatvaranja elementa '%s'; dopušteni znak "
 "je '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element '%s' je zatvoren, trenutno nema otvorenih elemenata"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element '%s' je zatvoren ali trenutno je otvoren element '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokument je bio prazan ili je sadržavao samo prazna polja"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Neočekivan kraj dokumenta nakon otvorene zagrade '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -467,7 +489,7 @@
 "Neočekivan kraj dokumenta uz još otvorene elemente - element '%s' je otvoren "
 "posljednji"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -476,19 +498,19 @@
 "Neočekivan kraj dokumenta, očekivano zatvaranje zagrade radi okončanja "
 "oznake <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Neočekivan kraj dokumenta unutar imena elementa"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Neočekivan kraj dokumenta unutar imena osobine"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Neočekivan kraj dokumenta unutar oznake za otvaranje elementa"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -496,16 +518,16 @@
 "Neočekivan kraj dokumenta nakon pratećeg znaka jednakosti iza naziva  "
 "osobine; nedostaje vrijednost osobine"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Neočekivan kraj dokumenta unutar vrijednosti atributa"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Neočekivan kraj dokumenta unutar oznake za zatvaranje elementa '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Neočekivan kraj dokumenta unutar komentara ili instrukcije procesiranja"
@@ -554,67 +576,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanal završava djelimičnim znakom"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Nevažeći niz bajtova u ulaznim podacima za pretvaranje"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Nedovršena referenca znaka"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Nedovršena referenca znaka"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Nedovršena referenca znaka"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Simbolički linkovi nisu podržani"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Greška u %d. redu, znak %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Nedovršena referenca entiteta"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -649,18 +862,18 @@
 msgid "Failed to read data from child process"
 msgstr "Neuspješno čitanje podataka iz podređenog procesa"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "Neuspješno stvaranje cijevi za komuniciranje sa podređenim procesom (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Neuspješno čitanje iz podređene cijevi (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Neuspješan prelazak u direktorij '%s' (%s)"
@@ -709,44 +922,44 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Neuspješno čitanje podataka iz podređenog procesa (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Neočekivana greška u select() tokom čitanja podataka iz podređenog procesa (%"
 "s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Neočekivana greška u waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Neuspješan fork (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Neuspješno izvršavanje podređenog procesa \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Neuspješno preusmjeravanje ulaza ili izlaza podređenog procesa (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Neuspješno pokretanje fork() za podređeni proces (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Nepoznata greška tokom izvršenja podređenog procesa \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Neuspješno čitanje dovoljno podataka iz podređene pid cijevi (%s)"
@@ -767,170 +980,719 @@
 msgid "Character out of range for UTF-16"
 msgstr "Znak izvan raspona za UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr ""
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Greška tokom pretvaranja: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr ""
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr ""
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Nevažeće ime računara"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Nevažeće ime računara"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, fuzzy, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "URI '%s' sadrži nevažeće escape znakove"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+msgid "Unknown type"
+msgstr ""
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Simbolički linkovi nisu podržani"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Simbolički linkovi nisu podržani"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Nevažeće ime računara"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Nevažeće ime računara"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Neuspješno pravljenje datoteke '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Neuspješno pravljenje datoteke '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Neuspješno pravljenje datoteke '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Greška tokom pretvaranja: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Neočekivan kraj dokumenta unutar imena osobine"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Greška tokom otvaranja direktorija '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Greška tokom pretvaranja: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Greška tokom pretvaranja: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Greška u %d. redu: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Simbolički linkovi nisu podržani"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Greška tokom pretvaranja: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Greška tokom pretvaranja: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Greška tokom čitanja datoteke '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Greška u %d. redu: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Greška tokom pretvaranja: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Greška tokom pretvaranja: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Simbolički linkovi nisu podržani"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
diff --git a/po/ca.po b/po/ca.po
index d7cb235..8cf174f 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: glib 2.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-08-26 23:50+0200\n"
 "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
 "Language-Team: Catalan <tradgnome@softcatala.org>\n"
@@ -92,72 +92,72 @@
 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:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "No es permet la conversió del joc del caràcters «%s» a «%s»"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "La seqüència de bytes no és vàlida a l'entrada de conversió"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "S'ha produït un error durant la conversió: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Seqüència de caràcters parcial al final de l'entrada"
 
 # FIXME: fallback
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "No es pot convertir el «fallback» «%s» al joc de codis «%s»"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "L'URI «%s» no és vàlid"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "El nom de l'ordinador central de l'URI «%s» no és vàlid"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "L'URI «%s» conté caràcters d'escapada invàlids"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, 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:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Nom de l'ordinador central invàlid"
@@ -246,37 +246,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "La plantilla «%s» no conté XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "No s'ha pogut llegir l'enllaç simbòlic «%s»: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "No es poden utilitzar els enllaços simbòlics"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "No es pot fer una lectura bàsica a g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "A la memòria intermèdia de lectura hi ha dades sobrants no convertides"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "El canal acaba en un caràcter parcial"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "No es pot fer una lectura bàsica a g_io_channel_read_to_end"
@@ -291,24 +313,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "No s'ha pogut mapejar el fitxer «%s»: ha fallat la funció mmap(): %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "S'ha produït un error a la línia %d caràcter %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "S'ha produït un error a la línia %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "S'ha vist una entitat buida '&;'; les entitats vàlides són: &amp; &quot; "
 "&lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -319,17 +341,17 @@
 "comencen amb el caràcter &. Si amb aquest signe no es vol indicar una "
 "entitat, substituïu-lo per &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "El caràcter «%s» no és vàlid dins d'un nom d'entitat"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "No es coneix el nom de l'entitat «%s»"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -338,7 +360,7 @@
 "«&» sense intenció d'iniciar una entitat. Substituïu el caràcter «&» per "
 "&amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -347,17 +369,17 @@
 "No s'ha pogut analitzar «%-.*s», hi hauria d'haver hagut un dígit dins un "
 "caràcter de referència (per exemple &#234;) - potser el dígit és massa llarg"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, 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:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 "El caràcter de referència és buit; hauria d'incloure un dígit com ara &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -367,36 +389,36 @@
 "utilitzat un caràcter «&» sense intenció d'iniciar una entitat. Substituïu "
 "el caràcter «&» per &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Referència a una entitat no acabada"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Referència a un caràcter no acabada"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr ""
 "El text no està codificat correctament a UTF-8 - la seqüència és massa llarga"
 
 # FIXME: "caràcter estrella" (josep)
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr ""
 "El text no està codificat correctament a UTF-8 - no és un caràcter estrella"
 
 # FIXME: això no funcionarà en català (josep)
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "El text no està codificat correctament a UTF-8 - no és un vàlid «%s»"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 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:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -405,7 +427,7 @@
 "«%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:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -414,7 +436,7 @@
 "S'ha trobat un caràcter estrany «%s», s'esperava un «>» per acabar "
 "l'etiqueta d'inici de l'element «%s»"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -422,7 +444,7 @@
 "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:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -433,7 +455,7 @@
 "finalitzar l'etiqueta d'inici de l'element «%s», o opcionalment un atribut; "
 "potser heu usat un caràcter no vàlid en un nom d'atribut"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +465,7 @@
 "després del signe «igual que» en donar valor a l'atribut «%s» de l'element «%"
 "s»"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +474,7 @@
 "«%s» no és un caràcter vàlid després dels caracters «</»; un nom d'element "
 "no pot començar per «%s»"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -461,27 +483,27 @@
 "«%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:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "L'element «%s» era tancat. Actualment no hi ha cap element obert"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "L'element «%s» era tancat, però l'element obert actualment és «%s»"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "El document era buit o només contenia espais en blanc"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 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:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -490,7 +512,7 @@
 "El document ha acabat de manera inesperada amb elements encara oberts. «%s» "
 "era el darrer element obert"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -499,21 +521,21 @@
 "El document ha acabat de manera inesperada, s'esperava trobar un símbol «>» "
 "que acabés l'etiqueta <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 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:1797
+#: glib/gmarkup.c:1799
 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:1802
+#: glib/gmarkup.c:1804
 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:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -521,18 +543,18 @@
 "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:1815
+#: glib/gmarkup.c:1817
 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:1831
+#: glib/gmarkup.c:1833
 #, 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:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "El document ha acabat de manera inesperada enmig d'un comentari o una "
@@ -586,68 +608,259 @@
 msgid "unknown error"
 msgstr "error desconegut"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "El canal acaba en un caràcter parcial"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "La seqüència de bytes no és vàlida a l'entrada de conversió"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Referència a un caràcter no acabada"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Referència a un caràcter no acabada"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Referència a un caràcter no acabada"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "No es poden utilitzar els enllaços simbòlics"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, 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:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "La biblioteca PCRE no està compilada per interpretar UTF8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 "La biblioteca PCRE no està compilada per interpretar les propietats UTF8"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, 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:964
+#: glib/gregex.c:1166
 #, 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:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "s'esperava un dígit hexadecimal o bé «}»"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "s'esperava un dígit hexadecimal"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "manca un «<» en la referència simbòlica"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "la referència simbòlica no està acabada"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "referència simbòlica de longitud zero"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "s'esperava un dígit"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "la referència simbòlica no és vàlida"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "«\\» final extraviat"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "no es reconeix la seqüència d'escapament"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -688,18 +901,18 @@
 msgid "Failed to read data from child process"
 msgstr "No s'ha pogut llegir dades del procés fill"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "No s'ha pogut crear el conducte per comunicar-se amb el procés fill (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "No s'ha pogut llegir des del conducte fill (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "No s'ha pogut canviar al directori «%s» (%s)"
@@ -748,44 +961,44 @@
 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:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "S'ha produït un error inesperat a select() en llegir dades des d'un procés "
 "fill (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "S'ha produït un error inesperat en waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "No s'ha pogut bifurcar-se (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "No s'ha pogut executar el procés fill «%s» (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "No s'ha pogut redirigir l'entrada o la sortida del procés fill (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "No s'ha pogut bifurcar el procés fill (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "S'ha produït un error desconegut en executar el procés fill «%s»"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -808,81 +1021,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "El caràcter és fora del rang per a UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Forma d'ús:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPCIÓ...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Opcions d'ajuda:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Mostra les opcions d'ajuda"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Mostra totes les opcions d'ajuda"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Opcions de l'aplicació:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, 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:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, 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:831
+#: glib/goption.c:832
 #, 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:839
+#: glib/goption.c:840
 #, 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:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "S'ha produït un error en analitzar l'opció %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Manca un argument per a %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Es desconeix l'opció %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "No s'ha pogut trobar cap fitxer de claus vàlid als directoris de cerca"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "No és un fitxer regular"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "El fitxer és buit"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -890,51 +1103,51 @@
 "El fitxer de claus conté la línia «%s» que no és una parella clau-valor, "
 "grup o comentari"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "El nom del grup no és vàlid: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "El fitxer de claus no comença amb un grup"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "El nom de la clau no és vàlid: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "El fitxer de claus conté la codificació no implementada «%s»"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "El fitxer de claus no té el grup «%s»"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "El fitxer de claus no té la clau «%s»"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "El fitxer de claus conté la clau «%s» amb valor «%s» que no és UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, 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 es pot "
 "interpretar."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -943,41 +1156,592 @@
 "El fitxer de claus conté la clau «%s» en el grup «%s», que té un valor que "
 "no es pot interpretar."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "El fitxer de claus no conté una clau «%s» en el grup «%s»"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "El fitxer de claus conté un caràcter d'escapada al final de línia"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "El fitxer de claus conté el caràcter d'escapada invàlid «%s»"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "El valor «%s» no es pot interpretar com a un nombre."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "El valor enter «%s» és fora del rang"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "El valor «%s» no es pot interpretar com a un nombre en coma flotant."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "El valor «%s» no es pot interpretar com un booleà."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "error desconegut"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "No es poden utilitzar els enllaços simbòlics"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "No es poden utilitzar els enllaços simbòlics"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "El nom de la clau no és vàlid: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Nom de l'ordinador central invàlid"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "No s'ha pogut crear el fitxer «%s»: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "No s'ha pogut crear el fitxer «%s»: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "No s'ha pogut crear el fitxer «%s»: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "S'ha produït un error en analitzar l'opció %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "El document ha acabat de manera inesperada enmig d'un nom d'atribut"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "S'ha produït un error en obrir el directori «%s»: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "S'ha produït un error durant la conversió: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "S'ha produït un error durant la conversió: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "S'ha produït un error a la línia %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "No es poden utilitzar els enllaços simbòlics"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "S'ha produït un error en analitzar l'opció %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "S'ha produït un error en analitzar l'opció %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "No és un fitxer regular"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "S'ha produït un error a la línia %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "S'ha produït un error en analitzar l'opció %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "S'ha produït un error en analitzar l'opció %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "No es poden utilitzar els enllaços simbòlics"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPCIÓ...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "No s'ha pogut canviar el mode del fitxer fork() ha fallat: %s"
 
diff --git a/po/cs.po b/po/cs.po
index 6bb3af1..75e54e8 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-08 09:10+0100\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-11-25 03:36+0100\n"
 "Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
 "Language-Team: Czech <gnome-cs-list@gnome.org>\n"
@@ -21,219 +21,223 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
 #, c-format
 msgid "Unexpected attribute '%s' for element '%s'"
 msgstr "Neočekávaný atribut \"%s\" prvku \"%s\""
 
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
 #, c-format
 msgid "Attribute '%s' of element '%s' not found"
 msgstr "Atribut \"%s\" prvku \"%s\" nenalezen"
 
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
 #, c-format
 msgid "Unexpected tag '%s', tag '%s' expected"
 msgstr "Neočekávaná značka \"%s\", byla očekávána značka \"%s\""
 
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
 #, c-format
 msgid "Unexpected tag '%s' inside '%s'"
 msgstr "Neočekávaná značka \"%s\" v \"%s\""
 
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
+#, c-format
 msgid "No valid bookmark file found in data dirs"
 msgstr "V datových adresářích nebyl nalezen platný soubor záložek"
 
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
 #, c-format
 msgid "A bookmark for URI '%s' already exists"
 msgstr "Záložka URI \"%s\" již existuje"
 
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
 #, c-format
 msgid "No bookmark found for URI '%s'"
 msgstr "Nebyla nalezena záložka URI \"%s\""
 
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
 #, c-format
 msgid "No MIME type defined in the bookmark for URI '%s'"
 msgstr "V záložce URI \"%s\" není definován žádný typ MIME"
 
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
 #, c-format
 msgid "No private flag has been defined in bookmark for URI '%s'"
 msgstr "V záložce URI \"%s\" definován žádný soukromý příznak"
 
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
 #, c-format
 msgid "No groups set in bookmark for URI '%s'"
 msgstr "Žádné skupiny nenastaveny v záložce URI \"%s\""
 
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
 #, c-format
 msgid "No application with name '%s' registered a bookmark for '%s'"
 msgstr "Žádná aplikace s názvem \"%s\" nezaregistrovala záložku \"%s\""
 
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
 #, c-format
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Nelze rozšířit řádek exec \"%s\" pomocí URI \"%s\""
 
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Převod ze znakové sady \"%s\" do \"%s\" není podporován"
 
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Nelze otevřít převaděč z \"%s\" do \"%s\""
 
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
+#: glib/gutf8.c:1399
+#, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Neplatná posloupnost bajtů na vstupu převodu"
 
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Chyba při převodu: %s"
 
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:946 ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
+#, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Částečná posloupnost znaků na konci vstupu"
 
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Nelze převést ukončení \"%s\" do znakové sady \"%s\""
 
-#: ../glib/gconvert.c:1733
+#: glib/gconvert.c:1733
 #, 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:1743
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "URI \"%s\" místního souboru nesmí obsahovat \"#\""
 
-#: ../glib/gconvert.c:1760
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI \"%s\" je neplatné"
 
-#: ../glib/gconvert.c:1772
+#: glib/gconvert.c:1772
 #, 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:1788
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI \"%s\" obsahuje nesprávně změněné znaky"
 
-#: ../glib/gconvert.c:1883
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "\"%s\" není absolutní cestou"
 
-#: ../glib/gconvert.c:1893
+#: glib/gconvert.c:1893
+#, c-format
 msgid "Invalid hostname"
 msgstr "Neplatný název počítače"
 
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
 #, c-format
 msgid "Error opening directory '%s': %s"
 msgstr "Chyba při otevírání adresáře \"%s\": %s"
 
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
 #, c-format
 msgid "Could not allocate %lu bytes to read file \"%s\""
 msgstr "Nelze alokovat %lu bajtů k přečtení souboru \"%s\""
 
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
 #, c-format
 msgid "Error reading file '%s': %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
 #, c-format
 msgid "Failed to read from file '%s': %s"
 msgstr "Chyba při čtení ze souboru \"%s\": %s"
 
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "Nelze otevřít soubor \"%s\": %s"
 
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
 #, c-format
 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
 msgstr "Nelze získat atributy souboru \"%s\": fstat() selhalo: %s"
 
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
 #, c-format
 msgid "Failed to open file '%s': fdopen() failed: %s"
 msgstr "Nelze otevřít soubor \"%s\": fdopen() selhalo: %s"
 
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
 #, 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:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
 #, c-format
 msgid "Failed to create file '%s': %s"
 msgstr "Nelze vytvořit soubor \"%s\": %s"
 
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
 #, 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:971
+#: glib/gfileutils.c:971
 #, c-format
 msgid "Failed to write file '%s': fwrite() failed: %s"
 msgstr "Nelze zapisovat do souboru \"%s\": fwrite() selhalo: %s"
 
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
 #, c-format
 msgid "Failed to close file '%s': fclose() failed: %s"
 msgstr "Nelze zavřít soubor \"%s\": fclose() selhalo: %s"
 
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
 #, c-format
 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
 msgstr "Existující soubor \"%s\" nelze odstranit: g_unlink() selhalo: %s"
 
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
 #, c-format
 msgid "Template '%s' invalid, should not contain a '%s'"
 msgstr "Šablona \"%s\" je neplatná, neměla by obsahovat \"%s\""
 
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
 #, c-format
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Šablona \"%s\" neobsahuje XXXXXX"
 
-#: ../glib/gfileutils.c:1824
+#: glib/gfileutils.c:1826
 #, c-format
 msgid "%u byte"
 msgid_plural "%u bytes"
@@ -241,80 +245,84 @@
 msgstr[1] ""
 msgstr[2] ""
 
-#: ../glib/gfileutils.c:1832
+#: glib/gfileutils.c:1834
 #, c-format
 msgid "%.1f KB"
 msgstr ""
 
-#: ../glib/gfileutils.c:1837
+#: glib/gfileutils.c:1839
 #, c-format
 msgid "%.1f MB"
 msgstr ""
 
-#: ../glib/gfileutils.c:1842
+#: glib/gfileutils.c:1844
 #, c-format
 msgid "%.1f GB"
 msgstr ""
 
-#: ../glib/gfileutils.c:1885
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Nelze přečíst symbolický odkaz \"%s\": %s"
 
-#: ../glib/gfileutils.c:1906
+#: glib/gfileutils.c:1908
+#, c-format
 msgid "Symbolic links not supported"
 msgstr "Symbolické odkazy nejsou podporovány"
 
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Nelze otevřít převodník z \"%s\" do \"%s\": %s"
 
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Nelze přímo číst v g_io_channel_read_line_string"
 
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
+#, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Ve vstupní vyrovnávací paměti zbyla nepřevedená data"
 
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
+#, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanál ukončen částí znaku"
 
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Nelze přímo číst v g_io_channel_read_to_end"
 
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
 #, c-format
 msgid "Failed to open file '%s': open() failed: %s"
 msgstr "Nelze otevřít soubor \"%s\": open() selhalo: %s"
 
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
 #, c-format
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Nelze otevřít soubor \"%s\": mmap() selhalo: %s"
 
-#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, c-format
 msgid "Error on line %d char %d: "
 msgstr "Chyba na řádku %d, znak %d:"
 
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Chyba na řádku %d: %s"
 
-#: ../glib/gmarkup.c:442
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Nalezena prázdná entita \"&;\", platnými entitami jsou: &amp; &quot; &lt; "
 "&gt; &apos;"
 
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -324,17 +332,17 @@
 "Znak \"%s\" není platný na začátku názvu entity; počátečním znakem entity je "
 "&; v případě, že nemá být entitou, je zapotřebí ho napsat jako &amp;"
 
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Znak \"%s\" je v názvu entity neplatný"
 
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Název entity \"%s\" není znám"
 
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -342,7 +350,7 @@
 "Entita nekončí středníkem; pravděpodobně jste použili znak & bez úmyslu "
 "začít entitu - zapište prosím ampersand jako &amp;"
 
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -351,17 +359,17 @@
 "Nelze zpracovat \"%-.*s\", což by mělo být číslo v odkazu na znak (například "
 "&#234) - číslo je možná příliš velké"
 
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Odkaz na znak \"%-.*s\" nekóduje povolený znak"
 
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 "Prázdný odkaz na znak. Odkaz by měl obsahovat číslice, například &#454;"
 
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -370,32 +378,32 @@
 "Odkaz na znak nekončí středníkem; pravděpodobně jste použili znak & bez "
 "úmyslu začít entitu - zapište prosím ampersand jako &amp;"
 
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Neukončený odkaz na entitu"
 
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Neukončený odkaz na znak"
 
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Neplatný text v kódování UTF-8 - příliš dlouhá posloupnost"
 
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Neplatný text v kódování UTF-8 - není počátečním znakem"
 
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Neplatný text v kódování UTF-8 - není platné \"%s\""
 
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokument musí začínat prvkem (například: <book>)"
 
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -403,7 +411,7 @@
 msgstr ""
 "\"%s\" není platný znak po znaku \"<\"; nesmí s ním začínat název prvku"
 
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -412,7 +420,7 @@
 "Zvláštní znak \"%s\", byl očekáván znak \">\" k ukončení počáteční značky "
 "prvku \"%s\""
 
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -420,7 +428,7 @@
 "Zvláštní znak \"%s\", po názvu atributu \"%s\" prvku \"%s\" bylo očekáváno "
 "\"=\""
 
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -431,7 +439,7 @@
 "značky prvku \"%s\", nebo případně atribut; pravděpodobně jste použili "
 "neplatný znak v názvu atributu"
 
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -440,7 +448,7 @@
 "Zvláštní znak \"%s\", po znaku rovnítka při udávání hodnoty atributu \"%s\" "
 "prvku \"%s\" byly očekávány uvozovky"
 
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -449,7 +457,7 @@
 "\"%s\" není platný znak po znacích \"</\"; znakem \"%s\" nesmí začínat název "
 "prvku"
 
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -458,25 +466,25 @@
 "\"%s\" není povoleným znakem po ukončovacím názvu prvku \"%s\"; povoleným "
 "znakem je \">\""
 
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Prvek \"%s\" byl uzavřen, žádný prvek není momentálně otevřen"
 
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Byl uzavřen prvek \"%s\", ale aktuálně je otevřen prvek \"%s\""
 
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokument je prázdný nebo obsahuje pouze mezery"
 
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokument neočekávaně skončil ihned po otevírací značce \"<\""
 
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -485,7 +493,7 @@
 "Dokument neočekávaně skončil, prvky jsou stále otevřeny - poslední otevřený "
 "prvek byl \"%s\""
 
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -493,19 +501,19 @@
 msgstr ""
 "Dokument neočekávaně skončil, byla očekávána uzavírací závorka značky <%s/>"
 
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokument neočekávaně skončil uvnitř názvu prvku"
 
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokument neočekávaně skončil uvnitř názvu atributu"
 
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokument neočekávaně skončil ve značce otevírající prvek."
 
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -513,533 +521,542 @@
 "Dokument neočekávaně skončil po znaku přiřazení následujícím za názvem "
 "atributu; chybí hodnota atributu"
 
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokument neočekávaně skončil uvnitř hodnoty atributu"
 
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Dokument neočekávaně skončil uvnitř uzavírací značky prvku \"%s\""
 
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Dokument neočekávaně skončil uvnitř komentáře nebo instrukce pro zpracování"
 
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
 msgid "corrupted object"
 msgstr "poškozený objekt"
 
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
 msgid "internal error or corrupted object"
 msgstr "vnitřní chyba nebo poškozený objekt"
 
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
 msgid "out of memory"
 msgstr "nedostatek paměti"
 
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
 msgid "backtracking limit reached"
 msgstr "dosažen limit zpětného vyhledávání"
 
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
 msgid "the pattern contains items not supported for partial matching"
 msgstr "vzorek obsahuje položky nepodporované u částečného porovnávání"
 
-#: ../glib/gregex.c:154
+#: glib/gregex.c:154
 msgid "internal error"
 msgstr "vnitřní chyba"
 
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
 msgid "back references as conditions are not supported for partial matching"
 msgstr ""
 "zpětné odkazy coby podmínky nejsou podporované u částečného porovnávání"
 
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
 msgid "recursion limit reached"
 msgstr "dosažen limit rekurze"
 
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
 msgid "workspace limit for empty substrings reached"
 msgstr "dosažen limit pracovního prostoru prázdných dílčích řetězců"
 
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
 msgid "invalid combination of newline flags"
 msgstr "neplatná kombinace příznaků nového řádku"
 
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
 msgid "unknown error"
 msgstr "neznámá chyba"
 
-#: ../glib/gregex.c:198
+#: glib/gregex.c:199
 msgid "\\ at end of pattern"
 msgstr ""
 
-#: ../glib/gregex.c:201
+#: glib/gregex.c:202
 msgid "\\c at end of pattern"
 msgstr ""
 
-#: ../glib/gregex.c:204
+#: glib/gregex.c:205
 msgid "unrecognized character follows \\"
 msgstr ""
 
-#: ../glib/gregex.c:208
-msgid "case changing escapes are not allowed here"
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
 msgstr ""
 
-#: ../glib/gregex.c:211
+#: glib/gregex.c:215
 msgid "numbers out of order in {} quantifier"
 msgstr ""
 
-#: ../glib/gregex.c:214
+#: glib/gregex.c:218
 msgid "number too big in {} quantifier"
 msgstr ""
 
-#: ../glib/gregex.c:217
+#: glib/gregex.c:221
 #, fuzzy
 msgid "missing terminating ] for character class"
 msgstr "Kanál ukončen částí znaku"
 
-#: ../glib/gregex.c:220
+#: glib/gregex.c:224
 #, fuzzy
 msgid "invalid escape sequence in character class"
 msgstr "Neplatná posloupnost bajtů na vstupu převodu"
 
-#: ../glib/gregex.c:223
+#: glib/gregex.c:227
 msgid "range out of order in character class"
 msgstr ""
 
-#: ../glib/gregex.c:226
+#: glib/gregex.c:230
 msgid "nothing to repeat"
 msgstr ""
 
-#: ../glib/gregex.c:229
+#: glib/gregex.c:233
 #, fuzzy
 msgid "unrecognized character after (?"
 msgstr "Neukončený odkaz na znak"
 
-#: ../glib/gregex.c:233
+#: glib/gregex.c:237
 #, fuzzy
 msgid "unrecognized character after (?<"
 msgstr "Neukončený odkaz na znak"
 
-#: ../glib/gregex.c:237
+#: glib/gregex.c:241
 #, fuzzy
 msgid "unrecognized character after (?P"
 msgstr "Neukončený odkaz na znak"
 
-#: ../glib/gregex.c:240
+#: glib/gregex.c:244
 msgid "POSIX named classes are supported only within a class"
 msgstr ""
 
-#: ../glib/gregex.c:243
+#: glib/gregex.c:247
 msgid "missing terminating )"
 msgstr ""
 
-#: ../glib/gregex.c:247
+#: glib/gregex.c:251
 msgid ") without opening ("
 msgstr ""
 
-#: ../glib/gregex.c:251
+#: glib/gregex.c:255
 msgid "(?R or (?[+-]digits must be followed by )"
 msgstr ""
 
-#: ../glib/gregex.c:254
+#: glib/gregex.c:258
 msgid "reference to non-existent subpattern"
 msgstr ""
 
-#: ../glib/gregex.c:257
+#: glib/gregex.c:261
 msgid "missing ) after comment"
 msgstr ""
 
-#: ../glib/gregex.c:260
+#: glib/gregex.c:264
 msgid "regular expression too large"
 msgstr ""
 
-#: ../glib/gregex.c:263
+#: glib/gregex.c:267
 msgid "failed to get memory"
 msgstr ""
 
-#: ../glib/gregex.c:266
+#: glib/gregex.c:270
 msgid "lookbehind assertion is not fixed length"
 msgstr ""
 
-#: ../glib/gregex.c:269
+#: glib/gregex.c:273
 msgid "malformed number or name after (?("
 msgstr ""
 
-#: ../glib/gregex.c:272
+#: glib/gregex.c:276
 msgid "conditional group contains more than two branches"
 msgstr ""
 
-#: ../glib/gregex.c:275
+#: glib/gregex.c:279
 msgid "assertion expected after (?("
 msgstr ""
 
-#: ../glib/gregex.c:278
+#: glib/gregex.c:282
 msgid "unknown POSIX class name"
 msgstr ""
 
-#: ../glib/gregex.c:281
+#: glib/gregex.c:285
 #, fuzzy
 msgid "POSIX collating elements are not supported"
 msgstr "Symbolické odkazy nejsou podporovány"
 
-#: ../glib/gregex.c:284
+#: glib/gregex.c:288
 msgid "character value in \\x{...} sequence is too large"
 msgstr ""
 
-#: ../glib/gregex.c:287
+#: glib/gregex.c:291
 msgid "invalid condition (?(0)"
 msgstr ""
 
-#: ../glib/gregex.c:290
+#: glib/gregex.c:294
 msgid "\\C not allowed in lookbehind assertion"
 msgstr ""
 
-#: ../glib/gregex.c:293
+#: glib/gregex.c:297
 msgid "recursive call could loop indefinitely"
 msgstr ""
 
-#: ../glib/gregex.c:296
+#: glib/gregex.c:300
 msgid "missing terminator in subpattern name"
 msgstr ""
 
-#: ../glib/gregex.c:299
+#: glib/gregex.c:303
 msgid "two named subpatterns have the same name"
 msgstr ""
 
-#: ../glib/gregex.c:302
+#: glib/gregex.c:306
 msgid "malformed \\P or \\p sequence"
 msgstr ""
 
-#: ../glib/gregex.c:305
+#: glib/gregex.c:309
 msgid "unknown property name after \\P or \\p"
 msgstr ""
 
-#: ../glib/gregex.c:308
+#: glib/gregex.c:312
 msgid "subpattern name is too long (maximum 32 characters)"
 msgstr ""
 
-#: ../glib/gregex.c:311
+#: glib/gregex.c:315
 msgid "too many named subpatterns (maximum 10,000)"
 msgstr ""
 
-#: ../glib/gregex.c:314
+#: glib/gregex.c:318
 msgid "octal value is greater than \\377"
 msgstr ""
 
-#: ../glib/gregex.c:317
+#: glib/gregex.c:321
 msgid "DEFINE group contains more than one branch"
 msgstr ""
 
-#: ../glib/gregex.c:320
+#: glib/gregex.c:324
 msgid "repeating a DEFINE group is not allowed"
 msgstr ""
 
-#: ../glib/gregex.c:323
+#: glib/gregex.c:327
 msgid "inconsistent NEWLINE options"
 msgstr ""
 
-#: ../glib/gregex.c:326
+#: glib/gregex.c:330
 msgid ""
 "\\g is not followed by a braced name or an optionally braced non-zero number"
 msgstr ""
 
-#: ../glib/gregex.c:331
+#: glib/gregex.c:335
 msgid "unexpected repeat"
 msgstr ""
 
-#: ../glib/gregex.c:335
+#: glib/gregex.c:339
 msgid "code overflow"
 msgstr ""
 
-#: ../glib/gregex.c:339
+#: glib/gregex.c:343
 msgid "overran compiling workspace"
 msgstr ""
 
-#: ../glib/gregex.c:343
+#: glib/gregex.c:347
 msgid "previously-checked referenced subpattern not found"
 msgstr ""
 
-#: ../glib/gregex.c:510 ../glib/gregex.c:1558
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Chyba při porovnávání regulárního výrazu %s: %s"
 
-#: ../glib/gregex.c:1063
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "Knihovna PCRE byla přeložena bez podpory UTF-8"
 
-#: ../glib/gregex.c:1072
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "Knihovna PCRE byla přeložena bez podpory vlastností UTF-8"
 
-#: ../glib/gregex.c:1126
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Chyba při kompilaci regulárního výrazu %s na znaku %d: %s"
 
-#: ../glib/gregex.c:1162
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Chyba při optimalizaci regulárního výrazu %s: %s"
 
-#: ../glib/gregex.c:1986
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "očekáváno číslo nebo \"}\""
 
-#: ../glib/gregex.c:2002
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "očekáváno šestnáctkové číslo"
 
-#: ../glib/gregex.c:2042
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "v symbolickém odkazu chybí \"<\""
 
-#: ../glib/gregex.c:2051
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "neukončený symbolický odkaz"
 
-#: ../glib/gregex.c:2058
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "symbolický odkaz o nulové délce"
 
-#: ../glib/gregex.c:2069
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "očekáváno číslo"
 
-#: ../glib/gregex.c:2087
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "nedovolený symbolický odkaz"
 
-#: ../glib/gregex.c:2149
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "osamocené koncové  \"\\\""
 
-#: ../glib/gregex.c:2153
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "neznámá posloupnost pro změnu"
 
-#: ../glib/gregex.c:2163
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Chyba při analyzování náhradního textu \"%s\" na znaku %lu: %s"
 
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
+#, c-format
 msgid "Quoted text doesn't begin with a quotation mark"
 msgstr "Text v uvozovkách nezačíná uvozovkami"
 
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
+#, c-format
 msgid "Unmatched quotation mark in command line or other shell-quoted text"
 msgstr ""
 "Nenalezena uzavírací uvozovka v příkazovém řádku nebo jiném uvozeném textu"
 
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
 #, c-format
 msgid "Text ended just after a '\\' character. (The text was '%s')"
 msgstr "Text skončil právě za znakem \"\\\". (Text zněl \"%s\")"
 
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
 #, c-format
 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
 msgstr ""
 "Text skončil před nalezením odpovídajících uvozovek znakem %c. (Text zněl \"%"
 "s\")"
 
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
+#, c-format
 msgid "Text was empty (or contained only whitespace)"
 msgstr "Text je prázdný (nebo obsahuje pouze mezery)"
 
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
+#, c-format
 msgid "Failed to read data from child process"
 msgstr "Nelze číst data z procesu potomka"
 
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Nelze vytvořit rouru ke komunikaci s procesem potomka (%s)"
 
-#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Nelze číst z roury potomka (%s)"
 
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Nelze přejít do adresáře \"%s\" (%s)"
 
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
 #, c-format
 msgid "Failed to execute child process (%s)"
 msgstr "Nelze spustit proces potomka (%s)"
 
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
 #, c-format
 msgid "Invalid program name: %s"
 msgstr "Neplatný název programu: %s"
 
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
 #, c-format
 msgid "Invalid string in argument vector at %d: %s"
 msgstr "Neplatný řetězec v poli argumentů v %d: %s"
 
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
 #, c-format
 msgid "Invalid string in environment: %s"
 msgstr "Neplatný řetězec v prostředí: %s"
 
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
 #, c-format
 msgid "Invalid working directory: %s"
 msgstr "Neplatný aktuální adresář: %s"
 
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
 #, c-format
 msgid "Failed to execute helper program (%s)"
 msgstr "Nelze spustit pomocný program (%s)"
 
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
+#, c-format
 msgid ""
 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
 "process"
 msgstr ""
 "Neočekávaná chyba v g_io_channel_win32_poll() při čtení dat z procesu potomka"
 
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
 #, c-format
 msgid "Failed to read data from child process (%s)"
 msgstr "Nelze číst data z procesu potomka (%s)"
 
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Neočekávaná chyba v select() při čtení dat z procesu potomka (%s)"
 
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Neočekávaná chyba v waitpid() (%s)"
 
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Nelze rozvětvit (%s)"
 
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Nelze spustit proces potomka \"%s\" (%s)"
 
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Nelze přesměrovat vstup nebo výstup procesu potomka (%s)"
 
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Nelze rozvětvit proces potomka (%s)"
 
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Neznámá chyba při běhu procesu potomka \"%s\""
 
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Nelze přečíst dostatek dat z roury pid potomka (%s)"
 
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
+#, c-format
 msgid "Character out of range for UTF-8"
 msgstr "Znak je mimo rozsah UTF-8"
 
-#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
+#, c-format
 msgid "Invalid sequence in conversion input"
 msgstr "Neplatná posloupnost na vstupu převodu"
 
-#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
+#, c-format
 msgid "Character out of range for UTF-16"
 msgstr "Znak je mimo rozsah UTF-16"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Použití:"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[PŘEPÍNAČ...]"
 
-#: ../glib/goption.c:677
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Přepínače nápovědy:"
 
-#: ../glib/goption.c:678
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Zobrazí přepínače nápovědy"
 
-#: ../glib/goption.c:684
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Zobrazí všechny přepínače nápovědy"
 
-#: ../glib/goption.c:736
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Přepínače aplikace:"
 
-#: ../glib/goption.c:797 ../glib/goption.c:867
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Nelze zpracovat celočíselnou hodnotu \"%s\" u %s"
 
-#: ../glib/goption.c:807 ../glib/goption.c:875
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Celočíselná hodnota \"%s\" u %s mimo rozsah"
 
-#: ../glib/goption.c:832
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Nelze zpracovat celočíselnou (double) hodnotu \"%s\" u %s"
 
-#: ../glib/goption.c:840
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Celočíselná (double) hodnota \"%s\" u %s mimo rozsah"
 
-#: ../glib/goption.c:1177
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Chyba volby %s při syntaktické analýze"
 
-#: ../glib/goption.c:1208 ../glib/goption.c:1319
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Chybí parametr %s"
 
-#: ../glib/goption.c:1714
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Neznámý přepínač %s"
 
-#: ../glib/gkeyfile.c:355
+#: glib/gkeyfile.c:358
+#, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "V adresářích hledání nelze najít platný soubor klíče"
 
-#: ../glib/gkeyfile.c:390
+#: glib/gkeyfile.c:393
+#, c-format
 msgid "Not a regular file"
 msgstr "Není obyčejným souborem"
 
-#: ../glib/gkeyfile.c:398
+#: glib/gkeyfile.c:401
+#, c-format
 msgid "File is empty"
 msgstr "Soubor je prázdný"
 
-#: ../glib/gkeyfile.c:758
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1047,51 +1064,52 @@
 "Soubor klíče obsahuje \"%s\", což není dvojice klíč-hodnota, skupina ani "
 "komentář"
 
-#: ../glib/gkeyfile.c:818
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Neplatný název skupiny: %s"
 
-#: ../glib/gkeyfile.c:840
+#: glib/gkeyfile.c:843
+#, c-format
 msgid "Key file does not start with a group"
 msgstr "Soubor klíče nezačíná skupinou"
 
-#: ../glib/gkeyfile.c:866
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Neplatný název klíče: %s"
 
-#: ../glib/gkeyfile.c:893
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Soubor klíče obsahuje nepodporované kódování \"%s\""
 
-#: ../glib/gkeyfile.c:1106 ../glib/gkeyfile.c:1265 ../glib/gkeyfile.c:2483
-#: ../glib/gkeyfile.c:2551 ../glib/gkeyfile.c:2686 ../glib/gkeyfile.c:2821
-#: ../glib/gkeyfile.c:2974 ../glib/gkeyfile.c:3161 ../glib/gkeyfile.c:3222
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Soubor klíče nemá skupinu \"%s\""
 
-#: ../glib/gkeyfile.c:1277
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Soubor klíče nemá klíč \"%s\""
 
-#: ../glib/gkeyfile.c:1379 ../glib/gkeyfile.c:1492
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Soubor klíče obsahuje klíč \"%s\" s hodnotou \"%s\", která není v UTF-8"
 
-#: ../glib/gkeyfile.c:1399 ../glib/gkeyfile.c:1512 ../glib/gkeyfile.c:1885
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Soubor klíče obsahuje klíč \"%s\", který má hodnotu, kterou nelze "
 "interpretovat."
 
-#: ../glib/gkeyfile.c:2100 ../glib/gkeyfile.c:2312
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1100,536 +1118,592 @@
 "Soubor klíče obsahuje klíč \"%s\" ve skupině \"%s\", který má "
 "neinterpretovatelnou hodnotu."
 
-#: ../glib/gkeyfile.c:2498 ../glib/gkeyfile.c:2701 ../glib/gkeyfile.c:3233
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Soubor klíče nemá klíč \"%s\" ve skupině \"%s\""
 
-#: ../glib/gkeyfile.c:3467
+#: glib/gkeyfile.c:3471
+#, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Soubor klíče obsahuje na konci řádku znak změny"
 
-#: ../glib/gkeyfile.c:3489
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Soubor klíče obsahuje neplatnou posloupnost pro změnu \"%s\""
 
-#: ../glib/gkeyfile.c:3631
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Hodnotu \"%s\" nelze interpretovat jako číslo."
 
-#: ../glib/gkeyfile.c:3645
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Celočíselná hodnota \"%s\" mimo rozsah"
 
-#: ../glib/gkeyfile.c:3678
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Hodnotu \"%s\" nelze interpretovat jako reálné (float) číslo."
 
-#: ../glib/gkeyfile.c:3702
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Hodnotu \"%s\" nelze interpretovat jako booleovskou hodnotu."
 
-#: ../gio/gbufferedinputstream.c:482 ../gio/ginputstream.c:557
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
 msgid "Too large count value passed to g_input_stream_read_async"
 msgstr ""
 
-#: ../gio/gbufferedinputstream.c:868 ../gio/ginputstream.c:887
-#: ../gio/goutputstream.c:1064
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
 msgid "Stream is already closed"
 msgstr ""
 
-#: ../gio/gcancellable.c:276 ../gio/gsimpleasyncresult.c:609
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
 msgid "Operation was cancelled"
 msgstr ""
 
-#: ../gio/gcontenttype.c:155
+#: gio/gcontenttype.c:156
 #, fuzzy
 msgid "Unknown type"
 msgstr "neznámá chyba"
 
-#: ../gio/gcontenttype.c:156
+#: gio/gcontenttype.c:157
 #, c-format
 msgid "%s filetype"
 msgstr ""
 
-#: ../gio/gcontenttype.c:568
+#: gio/gcontenttype.c:571
 #, c-format
 msgid "%s type"
 msgstr ""
 
-#: ../gio/gdatainputstream.c:307
+#: gio/gdatainputstream.c:309
+#, c-format
 msgid "Unexpected early end-of-stream"
 msgstr ""
 
-#: ../gio/gdesktopappinfo.c:373 ../gio/gwin32appinfo.c:212
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
 msgid "Unnamed"
 msgstr ""
 
-#: ../gio/gdesktopappinfo.c:546
+#: gio/gdesktopappinfo.c:562
+#, c-format
 msgid "Desktop file didn't specify Exec field"
 msgstr ""
 
-#: ../gio/gdesktopappinfo.c:828
+#: gio/gdesktopappinfo.c:844
+#, c-format
 msgid "Unable to find terminal required for application"
 msgstr ""
 
-#: ../gio/gdesktopappinfo.c:1018
+#: gio/gdesktopappinfo.c:1026
 #, c-format
 msgid "Can't create user application configuration folder %s: %s"
 msgstr ""
 
-#: ../gio/gdesktopappinfo.c:1022
+#: gio/gdesktopappinfo.c:1030
 #, c-format
 msgid "Can't create user MIME configuration folder %s: %s"
 msgstr ""
 
-#: ../gio/gdesktopappinfo.c:1395
+#: gio/gdesktopappinfo.c:1403
 #, c-format
 msgid "Custom definition for %s"
 msgstr ""
 
-#: ../gio/gdesktopappinfo.c:1419
+#: gio/gdesktopappinfo.c:1427
 #, c-format
 msgid "Can't create user desktop file %s"
 msgstr ""
 
-#: ../gio/gdesktopappinfo.c:1444
+#: gio/gdesktopappinfo.c:1452
+#, c-format
 msgid "Can't load just created desktop file"
 msgstr ""
 
-#: ../gio/gdrive.c:282
-msgid "drive doesn't implement mount"
-msgstr ""
-
-#: ../gio/gdrive.c:347
+#: gio/gdrive.c:365
 msgid "drive doesn't implement eject"
 msgstr ""
 
-#: ../gio/gfile.c:667 ../gio/gfile.c:796 ../gio/gfile.c:921
-#: ../gio/gfile.c:1006 ../gio/gfile.c:1051 ../gio/gfile.c:1096
-#: ../gio/gfile.c:1151 ../gio/gfile.c:2091 ../gio/gfile.c:2136
-#: ../gio/gfile.c:2186 ../gio/gfile.c:2225 ../gio/gfile.c:2537
-#: ../gio/gfile.c:2938 ../gio/gfile.c:3014 ../gio/gfile.c:3091
-#, fuzzy
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
 msgid "Operation not supported"
 msgstr "Symbolické odkazy nejsou podporovány"
 
-#: ../gio/gfile.c:963 ../gio/glocalfile.c:838 ../gio/glocalfile.c:847
-#: ../gio/glocalfile.c:858
-msgid "Containing volume does not exist"
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
 msgstr ""
 
-#: ../gio/gfile.c:1511
+#: gio/gfile.c:1620
+#, c-format
 msgid "Can't copy over directory"
 msgstr ""
 
-#: ../gio/gfile.c:1571
+#: gio/gfile.c:1680
+#, c-format
 msgid "Can't copy directory over directory"
 msgstr ""
 
-#: ../gio/gfile.c:1579
+#: gio/gfile.c:1688
+#, c-format
 msgid "Target file exists"
 msgstr ""
 
-#: ../gio/gfile.c:1597
+#: gio/gfile.c:1706
+#, c-format
 msgid "Can't recursively copy directory"
 msgstr ""
 
-#: ../gio/gfile.c:2176
+#: gio/gfile.c:2273
+#, c-format
 msgid "Invalid symlink value given"
 msgstr ""
 
-#: ../gio/gfile.c:2267
-#, fuzzy
+#: gio/gfile.c:2365
+#, fuzzy, c-format
 msgid "Trash not supported"
 msgstr "Symbolické odkazy nejsou podporovány"
 
-#: ../gio/gfile.c:2307
-msgid "File names cannot contain '/'"
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
 msgstr ""
 
-#: ../gio/gfile.c:3936
+#: gio/gfile.c:4039 gio/gvolume.c:318
 msgid "volume doesn't implement mount"
 msgstr ""
 
-#: ../gio/gfileenumerator.c:133
+#: gio/gfileenumerator.c:151
+#, c-format
 msgid "Enumerator is closed"
 msgstr ""
 
-#: ../gio/gfileenumerator.c:140 ../gio/gfileenumerator.c:199
-#: ../gio/gfileenumerator.c:299 ../gio/gfileenumerator.c:400
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
 msgid "File enumerator has outstanding operation"
 msgstr ""
 
-#: ../gio/gfileenumerator.c:289 ../gio/gfileenumerator.c:390
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
 msgid "File enumerator is already closed"
 msgstr ""
 
-#: ../gio/gfileinputstream.c:144 ../gio/gfileinputstream.c:440
-#: ../gio/gfileoutputstream.c:154 ../gio/gfileoutputstream.c:554
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
 msgid "Stream doesn't support query_info"
 msgstr ""
 
-#: ../gio/gfileinputstream.c:355 ../gio/gfileoutputstream.c:393
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
 msgid "Seek not supported on stream"
 msgstr ""
 
-#: ../gio/gfileinputstream.c:399
+#: gio/gfileinputstream.c:398
+#, c-format
 msgid "Truncate not allowed on input stream"
 msgstr ""
 
-#: ../gio/gfileoutputstream.c:488
+#: gio/gfileoutputstream.c:490
+#, c-format
 msgid "Truncate not supported on stream"
 msgstr ""
 
-#: ../gio/ginputstream.c:185
+#: gio/ginputstream.c:186
+#, c-format
 msgid "Too large count value passed to g_input_stream_read"
 msgstr ""
 
-#: ../gio/ginputstream.c:194
+#: gio/ginputstream.c:195
+#, c-format
 msgid "Input stream doesn't implement read"
 msgstr ""
 
-#: ../gio/ginputstream.c:317
+#: gio/ginputstream.c:318
+#, c-format
 msgid "Too large count value passed to g_input_stream_skip"
 msgstr ""
 
-#: ../gio/ginputstream.c:680
+#: gio/ginputstream.c:681
 msgid "Too large count value passed to g_input_stream_skip_async"
 msgstr ""
 
-#: ../gio/ginputstream.c:894 ../gio/goutputstream.c:1071
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
 msgid "Stream has outstanding operation"
 msgstr ""
 
-#: ../gio/glocalfile.c:539
+#: gio/glocalfile.c:554
 #, fuzzy, c-format
 msgid "Invalid filename %s"
 msgstr "Neplatný název klíče: %s"
 
-#: ../gio/glocalfile.c:789
+#: gio/glocalfile.c:810
 #, fuzzy, c-format
 msgid "Error getting filesystem info: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfile.c:878
+#: gio/glocalfile.c:928
+#, c-format
 msgid "Can't rename root directory"
 msgstr ""
 
-#: ../gio/glocalfile.c:896
+#: gio/glocalfile.c:946
+#, c-format
 msgid "Can't rename file, filename already exist"
 msgstr ""
 
-#: ../gio/glocalfile.c:909 ../gio/glocalfile.c:1600 ../gio/glocalfile.c:1629
-#: ../gio/glocalfile.c:1761 ../gio/glocalfileoutputstream.c:437
-#: ../gio/glocalfileoutputstream.c:480 ../gio/glocalfileoutputstream.c:868
-#, fuzzy
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
 msgid "Invalid filename"
 msgstr "Neplatný název počítače"
 
-#: ../gio/glocalfile.c:913
+#: gio/glocalfile.c:963
 #, fuzzy, c-format
 msgid "Error renaming file: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfile.c:1028
+#: gio/glocalfile.c:1080
 #, fuzzy, c-format
 msgid "Error opening file: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfile.c:1038
+#: gio/glocalfile.c:1090
+#, c-format
 msgid "Can't open directory"
 msgstr ""
 
-#: ../gio/glocalfile.c:1090 ../gio/glocalfile.c:1604
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
 #, fuzzy, c-format
 msgid "Error removing file: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfile.c:1372
+#: gio/glocalfile.c:1434
 #, fuzzy, c-format
 msgid "Error trashing file: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfile.c:1396
+#: gio/glocalfile.c:1458
 #, fuzzy, c-format
 msgid "Unable to create trash dir %s: %s"
 msgstr "Nelze vytvořit soubor \"%s\": %s"
 
-#: ../gio/glocalfile.c:1414
+#: gio/glocalfile.c:1482
+#, c-format
 msgid "Unable to find toplevel directory for trash"
 msgstr ""
 
-#: ../gio/glocalfile.c:1473 ../gio/glocalfile.c:1493
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
 msgid "Unable to find or create trash directory"
 msgstr ""
 
-#: ../gio/glocalfile.c:1525
+#: gio/glocalfile.c:1594
 #, fuzzy, c-format
 msgid "Unable to create trashed file: %s"
 msgstr "Nelze vytvořit soubor \"%s\": %s"
 
-#: ../gio/glocalfile.c:1548
+#: gio/glocalfile.c:1617
 #, fuzzy, c-format
 msgid "Unable to trash file: %s"
 msgstr "Nelze vytvořit soubor \"%s\": %s"
 
-#: ../gio/glocalfile.c:1633
+#: gio/glocalfile.c:1714
 #, fuzzy, c-format
 msgid "Error making symbolic link: %s"
 msgstr "Chyba volby %s při syntaktické analýze"
 
-#: ../gio/glocalfile.c:1680 ../gio/glocalfile.c:1765
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
 #, fuzzy, c-format
 msgid "Error moving file: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfile.c:1701
+#: gio/glocalfile.c:1782
+#, c-format
 msgid "Can't move directory over directory"
 msgstr ""
 
-#: ../gio/glocalfile.c:1710
+#: gio/glocalfile.c:1791
+#, c-format
 msgid "Target file already exists"
 msgstr ""
 
-#: ../gio/glocalfile.c:1723 ../gio/glocalfileoutputstream.c:726
-#: ../gio/glocalfileoutputstream.c:740 ../gio/glocalfileoutputstream.c:755
-#: ../gio/glocalfileoutputstream.c:771 ../gio/glocalfileoutputstream.c:785
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
 msgid "Backup file creation failed"
 msgstr ""
 
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1821
 #, fuzzy, c-format
 msgid "Error removing target file: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfile.c:1754
+#: gio/glocalfile.c:1835
+#, c-format
 msgid "Move between mounts not supported"
 msgstr ""
 
-#: ../gio/glocalfileinfo.c:679
+#: gio/glocalfileinfo.c:707
+#, c-format
 msgid "Attribute value must be non-NULL"
 msgstr ""
 
-#: ../gio/glocalfileinfo.c:686
+#: gio/glocalfileinfo.c:714
+#, c-format
 msgid "Invalid attribute type (string expected)"
 msgstr ""
 
-#: ../gio/glocalfileinfo.c:693
-#, fuzzy
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
 msgid "Invalid extended attribute name"
 msgstr "Dokument neočekávaně skončil uvnitř názvu atributu"
 
-#: ../gio/glocalfileinfo.c:733
+#: gio/glocalfileinfo.c:761
 #, fuzzy, c-format
 msgid "Error setting extended attribute '%s': %s"
 msgstr "Chyba při otevírání adresáře \"%s\": %s"
 
-#: ../gio/glocalfileinfo.c:1263 ../gio/glocalfileoutputstream.c:616
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
 #, fuzzy, c-format
 msgid "Error stating file '%s': %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfileinfo.c:1317
+#: gio/glocalfileinfo.c:1446
 msgid " (invalid encoding)"
 msgstr ""
 
-#: ../gio/glocalfileinfo.c:1482
+#: gio/glocalfileinfo.c:1621
 #, fuzzy, c-format
 msgid "Error stating file descriptor: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfileinfo.c:1527
+#: gio/glocalfileinfo.c:1666
+#, c-format
 msgid "Invalid attribute type (uint32 expected)"
 msgstr ""
 
-#: ../gio/glocalfileinfo.c:1544
+#: gio/glocalfileinfo.c:1683
+#, c-format
 msgid "Invalid attribute type (uint64 expected)"
 msgstr ""
 
-#: ../gio/glocalfileinfo.c:1562
+#: gio/glocalfileinfo.c:1701
+#, c-format
 msgid "Invalid attribute type (byte string expected)"
 msgstr ""
 
-#: ../gio/glocalfileinfo.c:1586
+#: gio/glocalfileinfo.c:1725
 #, fuzzy, c-format
 msgid "Error setting permissions: %s"
 msgstr "Chyba při převodu: %s"
 
-#: ../gio/glocalfileinfo.c:1633 ../gio/glocalfileinfo.c:1793
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
 #, fuzzy, c-format
 msgid "Error setting owner: %s"
 msgstr "Chyba při převodu: %s"
 
-#: ../gio/glocalfileinfo.c:1656
+#: gio/glocalfileinfo.c:1795
+#, c-format
 msgid "symlink must be non-NULL"
 msgstr ""
 
-#: ../gio/glocalfileinfo.c:1664 ../gio/glocalfileinfo.c:1681
-#: ../gio/glocalfileinfo.c:1690
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
 #, fuzzy, c-format
 msgid "Error setting symlink: %s"
 msgstr "Chyba na řádku %d: %s"
 
-#: ../gio/glocalfileinfo.c:1673
+#: gio/glocalfileinfo.c:1812
+#, c-format
 msgid "Error setting symlink: file is not a symlink"
 msgstr ""
 
-#: ../gio/glocalfileinfo.c:1843
+#: gio/glocalfileinfo.c:1987
 #, fuzzy, c-format
 msgid "Setting attribute %s not supported"
 msgstr "Symbolické odkazy nejsou podporovány"
 
-#: ../gio/glocalfileinputstream.c:154 ../gio/glocalfileoutputstream.c:527
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
 #, fuzzy, c-format
 msgid "Error reading from file: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfileinputstream.c:183 ../gio/glocalfileinputstream.c:193
-#: ../gio/glocalfileinputstream.c:297 ../gio/glocalfileoutputstream.c:341
-#: ../gio/glocalfileoutputstream.c:801
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
 #, fuzzy, c-format
 msgid "Error seeking in file: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfileinputstream.c:220 ../gio/glocalfileoutputstream.c:249
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
 #, fuzzy, c-format
 msgid "Error closing file: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfileoutputstream.c:156 ../gio/glocalfileoutputstream.c:546
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
 #, fuzzy, c-format
 msgid "Error writing to file: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfileoutputstream.c:195
+#: gio/glocalfileoutputstream.c:205
 #, fuzzy, c-format
 msgid "Error removing old backup link: %s"
 msgstr "Chyba volby %s při syntaktické analýze"
 
-#: ../gio/glocalfileoutputstream.c:204
+#: gio/glocalfileoutputstream.c:214
 #, fuzzy, c-format
 msgid "Error creating backup link: %s"
 msgstr "Chyba volby %s při syntaktické analýze"
 
-#: ../gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:224
 #, fuzzy, c-format
 msgid "Error creating backup copy: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfileoutputstream.c:230
+#: gio/glocalfileoutputstream.c:240
 #, fuzzy, c-format
 msgid "Error renaming temporary file: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfileoutputstream.c:381 ../gio/glocalfileoutputstream.c:812
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
 #, fuzzy, c-format
 msgid "Error truncating file: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfileoutputstream.c:441 ../gio/glocalfileoutputstream.c:484
-#: ../gio/glocalfileoutputstream.c:607 ../gio/glocalfileoutputstream.c:872
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
 #, fuzzy, c-format
 msgid "Error opening file '%s': %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/glocalfileoutputstream.c:628
+#: gio/glocalfileoutputstream.c:642
+#, c-format
 msgid "Target file is a directory"
 msgstr ""
 
-#: ../gio/glocalfileoutputstream.c:633
-#, fuzzy
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
 msgid "Target file is not a regular file"
 msgstr "Není obyčejným souborem"
 
-#: ../gio/glocalfileoutputstream.c:645
+#: gio/glocalfileoutputstream.c:659
+#, c-format
 msgid "The file was externally modified"
 msgstr ""
 
-#: ../gio/goutputstream.c:193
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
 msgid "Too large count value passed to g_output_stream_write"
 msgstr ""
 
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
 msgid "Output stream doesn't implement write"
 msgstr ""
 
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:764
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
 msgid "Source stream is already closed"
 msgstr ""
 
-#: ../gio/goutputstream.c:646
+#: gio/goutputstream.c:646
 msgid "Too large count value passed to g_output_stream_write_async"
 msgstr ""
 
-#: ../gio/gunixdrive.c:146
-#, fuzzy
-msgid "Unknown drive"
-msgstr "neznámá chyba"
-
-#. TODO: add translation table from gnome-vfs
-#: ../gio/gunixvolume.c:91
-#, c-format
-msgid "%s volume"
-msgstr ""
-
-#: ../gio/gunixvolume.c:162
-msgid "Filesystem root"
-msgstr ""
-
-#. TODO: Use volume size as name?
-#: ../gio/gunixvolume.c:175
-msgid "Unknown volume"
-msgstr ""
-
-#: ../gio/gvolume.c:271
-msgid "volume doesn't implement unmount"
-msgstr ""
-
-#: ../gio/gvolume.c:340
-msgid "volume doesn't implement eject"
-msgstr ""
-
-#: ../gio/gwin32appinfo.c:265
-msgid "Can't find application"
-msgstr ""
-
-#: ../gio/gwin32appinfo.c:299
-#, fuzzy, c-format
-msgid "Error launching application: %s"
-msgstr "Chyba volby %s při syntaktické analýze"
-
-#: ../gio/gwin32appinfo.c:330
-#, fuzzy
-msgid "URIs not supported"
-msgstr "Symbolické odkazy nejsou podporovány"
-
-#: ../gio/gwin32appinfo.c:353
-msgid "association changes not supported on win32"
-msgstr ""
-
-#: ../gio/gwin32appinfo.c:365
-msgid "Association creation not supported on win32"
-msgstr ""
-
-#: ../gio/gunixinputstream.c:199 ../gio/gunixinputstream.c:217
-#: ../gio/gunixinputstream.c:289 ../gio/gunixoutputstream.c:280
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
 #, fuzzy, c-format
 msgid "Error reading from unix: %s"
 msgstr "Chyba čtení souboru \"%s\": %s"
 
-#: ../gio/gunixinputstream.c:247 ../gio/gunixinputstream.c:422
-#: ../gio/gunixoutputstream.c:237 ../gio/gunixoutputstream.c:384
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
 #, fuzzy, c-format
 msgid "Error closing unix: %s"
 msgstr "Chyba na řádku %d: %s"
 
-#: ../gio/gunixoutputstream.c:187 ../gio/gunixoutputstream.c:206
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
 #, fuzzy, c-format
 msgid "Error writing to unix: %s"
 msgstr "Chyba volby %s při syntaktické analýze"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Chyba volby %s při syntaktické analýze"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Symbolické odkazy nejsou podporovány"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[PŘEPÍNAČ...]"
+
+#, fuzzy
+#~ msgid "Unknown drive"
+#~ msgstr "neznámá chyba"
diff --git a/po/cy.po b/po/cy.po
index 4622aba..70f428b 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -88,71 +88,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Ni chynhelir trawsnewidiad o set nodau '%s' i '%s'"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Methwyd agor trawsnewidydd rhwng '%s' a '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Gwall wrth drawsnewid: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Dilyniant nod rhannol ar ddiwedd y mewnbwn"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Methu trawsnewid '%s' wrth gefn i'r set godau '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "Mae'r LAU '%s' yn annilys"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, 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:1782
+#: glib/gconvert.c:1788
 #, 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:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Nid yw'r llwybr '%s' yn llwybr gosodedig"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Enw gwesteiwr annilys"
@@ -232,37 +232,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Nid yw'r patrymlun '%s' yn cynnwys XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Ni chynhelir cysylltion symbolaidd"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Methwyd agor trawsnewidydd o '%s' i '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Methu gwneud darlleniad crau yn g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Data dros ben heb ei drawsnewid yn y byffer ddarllen"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Mae'r sianel yn gorffen a nod rhannol"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Methu gwneud darlleniad crai yn g_io_channel_read_to_end"
@@ -277,24 +299,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Methwyd mapio'r ffeil '%s': methodd mmap(): %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Gwall ar linell %d golofn %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Gwall ar linell %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Gwelwyd endid gwag '&;'; mae &amp; &quot; &lt; &gt; a &apos; yn endidau dilys"
 
 # c-format
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -304,17 +326,17 @@
 "Mae'r nod '%s' yn annilys ar ddechrau endid; mae'r nod & yn dechrau endid; "
 "os nad yw'r & yma i fod yn endid, defnyddiwch &amp; yn ei le"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Nid yw'r nod '%s' yn ddilys o fewn enw endid"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Mae'r enw endid '%s' yn anhysbys"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -322,7 +344,7 @@
 "Ni orffennwyd yr endid gyda hanner-colon - mwy na thebyg y defnyddiwyd "
 "ampersand heb fwriadu dechrau endid - dylid defnyddio &amp; yn lle"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -331,16 +353,16 @@
 "Methwyd adnabod '%-.*s', a ddylai fod yn ddigid o fewn cyfeiriant nod "
 "(&#234; er enghraifft) - hwyrach fod y digid yn rhy fawr"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Nid yw'r cyfeiriant nod '%-.*s' yn amgodio nod a ganiateir"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Cyfeiriant nod gwag; dylai gynnwys digid megis &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -349,34 +371,34 @@
 "Ni orffennwyd cyfeiriant nod gyda hanner-colon - mwy na thebyg y defnyddiwyd "
 "ampersand heb fwriadu dechrau endid - dylid defnyddio &amp; yn lle"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Cyfeiriant endid heb ei orffen"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Cyfeiriant nod heb ei orffen"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Testun annilys wedi ei amgodio fel UTF-8"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Testun annilys wedi ei amgodio fel UTF-8"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Testun annilys wedi ei amgodio fel UTF-8"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Rhaid i'r ddogfen ddechrau gydag elfen (e.e. <llyfr>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -384,14 +406,14 @@
 msgstr ""
 "Nid yw '%s' yn nod dilys yn dilyn '<'; nid yw'n gallu dechrau enw elfen"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr "Nod od '%s', disgwyliwyd '>' er mwyn gorffen tag dechrau'r elfen '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -399,7 +421,7 @@
 "Nod od '%s', disgwyliwyd '=' ar ôl yr enw priodoledd '%s' o'r elfen '%s'"
 
 # c-format
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -410,7 +432,7 @@
 "s', neu briodoledd ddewisol; efallai defnyddiwyd nod annilys mewn enw "
 "priodoledd"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -419,7 +441,7 @@
 "Nod od '%s', disgwyliwyd dyfynnod agored ar ôl y '=' wrth roi gwerth i'r "
 "priodoledd '%s' o'r elfen '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -428,7 +450,7 @@
 "Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
 "dechrau enw elfen."
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -437,26 +459,26 @@
 "Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
 "dechrau enw elfen."
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Cafodd yr elfen '%s' ei gau, nid oes elfen ar agor ar hyn o bryd"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "Cafodd yr elfen '%s' ei gau, ond yr elfen sydd ar agor ar hyn o bryd yw '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Roedd y ddogfen yn wag neu'n cynnwys gofod yn unig"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Gorffennodd y ddogfen yn annisgwyl ar ôl '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -465,7 +487,7 @@
 "Gorffennodd y ddogfen yn annisgwyl tra roedd elfennau ar agor - '%s' oedd yr "
 "elfen ddiwethaf a agorwyd"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -474,19 +496,19 @@
 "Gorffennodd y ddogfen yn annisgwyl, disgwyliwyd ongl-fraced caeedig i "
 "ddiweddu'r tag <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw elfen"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i dag agor elfen"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -494,16 +516,16 @@
 "Gorffennodd y ddogfen yn annisgwyl ar ôl yr hafalnod yn dilyn enw "
 "priodoledd; dim gwerth priodoledd"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i werth priodoledd"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i dag cau'r elfen '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Gorffennodd y ddogfen yn annisgwyl y tu fewn i sylw neu gyfarwyddiad brosesu"
@@ -552,67 +574,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Mae'r sianel yn gorffen a nod rhannol"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Cyfeiriant nod heb ei orffen"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Cyfeiriant nod heb ei orffen"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Cyfeiriant nod heb ei orffen"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Ni chynhelir cysylltion symbolaidd"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Gwall ar linell %d golofn %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Cyfeiriant endid heb ei orffen"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -651,17 +864,17 @@
 msgid "Failed to read data from child process"
 msgstr "Methwyd darllen data o broses plentyn"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Methwyd creu pibell er mwyn cyfathrebu â phroses plentyn (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Methwyd darllen o bibell plentyn (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Methwyd newid i'r cyfeiriadur '%s' (%s)"
@@ -710,42 +923,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Methwyd darllen data o broses plentyn (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Gwall annisgwyl yn select() wrth ddarllen o broses plentyn (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Gwall annisgwyl yn waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Methwyd fforcio (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Methwyd gweithredu proses plentyn \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Methwyd ailgyrchu mewnbwn neu allbwn proses blentyn (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Methwyd fforcio proses plentyn (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Gwall anhysbys wrth weithredu proses blentyn \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Methwyd darllen digon o ddata o bibell plentyn (%s)"
@@ -766,81 +979,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Nod y tu allan i ystod ddilys UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Defnydd:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPSIWN...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Cymorth Opsiynau:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Dangos opsiynau cymorth"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Dangos bob opsiwn cymorth"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Opsiynau Rhaglen:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Methu gramadegu'r gwerth cyfanrif '%s' ar gyfer %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Mae'r gwerth cyfanrif '%s' ar gyfer %s y tu allan i'r cwmpas"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Methu gramadegu'r gwerth dwbl '%s' ar gyfer %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Mae'r gwerth dwbl '%s' ar gyfer %s y tu allan i'r cwmpas"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Gwall wrth ramadegu opsiwn %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Arg ar goll ar gyfer %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Opsiwn anhysbys %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Ni ddarganfuwyd ffeil allwedd ddilys yn y cyfeiriaduron data"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Ddim yn ffeil cyffredin"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Ffeil yn wag"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -848,51 +1061,51 @@
 "Ffeil allwedd yn cynnwys y llinell '%s' sydd ddim yn bâr allwedd-gwerth, "
 "na'n grŵp, na'n sylw"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Enw rhaglen annilys: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Nid yw'r ffeil allwedd yn dechrau gyda grŵp"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Enw rhaglen annilys: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Ffeil allwedd yn cynnwys yr amgodiad '%s', na gynhelir"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Nid oes gan y ffeil allwedd y grŵp '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Ffeil allwedd heb fod yn cynnwys yr allwedd '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Ffeil allwedd yn cynnwys yr allwedd '%s' gyda'r gwerth '%s' nad yw'n UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Ffeil allwedd yn cynnwys yr allwedd '%s' sydd â gwerth na ellir ei ddirnad."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -901,41 +1114,592 @@
 "Ffeil allwedd yn cynnwys yr allwedd '%s' yng ngrŵp '%s' sydd â gwerth na "
 "ellir ei ddirnad."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Ffeil allwedd heb fod ganddi'r allwedd '%s' yn y grŵp '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Ffeil allwedd yn cynnwys nod dianc ar ddiwedd llinell"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Ffeil allwedd yn cynnwys '%s', sy'n ddilyniant dianc annilys"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Ni ellir darllen y gwerth '%s' fel rhif."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Gwerth cyfanrif '%s' y tu allan i'r ystod"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Ni ellir darllen y gwerth '%s' fel rhif arnawf."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Ni ellir darllen '%s' fel gwerth Boole."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Opsiwn anhysbys %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Ni chynhelir cysylltion symbolaidd"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Ni chynhelir cysylltion symbolaidd"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Enw rhaglen annilys: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Enw gwesteiwr annilys"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Methwyd creu'r ffeil '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Methwyd creu'r ffeil '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Methwyd creu'r ffeil '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Gwall wrth ramadegu opsiwn %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Gwall y cyfeiriadur '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Gwall wrth drawsnewid: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Gwall wrth drawsnewid: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Gwall ar linell %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Ni chynhelir cysylltion symbolaidd"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Gwall wrth ramadegu opsiwn %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Gwall wrth ramadegu opsiwn %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Ddim yn ffeil cyffredin"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Gwall wrth ddarllen ffeil '%s': %s "
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Gwall ar linell %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Gwall wrth ramadegu opsiwn %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Gwall wrth ramadegu opsiwn %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Ni chynhelir cysylltion symbolaidd"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPSIWN...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Methu newid modd ffeil: methodd fork(): %s"
 
diff --git a/po/da.po b/po/da.po
index 29ceb84..89e555a 100644
--- a/po/da.po
+++ b/po/da.po
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-08-30 19:00+0200\n"
 "Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n"
 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -95,71 +95,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Kunne ikke udvide eksekveringslinjen \"%s\" med URI'en \"%s\""
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Konvertering fra tegnsæt \"%s\" til \"%s\" er ikke understøttet"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Kunne ikke konvertere fra \"%s\" til \"%s\""
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Ugyldig bytesekvens i konverteringsinddata"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Fejl under konvertering: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Delvis tegnsekvens ved slutningen af inddata"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Kan ikke konvertere tilbagefaldet \"%s\" til tegnsæt \"%s\""
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI'en \"%s\" er ugyldig"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Værtsnavnet for URI'en \"%s\" er ugyldig"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI'en \"%s\" indeholder ugyldigt beskyttede tegn"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Stinavnet \"%s\" er ikke en absolut sti"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Ugyldigt værtsnavn"
@@ -240,37 +240,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Skabelonen \"%s\" indeholder ikke XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Kunne ikke læse den symbolske henvisning \"%s\": %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Symbolske henvisninger er ikke understøttet"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Kunne ikke åbne konverterer fra \"%s\" til \"%s\": %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Kan ikke foretage en rå læsning i g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Resterende ukonverterede data i læsemellemlager"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanal afslutter med et ufuldendt tegn"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Kan ikke foretage en rå læsning i g_io_channel_read_to_end"
@@ -285,24 +307,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Kunne ikke kortlægge filen \"%s\": mmap() mislykkedes: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Fejl på linje %d tegn %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Fejl på linje %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Tom entitet \"&;\" fundet; gyldige entiteter er: &amp; &quot; &lt; &gt; "
 "&apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -313,17 +335,17 @@
 "starter en entitet; hvis dette og-tegn ikke er beregnet på at være en "
 "entitet, så undgå dette ved at bruge &amp; i stedet"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Tegnet \"%s\" er ikke gyldigt inde i et entitetsnavn"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Entitetsnavnet \"%s\" er ikke kendt"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -332,7 +354,7 @@
 "tegn uden at det var beregnet på at starte en entitet - dette undgås ved at "
 "bruge &amp; i stedet"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -341,16 +363,16 @@
 "Fejl ved fortolkning af \"%-.*s\" som skulle have været et ciffer i en "
 "tegnreference (&#234; for eksempel) - måske er cifret for stort"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Tegnreferencen \"%-.*s\" koder ikke et tilladt tegn"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Tom tegnreference; skulle indeholde et tal såsom &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -360,32 +382,32 @@
 "og-tegn uden at det var beregnet på at starte en entitet - undgå dette ved "
 "at bruge &amp; i stedet"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Ufærdig entitetsreference"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Ufærdig tegnreference"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Ugyldig UTF-8-kodet tekst - for lang sekvens"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Ugyldig UTF-8-kodet tekst - ikke et starttegn"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Ugyldig UTF-8-kodet tekst - ikke gyldig \"%s\""
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokumentet skal begynde med et element (f.eks <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -394,7 +416,7 @@
 "\"%s\" er ikke et gyldigt tegn efter et \"<\"-tegn; det kan ikke være "
 "begyndelsen på et elementnavn"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -403,7 +425,7 @@
 "Mærkeligt tegn \"%s\", forventede et \">\"-tegn for at afslutte "
 "begyndelsesmærket til elementet \"%s\""
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -411,7 +433,7 @@
 "Mærkeligt tegn \"%s\", forventede et \"=\" efter egenskabsnavn \"%s\" for "
 "elementet \"%s\""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -422,7 +444,7 @@
 "begyndelsesmærket til elementet \"%s\" eller alternativt en egenskab; måske "
 "brugte du et ugyldigt tegn i egenskabsnavnet"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -431,7 +453,7 @@
 "Mærkeligt tegn \"%s\", forventede et åbningsanførselstegn efter "
 "lighedstegnet når værdien for egenskaben \"%s\" for elementet \"%s\" angives"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -440,7 +462,7 @@
 "\"%s\" er ikke et gyldigt tegn efter tegnene \"</\"; \"%s\" er måske ikke "
 "begyndelsen på et elementnavn"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -449,25 +471,25 @@
 "\"%s\" er ikke et gyldigt tegn efter det lukkende elementnavn \"%s\"; "
 "tilladt tegn er \">\""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element \"%s\" blev lukket, ingen åbne elementer nu"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element \"%s\" blev lukket, men aktivt åbent element er \"%s\""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokumentet var tomt eller indeholdt kun blanke tegn"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokumentet sluttede uventet lige efter en åben vinkelparantes \"<\""
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -476,7 +498,7 @@
 "Dokumentet sluttede uventet med åbne elementer - \"%s\" var sidste åbne "
 "element"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -485,19 +507,19 @@
 "Dokumentet sluttede uventet, forventede at se en vinkelparantes for at "
 "afslutte det sidste mærke <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokumentet sluttede uventet inden i et elementnavn"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokumentet sluttede uventet inden i et egenskabsnavn"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokumentet sluttede uventet inden i et element-åbnende mærke."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -505,17 +527,17 @@
 "Dokumentet sluttede uventet efter lighedstegnet efter et egenskabsnavn; "
 "ingen egenskabsværdi"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokumentet sluttede uventet inden i en egenskabsværdi"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Dokumentet sluttede uventet inden i lukningsmærket for elementet \"%s\""
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Dokumentet sluttede uventet inden i en kommentar eller behandlingsinstruktion"
@@ -568,66 +590,257 @@
 msgid "unknown error"
 msgstr "ukendt fejl"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanal afslutter med et ufuldendt tegn"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Ugyldig bytesekvens i konverteringsinddata"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Ufærdig tegnreference"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Ufærdig tegnreference"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Ufærdig tegnreference"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Symbolske henvisninger er ikke understøttet"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Fejl under søgning med det regulære udtryk %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE-biblioteket er kompileret uden UTF8-understøttelse"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE-biblioteket er kompileret uden understøttelse af UTF8-egenskaber"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Fejl under kompilering af det regulære udtryk %s ved tegn %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Fejl under optimering af det regulære udtryk %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "hexadecimalt ciffer eller \"}\" forventet"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "hexadecimalt ciffer forventet"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "manglende \"<\" i symbolsk reference"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "ufærdig symbolsk reference"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "symbolsk reference med længde nul"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "ciffer forventet"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "ugyldig symbolsk reference"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "løst afsluttende \"\\\""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "ukendt undvigesekvens"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Fejl under fortolkning af erstatningstekst \"%s\" ved tegn %lu: %s"
@@ -665,17 +878,17 @@
 msgid "Failed to read data from child process"
 msgstr "Fejl under læsning af data fra underprocess"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Fejl under oprettelse af kommunikationskanal til underproces (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Fejl under læsning fra barnedatakanal (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Fejl ved skift til mappen \"%s\" (%s)"
@@ -724,42 +937,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Fejl ved læsning af data fra underprocess (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Uventet fejl i select() ved læsning af data fra underprocess (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Uventet fejl i waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Fejl under fraspaltning af proces (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Fejl under kørsel af underprocessen \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Fejl under omdirigering af uddata eller inddata for underprocess (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Fejl ved fraspaltning af underprocess (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Ukendt fejl under kørsel af underprocessen \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -781,81 +994,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Tegn uden for gyldigt interval for UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Brug:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[FLAG...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Flag for hjælp:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Vis flag for hjælp"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Vis alle flag for hjælp"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Flag for programmet:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Kan ikke fortolke heltalsværdien \"%s\" for %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Heltalsværdien \"%s\" for %s er ikke i gyldigt interval"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Kan ikke fortolke double-værdien \"%s\" for %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Double-værdien \"%s\" for %s er ikke i gyldigt interval"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Kunne ikke fortolke tilvalg %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Mangler argument for %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Ukendt flag %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Gyldig nøglefil blev ikke fundet i søgekatalogerne"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Ikke en almindelig fil"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Filen er tom"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -863,51 +1076,51 @@
 "Nøglefilen indeholder linjen \"%s\" hvilken ikke er et nøgle-værdi-par, en "
 "gruppe eller en kommentar"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Ugyldigt gruppenavn: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Nøglefilen starter ikke med en gruppe"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Ugyldigt nøglenavn: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Nøglefilen indeholder kodningen \"%s\" der ikke er understøttet"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Nøglefilen indeholder ikke gruppen \"%s\""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Nøglefilen indeholder ikke nøglen \"%s\""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Nøglefilen indeholder nøglen \"%s\" med værdien \"%s\" der ikke er UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Nøglefilen indeholder nøglen \"%s\" som har en værdi der ikke kan fortolkes."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -916,41 +1129,592 @@
 "Nøglefilen indeholder nøglen \"%s\" i gruppen \"%s\" som har en værdi der "
 "ikke kan fortolkes."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Nøglefilen har ikke nøglen \"%s\" i gruppen \"%s\""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Nøglefilen indeholder beskyttede tegn for enden af linjen"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Nøglefilen indeholder en ugyldig undvigesekvens \"%s\""
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Værdien \"%s\" kan ikke fortolkes som et nummer."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Heltalsværdien \"%s\" er ikke i gyldigt interval"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Værdien \"%s\" kan ikke fortolkes som en float."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Værdien \"%s\" kan ikke fortolkes som en sandhedsværdi."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "ukendt fejl"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Symbolske henvisninger er ikke understøttet"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Symbolske henvisninger er ikke understøttet"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Ugyldigt nøglenavn: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Ugyldigt værtsnavn"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Fejl under oprettelse af filen \"%s\": %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Fejl under oprettelse af filen \"%s\": %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Fejl under oprettelse af filen \"%s\": %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Kunne ikke fortolke tilvalg %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokumentet sluttede uventet inden i et egenskabsnavn"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Fejl ved åbning af mappen \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Fejl under konvertering: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Fejl under konvertering: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Fejl på linje %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Symbolske henvisninger er ikke understøttet"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Kunne ikke fortolke tilvalg %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Kunne ikke fortolke tilvalg %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Ikke en almindelig fil"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Fejl ved læsning af filen \"%s\": %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Fejl på linje %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Kunne ikke fortolke tilvalg %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Kunne ikke fortolke tilvalg %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Symbolske henvisninger er ikke understøttet"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[FLAG...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Kunne ikke ændre fil-tilstand: fork() mislykkedes: %s"
 
diff --git a/po/de.po b/po/de.po
index 22a386b..30ca230 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: glib HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-03 17:40+0100\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-11-28 00:55+0100\n"
 "Last-Translator: Andre Klapper <ak-47@gmx.net>\n"
 "Language-Team: German <gnome-de@gnome.org>\n"
@@ -19,316 +19,324 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
 #, c-format
 msgid "Unexpected attribute '%s' for element '%s'"
 msgstr "Unerwartetes Attribut »%s« des Elements »%s«"
 
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
 #, c-format
 msgid "Attribute '%s' of element '%s' not found"
 msgstr "Attribut »%s« des Elements »%s« konnte nicht gefunden werden"
 
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
 #, c-format
 msgid "Unexpected tag '%s', tag '%s' expected"
 msgstr "Unerwarteter Tag »%s«; Tag »%s« wird erwartet"
 
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
 #, c-format
 msgid "Unexpected tag '%s' inside '%s'"
 msgstr "Unerwarteter Tag »%s« innerhalb von »%s«"
 
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
+#, c-format
 msgid "No valid bookmark file found in data dirs"
 msgstr ""
 "Es wurde keine gültige Lesezeichendatei in den Datenverzeichnissen gefunden"
 
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
 #, c-format
 msgid "A bookmark for URI '%s' already exists"
 msgstr "Es existiert bereits ein Lesezeichen für den URI »%s«"
 
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
 #, c-format
 msgid "No bookmark found for URI '%s'"
 msgstr "Es konnte kein Lesezeichen für den URI »%s« gefunden werden."
 
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
 #, c-format
 msgid "No MIME type defined in the bookmark for URI '%s'"
 msgstr "Es ist kein MIME-Type im Lesezeichen für den URI »%s« definiert."
 
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
 #, c-format
 msgid "No private flag has been defined in bookmark for URI '%s'"
 msgstr ""
 "Es konnte keine »privat«-Markierung für das Lesezeichen für den URI »%s« "
 "gefunden werden."
 
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
 #, c-format
 msgid "No groups set in bookmark for URI '%s'"
 msgstr ""
 "Es wurden keine Gruppen für das Lesezeichen für den URI »%s« festgelegt."
 
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
 #, c-format
 msgid "No application with name '%s' registered a bookmark for '%s'"
 msgstr ""
 "Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%"
 "s«registriert hat."
 
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
 #, c-format
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Die Befehlzeile »%s« konnte nicht mit dem URI »%s« verknüpft werden."
 
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt"
 
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden"
 
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
+#: glib/gutf8.c:1399
+#, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Ungültige Bytefolge in Konvertierungseingabe"
 
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Fehler bei der Umwandlung: %s"
 
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:946 ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
+#, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Bruchstückhafte Zeichenfolge am Eingabeende"
 
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Notnagel »%s« kann nicht in Kodierung »%s« umgewandelt werden"
 
-#: ../glib/gconvert.c:1733
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "Der URI »%s« ist kein absoluter URI, der das »file«-Schema verwendet"
 
-#: ../glib/gconvert.c:1743
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Der lokale URI »%s« darf kein »#« enthalten"
 
-#: ../glib/gconvert.c:1760
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "Der URI »%s« ist ungültig"
 
-#: ../glib/gconvert.c:1772
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Der Rechnername des URI »%s« ist ungültig"
 
 # CHECK
-#: ../glib/gconvert.c:1788
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "Der URI »%s« enthält ungültige Escape-Zeichen"
 
-#: ../glib/gconvert.c:1883
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Der Pfadname »%s« ist kein absoluter Pfad"
 
-#: ../glib/gconvert.c:1893
+#: glib/gconvert.c:1893
+#, c-format
 msgid "Invalid hostname"
 msgstr "Ungültiger Rechnername"
 
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
 #, c-format
 msgid "Error opening directory '%s': %s"
 msgstr "Fehler beim Öffnen des Verzeichnisses »%s«: %s"
 
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
 #, c-format
 msgid "Could not allocate %lu bytes to read file \"%s\""
 msgstr "%lu byte konnten nicht alloziiert werden, um Datei »%s« zu lesen"
 
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
 #, c-format
 msgid "Error reading file '%s': %s"
 msgstr "Fehler beim Lesen der Datei »%s«: %s"
 
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
 #, c-format
 msgid "Failed to read from file '%s': %s"
 msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s"
 
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "Datei »%s« konnte nicht geöffnet werden: %s"
 
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
 #, c-format
 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
 msgstr ""
 "Attribute der Datei »%s« konnten nicht ermittelt werden: fstat() "
 "fehlgeschlagen: %s"
 
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
 #, c-format
 msgid "Failed to open file '%s': fdopen() failed: %s"
 msgstr "Datei »%s« konnte nicht geöffnet werden: fdopen() fehlgeschlagen: %s"
 
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
 #, c-format
 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
 msgstr ""
 "Datei »%s« konnte nicht in »%s« umbenannt werden: g_rename() ist "
 "fehlgeschlagen: %s"
 
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
 #, c-format
 msgid "Failed to create file '%s': %s"
 msgstr "Datei »%s« konnte nicht angelegt werden: %s"
 
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
 #, c-format
 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
 msgstr ""
 "Datei »%s« konnte nicht im Schreibmodus geöffnet werden: fdopen() ist "
 "fehlgeschlagen: %s"
 
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
 #, c-format
 msgid "Failed to write file '%s': fwrite() failed: %s"
 msgstr ""
 "Datei »%s« konnte nicht geschrieben werden: fwrite() ist fehlgeschlagen: %s"
 
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
 #, c-format
 msgid "Failed to close file '%s': fclose() failed: %s"
 msgstr ""
 "Datei »%s« konnte nicht geschlossen werden: fclose() ist fehlgeschlagen: %s"
 
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
 #, c-format
 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
 msgstr ""
 "Die vorhandene Datei »%s« konnte nicht entfernt werden: g_unlink() ist "
 "fehlgeschlagen: %s"
 
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
 #, c-format
 msgid "Template '%s' invalid, should not contain a '%s'"
 msgstr "Vorlage »%s« ungültig, sollte kein »%s« enthalten"
 
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
 #, c-format
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Vorlage »%s« enthält nicht XXXXXX"
 
-#: ../glib/gfileutils.c:1824
+#: glib/gfileutils.c:1826
 #, c-format
 msgid "%u byte"
 msgid_plural "%u bytes"
 msgstr[0] "%u Byte"
 msgstr[1] "%u Bytes"
 
-#: ../glib/gfileutils.c:1832
+#: glib/gfileutils.c:1834
 #, c-format
 msgid "%.1f KB"
 msgstr "%.1f KB"
 
-#: ../glib/gfileutils.c:1837
+#: glib/gfileutils.c:1839
 #, c-format
 msgid "%.1f MB"
 msgstr "%.1f MB"
 
-#: ../glib/gfileutils.c:1842
+#: glib/gfileutils.c:1844
 #, c-format
 msgid "%.1f GB"
 msgstr "%.1f GB"
 
-#: ../glib/gfileutils.c:1885
+#: glib/gfileutils.c:1887
 #, 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:1906
+#: glib/gfileutils.c:1908
+#, c-format
 msgid "Symbolic links not supported"
 msgstr "Symbolische Verknüpfungen nicht unterstützt"
 
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden: %s"
 
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Raw-read in g_io_channel_read_line_string nicht möglich"
 
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
+#, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Nicht konvertierte Daten befinden sich noch im Lesepuffer "
 
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
+#, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanal endet mit einem Teilzeichen"
 
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Raw-read in g_io_channel_read_to_end nicht möglich"
 
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
 #, c-format
 msgid "Failed to open file '%s': open() failed: %s"
 msgstr "Datei »%s« konnte nicht geöffnet werden: open() ist fehlgeschlagen: %s"
 
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
 #, c-format
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Datei »%s« konnte nicht gemappt werden: mmap() ist fehlgeschlagen: %s"
 
-#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, c-format
 msgid "Error on line %d char %d: "
 msgstr "Fehler in Zeile %d, Zeichen %d: "
 
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Fehler in Zeile %d: %s"
 
-#: ../glib/gmarkup.c:442
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Leere Entität »&;« gefunden; gültige Entitäten sind &amp; &quot; &lt; &gt; "
 "&apos;"
 
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -339,18 +347,18 @@
 "beginnt mit dem Zeichen &; wenn das Et keine Entität sein soll, es als &amp; "
 "umschreiben"
 
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Zeichen »%s« ist in einem Entitätsnamen ungültig"
 
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Entitätsname »%s« ist unbekannt"
 
 # CHECK
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -359,7 +367,7 @@
 "benutzt, ohne eine Entity beginnen zu wollen - umschreiben Sie das Et als "
 "&amp;"
 
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -368,16 +376,16 @@
 "»%-.*s«, was eine Zahl in einer Zeichenreferenz (wie &#234;) sein sollte, "
 "konnte nicht analysiert werden - vielleicht ist die Zahl zu groß"
 
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Zeichenreferenz »%-.*s« kodiert kein zulässiges Zeichen"
 
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Leere Zeichenangabe; sollte eine Zahl wie z.B. &#454; enthalten"
 
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -387,32 +395,32 @@
 "Et-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie "
 "das Et als &amp;"
 
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Unvollendete Entitätsreferenz"
 
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Unvollendete Zeichenreferenz"
 
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Ungültiger UTF-8-kodierter Text - überlange Sequenz"
 
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Ungültiger UTF-8-kodierter Text - Kein Anfangszeichen"
 
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Ungültiger UTF-8-kodierter Text - »%s« ist nicht gültig"
 
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokument muss mit einem Element beginnen (e.g. <book>)"
 
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -421,7 +429,7 @@
 "»%s« ist kein gültiges Zeichen nach einem »<«-Zeichen; es darf keinen "
 "Elementnamen beginnen"
 
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -430,14 +438,14 @@
 "Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des Elements »%s« "
 "abzuschließen"
 
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "Seltsames Zeichen »%s«, »=« erwartet nach Attributname »%s« des Elements »%s«"
 
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -448,7 +456,7 @@
 "»/« erwartet, um das Start-Tag des Elements »%s« abzuschließen; vielleicht "
 "haben Sie ein ungültiges Zeichen in einem Attributnamen benutzt"
 
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -458,7 +466,7 @@
 "Elemente »%s« wurde ein Anführungszeichen nach dem Gleichheitszeichen "
 "erwartet"
 
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -467,7 +475,7 @@
 "»%s« ist kein gültiges Zeichen, wenn es auf die Zeichen »</« folgt; »%s« "
 "darf keinen Elementnamen beginnen"
 
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -476,26 +484,26 @@
 "»%s« ist kein gültiges Zeichen, wenn es auf den schließenden Elementnamen »%"
 "s« folgt; das erlaubte Zeichen ist »>«"
 
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element »%s« wurde geschlossen, kein Element ist derzeit offen"
 
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "Element »%s« wurde geschlossen, aber das derzeit offene Element ist »%s«"
 
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokument ist leer oder enthält nur Leerraum"
 
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokument endete unerwartet nach einer offenen spitzen Klammer »<«"
 
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -504,7 +512,7 @@
 "Dokument endete unerwartet mit noch offenen Elementen - »%s« war das letzte "
 "offene Element"
 
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -513,19 +521,19 @@
 "Dokument endete unerwartet, es wurde eine spitze Klammer »>«, die das Tag <%"
 "s/> schließt, erwartet"
 
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokument endete unerwartet innerhalb eines Elementnamens"
 
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokument endete unerwartet innerhalb eines Attributnamens"
 
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokument endete unerwartet innerhalb eines Element-öffnenden Tags."
 
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -533,216 +541,411 @@
 "Dokument endete unerwartet nach dem Gleichheitszeichen, das einem "
 "Attributnamen folgt; kein Attributwert"
 
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokument endete unerwartet innerhalb eines Attributwertes"
 
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Dokument endete unerwartet innerhalb eines schließenden Tags für das Element "
 "»%s«"
 
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Dokument endete unerwartet innerhalb eines Kommentars oder "
 "Verarbeitungsanweisung"
 
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
 msgid "corrupted object"
 msgstr "Beschädigtes Objekt"
 
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
 msgid "internal error or corrupted object"
 msgstr "Interner Fehler oder beschädigtes Objekt"
 
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
 msgid "out of memory"
 msgstr "Nicht genügend freier Speicher"
 
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
 msgid "backtracking limit reached"
 msgstr "Backtracking-Limit wurde erreicht"
 
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
 msgid "the pattern contains items not supported for partial matching"
 msgstr ""
 "Der Ausdruck enthält Elemente, die teilweise Übereinstimmung nicht "
 "unterstützen"
 
-#: ../glib/gregex.c:154
+#: glib/gregex.c:154
 msgid "internal error"
 msgstr "Interner Fehler"
 
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
 msgid "back references as conditions are not supported for partial matching"
 msgstr ""
 "Rückreferenzen als Bedingungen werden für teilweise Übereinstimmung nicht "
 "unterstützt"
 
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
 msgid "recursion limit reached"
 msgstr "Rekursionslimit wurde erreicht"
 
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
 msgid "workspace limit for empty substrings reached"
 msgstr "Arbeitsplatzlimit für leere Teilstrings wurde erreicht"
 
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
 msgid "invalid combination of newline flags"
 msgstr "Ungültige Kombination von newline-Markierungen"
 
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
 msgid "unknown error"
 msgstr "Unbekannter Fehler"
 
-#: ../glib/gregex.c:324 ../glib/gregex.c:1367
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanal endet mit einem Teilzeichen"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Ungültige Bytefolge in Konvertierungseingabe"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Unvollendete Zeichenreferenz"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Unvollendete Zeichenreferenz"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Unvollendete Zeichenreferenz"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Symbolische Verknüpfungen nicht unterstützt"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+#, fuzzy
+msgid "invalid condition (?(0)"
+msgstr " (ungültige Kodierung)"
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Fehler beim Anwenden des regulären Ausdrucks %s: %s"
 
-#: ../glib/gregex.c:876
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE-Bibliothek wurde ohne UTF8-Unterstützung kompilliert"
 
-#: ../glib/gregex.c:885
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 "PCRE-Bibliothek wurde ohne Unterstützung für UTF8-Eigenschaften kompilliert"
 
-#: ../glib/gregex.c:935
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Fehler beim Kompillieren des regulären Ausdrucks %s an Zeichen %d: %s"
 
-#: ../glib/gregex.c:971
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Fehler beim Optimieren des regulären Ausdrucks %s: %s"
 
-#: ../glib/gregex.c:1795
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "Hexadezimalzahl oder »}« erwartet"
 
-#: ../glib/gregex.c:1811
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "Hexadezimalzahl erwartet"
 
-#: ../glib/gregex.c:1851
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "Fehlendes »<» in symbolischer Referenz"
 
-#: ../glib/gregex.c:1860
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "Unvollendete symbolische Referenz"
 
-#: ../glib/gregex.c:1867
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "Symbolische Referenz der Länge 0"
 
-#: ../glib/gregex.c:1878
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "Ziffer erwartet"
 
-#: ../glib/gregex.c:1896
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "Illegale symbolische Referenz"
 
-#: ../glib/gregex.c:1958
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "Verirrtes abschließendes »\\«"
 
-#: ../glib/gregex.c:1962
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "Unbekannte Escape-Sequenz"
 
-#: ../glib/gregex.c:1972
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Fehler beim Verarbeiten des Ersetzungstextes »%s« an Zeichen %lu: %s"
 
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
+#, c-format
 msgid "Quoted text doesn't begin with a quotation mark"
 msgstr "Zitierter Text beginnt nicht mit einem Anführungszeichen"
 
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
+#, c-format
 msgid "Unmatched quotation mark in command line or other shell-quoted text"
 msgstr ""
 "Unbalanciertes Anführungszeichen in Befehlszeile oder anderem Text in "
 "Shellquotes"
 
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
 #, c-format
 msgid "Text ended just after a '\\' character. (The text was '%s')"
 msgstr "Text endete nach einem »\\«-Zeichen. (Der Text war »%s«)"
 
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
 #, c-format
 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
 msgstr ""
 "Text endete, bevor ein passendes Anführungszeichen für %c gefunden wurde. "
 "(Der Text war »%s«)"
 
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
+#, c-format
 msgid "Text was empty (or contained only whitespace)"
 msgstr "Text war leer (oder enthielt nur Leerraum)"
 
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
+#, c-format
 msgid "Failed to read data from child process"
 msgstr "Daten konnten nicht vom Kindprozess gelesen werden"
 
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "Weiterleitung für Kommunikation mit Kindprozess (%s) konnte nicht erzeugt "
 "werden"
 
-#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Lesen aus Weiterleitung zum Kind (%s) fehlgeschlagen"
 
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "In Verzeichnis »%s« (%s) konnte nicht gewechselt werden"
 
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
 #, c-format
 msgid "Failed to execute child process (%s)"
 msgstr "Kindprozess konnte nicht ausgeführt werden (%s)"
 
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
 #, c-format
 msgid "Invalid program name: %s"
 msgstr "Ungültiger Programmname: %s"
 
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
 #, c-format
 msgid "Invalid string in argument vector at %d: %s"
 msgstr "Ungültige Zeichenkette im Argumentsvektor bei %d: %s"
 
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
 #, c-format
 msgid "Invalid string in environment: %s"
 msgstr "Ungültige Zeichenkette in der Umgebung: %s"
 
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
 #, c-format
 msgid "Invalid working directory: %s"
 msgstr "Ungültiges Arbeitsverzeichnis: %s"
 
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
 #, c-format
 msgid "Failed to execute helper program (%s)"
 msgstr "Hilfsprogramm (%s) konnte nicht ausgeführt werden"
 
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
+#, c-format
 msgid ""
 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
 "process"
@@ -750,141 +953,147 @@
 "Unerwarteter Fehler in g_io_channel_win32_poll() beim Lesen aus dem "
 "Kindprozess"
 
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
 #, c-format
 msgid "Failed to read data from child process (%s)"
 msgstr "Daten vom Kindprozess konnten nicht gelesen werden (%s)"
 
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Unerwarteter Fehler in select() beim Lesen von Daten eines Kindprozesses (%s)"
 
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Unerwarteter Fehler in waitpid() (%s)"
 
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Abspalten fehlgeschlagen (%s)"
 
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Kindprozess »%s« konnte nicht ausgeführt werden (%s)"
 
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 "Umleiten der Ausgabe oder Eingabe des Kindprozesses (%s) fehlgeschlagen"
 
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)"
 
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Unbekannter Fehler beim Ausführen des Kindprozesses »%s«"
 
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
 "Es konnten nicht genug Daten von Kind-Programmkennungsweiterleitung (%s) "
 "gelesen werden"
 
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
+#, c-format
 msgid "Character out of range for UTF-8"
 msgstr "Zeichen außerhalb des Bereiches für UTF-8"
 
-#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
+#, c-format
 msgid "Invalid sequence in conversion input"
 msgstr "Ungültige Folge in Umwandlungseingabe"
 
-#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
+#, c-format
 msgid "Character out of range for UTF-16"
 msgstr "Zeichen außerhalb des Bereiches für UTF-16"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Aufruf:"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: ../glib/goption.c:677
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Hilfeoptionen"
 
-#: ../glib/goption.c:678
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Hilfeoptionen anzeigen"
 
-#: ../glib/goption.c:684
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Alle Hilfeoptionen anzeigen"
 
-#: ../glib/goption.c:736
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Anwendungsoptionen"
 
-#: ../glib/goption.c:797 ../glib/goption.c:867
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "»%s« konnte nicht als ganzzahliger Wert für %s interpretiert werden."
 
-#: ../glib/goption.c:807 ../glib/goption.c:875
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Ganzzahliger Wert »%s« für %s ist außerhalb des Bereiches."
 
-#: ../glib/goption.c:832
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "»%s« konnte nicht als »double«-Wert für %s interpretiert werden."
 
-#: ../glib/goption.c:840
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "»double«-Wert »%s« für %s ist außerhalb des Bereiches."
 
-#: ../glib/goption.c:1177
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Fehler beim Analysieren der Option: %s"
 
-#: ../glib/goption.c:1208 ../glib/goption.c:1319
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Für %s wird ein Argument benötigt"
 
-#: ../glib/goption.c:1714
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Unbekannte Option %s"
 
-#: ../glib/gkeyfile.c:343
+#: glib/gkeyfile.c:358
+#, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 "Es wurde keine gültige Schlüsselwertedatei in den Suchverzeichnissen gefunden"
 
-#: ../glib/gkeyfile.c:378
+#: glib/gkeyfile.c:393
+#, c-format
 msgid "Not a regular file"
 msgstr "Keine reguläre Datei"
 
-#: ../glib/gkeyfile.c:386
+#: glib/gkeyfile.c:401
+#, c-format
 msgid "File is empty"
 msgstr "Datei ist leer"
 
-#: ../glib/gkeyfile.c:749
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -892,52 +1101,53 @@
 "Die Schlüsselwertedatei enthält die Zeile »%s«, welche kein zulässiges "
 "Schlüssel-Wert-Paar, keine Gruppe und kein Kommentar ist."
 
-#: ../glib/gkeyfile.c:809
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Ungültiger Gruppenname: %s"
 
-#: ../glib/gkeyfile.c:831
+#: glib/gkeyfile.c:843
+#, c-format
 msgid "Key file does not start with a group"
 msgstr "Die Schlüsselwertedatei beginnt nicht mit einer Gruppe"
 
-#: ../glib/gkeyfile.c:857
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Ungültiger Schlüsselname: %s"
 
-#: ../glib/gkeyfile.c:884
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Die Schlüsselwertedatei enthält die nicht unterstützte Kodierung »%s«"
 
-#: ../glib/gkeyfile.c:1097 ../glib/gkeyfile.c:1256 ../glib/gkeyfile.c:2474
-#: ../glib/gkeyfile.c:2542 ../glib/gkeyfile.c:2677 ../glib/gkeyfile.c:2812
-#: ../glib/gkeyfile.c:2965 ../glib/gkeyfile.c:3152 ../glib/gkeyfile.c:3213
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Die Schlüsselwertedatei enthält nicht die Gruppe »%s«"
 
-#: ../glib/gkeyfile.c:1268
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Die Schlüsselwertedatei enthält nicht den Schlüssel »%s«"
 
-#: ../glib/gkeyfile.c:1370 ../glib/gkeyfile.c:1483
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit dem Wert »%s«, der "
 "nicht in UTF-8 kodiert ist"
 
-#: ../glib/gkeyfile.c:1390 ../glib/gkeyfile.c:1503 ../glib/gkeyfile.c:1876
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit einem Wert der nicht "
 "interpretiert werden konnte."
 
-#: ../glib/gkeyfile.c:2091 ../glib/gkeyfile.c:2303
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -946,558 +1156,610 @@
 "Die Schlüsselwertedatei enthält den Schlüssel »%s« in der Gruppe »%s« mit "
 "einem Wert der nicht interpretiert werden konnte."
 
-#: ../glib/gkeyfile.c:2489 ../glib/gkeyfile.c:2692 ../glib/gkeyfile.c:3224
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Die Schlüsselwertedatei hat keinen Schlüssel »%s« in der Gruppe »%s«"
 
-#: ../glib/gkeyfile.c:3458
+#: glib/gkeyfile.c:3471
+#, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Die Schlüsselwertedatei enthält ein Escape-Zeichen am Zeilenende"
 
 # CHECK
-#: ../glib/gkeyfile.c:3480
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Die Schlüsselwertedatei enthält das ungültige Escape-Zeichen »%s«"
 
-#: ../glib/gkeyfile.c:3622
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Der Wert »%s« konnte nicht als Zahl interpretiert werden."
 
-#: ../glib/gkeyfile.c:3636
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Ganzzahliger Wert »%s« ist außerhalb des Wertebereiches."
 
-#: ../glib/gkeyfile.c:3669
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Der Wert »%s« konnte nicht als Gleitkommazahl interpretiert werden."
 
-#: ../glib/gkeyfile.c:3693
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
 "Der Wert »%s« konnte nicht als boolescher Ausdruck interpretiert werden."
 
-#: ../gio/gbufferedinputstream.c:411 ../gio/gbufferedinputstream.c:504
-#: ../gio/gbufferedinputstream.c:890 ../gio/gfileinputstream.c:134
-#: ../gio/gfileinputstream.c:219 ../gio/gfileinputstream.c:378
-#: ../gio/gfileoutputstream.c:144 ../gio/gfileoutputstream.c:229
-#: ../gio/gfileoutputstream.c:416 ../gio/gfileoutputstream.c:524
-#: ../gio/ginputstream.c:192 ../gio/ginputstream.c:335
-#: ../gio/ginputstream.c:594 ../gio/ginputstream.c:728
-#: ../gio/goutputstream.c:200 ../gio/goutputstream.c:326
-#: ../gio/goutputstream.c:685 ../gio/goutputstream.c:903
-msgid "Stream is already closed"
-msgstr "Datenstrom ist bereits geschlossen"
-
-#: ../gio/gbufferedinputstream.c:418 ../gio/gbufferedinputstream.c:514
-#: ../gio/gbufferedinputstream.c:897 ../gio/gfileinputstream.c:141
-#: ../gio/gfileinputstream.c:229 ../gio/gfileinputstream.c:385
-#: ../gio/gfileoutputstream.c:151 ../gio/gfileoutputstream.c:239
-#: ../gio/gfileoutputstream.c:423 ../gio/gfileoutputstream.c:531
-#: ../gio/ginputstream.c:199 ../gio/ginputstream.c:342
-#: ../gio/ginputstream.c:467 ../gio/ginputstream.c:604
-#: ../gio/ginputstream.c:738 ../gio/ginputstream.c:835
-#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:333
-#: ../gio/goutputstream.c:399 ../gio/goutputstream.c:545
-#: ../gio/goutputstream.c:695 ../gio/goutputstream.c:823
-#: ../gio/goutputstream.c:913 ../gio/goutputstream.c:1022
-msgid "Stream has outstanding operation"
-msgstr "Datenstrom hat noch einen ausstehenden Vorgang"
-
-#: ../gio/gbufferedinputstream.c:494 ../gio/ginputstream.c:584
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
 msgid "Too large count value passed to g_input_stream_read_async"
 msgstr "Zu großer Zählwert an g_input_stream_read_async übermittelt"
 
-#: ../gio/gcancellable.c:268 ../gio/gsimpleasyncresult.c:607
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr "Datenstrom ist bereits geschlossen"
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
 msgid "Operation was cancelled"
 msgstr "Vorgang wurde abgebrochen"
 
-#: ../gio/gcontenttype.c:156
+#: gio/gcontenttype.c:156
 msgid "Unknown type"
 msgstr "Unbekannter Typ"
 
-#: ../gio/gcontenttype.c:157
+#: gio/gcontenttype.c:157
 #, c-format
 msgid "%s filetype"
 msgstr "%s-Dateityp"
 
-#: ../gio/gcontenttype.c:567
+#: gio/gcontenttype.c:571
 #, c-format
 msgid "%s type"
 msgstr "%s-Typ"
 
-#: ../gio/gdatainputstream.c:307
+#: gio/gdatainputstream.c:309
+#, c-format
 msgid "Unexpected early end-of-stream"
 msgstr "Unerwartet frühes Datenstromende"
 
-#: ../gio/gdesktopappinfo.c:373 ../gio/gwin32appinfo.c:212
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
 msgid "Unnamed"
 msgstr "Unbenannt"
 
-#: ../gio/gdesktopappinfo.c:546
+#: gio/gdesktopappinfo.c:562
+#, c-format
 msgid "Desktop file didn't specify Exec field"
 msgstr "Desktop-Datei hat kein Exec-Feld angegeben"
 
-#: ../gio/gdesktopappinfo.c:828
+#: gio/gdesktopappinfo.c:844
+#, c-format
 msgid "Unable to find terminal required for application"
 msgstr "Für die Anwendung benötigtes Terminal konnte nicht gefunden werden"
 
-#: ../gio/gdesktopappinfo.c:1018
+#: gio/gdesktopappinfo.c:1026
 #, c-format
 msgid "Can't create user application configuration folder %s: %s"
 msgstr ""
 "Konfigurationsordner %s für Benutzeranwendungen konnte nicht erstellt "
 "werden: %s"
 
-#: ../gio/gdesktopappinfo.c:1022
+#: gio/gdesktopappinfo.c:1030
 #, c-format
 msgid "Can't create user MIME configuration folder %s: %s"
 msgstr ""
 "MIME-Konfigurationsordner %s des Benutzers konnte nicht erstellt werden: %s"
 
-#: ../gio/gdesktopappinfo.c:1395
+#: gio/gdesktopappinfo.c:1403
 #, c-format
 msgid "Custom definition for %s"
 msgstr "Benutzerdefinition für %s"
 
-#: ../gio/gdesktopappinfo.c:1419
+#: gio/gdesktopappinfo.c:1427
 #, c-format
 msgid "Can't create user desktop file %s"
 msgstr "Benutzer-Desktop-Datei %s kann nicht erstellt werden"
 
-#: ../gio/gdesktopappinfo.c:1444
+#: gio/gdesktopappinfo.c:1452
+#, c-format
 msgid "Can't load just created desktop file"
 msgstr "Erzeugte Desktop-Datei kann nicht geladen werden"
 
-#: ../gio/gdrive.c:282
-msgid "drive doesn't implement mount"
-msgstr "Laufwerk unterstützt Einhängen nicht"
-
-#: ../gio/gdrive.c:347
+#: gio/gdrive.c:365
 msgid "drive doesn't implement eject"
 msgstr "Laufwerk unterstützt Auswerfen nicht"
 
-#: ../gio/gfile.c:667 ../gio/gfile.c:796 ../gio/gfile.c:921
-#: ../gio/gfile.c:1006 ../gio/gfile.c:1051 ../gio/gfile.c:1096
-#: ../gio/gfile.c:1151 ../gio/gfile.c:2088 ../gio/gfile.c:2133
-#: ../gio/gfile.c:2183 ../gio/gfile.c:2222 ../gio/gfile.c:2534
-#: ../gio/gfile.c:2935 ../gio/gfile.c:3011 ../gio/gfile.c:3088
+#: gio/gdrive.c:432
+#, fuzzy
+msgid "drive doesn't implement polling for media"
+msgstr "Laufwerk unterstützt Einhängen nicht"
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, c-format
 msgid "Operation not supported"
 msgstr "Vorgang nicht unterstützt"
 
-#: ../gio/gfile.c:963 ../gio/glocalfile.c:838 ../gio/glocalfile.c:847
-#: ../gio/glocalfile.c:858
-msgid "Containing volume does not exist"
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, fuzzy, c-format
+msgid "Containing mount does not exist"
 msgstr "Enthaltender Datenträger existiert nicht"
 
-#: ../gio/gfile.c:1511
+#: gio/gfile.c:1620
+#, c-format
 msgid "Can't copy over directory"
 msgstr "Es kann nicht über das Verzeichnis kopiert werden"
 
-#: ../gio/gfile.c:1571
+#: gio/gfile.c:1680
+#, c-format
 msgid "Can't copy directory over directory"
 msgstr "Verzeichnis kann nicht über Verzeichnis kopiert werden"
 
-#: ../gio/gfile.c:1579
+#: gio/gfile.c:1688
+#, c-format
 msgid "Target file exists"
 msgstr "Zieldatei existiert"
 
-#: ../gio/gfile.c:1597
+#: gio/gfile.c:1706
+#, c-format
 msgid "Can't recursively copy directory"
 msgstr "Verzeichnis kann nicht rekursiv kopiert werden"
 
-#: ../gio/gfile.c:2173
+#: gio/gfile.c:2273
+#, c-format
 msgid "Invalid symlink value given"
 msgstr "Ungültiger Wert für Symbolische Verknüpfung angegeben"
 
-#: ../gio/gfile.c:2264
+#: gio/gfile.c:2365
+#, c-format
 msgid "Trash not supported"
 msgstr "Müll nicht unterstützt"
 
-#: ../gio/gfile.c:2304
-msgid "File names cannot contain '/'"
+#: gio/gfile.c:2412
+#, fuzzy, c-format
+msgid "File names cannot contain '%c'"
 msgstr "Dateinamen dürfen kein »/« enthalten"
 
-#: ../gio/gfile.c:3933
+#: gio/gfile.c:4039 gio/gvolume.c:318
 msgid "volume doesn't implement mount"
 msgstr "Datenträger unterstützt Einhängen nicht"
 
-#: ../gio/gfileenumerator.c:133
+#: gio/gfileenumerator.c:151
+#, c-format
 msgid "Enumerator is closed"
 msgstr "Datei-Enumerator ist geschlossen"
 
-#: ../gio/gfileenumerator.c:140 ../gio/gfileenumerator.c:199
-#: ../gio/gfileenumerator.c:299 ../gio/gfileenumerator.c:400
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
 msgid "File enumerator has outstanding operation"
 msgstr "Datei-Enumerator hat noch einen ausstehenden Vorgang"
 
-#: ../gio/gfileenumerator.c:289 ../gio/gfileenumerator.c:390
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
 msgid "File enumerator is already closed"
 msgstr "Datei-Enumerator ist bereits geschlossen"
 
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:476
-#: ../gio/gfileoutputstream.c:167 ../gio/gfileoutputstream.c:603
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
 msgid "Stream doesn't support query_info"
 msgstr "Datenstrom unterstützt nicht query_info"
 
-#: ../gio/gfileinputstream.c:392 ../gio/gfileoutputstream.c:430
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
 msgid "Seek not supported on stream"
 msgstr "Suchen im Datenstrom nicht unterstützt"
 
-#: ../gio/gfileinputstream.c:435
+#: gio/gfileinputstream.c:398
+#, c-format
 msgid "Truncate not allowed on input stream"
 msgstr "Abschneiden des Eingabedatenstroms nicht erlaubt"
 
-#: ../gio/gfileoutputstream.c:538
+#: gio/gfileoutputstream.c:490
+#, c-format
 msgid "Truncate not supported on stream"
 msgstr "Abschneiden wird vom Datenstrom nicht unterstützt"
 
-#: ../gio/ginputstream.c:185
+#: gio/ginputstream.c:186
+#, c-format
 msgid "Too large count value passed to g_input_stream_read"
 msgstr "Zu großer Zählwert an g_input_stream_read übermittelt"
 
-#: ../gio/ginputstream.c:208
+#: gio/ginputstream.c:195
+#, c-format
 msgid "Input stream doesn't implement read"
 msgstr "Eingabedatenstrom unterstützt kein Lesen"
 
-#: ../gio/ginputstream.c:328
+#: gio/ginputstream.c:318
+#, c-format
 msgid "Too large count value passed to g_input_stream_skip"
 msgstr "Zu großer Zählwert an g_input_stream_skip übermittelt"
 
-#: ../gio/ginputstream.c:718
+#: gio/ginputstream.c:681
 msgid "Too large count value passed to g_input_stream_skip_async"
 msgstr "Zu großer Zählwert an g_input_stream_skip_async übermittelt"
 
-#: ../gio/glocalfile.c:539
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr "Datenstrom hat noch einen ausstehenden Vorgang"
+
+#: gio/glocalfile.c:554
 #, c-format
 msgid "Invalid filename %s"
 msgstr "Ungültiger Dateiname %s"
 
-#: ../gio/glocalfile.c:789
+#: gio/glocalfile.c:810
 #, c-format
 msgid "Error getting filesystem info: %s"
 msgstr "Fehler beim Einlesen der Dateisystem-Information: %s"
 
-#: ../gio/glocalfile.c:878
+#: gio/glocalfile.c:928
+#, c-format
 msgid "Can't rename root directory"
 msgstr "Wurzelverzeichnis kann nicht umbenannt werden"
 
-#: ../gio/glocalfile.c:896
+#: gio/glocalfile.c:946
+#, c-format
 msgid "Can't rename file, filename already exist"
 msgstr "Datei kann nicht umbenannt werden, da der Dateiname bereits existiert"
 
-#: ../gio/glocalfile.c:909 ../gio/glocalfile.c:1600 ../gio/glocalfile.c:1629
-#: ../gio/glocalfile.c:1761 ../gio/glocalfileoutputstream.c:435
-#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:866
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, c-format
 msgid "Invalid filename"
 msgstr "Ungültiger Dateiname"
 
-#: ../gio/glocalfile.c:913
+#: gio/glocalfile.c:963
 #, c-format
 msgid "Error renaming file: %s"
 msgstr "Fehler beim Umbennen der Datei: %s"
 
-#: ../gio/glocalfile.c:1028
+#: gio/glocalfile.c:1080
 #, c-format
 msgid "Error opening file: %s"
 msgstr "Fehler beim Öffnen der Datei: %s"
 
-#: ../gio/glocalfile.c:1038
+#: gio/glocalfile.c:1090
+#, c-format
 msgid "Can't open directory"
 msgstr "Verzeichnis kann nicht geöffnet werden"
 
-#: ../gio/glocalfile.c:1090 ../gio/glocalfile.c:1604
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
 #, c-format
 msgid "Error removing file: %s"
 msgstr "Fehler beim Entfernen der Datei: %s"
 
-#: ../gio/glocalfile.c:1372
+#: gio/glocalfile.c:1434
 #, c-format
 msgid "Error trashing file: %s"
 msgstr "Fehler beim Verschieben der Datei in den Müll: %s"
 
-#: ../gio/glocalfile.c:1396
+#: gio/glocalfile.c:1458
 #, c-format
 msgid "Unable to create trash dir %s: %s"
 msgstr "Müll-Verzeichnis %s konnte nicht angelegt werden: %s"
 
-#: ../gio/glocalfile.c:1414
+#: gio/glocalfile.c:1482
+#, c-format
 msgid "Unable to find toplevel directory for trash"
 msgstr "Elternverzeichnis für den Müll konnte nicht gefunden werden"
 
-#: ../gio/glocalfile.c:1473 ../gio/glocalfile.c:1493
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
 msgid "Unable to find or create trash directory"
 msgstr "Müll-Verzeichnis konnte nicht gefunden oder angelegt werden"
 
-#: ../gio/glocalfile.c:1525
+#: gio/glocalfile.c:1594
 #, c-format
 msgid "Unable to create trashed file: %s"
 msgstr "Im Müll befindliche Datei konnte nicht angelegt werden: %s"
 
-#: ../gio/glocalfile.c:1548
+#: gio/glocalfile.c:1617
 #, c-format
 msgid "Unable to trash file: %s"
 msgstr "Datei konnte nicht in den Müll verschoben werden: %s"
 
-#: ../gio/glocalfile.c:1633
+#: gio/glocalfile.c:1714
 #, c-format
 msgid "Error making symbolic link: %s"
 msgstr "Fehler beim Erstellen des Symbolischen Verknüpfung: %s"
 
-#: ../gio/glocalfile.c:1680 ../gio/glocalfile.c:1765
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
 #, c-format
 msgid "Error moving file: %s"
 msgstr "Fehler beim Verschieben der Datei: %s"
 
-#: ../gio/glocalfile.c:1701
+#: gio/glocalfile.c:1782
+#, c-format
 msgid "Can't move directory over directory"
 msgstr "Verzeichnis kann nicht über Verzeichnis verschoben werden"
 
-#: ../gio/glocalfile.c:1710
+#: gio/glocalfile.c:1791
+#, c-format
 msgid "Target file already exists"
 msgstr "Zieldatei existiert bereits"
 
-#: ../gio/glocalfile.c:1723 ../gio/glocalfileoutputstream.c:724
-#: ../gio/glocalfileoutputstream.c:738 ../gio/glocalfileoutputstream.c:753
-#: ../gio/glocalfileoutputstream.c:769 ../gio/glocalfileoutputstream.c:783
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
 msgid "Backup file creation failed"
 msgstr "Erstellen der Backup-Datei fehlgeschlagen"
 
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1821
 #, c-format
 msgid "Error removing target file: %s"
 msgstr "Fehler beim Entfernen der Zieldatei: %s"
 
-#: ../gio/glocalfile.c:1754
-#, fuzzy
+#: gio/glocalfile.c:1835
+#, fuzzy, c-format
 msgid "Move between mounts not supported"
 msgstr "Vorgang nicht unterstützt"
 
-#: ../gio/glocalfileinfo.c:679
+#: gio/glocalfileinfo.c:707
+#, c-format
 msgid "Attribute value must be non-NULL"
 msgstr "Attributwert darf nicht NULL sein"
 
-#: ../gio/glocalfileinfo.c:686
+#: gio/glocalfileinfo.c:714
+#, c-format
 msgid "Invalid attribute type (string expected)"
 msgstr "Ungültiger Attributtyp (»string« erwartet)"
 
-#: ../gio/glocalfileinfo.c:693
+#: gio/glocalfileinfo.c:721
+#, c-format
 msgid "Invalid extended attribute name"
 msgstr "Ungültiger erweiterter Attributname"
 
-#: ../gio/glocalfileinfo.c:733
+#: gio/glocalfileinfo.c:761
 #, c-format
 msgid "Error setting extended attribute '%s': %s"
 msgstr "Fehler beim Setzen des erweiterten Attributs »%s«: %s"
 
-#: ../gio/glocalfileinfo.c:1279 ../gio/glocalfileoutputstream.c:614
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
 #, c-format
 msgid "Error stating file '%s': %s"
 msgstr "Fehler beim Untersuchen der Datei %s mit fstat(): %s"
 
-#: ../gio/glocalfileinfo.c:1333
+#: gio/glocalfileinfo.c:1446
 msgid " (invalid encoding)"
 msgstr " (ungültige Kodierung)"
 
-#: ../gio/glocalfileinfo.c:1498
+#: gio/glocalfileinfo.c:1621
 #, c-format
 msgid "Error stating file descriptor: %s"
 msgstr "Fehler beim Untersuchen des Datei-Deskriptors mit fstat(): %s"
 
-#: ../gio/glocalfileinfo.c:1543
+#: gio/glocalfileinfo.c:1666
+#, c-format
 msgid "Invalid attribute type (uint32 expected)"
 msgstr "Ungültiger Attributtyp (»uint32« erwartet)"
 
-#: ../gio/glocalfileinfo.c:1560
+#: gio/glocalfileinfo.c:1683
+#, c-format
 msgid "Invalid attribute type (uint64 expected)"
 msgstr "Ungültiger Attributtyp (»uint64« erwartet)"
 
-#: ../gio/glocalfileinfo.c:1578
+#: gio/glocalfileinfo.c:1701
+#, c-format
 msgid "Invalid attribute type (byte string expected)"
 msgstr "Ungültiger Attributtyp (»byte string« erwartet)"
 
-#: ../gio/glocalfileinfo.c:1602
+#: gio/glocalfileinfo.c:1725
 #, c-format
 msgid "Error setting permissions: %s"
 msgstr "Fehler beim Setzen der Zugriffsrechte: %s"
 
-#: ../gio/glocalfileinfo.c:1649 ../gio/glocalfileinfo.c:1809
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
 #, c-format
 msgid "Error setting owner: %s"
 msgstr "Fehler beim Setzen des Besitzers: %s"
 
-#: ../gio/glocalfileinfo.c:1672
+#: gio/glocalfileinfo.c:1795
+#, c-format
 msgid "symlink must be non-NULL"
 msgstr "Symbolische Verknüpfung darf nicht NULL sein"
 
-#: ../gio/glocalfileinfo.c:1680 ../gio/glocalfileinfo.c:1697
-#: ../gio/glocalfileinfo.c:1706
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
 #, c-format
 msgid "Error setting symlink: %s"
 msgstr "Fehler beim Setzen der Symbolischen Verknüpfung: %s"
 
-#: ../gio/glocalfileinfo.c:1689
+#: gio/glocalfileinfo.c:1812
+#, c-format
 msgid "Error setting symlink: file is not a symlink"
 msgstr ""
 "Fehler beim Setzen der Symbolischen Verknüpfung: Datei ist keine Symbolische "
 "Verknüpfung"
 
-#: ../gio/glocalfileinfo.c:1859
+#: gio/glocalfileinfo.c:1987
 #, c-format
 msgid "Setting attribute %s not supported"
 msgstr "Setzen des Attributs %s nicht unterstützt"
 
-#: ../gio/glocalfileinputstream.c:152 ../gio/glocalfileoutputstream.c:525
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
 #, c-format
 msgid "Error reading from file: %s"
 msgstr "Fehler beim Lesen aus Datei: %s"
 
-#: ../gio/glocalfileinputstream.c:181 ../gio/glocalfileinputstream.c:191
-#: ../gio/glocalfileinputstream.c:295 ../gio/glocalfileoutputstream.c:339
-#: ../gio/glocalfileoutputstream.c:799
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
 #, c-format
 msgid "Error seeking in file: %s"
 msgstr "Fehler beim Suchen in Datei: %s"
 
-#: ../gio/glocalfileinputstream.c:218 ../gio/glocalfileoutputstream.c:247
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
 #, c-format
 msgid "Error closing file: %s"
 msgstr "Fehler beim Schließen der Datei: %s"
 
-#: ../gio/glocalfileoutputstream.c:154 ../gio/glocalfileoutputstream.c:544
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
 #, c-format
 msgid "Error writing to file: %s"
 msgstr "Fehler beim Schreiben in Datei: %s"
 
-#: ../gio/glocalfileoutputstream.c:193
+#: gio/glocalfileoutputstream.c:205
 #, c-format
 msgid "Error removing old backup link: %s"
 msgstr "Fehler beim Entfernen der alten Backup-Verknüpfung: %s"
 
-#: ../gio/glocalfileoutputstream.c:202
+#: gio/glocalfileoutputstream.c:214
 #, c-format
 msgid "Error creating backup link: %s"
 msgstr "Fehler beim Erzeugen der Backup-Verknüpfung: %s"
 
-#: ../gio/glocalfileoutputstream.c:212
+#: gio/glocalfileoutputstream.c:224
 #, c-format
 msgid "Error creating backup copy: %s"
 msgstr "Fehler beim Erzeugen der Backup-Kopie: %s"
 
-#: ../gio/glocalfileoutputstream.c:228
+#: gio/glocalfileoutputstream.c:240
 #, c-format
 msgid "Error renaming temporary file: %s"
 msgstr "Fehler beim Umbenennen der temporären Datei: %s"
 
-#: ../gio/glocalfileoutputstream.c:379 ../gio/glocalfileoutputstream.c:810
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
 #, c-format
 msgid "Error truncating file: %s"
 msgstr "Fehler beim Abschneiden der Datei: %s"
 
-#: ../gio/glocalfileoutputstream.c:439 ../gio/glocalfileoutputstream.c:482
-#: ../gio/glocalfileoutputstream.c:605 ../gio/glocalfileoutputstream.c:870
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
 #, c-format
 msgid "Error opening file '%s': %s"
 msgstr "Fehler beim Öffnen der Datei »%s«: %s"
 
-#: ../gio/glocalfileoutputstream.c:626
+#: gio/glocalfileoutputstream.c:642
+#, c-format
 msgid "Target file is a directory"
 msgstr "Zieldatei ist ein Verzeichnis"
 
-#: ../gio/glocalfileoutputstream.c:631
+#: gio/glocalfileoutputstream.c:647
+#, c-format
 msgid "Target file is not a regular file"
 msgstr "Zieldatei ist keine reguläre Datei"
 
-#: ../gio/glocalfileoutputstream.c:643
+#: gio/glocalfileoutputstream.c:659
+#, c-format
 msgid "The file was externally modified"
 msgstr "Die Datei wurde extern verändert"
 
-#: ../gio/goutputstream.c:193
+#: gio/gmount.c:335
+#, fuzzy
+msgid "mount doesn't implement unmount"
+msgstr "Datenträger unterstützt Aushängen nicht"
+
+#: gio/gmount.c:407
+#, fuzzy
+msgid "mount doesn't implement eject"
+msgstr "Datenträger unterstützt Auswerfen nicht"
+
+#: gio/gmount.c:484
+#, fuzzy
+msgid "mount doesn't implement remount"
+msgstr "Datenträger unterstützt Einhängen nicht"
+
+#: gio/goutputstream.c:193
+#, c-format
 msgid "Too large count value passed to g_output_stream_write"
 msgstr "Zu großer Zählwert an g_input_stream_write übermittelt"
 
-#: ../gio/goutputstream.c:216
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
 msgid "Output stream doesn't implement write"
 msgstr "Ausgabedatenstrom unterstützt kein Schreiben"
 
-#: ../gio/goutputstream.c:385 ../gio/goutputstream.c:803
-msgid "Target stream is already closed"
-msgstr "Zieldatenstrom ist bereits geschlossen"
-
-#: ../gio/goutputstream.c:392 ../gio/goutputstream.c:813
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
 msgid "Source stream is already closed"
 msgstr "Quelldatenstrom ist bereits geschlossen"
 
-#: ../gio/goutputstream.c:675
+#: gio/goutputstream.c:646
 msgid "Too large count value passed to g_output_stream_write_async"
 msgstr "Zu großer Zählwert an g_input_stream_write_async übermittelt"
 
-#: ../gio/gunixdrive.c:146
-msgid "Unknown drive"
-msgstr "Unbekanntes Laufwerk"
-
-#. TODO: add translation table from gnome-vfs
-#: ../gio/gunixvolume.c:91
-#, c-format
-msgid "%s volume"
-msgstr "%s-Datenträger"
-
-#: ../gio/gunixvolume.c:162
-msgid "Filesystem root"
-msgstr "Wurzelverzeichnis des Dateisystems"
-
-#. TODO: Use volume size as name?
-#: ../gio/gunixvolume.c:175
-msgid "Unknown volume"
-msgstr "Unbekannter Datenträger"
-
-#: ../gio/gvolume.c:271
-msgid "volume doesn't implement unmount"
-msgstr "Datenträger unterstützt Aushängen nicht"
-
-#: ../gio/gvolume.c:340
-msgid "volume doesn't implement eject"
-msgstr "Datenträger unterstützt Auswerfen nicht"
-
-#: ../gio/gwin32appinfo.c:265
-msgid "Can't find application"
-msgstr "Anwendung kann nicht gefunden werden"
-
-#: ../gio/gwin32appinfo.c:299
-#, c-format
-msgid "Error launching application: %s"
-msgstr "Fehler beim Starten der Anwendung: %s"
-
-#: ../gio/gwin32appinfo.c:330
-msgid "URIs not supported"
-msgstr "URIs nicht unterstützt"
-
-#: ../gio/gwin32appinfo.c:353
-msgid "association changes not supported on win32"
-msgstr "Änderungen von Assoziationen unter win32 nicht unterstützt"
-
-#: ../gio/gwin32appinfo.c:365
-msgid "Association creation not supported on win32"
-msgstr "Erstellen von Assoziationen unter win32 nicht unterstützt"
-
-#: ../gio/gunixinputstream.c:199 ../gio/gunixinputstream.c:217
-#: ../gio/gunixinputstream.c:289 ../gio/gunixoutputstream.c:280
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
 #, c-format
 msgid "Error reading from unix: %s"
 msgstr "Fehler beim Lesen aus Unix-Datenstrom: %s"
 
-#: ../gio/gunixinputstream.c:247 ../gio/gunixinputstream.c:422
-#: ../gio/gunixoutputstream.c:237 ../gio/gunixoutputstream.c:384
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
 #, c-format
 msgid "Error closing unix: %s"
 msgstr "Fehler beim Schließen des Unix-Datenstroms: %s"
 
-#: ../gio/gunixoutputstream.c:187 ../gio/gunixoutputstream.c:206
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr "Wurzelverzeichnis des Dateisystems"
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
 #, c-format
 msgid "Error writing to unix: %s"
 msgstr "Fehler beim Schreiben in Unix-Datenstrom: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr "Datenträger unterstützt Auswerfen nicht"
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr "Anwendung kann nicht gefunden werden"
+
+#: gio/gwin32appinfo.c:312
+#, c-format
+msgid "Error launching application: %s"
+msgstr "Fehler beim Starten der Anwendung: %s"
+
+#: gio/gwin32appinfo.c:343
+#, c-format
+msgid "URIs not supported"
+msgstr "URIs nicht unterstützt"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr "Änderungen von Assoziationen unter win32 nicht unterstützt"
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr "Erstellen von Assoziationen unter win32 nicht unterstützt"
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
+
+#~ msgid "Target stream is already closed"
+#~ msgstr "Zieldatenstrom ist bereits geschlossen"
+
+#~ msgid "Unknown drive"
+#~ msgstr "Unbekanntes Laufwerk"
+
+#~ msgid "%s volume"
+#~ msgstr "%s-Datenträger"
+
+#~ msgid "Unknown volume"
+#~ msgstr "Unbekannter Datenträger"
diff --git a/po/dz.po b/po/dz.po
index e38aa0f..040374f 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD.dz\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -90,72 +90,72 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ ’%s’:%s ལྷག་མ་ཚུགས།"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "ཡིག་འབྲུའི་ཆ་ཚན་ ‘%s’ ལས་ ‘%s’ ལུ་གཞི་བསྒྱུར་འབད་ནི་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "‘%s’ ལས་ '%s'  ལུ་ སྒྱུར་བྱེད་ཁ་ཕྱེ་མ་ཚུགས།"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "གཞི་བསྒྱུར་གྱི་ཨིན་པུཊི་ནང་ བའིཊི་གི་འབྱུང་རིམ་ ནུས་མེད་ཨིན་པས།"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "ཨིན་པུཊི་མཇུག་ལུ་ ཡི་གུའི་འབྱུང་རིམ་ཆ་ཤས།"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "གློ་བུར་རྒྱབ་ཐག ’%s’ ལས་ ཀོཌི་སེཊི་ ’%s’ ལུ་ གཞི་བསྒྱུར་འབད་མི་ཚུགས། "
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr ""
 "ཡུ་ཨར་ཨའི་  ’%s’ འབད་མི་དེ་ \"file\" འཆར་ལས་ལག་ལེན་འཐབ་པའི་ ཡུ་ཨར་ཨའི་ཡང་དག་ཅིག་མེན།"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "ཉེ་གནས་་ཀྱི་ཡིག་སྣོད་ ཡུ་ཨར་ཨའི་ ’%s’ འབད་མི་དེ་ནང་ '#' ཅིག་མེདཔ་འོང༌།"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "ཡུ་ཨར་ཨའི་ ’%s’ ནུས་མེད་ཨིན་པས།"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "ཡུ་ཨར་ཨའི་ ’%s’ གི་ ཧོསཊི་ནེམ་དེ་ ནུས་མེད་ཨིན་པས།"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "ཡུ་ཨར་ཨའི་ ’%s’ གི་ནང་ན་ ནུས་མེད་ཐོག་ལས་ཐར་མི་ ཡིག་འབྲུ་་ཚུ་འདུག"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "འགྲུལ་ལམ་གྱི་མིང་ ’%s’ འབད་མི་དེ་ འགྲུལ་ལམ་ཡང་དག་ཅིག་མེན།"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།"
@@ -235,37 +235,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "ཊེམ་པེལེཊི་ ’%s’ འབད་མི་དེ་ནང་ XXXXXX མིན་འདུག།"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ ’%s’:%s ལྷག་མ་ཚུགས།"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "‘%s’ ལས་ ‘%s’:%s ལུ་སྒྱུར་བྱེད་ཁ་ཕྱེ་མ་ཚུགས།"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "ཇི་ཨའི་ ཨོ་ རྒྱུ་ལམ་ ལྷག་ གྱལ་རིམ་ ཡིག་རྒྱུན་ཚུ་ནང་ རགས་ལྷག་མི་བཏུབ།"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "ལྷག་ནིའི་གནད་ཁོངས་ནང་ གཞི་བསྒྱུར་མ་འབད་བའི་གནད་སྡུད་ ལྷག་ལུས་འདུག"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "ཡིག་འབྲུ་ནང་ཆ་ཤས་ནང་ལུ་ རྒྱུ་ལམ་རྩ་འགྲོལ་འགྱོཝ་ཨིན།"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "ཇི་ཨའི ཨོ་ རྒྱ་ལམ་ མཇུག་ ཚུན་ ལྷག་ནི་ཚུ་ནང་ རགས་ལྷག་མི་བཏུབ།"
@@ -280,23 +302,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "ཡིག་སྣོད་’%s’ གི་ས་ཁྲ་འབྲི་མ་ཚུགས་:  mmap() མ་བཏུབ་:%s།"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "གྱལ་རིམ་%d ཡིག་འབྲུ་ %d:%s ལུ་འཛོལ་བ།"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "ངོ་བོ་སྟོང་པ་ ’&;’ མཐོང་ཅི། ནུས་ཅན་ངོ་བོ་ཚུ་: &amp; &quot; &lt; &gt; &apos; ཚུ་ཨིན།"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -306,17 +328,17 @@
 "ངོ་བོའི་མིང་ འགོ་བཙུགས་སར ཡིག་འབྲུ་་ ’%s’ ནུས་མེད་ཨིན་པས། ཡིག་འབྲུ་ & འདི་གིས་ངོ་བོ་ཅིག་ འགོ་"
 "བཙུགསཔ་ཨིན། གལ་སྲིད་ དང་རྟགས་འདི་ ངོ་བོ་མིནམ་ཅིག་དགོ་པཅིན་ &amp; བཟུམ་ཅིག་སྦེ་ གྲོས་ཐར་འབད།"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "ཡིག་འབྲུ་ ’%s དེ་ ངོ་བོའི་མིང་ཅིག་གི་ ནང་འཁོད་ལུ་ ནུས་མེད་ཨིན། "
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "ངོ་བོའི་མིང་ '%s' ཧ་མ་གོ"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -324,7 +346,7 @@
 "ངོ་བོ་འདི་ སེ་མི་ཀོ་ལཱོན་ ; གིས་འབད་ མཇུག་མ་བསྡུ་བས། ཁྱོད་ཀྱིས་ངོ་བོ་ཅིག་ འགོ་མ་བཙུགས་པར་ དང་རྟགས་"
 "ཡིག་འབྲུ་ཅིག་ ལག་ལེན་འཐབ་འཐབ་བཟུམ་ཅིག་འདུག དང་རྟགས་་ &amp; བཟུམ་ཅིག་སྦེ་ གྲོས་ཐར་འབད།"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -333,16 +355,16 @@
 "'%-.*s'ལུ་ མིང་དཔྱད་འབད་མ་ཚུགས། འདི་ཡིག་འབྲུ་གཞི་བསྟུན་ (དཔེར་ན་ (&#234; ) ཅིག་ནང་གི་ ཨང་"
 "ཡིག་ཅིག་འོང་དགོཔ་ཨིན་ - ཨང་ཡིག་དེ་ སྦོམ་དྲགསཔ་འོང་ནི་མས།"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "ཡིག་འབྲུ་གཞི་བསྟུན་ '%-.*s' དེ་གིས་ གནང་བ་ཅན་གྱི་ཡིག་འབྲུ་ཅིག་ལུ་ ཨིན་ཀོཌི་མི་འབད་བས།"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "ཡིག་འབྲུ་སྟོང་པའི་འབྲེལ་བ་འདི་ནང་ &#454; བཟུམ་མའི་ ཨང་ཡིག་ཅིག་འོང་དགོ"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -352,34 +374,34 @@
 "མེད་པར་ དང་རྟགས་ ཡིག་འབྲུ་ ལག་ལེན་འཐབ་འཐབ་འོང་ནི་མས།   དང་རྟགས་དེ་ &amp; བཟུམ་སྦེ་ གྲོས་ཐར་"
 "འབད།"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "མཇུག་མ་བསྡུ་བའི་ ངོ་བོའི་གཞི་བསྟུན།"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "མཇུག་མ་བསྡུ་བའི་ ཡིག་འབྲུའི་གཞི་བསྟུན།"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "ཡིག་ཆ་དེ་  (དཔེར་ན་ <book>) བཟུམ་མའི་ཆ་ཤས་ཅིག་གིས་ འགོ་བཙུགས་དགོ"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -388,7 +410,7 @@
 "ཡིག་འབྲུ་ ’%s’ དེ་ ཡིག་འབྲུ་’<’ ཅིག་གི་རྗེས་སུ་འོངམ་ད་ ནུས་པ་ཡོད་པའི་ཡིག་འབྲུ་ཅིག་མིན། འདི་གིས་ཆ་ཤས་"
 "ཀྱི་མིང་ཅིག་ འགོ་མི་བཙུགསཔ་འོང༌།"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -397,7 +419,7 @@
 "’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ཆ་ཤས་ཀྱི་ འགོ་བཙུགས་ངོ་རྟགས་ %s’ དེ་མཇུག་བསྡུ་ནི་ལུ་ ཡིག་འབྲུ་ ’>’ ཅིག་ "
 "ཨིན་པའི་རེ་བ་ཡོད།"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -405,7 +427,7 @@
 "’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས།  ’=’ ཅིག་ཡོད་པའི་ རེ་བ་ཡོད་ ཁྱད་ཆོས་ཀྱི་མིང་ ’%s’ ཆ་ཤས་ ’%s’ གི་རྗེས་"
 "སུ།"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -415,7 +437,7 @@
 "’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ཆ་ཤས་ ’%s’ གི་འགོ་བཙུགས་ངོ་རྟགས་ མཇུག་བསྡུ་ནི་ལུ་ ཡིག་འབྲུ་ ’>’ ཡང་ན་ "
 "’/’ གི་རེ་བ་ཡོད།"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -424,7 +446,7 @@
 "’%s’ དེ་རྐྱང་ཡིག་ཨིན་པས། ཁྱད་ཆོས་’%s’ གི་ ཆ་ཤས’%s’ གི་དོན་ལུ་ བེ་ལུ་བྱིནམ་ད་ མཉམ་རྟགས་ཀྱི་ཤུལ་"
 "ལུ་ འགོ་བཙུགས་འདྲེན་རྟགས་ཅིག་ ཚུད་ཡོད་པའི་རེ་བ་ཡོད།"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -433,7 +455,7 @@
 "’%s’ དེ་ ཡིག་འབྲུ་ནུས་ཅན་ཅིག་མེན་ ཡིག་འབྲུ་ ’</’; ’%s’ ཚུ་གི་རྗེས་ཤུལ་ལུ་འོངམ་  ཆ་ཤས་ཀྱི་མིང་ཅིག་ "
 "འགོ་མི་བཙུགསཔ་འོང༌།"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -442,25 +464,25 @@
 "’%s’ དེ་ ཡིག་འབྲུ་ནུས་ཅན་ཅིག་མེན། ཁ་བསྡམ་ནིའི་ཆ་ཤས་མིང་ ’%s’; གི་རྟིང་བདའ་འོངམ་ད་ ཆོག་པའི་ཡིག་"
 "འབྲུ་དེ་ ’>’ ཨིན།"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "ཆ་ཤས་ ’%s’ དེ་ ཁ་བསྡམས་ཏེ་ཡོདཔ་ལས་ ད་ལྟོ་ཆ་ཤས་གཅིག་ཡང་ ཁ་ཕྱེ་ཕྱེཝ་མིན་འདུག"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "ཆ་ཤས་ ’%s’ དེ་ ཁ་བསྡམས་ནུག དེ་འབདཝ་ད་ ད་ལྟོ་ཁ་ཕྱེ་སྟེ་ཡོད་མི་ཆ་ཤས་དེ་ ’%s’ ཨིན།"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "ཡིག་ཆ་དེ་སྟོང་པའམ་ ཡང་ཅིན་ ནང་ན་ས་སྟོང་དཀརཔོ་མ་གཏོགས་ མེདཔ་འོང་ནི་མས།"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "ཡིག་ཆ་དེ་ ཟུར་ཁུག་གུག་ཤད་ ’<’ ཅིག་གི་ཤུལ་ལས་ རེ་བ་མེད་པར་ རྫོགས་སོ་ཡི།"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -469,7 +491,7 @@
 "ཡིག་ཆ་དེ་ རེ་བ་མེད་པར་རྫོགས་སོ་རུང་ ཆ་ཤས་དེ་ ཁ་ཕྱེ་སྟེ་རང་འདུག མཐའ་མཇུག་ཁ་ཕྱེ་མི་ ཆ་ཤས་དེ་ -’%"
 "s’ ཨིན་པས།"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -478,19 +500,19 @@
 "ཡིག་ཆ་དེ་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག  ངོ་རྟགས་ <%s/> མཇུག་བསྡུ་བའི་ ཁ་བསྡམ་ཟུར་ཁུག་གུག་ཤད་ཅིག་ "
 "མཐོང་བའི་རེ་བ་ཡོད།"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ཅིག་གི་ མིང་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ཁ་ཕྱེ་ནིའི་ ངོ་རྟགས་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -498,16 +520,16 @@
 "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ཤུལ་ལས་ མཉམ་རྟགས་ཀྱི་རྗེས་སུ་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག ཁྱད་ཆོས་ཀྱི་བེ་"
 "ལུ་མིན་འདུག"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་ བེ་ལུ་ཅིག་གི་ནང་ན་སྡོད་པའི་སྐབས་ལུ་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ ’%s’ གི་དོན་ལུ་ ཁ་བསྡམ་ངོ་རྟགས་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "ཡིག་ཆ་དེ་ བསམ་བཀོད་ ཡང་ན་ ལས་སྦྱོར་བཀོད་རྒྱ་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
 
@@ -555,67 +577,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "ཡིག་འབྲུ་ནང་ཆ་ཤས་ནང་ལུ་ རྒྱུ་ལམ་རྩ་འགྲོལ་འགྱོཝ་ཨིན།"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "གཞི་བསྒྱུར་གྱི་ཨིན་པུཊི་ནང་ བའིཊི་གི་འབྱུང་རིམ་ ནུས་མེད་ཨིན་པས།"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "མཇུག་མ་བསྡུ་བའི་ ཡིག་འབྲུའི་གཞི་བསྟུན།"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "མཇུག་མ་བསྡུ་བའི་ ཡིག་འབྲུའི་གཞི་བསྟུན།"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "མཇུག་མ་བསྡུ་བའི་ ཡིག་འབྲུའི་གཞི་བསྟུན།"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "གྱལ་རིམ་%d ཡིག་འབྲུ་ %d:%s ལུ་འཛོལ་བ།"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "མཇུག་མ་བསྡུ་བའི་ ངོ་བོའི་གཞི་བསྟུན།"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -654,18 +867,18 @@
 msgid "Failed to read data from child process"
 msgstr "ཆ་ལག་ལས་སྦྱོར་ནང་ལས་ གནད་སྡུད་ལྷག་མ་ཚུགས། "
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "ཆ་ལག་ལས་སྦྱོར་ (%s) དང་གཅིག་ཁར་ རྒྱུད་འབྲེལ་འཐབ་ནིའི་དོན་ལུ་ རྒྱུད་དུང་གསར་བསྐྲུན་འབད་མ་ཚུགས།"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "ཆ་ལག་རྒྱུད་དུང་ (%s) ནང་ལས་ ལྷག་མ་ཚུགས།"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "སྣོད་ཐོ་’%s’ (%s)ལུ་ བསྒྱུར་བཅོས་འབད་མ་ཚུགས། "
@@ -714,43 +927,43 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "ཆ་ལག་ལས་སྦྱོར་ (%s) ནང་ལས་ གནད་སྡུད་ལྷག་མ་ཚུགས།"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "སེལ་འཐུ་() ནང་ལུ་ རེ་བ་མེད་པའི་འཛོལ་བ་བྱུང་སྟེ་ ཆ་ལག་ལས་སྦྱོར་ (%s) ནང་ལས་ གནད་སྡུད་ལྷག་དོ།"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "ཝེཊི་པིཌི་ () (%s) ནང་ལུ་ རེ་བ་མེད་པའི་འཛོལ་བ། "
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "(%s) ལུ་ ཁ་སྤེལ་མ་ཚུགས།"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "ཆ་ལག་ལས་སྦྱོར་ \"%s\" (%s) ལག་ལེན་འཐབ་མ་ཚུགས།"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "ཆ་ལག་ལས་སྦྱོར་ (%s) གི་ ཨའུཊི་པུཊི་ ཡང་ཅིན་ ཨིན་པུཊི་ ལོག་གཏང་མ་ཚུགས།"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "ཆ་ལག་ལས་སྦྱོར་ (%s) ཁ་སྤེལ་མ་ཚུགས།"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "མ་ཤེས་པའི་འཛོལ་བ་ཅིག་གིས ཆ་ལག་ལས་སྦྱོར་ \"%s\" ལག་ལེན་འཐབ་དོ།"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "ཆ་ལག་ པིཨའི་ཌི་ རྒྱུད་དུང་ (%s) ནང་ལས་ གནད་སྡུད་ལངམ་ ལྷག་མ་ཚུགས།"
@@ -771,170 +984,721 @@
 msgid "Character out of range for UTF-16"
 msgstr "ཡིག་འབྲུ་ ཡུ་ཊི་ཨེཕ་- ༡༦ གི་ ཁྱབ་ཚད་ཀྱི་ཕྱི་ཁར་ཨིན་མས།"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "ལག་ལེན:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[ གདམ་ཁ... ] "
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "གྲོགས་རམ་གདམ་ཁ་ཚུ།"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "གྲོགས་རམ་གདམ་ཁ་ཚུ་སྟོན།"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "གྲོགས་རམ་གདམ་ཁ་ཚུ་ ཆ་མཉམ་སྟོན།"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "གློག་རིམ་གྱི་གདམ་ཁ།"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "ཧྲིལ་ཨང་བེ་ལུ་ ’%s’དེ་%s གི་དོན་ལུ་ མིང་དཔྱད་འབད་མི་ཚུགས།"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%s གི་དོན་ལུ་ ཧྲིལ་ཨང་བེ་ལུ་ ’%s’ དེ་ ཁྱབ་ཚད་ཀྱི་ཕྱི་ཁར་ཨིན་པས།"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "བེ་ལུ་གཉིས་བལྟབ་%s'མིང་དཔྱད་འབད་མི་ཚུགས། %sགི་དོན་ལུ།"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "བེ་ལུ་གཉིས་བལྟབ་'%s' དེ་%s གི་དོན་ལུ་ ཁྱབ་ཚད་ཀྱི་ཕྱི་ཁར་ཨིན་པས།"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s གི་དོན་ལུ་ སྒྲུབ་རྟགས་བརླག་སྟོར་ཞུགས་ནུག"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "ཤེས་མ་ཚུགས་པའི་གདམ་ཁ་ %s།"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "གནད་སྡུད་སྣོད་ཐོ་ཚུ་ནང་ ནུས་ཅན་ལྡེ་མིག་ཡིག་སྣོད་ འཚོལ་མ་ཐོབ།"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "དུས་རྒྱུན་གྱི་ཡིག་སྣོད་ཅིག་མེན་པས།"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "ཡིག་སྣོད་སྟོངམ་ཨིན་པས།"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ ལྡེ་མིག་-བེ་ལུ་དང་ སྡེ་ཚན་ བསམ་བཀོད་མེན་པའི་ གྱལ་རིམ་'%s' ཡོད། "
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "ལྡེ་མིག་ཡིག་སྣོད་དེ་ སྡེ་ཚན་ཅིག་གི་ཐོག་ལས་ འགོ་མི་བཙུགས།"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ རྒྱབ་སྐྱོར་མེད་པའི་ ཨིན་ཀོ་ཌིང་'%s'ཡོད།"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ སྡེ་ཚན་ '%s' མིན་འདུག།"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ ལྡེ་མིག་'%s'མིན་འདུག"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ ཡུ་ཊི་ཨེཕ་-༨ མེད་པའི་ ལྡེ་མིག་'%s' བེ་ལུ་'%s' དང་བཅསཔ་སྦེ་འདུག"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ ཁ་བསྒྱུར་འབད་མ་ཚུགས་པའི་ བེ་ལུ་ཡོད་མི་ ལྡེ་མིག་ '%s'འདུག"
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ ཁ་བསྒྱུར་འབད་མ་ཚུགས་པའི་ ལྡེ་མིག་'%s'སྡེ་ཚན་'%s' ནང་འདུག།"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "ལྡེ་མིག་ཡིག་སྣོད་དེ་ལུ་ ལྡེ་མིག་'%s' སྡེ་ཚན་'%s' ནང་མིན་འདུག"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ གྱལ་རིམ་མཇུག་ལུ་ གྲོས་ཐར་འབད་མི་ཡིག་འབྲུ་འདུག"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ ནུས་མེད་གྲོས་ཐར་འབྱུང་རིམ་ '%s' འདུག"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "བེ་ལུ་'%s'དེ་ ཨང་གྲངས་ཅིག་སྦེ་ ཁ་བསྒྱུར་འབད་མི་ཚུགས།"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "ཧྲིལ་ཨང་བེ་ལུ་ ’%s’ དེ་ ཁྱབ་ཚད་ཀྱི་ཕྱི་ཁར་ཨིན་པས།"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "བེ་ལུ་'%s'དེ་ འཕུར་ལྡིང་ཨང་གྲངས་ཅིག་སྦེ་ ཁ་བསྒྱུར་འབད་མི་ཚུགས།"
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "བེ་ལུ་'%s'དེ་ བུ་ལིན་ཅིག་སྦེ་ ཁ་བསྒྱུར་འབད་མི་ཚུགས།"
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "ཤེས་མ་ཚུགས་པའི་གདམ་ཁ་ %s།"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "དུས་རྒྱུན་གྱི་ཡིག་སྣོད་ཅིག་མེན་པས།"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[ གདམ་ཁ... ] "
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "ཡིག་སྣོད་ཐབས་ལམ་ བསྒྱུར་བཅོས་འབད་མ་ཚུགས་: fork() གིས་ %s ལུ་མ་བཏུབ།"
 
diff --git a/po/el.po b/po/el.po
index 54849ff..8dc495c 100644
--- a/po/el.po
+++ b/po/el.po
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: el\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2006-02-20 12:47+0200\n"
 "Last-Translator: Kostas Papadimas <pkst@gnome.org>\n"
 "Language-Team: Greek <team@gnome.gr>\n"
@@ -97,73 +97,73 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Αποτυχία ανάγνωσης συμβολικού δεσμού '%s': %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Η μετατροπή από την ομάδα χαρακτήρων %s' σε '%s'  δεν υποστηρίζεται"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από  '%s' σε %s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Μή έγκυρη σειρά στην είσοδο μετατροπής"
 
 # gconf/gconftool.c:1181
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Σφάλμα κατά τη μετατροπή: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Ημιτελής σειρά χαρακτήρα στο τέλος της εισόδου"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Αδυναμία μετατροπής fallback '%s' σε codeset '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr ""
 "Το URI '%s' δεν είναι ένα απόλυτο URI με την χρήση του σχήματος αρχείου"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Το URI τοπικού αρχείου '%s'  μπορεί να μην περιέχει ένα '#'"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "Το URI '%s' δεν είναι έγκυρο"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Το όνομα συστήματος του  URI '%s' δεν είναι έγκυρο"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "Το URI '%s'  περιέχει χαρακτήρες μή έγκυρα escaped "
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Η όνομα διαδρομής '%s' δεν είναι μια απόλυτη διαδρομή"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Ακατάλληλο όνομα συστήματος"
@@ -257,38 +257,60 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Το πρότυπο '%s' δεν τελειώνει με XXXXXX"
 
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
 # gconf/gconf-internals.c:2416
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Αποτυχία ανάγνωσης συμβολικού δεσμού '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από  `%s' σε `%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Δεν είναι δυνατή η raw ανάγνωση σε  g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Εναπομείναντα δεδομένα που δεν έχουν μετατραπεί στο read buffer"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Το κανάλι τερματίζει σε ημιτελή χαρακτήρα"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Δεν είναι δυνατή η raw ανάγνωση σε  g_io_channel_read_to_end"
@@ -306,25 +328,25 @@
 msgstr "Αδυναμία χαρτογράφησης αρχείου '%s': mmap() απέτυχε: %s"
 
 # gconf/gconfd.c:1676
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Σφάλμα στη γραμμή %d χαρακτήρας %d: %s"
 
 #
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Σφάλμα στη γραμμή %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Κενή καταχώρηση  '&;' , έγκυρες οντότητες είναι: &amp; &quot; &lt; &gt; "
 "&apos; "
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -335,17 +357,17 @@
 "χαρακτήρας  & ξεκινά μια οντότητα, αν αυτό το συμπλεκτικό σύμβολο σεν "
 "υποτίθεται να είναι οντότητα, escape it as &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Ο χαρακτήρας '%s' δεν είναι έγκυρος μέσα σε όνομα ύπαρξης."
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Το όνομα οντότητας '%s' δεν είναι γνωστή"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -354,7 +376,7 @@
 "συμπλεκτικό χαρακτήρα χωρίς να θέλατε να ξεκινήσετε μια οντότητα - διαφυγή "
 "συμπλεκτικού χαρακτήρα ώς &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -364,16 +386,16 @@
 "στην αναφορά χαρακτήρα (&#234; για παράδειγμα) - ίσως το ψηφίο να είναι πολύ "
 "μεγάλο"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Η αναφορά χαρακτήρα'%-.*s' δεν κωδικοποιεί έναν επιτρεπόμενο χαρακτήρα"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Κενή αναφορά χαρακτήρα;  πρέπει να περιέχει ένα ψηφίο όπως &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -383,34 +405,34 @@
 "έναν συμπλεκτικό χαρακτήρα χωρίς να θέλατε να ξεκινήσετε μια οντότητα - "
 "διαφυγή συμπλεκτικού χαρακτήρα ώς &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Ημιτελής αναφορά οντότητας"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Ημιτελής αναφορά χαρακτήρα"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Μή έγκυρα κωδικοποιημένο κείμενο UTF-8 "
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Μή έγκυρα κωδικοποιημένο κείμενο UTF-8 "
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Μή έγκυρα κωδικοποιημένο κείμενο UTF-8 "
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Το έγγραφο πρέπει να ξεκινάει με στοιχείο  (π.χ. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -419,7 +441,7 @@
 "Το '%s' δεν είναι έγκυρος χαρακτήρας όταν ακολουθείται από ένα χαρακτήρα "
 "'<' ."
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -428,7 +450,7 @@
 "Περίεργος χαρακτήρας  '%s',  αναμενόταν ένας χαρακτήρας '>'  στο τέλος της "
 "ετικέτας έναρξης του στοιχείου '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -436,7 +458,7 @@
 "Περίεργος χαρακτήρας  '%s',  αναμενόταν ένα  '=' μετά το όνομα γνωρίσματος '%"
 "s' του στοιχείου  '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -447,7 +469,7 @@
 "της ετικέτας έναρξης του στοιχείου '%s'. ή ένα γνώρισμα, πιθανόν να "
 "χρησιμοποιήσατε ένα μή έγκυρο χαρακτήρα σε ένα όνομα γνωρίσματος"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -456,7 +478,7 @@
 "Περίεργος χαρακτήρας  '%s',  αναμενόταν ένα ανοικτό εισαγωγικό μετα το "
 "σημείο ίσον κατά την απόδοση τιμής για το γνώρισμα  '%s' του στοιχείου '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -465,7 +487,7 @@
 "Το '%s'  δεν είναι έγκυρος χαρακτήρας ακολουθούμενος από χαρακτήρες </'; '%"
 "s' μπορεί να μην αρχίζει όνομα στοιχείου"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -474,27 +496,27 @@
 "Το '%s'  δεν είναι ένας έγκυρος χαρακτήρας ακολουθούμενος από το όνομα "
 "στοιχείου κλεισίματος '%s'; ο επιτρεπόμενος χαρακτήρας είναι '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Το στοιχείο '%s'  έκλεισε, κανένα στοιχείο δεν είναι ανοικτό"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Το στοιχείο '%s'  έκλεισε, αλλά το τρέχον ανοικτό στοιχείο είναι '%s' "
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Το έγγραφο ήταν κενό (ή περιέχει μόνο λευκό κενό)"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Το έγγραφο τερματίστηκε απρόσμενα αμέσως μετά από μια ανοικτή γωνιακή "
 "παρένθεση  '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -503,7 +525,7 @@
 "Το έγγραφο τερματίστηκε απρόσμενα με στοιχεία ακόμα ανοικτά  - '%s' ήταν το "
 "τελευταίο στοιχείο που ανοίχθηκε"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -512,19 +534,19 @@
 "Το έγγραφο τερματίστηκε απρόσμενα, αναμενόταν μια παρένθεση κλεισίματος στο "
 "τέλος του tag <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα στοιχείου"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα γνωρίσματος"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag ανοίγματος στοιχείου."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -532,17 +554,17 @@
 "Το έγγραφο τερματίστηκε απρόσμενα λόγω του ότι μετά του σημείου ίσον "
 "ακολουθεί ένα όνομα γνωρίσματος; δεν υπάρχει τιμή γνωρίσματος"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε τιμή γνωρίσματος"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag κλεισίματος για στοιχείο '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε σχόλιο ή εντολή σε διεργασία"
 
@@ -590,68 +612,259 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Το κανάλι τερματίζει σε ημιτελή χαρακτήρα"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Μή έγκυρη σειρά στην είσοδο μετατροπής"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Ημιτελής αναφορά χαρακτήρα"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Ημιτελής αναφορά χαρακτήρα"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Ημιτελής αναφορά χαρακτήρα"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
 # gconf/gconfd.c:1676
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Σφάλμα στη γραμμή %d χαρακτήρας %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Ημιτελής αναφορά οντότητας"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -693,7 +906,7 @@
 msgid "Failed to read data from child process"
 msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
@@ -701,12 +914,12 @@
 "s)"
 
 # gconf/gconftool.c:881
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Αποτυχία ανάγνωσης από θυγατρική σωλήνωση (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Αποτυχία αλλαγής καταλόγου '%s' (%s)"
@@ -757,47 +970,47 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Απρόσμενο σφάλμα στο select() ανάγνωσης δεδομένων από θυγατρική διεργασία (%"
 "s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Μη αναμενόμενο σφάλμα στη waitpid() (%s)"
 
 # gconf/gconf-internals.c:2416
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Αποτυχία δικράνωσης (%s)"
 
 # gconf/gconf-internals.c:2416
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Αποτυχία εκτέλεσης θυγατρικής διεργασίας \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 "Αποτυχία προώθησης αποτελέσματος ή εισόδου της θυγατρικής διεργασίας (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Αποτυχία δικράνωσης θυγατρικής διεργασίάς (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Άγνωστο σφάλμα κατά την εκτέλεση της θυγατρικής διεργασίας \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Αποτυχία ανάγνωσης επαρκών δεδομένων από θυγατρική σωλήνωση pid (%s)"
@@ -818,82 +1031,82 @@
 msgid "Character out of range for UTF-16"
 msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Χρήση:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[ΕΠΙΛΟΓΗ...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Επιλογές βοήθειας:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Εμφάνιση επιλογών βοήθειας"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Εμφάνιση όλων των επιλογών βοήθειας"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Επιλογές εφαρμογής:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Αδυναμία ανάλυσης integer value '%s' για %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Integer value '%s' για %s είναι εκτός εύρους"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, fuzzy, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Αδυναμία ανάλυσης integer value '%s' για %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, fuzzy, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Integer value '%s' για %s είναι εκτός εύρους"
 
 # gconf/gconftool.c:1181
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Σφάλμα επιλογής ανάλυσης %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Λείπει όρισμα για %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Άγνωστη επιλογή %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Δεν μπορεί να βρεθεί έγκυρο key file στους καταλόγους δεδομένων"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Δεν είναι κανονικό αρχείο"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Το αρχείο είναι κενό"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -901,49 +1114,49 @@
 "Το Key file περιέχει την γραμμή '%s' που δεν είναι key-value pair, group, ή "
 "comment"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Ακατάλληλο όνομα προγράμματος: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Το Key file δεν ξεκινάει με μια ομάδα"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Ακατάλληλο όνομα προγράμματος: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Το Key file περιέχει μη υποστηριζόμενη κωδικοποίηση '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Το Key file δεν έχει ομάδα '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Το Key file δεν έχει κλειδί'%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Το Key file περιέχει ένα κλειδί '%s' με τιμή '%s' που δεν είναι UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "Το Key file περιέχει key '%s' που η τιμή του δεν μπορεί να ερμηνευθεί."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -952,37 +1165,619 @@
 "Το Key file περιέχει  key '%s' στην ομάδα '%s' που η τιμή του δεν μπορεί να "
 "ερμηνευθεί."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Το Key file δεν έχει  key '%s' στην ομάδα '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Το Key file περιέχει escape character στο τέλος της γραμμής"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "To Key file περιέχει χαρακτήρες μή έγκυρα escaped '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως ένας αριθμός."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Integer value '%s' είναι εκτός εύρους"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, fuzzy, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως ένας αριθμός."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως  boolean."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Άγνωστη επιλογή %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Ακατάλληλο όνομα προγράμματος: %s"
+
+#
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Ακατάλληλο όνομα συστήματος"
+
+#
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+# gconf/gconf-internals.c:2416
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+# gconf/gconf-internals.c:2416
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s"
+
+# gconf/gconf-internals.c:2416
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s"
+
+# gconf/gconftool.c:1181
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Σφάλμα επιλογής ανάλυσης %s"
+
+#
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα γνωρίσματος"
+
+#
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s"
+
+#
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+# gconf/gconftool.c:1181
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Σφάλμα κατά τη μετατροπή: %s"
+
+# gconf/gconftool.c:1181
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Σφάλμα κατά τη μετατροπή: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Σφάλμα στη γραμμή %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
+
+#
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+# gconf/gconftool.c:1181
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Σφάλμα επιλογής ανάλυσης %s"
+
+# gconf/gconftool.c:1181
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Σφάλμα επιλογής ανάλυσης %s"
+
+#
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Δεν είναι κανονικό αρχείο"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
+
+#
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Σφάλμα στη γραμμή %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+# gconf/gconftool.c:1181
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Σφάλμα επιλογής ανάλυσης %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+# gconf/gconftool.c:1181
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Σφάλμα επιλογής ανάλυσης %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[ΕΠΙΛΟΓΗ...]"
diff --git a/po/en_CA.po b/po/en_CA.po
index 7fb11c6..9f9f763 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -88,71 +88,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Failed to expand exec line '%s' with URI '%s'"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Conversion from character set '%s' to '%s' is not supported"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Could not open converter from '%s' to '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Invalid byte sequence in conversion input"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Error during conversion: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Partial character sequence at end of input"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Cannot convert fallback '%s' to codeset '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "The URI '%s' is invalid"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "The hostname of the URI '%s' is invalid"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "The URI '%s' contains invalidly escaped characters"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "The pathname '%s' is not an absolute path"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Invalid hostname"
@@ -232,37 +232,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Template '%s' does not contain XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Failed to read the symbolic link '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Symbolic links not supported"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Could not open converter from '%s' to '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Cannot do a raw read in g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Leftover unconverted data in read buffer"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Channel terminates in a partial character"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Cannot do a raw read in g_io_channel_read_to_end"
@@ -277,23 +299,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Failed to map file '%s': mmap() failed: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Error on line %d char %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Error on line %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -304,17 +326,17 @@
 "begins an entity; if this ampersand is not supposed to be an entity, escape "
 "it as &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Character '%s' is not valid inside an entity name"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Entity name '%s' is not known"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -322,7 +344,7 @@
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -331,16 +353,16 @@
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Character reference '%-.*s' does not encode a permitted character"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Empty character reference; should include a digit such as &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -350,32 +372,32 @@
 "ampersand character without intending to start an entity - escape ampersand "
 "as &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Unfinished entity reference"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Unfinished character reference"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Invalid UTF-8 encoded text - overlong sequence"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Invalid UTF-8 encoded text - not a start char"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Invalid UTF-8 encoded text - not valid '%s'"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Document must begin with an element (e.g. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -384,7 +406,7 @@
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -393,14 +415,14 @@
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -411,7 +433,7 @@
 "element '%s', or optionally an attribute; perhaps you used an invalid "
 "character in an attribute name"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -420,7 +442,7 @@
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -429,7 +451,7 @@
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -438,25 +460,25 @@
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element '%s' was closed, no element is currently open"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element '%s' was closed, but the currently open element is '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Document was empty or contained only whitespace"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Document ended unexpectedly just after an open angle bracket '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -465,7 +487,7 @@
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -474,19 +496,19 @@
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Document ended unexpectedly inside an element name"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Document ended unexpectedly inside an attribute name"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Document ended unexpectedly inside an element-opening tag."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -494,16 +516,16 @@
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Document ended unexpectedly while inside an attribute value"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Document ended unexpectedly inside the close tag for element '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Document ended unexpectedly inside a comment or processing instruction"
 
@@ -551,66 +573,257 @@
 msgid "unknown error"
 msgstr "unknown error"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Channel terminates in a partial character"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Invalid byte sequence in conversion input"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Unfinished character reference"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Unfinished character reference"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Unfinished character reference"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Symbolic links not supported"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Error while matching regular expression %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE library is compiled without UTF8 support"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE library is compiled without UTF8 properties support"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Error while compiling regular expression %s at char %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Error while optimizing regular expression %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "hexadecimal digit or '}' expected"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "hexadecimal digit expected"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "missing '<' in symbolic reference"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "unfinished symbolic reference"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "zero-length symbolic reference"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "digit expected"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "illegal symbolic reference"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "stray final '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "unknown escape sequence"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Error while parsing replacement text \"%s\" at char %lu: %s"
@@ -645,17 +858,17 @@
 msgid "Failed to read data from child process"
 msgstr "Failed to read data from child process"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Failed to create pipe for communicating with child process (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Failed to read from child pipe (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Failed to change to directory '%s' (%s)"
@@ -704,42 +917,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Failed to read data from child process (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Unexpected error in select() reading data from a child process (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Unexpected error in waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Failed to fork (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Failed to execute child process \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Failed to redirect output or input of child process (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Failed to fork child process (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Unknown error executing child process \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Failed to read enough data from child pid pipe (%s)"
@@ -760,130 +973,130 @@
 msgid "Character out of range for UTF-16"
 msgstr "Character out of range for UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Usage:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Help Options:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Show help options"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Show all help options"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Application Options:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Cannot parse integer value '%s' for %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Integer value '%s' for %s out of range"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Cannot parse double value '%s' for %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Double value '%s' for %s out of range"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Error parsing option %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Missing argument for %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Unknown option %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Valid key file could not be found in search dirs"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Not a regular file"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "File is empty"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Invalid group name: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Key file does not start with a group"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Invalid key name: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Key file contains unsupported encoding '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Key file does not have group '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Key file does not have key '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Key file contains key '%s' with value '%s' which is not UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "Key file contains key '%s' which has value that cannot be interpreted."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -892,37 +1105,588 @@
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Key file does not have key '%s' in group '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Key file contains escape character at end of line"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Key file contains invalid escape sequence '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Value '%s' cannot be interpreted as a number."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Integer value '%s' out of range"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Value '%s' cannot be interpreted as a float number."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Value '%s' cannot be interpreted as a boolean."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "unknown error"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Symbolic links not supported"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Symbolic links not supported"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Invalid key name: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Invalid hostname"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Failed to create file '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Failed to create file '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Failed to create file '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Error parsing option %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Document ended unexpectedly inside an attribute name"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Error opening directory '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Error during conversion: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Error during conversion: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Error on line %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Symbolic links not supported"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Error parsing option %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Error parsing option %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Not a regular file"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Error on line %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Error parsing option %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Error parsing option %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Symbolic links not supported"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
diff --git a/po/en_GB.po b/po/en_GB.po
index 73506ec..3d0a63b 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: GLIB\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-14 07:13-0000\n"
 "Last-Translator: David Lodge <dave@cirt.net>\n"
 "Language-Team: \n"
@@ -87,71 +87,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Failed to expand exec line '%s' with URI '%s'"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Conversion from character set '%s' to '%s' is not supported"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Could not open converter from '%s' to '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Invalid byte sequence in conversion input"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Error during conversion: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Partial character sequence at end of input"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Cannot convert fallback '%s' to codeset '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "The URI '%s' is invalid"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "The hostname of the URI '%s' is invalid"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "The URI '%s' contains invalidly escaped characters"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "The pathname '%s' is not an absolute path"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Invalid hostname"
@@ -231,37 +231,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Template '%s' doesn't contain XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Failed to read the symbolic link '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Symbolic links not supported"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Could not open converter from '%s' to '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Can't do a raw read in g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Left over unconverted data in read buffer"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Channel terminates in a partial character"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Can't do a raw read in g_io_channel_read_to_end"
@@ -276,23 +298,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Failed to map file '%s': mmap() failed: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Error on line %d char %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Error on line %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -303,17 +325,17 @@
 "begins an entity; if this ampersand isn't supposed to be an entity, escape "
 "it as &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Character '%s' is not valid inside an entity name"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Entity name '%s' is not known"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -321,7 +343,7 @@
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -330,16 +352,16 @@
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Character reference '%-.*s' does not encode a permitted character"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Empty character reference; should include a digit such as &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -349,32 +371,32 @@
 "ampersand character without intending to start an entity - escape ampersand "
 "as &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Unfinished entity reference"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Unfinished character reference"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Invalid UTF-8 encoded text - overlong sequence"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Invalid UTF-8 encoded text - not a start char"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Invalid UTF-8 encoded text - not valid '%s'"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Document must begin with an element (e.g. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -383,7 +405,7 @@
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -392,14 +414,14 @@
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -410,7 +432,7 @@
 "element '%s', or optionally an attribute; perhaps you used an invalid "
 "character in an attribute name"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -419,7 +441,7 @@
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -428,7 +450,7 @@
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -437,25 +459,25 @@
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element '%s' was closed, no element is currently open"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element '%s' was closed, but the currently open element is '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Document was empty or contained only whitespace"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Document ended unexpectedly just after an open angle bracket '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -464,7 +486,7 @@
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -473,19 +495,19 @@
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Document ended unexpectedly inside an element name"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Document ended unexpectedly inside an attribute name"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Document ended unexpectedly inside an element-opening tag."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -493,16 +515,16 @@
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Document ended unexpectedly while inside an attribute value"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Document ended unexpectedly inside the close tag for element '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Document ended unexpectedly inside a comment or processing instruction"
 
@@ -550,66 +572,257 @@
 msgid "unknown error"
 msgstr "unknown error"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Channel terminates in a partial character"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Invalid byte sequence in conversion input"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Unfinished character reference"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Unfinished character reference"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Unfinished character reference"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Symbolic links not supported"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Error while matching regular expression %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE library is compiled without UTF8 support"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE library is compiled without UTF8 properties support"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Error while compiling regular expression %s at char %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Error while optimising regular expression %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "hexadecimal digit or '}' expected"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "hexadecimal digit expected"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "missing '<' in symbolic reference"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "unfinished symbolic reference"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "zero-length symbolic reference"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "digit expected"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "illegal symbolic reference"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "stray final '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "unknown escape sequence"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Error while parsing replacement text \"%s\" at char %lu: %s"
@@ -644,17 +857,17 @@
 msgid "Failed to read data from child process"
 msgstr "Failed to read data from child process"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Failed to create pipe for communicating with child process (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Failed to read from child pipe (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Failed to change to directory '%s' (%s)"
@@ -703,42 +916,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Failed to read data from child process (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Unexpected error in select() reading data from a child process (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Unexpected error in waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Failed to fork (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Failed to execute child process \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Failed to redirect output or input of child process (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Failed to fork child process (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Unknown error executing child process \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Failed to read enough data from child pid pipe (%s)"
@@ -759,130 +972,130 @@
 msgid "Character out of range for UTF-16"
 msgstr "Character out of range for UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Usage:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Help Options:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Show help options"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Show all help options"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Application Options:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Cannot parse integer value '%s' for %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Integer value '%s' for %s out of range"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Cannot parse double value '%s' for %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Double value '%s' for %s out of range"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Error parsing option %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Missing argument for %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Unknown option %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Valid key file could not be found in search dirs"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Not a regular file"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "File is empty"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Invalid group name: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Key file does not start with a group"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Invalid key name: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Key file contains unsupported encoding '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Key file does not have group '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Key file does not have key '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Key file contains key '%s' with value '%s' which is not UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "Key file contains key '%s' which has value that cannot be interpreted."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -891,41 +1104,592 @@
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Key file does not have key '%s' in group '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Key file contains escape character at end of line"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Key file contains invalid escape sequence '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Value '%s' cannot be interpreted as a number."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Integer value '%s' out of range"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Value '%s' cannot be interpreted as a float number."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Value '%s' cannot be interpreted as a boolean."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "unknown error"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Symbolic links not supported"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Symbolic links not supported"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Invalid key name: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Invalid hostname"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Failed to create file '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Failed to create file '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Failed to create file '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Error parsing option %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Document ended unexpectedly inside an attribute name"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Error opening directory '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Error during conversion: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Error during conversion: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Error on line %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Symbolic links not supported"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Error parsing option %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Error parsing option %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Not a regular file"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Error on line %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Error parsing option %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Error parsing option %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Symbolic links not supported"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Could not change file mode: fork() failed: %s"
 
diff --git a/po/eo.po b/po/eo.po
index be5cb56..b93d84f 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib 2.3.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -89,71 +89,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Malsukcesis krei dosieron '%s': %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Konverto de signaro '%s' el '%s' ne estas subtenata"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, 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:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Nevalida bitokosekvenco en konverta enigo"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Eraro dum konverto: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Parta signosekvenco je enigofino"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Ne povas konverti fallback '%s' al kodaro '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "La loka dosiera URI '%s' eble ne enhavas '#'"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "La URI '%s' estas nevalida"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "La komputilnomo de la URI '%s' ne estas valida"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "La URI '%s' enhavas nevalidajn eskapajn signojn"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "La padnomo '%s' ne estas absolutan padon"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Nevalida komputilnomo"
@@ -233,37 +233,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Ŝablono '%s' ne finiĝas je XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, fuzzy, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Malsukcesis krei dosieron '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr ""
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Ne eblis malfermi konvertilon de '%s al '%s: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Ne povas fari krudan legon en g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Kroma nekonvertinta datumo en legbufro"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanalo finas kun parta signo"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Ne povas fari krudan legon en g_io_channel_read_to_end"
@@ -278,22 +300,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Eraro ĉe linio %d signo %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Eraro ĉe linio %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "Malplena ero '&;'; validaj eroj estas : &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -303,17 +325,17 @@
 "Signo '%s' ne estas valida en la komenco de eronomo; la & signo komencas unu "
 "ero;se la kaj-signo ne estas ero, eskapu ĝin kiel &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Signo '%s' ne estas valida en unu eronomo"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Eronomo '%s' ne estas konata"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -321,7 +343,7 @@
 "Ero ne finis kun punktokomo; vi eble uzis kaj-signo sen voli komenci eron."
 "Eskapu kaj-signon kiel &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, fuzzy, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -330,16 +352,16 @@
 "Analizo de '%s' malsuksesis. Une cifero devus esti en la signoreferenco "
 "(&#234; ekzemple)- eble la cifero estas tro granda"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, fuzzy, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Signorefrenco '%s' ne faras kodigu permesatan signon"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Malplena signa referenco; devus enhavi ciferon kiel &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -348,34 +370,34 @@
 "Signa referenco ne finis kun punktokomo; vi verŝajne uzas kaj-signon sen "
 "volikomenci eron - eskapu kaj-signon kiel &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Nefinita erorefrenco"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Nefinita signorefrenco"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Nevalida UTF-8 kodiginta teksto"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Nevalida UTF-8 kodiginta teksto"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Nevalida UTF-8 kodiginta teksto"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokumento devas komenci kun elemento (ekz. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -384,7 +406,7 @@
 "'%s' ne estas valida signo post la signo '<'; ĝi ne eblas "
 "komcencielementnomon"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -393,7 +415,7 @@
 "Malbona signo '%s', unu '>' signo estas atendita por fini la "
 "komencetikedonde elemento '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -401,7 +423,7 @@
 "Malbona signo '%s', unu '>' signo estas atendita post atributnomo '%s' "
 "deelemento '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -412,7 +434,7 @@
 "lakomencetikedon de elemento '%s' aŭ unu atributo; eble vi uzas nevalidan "
 "signon enunu atributnomo"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -421,7 +443,7 @@
 "Malbona signo '%s', malferma citilo estas atendita post la egalsigno "
 "kiamdonita valoro por atributo '%s' de elemento '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -430,7 +452,7 @@
 "'%s' ne estas valida signo post la signoj '</'; '%s' ne eblas "
 "komcencielementnomon"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -439,26 +461,26 @@
 "'%s' ne estas valida signo post la ferma elementnomo '%s'; la valida signo "
 "estas'>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Elemento '%s' estis fermita, neniu elemento estas malfermita"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "Elemento '%s' estis fermita, sed la momente malfermita elemento estas '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokumento estis malpena aŭ enhavis nur blankspaco"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokumento neatendite finis post malfermi-angulkrampon '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -467,7 +489,7 @@
 "Dokumento neatendite finis kun elementoj ankoraŭ malfermi - '%s' estis la "
 "lasta elemento malfermita"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -476,19 +498,19 @@
 "Dokumento neatendite finis, atendis vidi etikedon finiĝanta je fermi-"
 "angulkrampo <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokumento neatendite finis en elementa nomo"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokumento neatendite finis en atributa nomo"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokumento neatendite finis en elemento-malfermanta etikedo."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -496,16 +518,16 @@
 "Dokumento neatendite finis post le egalsigno sekvita de atributnomo; ne "
 "atributvaloro"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokumento neatendite finis dum en atributvaloro"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Dokumento neatendite finis en la fermetikedo por elemento '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Dokumento neatendite finis en komento aŭ komputanta instrukcio"
 
@@ -553,67 +575,257 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanalo finas kun parta signo"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Nevalida bitokosekvenco en konverta enigo"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Nefinita signorefrenco"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Nefinita signorefrenco"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Nefinita signorefrenco"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+msgid "POSIX collating elements are not supported"
+msgstr ""
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Eraro ĉe linio %d signo %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Nefinita erorefrenco"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -648,17 +860,17 @@
 msgid "Failed to read data from child process"
 msgstr "Malsukesis legi datumon de procezido"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Malsukcesis krei dukton por komunikado kun procezido (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Malsukcesis legi de duktido (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Malsukcesis ŝanĝi al dosierujo '%s' (%s)"
@@ -706,42 +918,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Malsukcesis legi datumon de procezido (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Neatendita eraro en select() dum datumlegado de procezido (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Neatendita eraro en waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Malsukcesis branĉiĝi (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Malsukcesis lanĉi procezidon \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Malsukcesis alidirekti enigon aŭ eligon de procezido (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Malsukcesis branĉiĝi procezidon (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Nekonata eraro dum la lanĉando de la procezido \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Malsukcesis legi sufiĉe datumon de ida pid-dukto (%s)"
@@ -762,170 +974,719 @@
 msgid "Character out of range for UTF-16"
 msgstr "Signo ne estas en la UTF-16 intervalo"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr ""
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Eraro dum konverto: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr ""
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr ""
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Nevalida komputilnomo"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Nevalida komputilnomo"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, fuzzy, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "La URI '%s' enhavas nevalidajn eskapajn signojn"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+msgid "Unknown type"
+msgstr ""
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, c-format
+msgid "Operation not supported"
+msgstr ""
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, c-format
+msgid "Trash not supported"
+msgstr ""
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Nevalida komputilnomo"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Nevalida komputilnomo"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Malsukcesis krei dosieron '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Malsukcesis krei dosieron '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Malsukcesis krei dosieron '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Eraro dum konverto: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokumento neatendite finis en atributa nomo"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Eraro dum malfermado de dosierujo '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Eraro dum konverto: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Eraro dum konverto: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Eraro ĉe linio %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, c-format
+msgid "Setting attribute %s not supported"
+msgstr ""
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Eraro dum konverto: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Eraro dum konverto: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Eraro dum legado de dosiero '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Eraro ĉe linio %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Eraro dum konverto: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Eraro dum konverto: %s"
+
+#: gio/gwin32appinfo.c:343
+#, c-format
+msgid "URIs not supported"
+msgstr ""
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
diff --git a/po/es.po b/po/es.po
index 215e2eb..ba55711 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-17 09:34+0000\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-12-17 20:23+0100\n"
 "Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
 "Language-Team: Spanish <gnome-es-list@gnome.org>\n"
@@ -19,300 +19,312 @@
 "X-Generator: KBabel 1.11.4\n"
 "Plural-Forms:  nplurals=2; plural=(n != 1);\n"
 
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
 #, c-format
 msgid "Unexpected attribute '%s' for element '%s'"
 msgstr "Atributo inesperado «%s» para el elemento «%s»"
 
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
 #, c-format
 msgid "Attribute '%s' of element '%s' not found"
 msgstr "El atributo «%s» del elemento «%s» no se ha encontrado"
 
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
 #, c-format
 msgid "Unexpected tag '%s', tag '%s' expected"
 msgstr "Etiqueta «%s» inesperada, se esperaba la etiqueta «%s»"
 
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
 #, c-format
 msgid "Unexpected tag '%s' inside '%s'"
 msgstr "Etiqueta «%s» inesperada dentro de «%s»"
 
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
+#, c-format
 msgid "No valid bookmark file found in data dirs"
 msgstr ""
 "No se pudo encontrar ningún archivo de marcadores válido en los directorios "
 "de datos"
 
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
 #, c-format
 msgid "A bookmark for URI '%s' already exists"
 msgstr "Ya existe un marcador para el URI «%s»"
 
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
 #, c-format
 msgid "No bookmark found for URI '%s'"
 msgstr "No se encontró un marcador para el URI «%s»"
 
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
 #, c-format
 msgid "No MIME type defined in the bookmark for URI '%s'"
 msgstr "Ningún tipo MIME definido en el marcador para la URI «%s»"
 
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
 #, c-format
 msgid "No private flag has been defined in bookmark for URI '%s'"
 msgstr "No se ha definido ningún flag privado en el marcador para el URI «%s»"
 
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
 #, c-format
 msgid "No groups set in bookmark for URI '%s'"
 msgstr "No se ha establecido ningún grupo en el marcador para el URI «%s»"
 
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
 #, c-format
 msgid "No application with name '%s' registered a bookmark for '%s'"
 msgstr "Ninguna aplicación con nombre «%s» registró un marcador para «%s»"
 
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
 #, c-format
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Falló la expansión de la la linea ejecutable «%s» con el URI «%s»"
 
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
-msgstr "La conversión desde el conjunto de caracteres «%s» a «%s» no está soportada"
+msgstr ""
+"La conversión desde el conjunto de caracteres «%s» a «%s» no está soportada"
 
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "No se pudo abrir el conversor de «%s» a «%s»"
 
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
+#: glib/gutf8.c:1399
+#, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Hay una secuencia de bytes no válida en la entrada de conversión"
 
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Falló durante la conversión: %s"
 
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:946 ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
+#, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Hay una secuencia parcial de caracteres en el final de la entrada"
 
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "No se puede convertir el fallback «%s» al conjunto de códigos «%s»"
 
-#: ../glib/gconvert.c:1733
+#: glib/gconvert.c:1733
 #, 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:1743
+#: glib/gconvert.c:1743
 #, 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:1760
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "El URI «%s» es inválida"
 
-#: ../glib/gconvert.c:1772
+#: glib/gconvert.c:1772
 #, 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:1788
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "El URI «%s» contiene caracteres de escape inválidos"
 
-#: ../glib/gconvert.c:1883
+#: glib/gconvert.c:1883
 #, 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:1893
+#: glib/gconvert.c:1893
+#, c-format
 msgid "Invalid hostname"
 msgstr "El nombre del host es inválido"
 
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
 #, c-format
 msgid "Error opening directory '%s': %s"
 msgstr "Falló al abrir el directorio «%s»: %s"
 
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
 #, c-format
 msgid "Could not allocate %lu bytes to read file \"%s\""
 msgstr "No se pueden asignar %lu bytes para leer el archivo «%s»"
 
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
 #, c-format
 msgid "Error reading file '%s': %s"
 msgstr "Falló al leer el archivo «%s»: %s"
 
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
 #, c-format
 msgid "Failed to read from file '%s': %s"
 msgstr "Falló al leer del archivo «%s»: %s"
 
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "Falló al abrir el archivo «%s»: %s"
 
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
 #, c-format
 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
 msgstr "Falló al obtener los atributos del archivo «%s»: fstat() falló: %s"
 
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
 #, c-format
 msgid "Failed to open file '%s': fdopen() failed: %s"
 msgstr "Falló al abrir el archivo «%s»: fdopen() falló: %s"
 
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
 #, c-format
 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
 msgstr "Falló al renombrar el archivo «%s» a «%s»: g_rename() falló: %s"
 
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
 #, c-format
 msgid "Failed to create file '%s': %s"
 msgstr "Falló al crear el archivo «%s»: %s"
 
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
 #, c-format
 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
 msgstr "Falló al abrir el archivo «%s» para escritura: fdopen() falló: %s"
 
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
 #, c-format
 msgid "Failed to write file '%s': fwrite() failed: %s"
 msgstr "Falló al escribir el archivo «%s»: fwrite() falló: %s"
 
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
 #, c-format
 msgid "Failed to close file '%s': fclose() failed: %s"
 msgstr "Falló al cerrar el archivo «%s»: fclose() falló: %s"
 
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
 #, c-format
 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
 msgstr "El archivo existente «%s» no se pudo eliminar: g_unlink() falló: %s"
 
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
 #, c-format
 msgid "Template '%s' invalid, should not contain a '%s'"
 msgstr "La plantilla «%s» es inválida, no debería contener un «%s»"
 
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
 #, c-format
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "La plantilla «%s» no contiene XXXXXX"
 
-#: ../glib/gfileutils.c:1824
+#: glib/gfileutils.c:1826
 #, c-format
 msgid "%u byte"
 msgid_plural "%u bytes"
 msgstr[0] "%u byte"
 msgstr[1] "%u bytes"
 
-#: ../glib/gfileutils.c:1832
+#: glib/gfileutils.c:1834
 #, c-format
 msgid "%.1f KB"
 msgstr "%.1f KiB"
 
-#: ../glib/gfileutils.c:1837
+#: glib/gfileutils.c:1839
 #, c-format
 msgid "%.1f MB"
 msgstr "%.1f MiB"
 
-#: ../glib/gfileutils.c:1842
+#: glib/gfileutils.c:1844
 #, c-format
 msgid "%.1f GB"
 msgstr "%.1f GiB"
 
-#: ../glib/gfileutils.c:1885
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Falló al leer el enlace simbólico «%s»: %s"
 
-#: ../glib/gfileutils.c:1906
+#: glib/gfileutils.c:1908
+#, c-format
 msgid "Symbolic links not supported"
 msgstr "Enlaces simbólicos no soportados"
 
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "No se pudo abrir el conversor de «%s» a «%s»: %s"
 
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
-msgstr "No se puede hacer una lectura en bruto (raw) en g_io_channel_read_line_string"
+msgstr ""
+"No se puede hacer una lectura en bruto (raw) en g_io_channel_read_line_string"
 
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
+#, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Se han dejado datos no convertidos en el búfer de lectura"
 
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
+#, c-format
 msgid "Channel terminates in a partial character"
 msgstr "El canal termina en un carácter parcial"
 
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
-msgstr "No se puede hacer una lectura en bruto (raw) en g_io_channel_read_to_end"
+msgstr ""
+"No se puede hacer una lectura en bruto (raw) en g_io_channel_read_to_end"
 
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
 #, c-format
 msgid "Failed to open file '%s': open() failed: %s"
 msgstr "Falló al abrir el archivo «%s»: open() falló: %s"
 
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
 #, c-format
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Falló al mapear el archivo «%s»: mmap() falló: %s"
 
-#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, c-format
 msgid "Error on line %d char %d: "
 msgstr "Error en la línea %d, carácter %d: "
 
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Error en la línea %d: %s"
 
-#: ../glib/gmarkup.c:442
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:442
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "La entidad '&;' está vacía; las entidades válidas son: &amp; &quot; &lt; "
 "&gt; &apos;"
 
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -323,17 +335,17 @@
 "carácter «&» inicia una entidad; si el signo  et ('&') no debiera ser una "
 "entidad, escápela como &amp;"
 
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "El carácter «%s» no es válido dentro del nombre de una entidad"
 
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "El nombre de la entidad «%s» es desconocido"
 
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -342,7 +354,7 @@
 "\"&\" sin la intención de indicar una entidad, escape el signo \"&\" como "
 "&amp;"
 
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -352,18 +364,18 @@
 "carácter de referencia( por ejemplo &#234;) - tal vez el dígito es demasiado "
 "grande"
 
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "El carácter de referencia «%-.*s» no codifica un carácter permitido"
 
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 "El carácter de referencia está vacío; debería incluir un dígito tal como "
 "&#454;"
 
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -373,32 +385,32 @@
 "un carácter «&» sin pretender iniciar una entidad, escape el carácter \"&\" "
 "como &amp;"
 
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Referencia de entidad sin terminar"
 
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Referencia de carácter sin terminar"
 
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Texto codificado como UTF-8 inválido; secuencia demasiado larga"
 
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Texto codificado como UTF-8 inválido; sin carácter de comienzo"
 
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Texto codificado como UTF-8 inválido; «%s» no válido"
 
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "El documento debe comenzar con un elemento (por ejemplo: <book>)"
 
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +419,7 @@
 "«%s» no es un carácter válido a continuación del carácter '<'; no debe "
 "iniciar un nombre de elemento"
 
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -416,14 +428,15 @@
 "Carácter «%s» impropio, se esperaba un carácter '>' para terminar la "
 "etiqueta de inicio del elemento «%s»"
 
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1267
 #, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "Carácter «%s» impropio, se esperaba el carácter '=' después del nombre de "
 "atributo «%s» del elemento «%s»"
 
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +447,7 @@
 "etiqueta de inicio del elemento «%s» u opcionalmente un atributo; tal vez "
 "utilizó un carácter que no es válido en un nombre de atributo"
 
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +456,7 @@
 "Carácter «%s» impropio, se esperaba una marca de apertura de comillas "
 "después del signo igual al darle valor al atributo «%s» del elemento «%s»"
 
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +465,7 @@
 "«%s» no es un carácter válido a continuación de los caracteres '</'; «%s»  "
 "no debe iniciar un nombre de elemento"
 
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -461,27 +474,27 @@
 "«%s» no es un carácter válido a continuación del nombre del elemento de "
 "cierre «%s»; el carácter permitido es '>'"
 
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "El elemento «%s» fue cerrado, no existe ningún elemento abierto"
 
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "El elemento «%s» fue cerrado, pero el elemento que está abierto actualmente "
 "es «%s»"
 
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "El documento estaba vacío o sólo contenía espacios en blanco"
 
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "El documento termina inesperadamente justo después de un '<'"
 
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -490,7 +503,7 @@
 "El documento termina inesperadamente con elementos todavía abiertos - «%s» "
 "fue el último elemento abierto"
 
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -499,21 +512,21 @@
 "El documento termina inesperadamente, se esperaba un carácter '>' "
 "finalizando la etiqueta <%s/>"
 
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "El documento termina inesperadamente dentro de un nombre de elemento"
 
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "El documento termina inesperadamente dentro de un nombre de atributo"
 
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 "El documento termina inesperadamente dentro de una etiqueta de apertura de "
 "elemento."
 
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -521,401 +534,408 @@
 "El documento termina inesperadamente después de los signos igual que siguen "
 "al nombre de atributo; sin valor de atributo"
 
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "El documento termina inesperadamente dentro del valor de un atributo"
 
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "El documento termina inesperadamente dentro de la etiqueta de cierre del "
 "elemento «%s»"
 
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "El documento termina inesperadamente dentro de un comentario o instrucción "
 "de proceso"
 
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
 msgid "corrupted object"
 msgstr "objeto corrupto"
 
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
 msgid "internal error or corrupted object"
 msgstr "error interno u objeto corrupto"
 
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
 msgid "out of memory"
 msgstr "sin memoria"
 
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
 msgid "backtracking limit reached"
 msgstr "se alcanzó el límite de «backtracking»"
 
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
 msgid "the pattern contains items not supported for partial matching"
-msgstr "el patrón contiene elementos no soportados para una coincidencia parcial"
+msgstr ""
+"el patrón contiene elementos no soportados para una coincidencia parcial"
 
-#: ../glib/gregex.c:154
+#: glib/gregex.c:154
 msgid "internal error"
 msgstr "error interno"
 
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
 msgid "back references as conditions are not supported for partial matching"
 msgstr ""
 "no se soportan referencias anteriores como condiciones para coincidencias "
 "parciales"
 
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
 msgid "recursion limit reached"
 msgstr "se alcanzó el límite de recursividad"
 
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
 msgid "workspace limit for empty substrings reached"
 msgstr "límite del espacio de trabajo cuando se alcanzan subcadenas vacías"
 
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
 msgid "invalid combination of newline flags"
 msgstr "combinación de banderas de nueva línea inválidas"
 
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
 msgid "unknown error"
 msgstr "error desconocido"
 
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
 msgid "\\ at end of pattern"
 msgstr "\\ al final del patrón"
 
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
 msgid "\\c at end of pattern"
 msgstr "\\c al final del patrón"
 
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
 msgid "unrecognized character follows \\"
 msgstr "carácter no reconocido después de \\"
 
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
 msgstr ""
 "aquí no se permite escapar las letras (\\l, \\L, \\u, \\U) (mayúscula y "
 "minúscula)"
 
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
 msgid "numbers out of order in {} quantifier"
 msgstr "números fuera de rango en el cuantificador {}"
 
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
 msgid "number too big in {} quantifier"
 msgstr "número demasiado grande en el cuantificador {}"
 
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
 msgid "missing terminating ] for character class"
 msgstr "falta la terminación ] para la clase de carácter"
 
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
 msgid "invalid escape sequence in character class"
 msgstr "secuencia de escape no válida en la clase de carácter"
 
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
 msgid "range out of order in character class"
 msgstr "rango fuera de orden en la clase de carácter"
 
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
 msgid "nothing to repeat"
 msgstr "nada que repetir"
 
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
 msgid "unrecognized character after (?"
 msgstr "carácter no reconocido después de (?"
 
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
 msgid "unrecognized character after (?<"
 msgstr "carácter no reconocido después de (?<"
 
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
 msgid "unrecognized character after (?P"
 msgstr "carácter no reconocido después de (?P"
 
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
 msgid "POSIX named classes are supported only within a class"
 msgstr "Sólo se soportan las clases con nombres POSIX dentro de una clase"
 
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
 msgid "missing terminating )"
 msgstr "falta el ) de terminación"
 
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
 msgid ") without opening ("
 msgstr ") sin ( que lo abriera"
 
-#: ../glib/gregex.c:255
+#: glib/gregex.c:255
 msgid "(?R or (?[+-]digits must be followed by )"
 msgstr "(?R o los dígitos (?[+-] deben estar seguidos por )"
 
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
 msgid "reference to non-existent subpattern"
 msgstr "referencia a un subpatrón no existente"
 
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
 msgid "missing ) after comment"
 msgstr "falta ) después del comentario"
 
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
 msgid "regular expression too large"
 msgstr "la expresión regular es demasiado larga"
 
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
 msgid "failed to get memory"
 msgstr "falló al obtener memoria"
 
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
 msgid "lookbehind assertion is not fixed length"
 msgstr "la comprobación «lookbehind» no tiene una longitud fija"
 
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
 msgid "malformed number or name after (?("
 msgstr "número o nombre mal formado después de (?("
 
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
 msgid "conditional group contains more than two branches"
 msgstr "el grupo condicional contiene más de dos ramas"
 
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
 msgid "assertion expected after (?("
 msgstr "se esperaba una comprobación después de (?("
 
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
 msgid "unknown POSIX class name"
 msgstr "nombre de clase POSIX desconocido"
 
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
 msgid "POSIX collating elements are not supported"
 msgstr "los elementos POSIX recopilados no están soportados"
 
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
 msgid "character value in \\x{...} sequence is too large"
 msgstr "el valor del carácter en la secuencia \\x{…} es demasiado largo"
 
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
 msgid "invalid condition (?(0)"
 msgstr "condición no válida (?(0)"
 
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
 msgid "\\C not allowed in lookbehind assertion"
 msgstr "no se permite \\C en comprobaciones «lookbehind»"
 
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
 msgid "recursive call could loop indefinitely"
 msgstr "una llamada recursiva podrá crear un bucle infinito"
 
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
 msgid "missing terminator in subpattern name"
 msgstr "falta el terminador en el nombre del subpatrón"
 
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
 msgid "two named subpatterns have the same name"
 msgstr "dos subpatrones tienen el mismo nombre"
 
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
 msgid "malformed \\P or \\p sequence"
 msgstr "secuencia \\P o \\p mal formada"
 
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
 msgid "unknown property name after \\P or \\p"
 msgstr "nombre de propiedad desconocido después de \\P o \\p"
 
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
 msgid "subpattern name is too long (maximum 32 characters)"
 msgstr "el nombre del subpatrón es damasiado largo (máximo 32 caracteres)"
 
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
 msgid "too many named subpatterns (maximum 10,000)"
 msgstr "demasiados subpatrones con nombre (máximo 10.000)"
 
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
 msgid "octal value is greater than \\377"
 msgstr "el valor octal es mayor que \\377"
 
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
 msgid "DEFINE group contains more than one branch"
 msgstr "el grupo DEFINE contiene más de una rama"
 
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
 msgid "repeating a DEFINE group is not allowed"
 msgstr "no se permite repetir un grupo DEFINE"
 
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
 msgid "inconsistent NEWLINE options"
 msgstr "opciones NEWLINE inconsistentes"
 
-#: ../glib/gregex.c:330
-msgid "\\g is not followed by a braced name or an optionally braced non-zero number"
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
 msgstr ""
 "\\g no está seguido por un nombre de llave o un número distinto de cero con "
 "una llave opcional"
 
-#: ../glib/gregex.c:335
+#: glib/gregex.c:335
 msgid "unexpected repeat"
 msgstr "repetición inesperada"
 
-#: ../glib/gregex.c:339
+#: glib/gregex.c:339
 msgid "code overflow"
 msgstr "desbordamiento de código"
 
-#: ../glib/gregex.c:343
+#: glib/gregex.c:343
 msgid "overran compiling workspace"
 msgstr "se desbordó el espacio de trabajo de compilación"
 
-#: ../glib/gregex.c:347
+#: glib/gregex.c:347
 msgid "previously-checked referenced subpattern not found"
 msgstr "no se encontró el subpatrón referenciado anteriormente comprobado"
 
-#: ../glib/gregex.c:514 ../glib/gregex.c:1562
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Error al coincidir con la expresión regular %s: %s"
 
-#: ../glib/gregex.c:1067
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "La biblioteca PCRE está compilada sin soporte para UTF8"
 
-#: ../glib/gregex.c:1076
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
-msgstr "La biblioteca PCRE está compilada sin soporte para las propiedades de UTF8"
+msgstr ""
+"La biblioteca PCRE está compilada sin soporte para las propiedades de UTF8"
 
-#: ../glib/gregex.c:1130
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Error al compilar la expresión regular %s en el carácter %d: %s"
 
-#: ../glib/gregex.c:1166
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Error al optimizar la expresión regular %s: %s"
 
-#: ../glib/gregex.c:1990
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "se esperaba un dígito hexadecimal o «}»"
 
-#: ../glib/gregex.c:2006
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "se esperaba un dígito hexadecimal"
 
-#: ../glib/gregex.c:2046
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "falta «<» en la referencia simbólica"
 
-#: ../glib/gregex.c:2055
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "referencia de símbolo sin terminar"
 
-#: ../glib/gregex.c:2062
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "referencia simbólica de longitud cero"
 
-#: ../glib/gregex.c:2073
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "se esperaba un dígito"
 
-#: ../glib/gregex.c:2091
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "referencia simbólica ilegal"
 
-#: ../glib/gregex.c:2153
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "«\\» al final de la cadena"
 
-#: ../glib/gregex.c:2157
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "secuencia de escape desconocida"
 
-#: ../glib/gregex.c:2167
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Error al analizar el texto de reemplazo «%s» en el carácter %lu: %s"
 
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
+#, c-format
 msgid "Quoted text doesn't begin with a quotation mark"
 msgstr "El texto entrecomillado no empieza por un signo de comilla"
 
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
+#, c-format
 msgid "Unmatched quotation mark in command line or other shell-quoted text"
 msgstr ""
 "Falta una comilla en la línea de comandos o en otro texto con comillas tipo "
 "shell"
 
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
 #, c-format
 msgid "Text ended just after a '\\' character. (The text was '%s')"
-msgstr "El texto termina justo después de un carácter '\\'. (El texto era «%s»)"
+msgstr ""
+"El texto termina justo después de un carácter '\\'. (El texto era «%s»)"
 
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
 #, c-format
 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
 msgstr ""
 "El texto terminó antes de que se encontrase la comilla correspondiente con %"
 "c. (El texto era «%s»)"
 
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
+#, c-format
 msgid "Text was empty (or contained only whitespace)"
 msgstr "El texto está vacío (o sólo contiene espacios en blanco)"
 
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
+#, c-format
 msgid "Failed to read data from child process"
 msgstr "Falló al leer los datos desde un proceso hijo"
 
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "Falló en la creación de un conducto (pipe) para comunicarse con el proceso "
 "hijo (%s)"
 
-#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Falló al leer desde el conducto hijo (%s)"
 
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Falló al cambiar al directorio «%s» (%s)"
 
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
 #, c-format
 msgid "Failed to execute child process (%s)"
 msgstr "Falló al ejecutar el proceso hijo (%s)"
 
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
 #, c-format
 msgid "Invalid program name: %s"
 msgstr "Nombre de programa inválido: %s"
 
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
 #, c-format
 msgid "Invalid string in argument vector at %d: %s"
 msgstr "Cadena inválida en el vector del argumento en %d: %s"
 
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
 #, c-format
 msgid "Invalid string in environment: %s"
 msgstr "Cadena inválida en el entorno: %s"
 
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
 #, c-format
 msgid "Invalid working directory: %s"
 msgstr "Directorio de trabajo inválido: %s"
 
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
 #, c-format
 msgid "Failed to execute helper program (%s)"
 msgstr "Falló al ejecutar el programa auxiliar (%s)"
 
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
+#, c-format
 msgid ""
 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
 "process"
@@ -923,190 +943,198 @@
 "Falló inesperado en g_io_channel_win32_poll() al leer datos desde un proceso "
 "hijo"
 
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
 #, c-format
 msgid "Failed to read data from child process (%s)"
 msgstr "Falló en la lectura de datos desde el proceso hijo (%s)"
 
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Falló inesperado en select() leyendo datos desde el proceso hijo (%s)"
 
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Falló inesperado en waitpid() (%s)"
 
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Falló al bifurcar (fork) (%s)"
 
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Falló al ejecutar el proceso hijo «%s» (%s)"
 
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Falló al redirigir la salida o la entrada del proceso hijo (%s)"
 
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Falló al bifurcar el proceso hijo (%s)"
 
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Falló desconocido al ejecutar el proceso hijo «%s»"
 
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Falló al leer suficientes datos desde el conducto del pid hijo (%s)"
 
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
+#, c-format
 msgid "Character out of range for UTF-8"
 msgstr "El carácter se sale del rango para UTF-8"
 
-#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
+#, c-format
 msgid "Invalid sequence in conversion input"
 msgstr "Secuencia inválida en la entrada de conversión"
 
-#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
+#, c-format
 msgid "Character out of range for UTF-16"
 msgstr "El carácter se sale del rango para UTF-16"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Uso:"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPCIÓN…]"
 
-#: ../glib/goption.c:677
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Opciones de ayuda:"
 
-#: ../glib/goption.c:678
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Mostrar opciones de ayuda"
 
-#: ../glib/goption.c:684
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Muestra todas las opciones de ayuda"
 
-#: ../glib/goption.c:736
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Opciones de la aplicación:"
 
-#: ../glib/goption.c:797 ../glib/goption.c:867
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "No se puede analizar el valor entero «%s» para %s"
 
-#: ../glib/goption.c:807 ../glib/goption.c:875
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "El valor entero «%s» para %s está fuera de rango"
 
-#: ../glib/goption.c:832
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "No se puede analizar el valor doble «%s» para %s"
 
-#: ../glib/goption.c:840
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "El valor doble «%s» para %s está fuera de rango"
 
-#: ../glib/goption.c:1177
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Error al analizar la opción: %s"
 
-#: ../glib/goption.c:1208 ../glib/goption.c:1319
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Falta un argumento para %s"
 
-#: ../glib/goption.c:1714
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Opción desconocida %s"
 
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
+#, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 "No se pudo encontrar la clave de archivo válida en los directorios de "
 "búsqueda"
 
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
+#, c-format
 msgid "Not a regular file"
 msgstr "No es un archivo regular"
 
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
+#, c-format
 msgid "File is empty"
 msgstr "El archivo está vacío"
 
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
 #, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 "El archivo de claves contiene la línea «%s» que no es un par valor-clave, "
 "grupo o comentario"
 
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Nombre de grupo no válido: %s"
 
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
+#, c-format
 msgid "Key file does not start with a group"
 msgstr "El archivo de claves no empieza por un grupo"
 
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Nombre de clave no válida: %s"
 
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "El archivo de clavess contiene una codificación «%s» no soportada"
 
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "El archivo de claves no tiene el grupo «%s»"
 
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "El archivo de claves no tiene la clave «%s»"
 
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "El archivo de claves contiene la clave  «%s» con el valor «%s» el cual no es "
 "UTF-8"
 
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1889
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "El archivo de claves contiene la clave «%s» que tiene un valor que no puede "
 "interpretarse."
 
-#: ../glib/gkeyfile.c:2104 ../glib/gkeyfile.c:2316
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1115,533 +1143,596 @@
 "El archivo de claves contiene la clave «%s» en el grupo «%s» que tiene un "
 "valor que no puede interpretarse."
 
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "El archivo de claves no tiene la clave «%s» en el grupo «%s»"
 
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
+#, c-format
 msgid "Key file contains escape character at end of line"
-msgstr "El archivo de claves contiene un carácter de escape al final de la línea"
+msgstr ""
+"El archivo de claves contiene un carácter de escape al final de la línea"
 
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "El archivo de claves contiene la secuencia de escape inválida «%s»"
 
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "El valor «%s» no puede interpretarse como un número."
 
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "El valor entero «%s» está fuera de rango"
 
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "El valor «%s» no puede interpretarse como un número de coma flotante."
 
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "El valor «%s» no puede interpretarse como un booleano."
 
-#: ../gio/gbufferedinputstream.c:482 ../gio/ginputstream.c:557
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
 msgid "Too large count value passed to g_input_stream_read_async"
-msgstr "El valor de conteo pasado a g_input_stream_read_async es demasiado largo"
+msgstr ""
+"El valor de conteo pasado a g_input_stream_read_async es demasiado largo"
 
-#: ../gio/gbufferedinputstream.c:868 ../gio/ginputstream.c:887
-#: ../gio/goutputstream.c:1064
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
 msgid "Stream is already closed"
 msgstr "El flujo ya se cerró"
 
-#: ../gio/gcancellable.c:296 ../gio/gsimpleasyncresult.c:609
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
 msgid "Operation was cancelled"
 msgstr "Se canceló la operación"
 
-#: ../gio/gcontenttype.c:155
+#: gio/gcontenttype.c:156
 msgid "Unknown type"
 msgstr "Tipo desconocido"
 
-#: ../gio/gcontenttype.c:156
+#: gio/gcontenttype.c:157
 #, c-format
 msgid "%s filetype"
 msgstr "tipo de archivo %s"
 
-#: ../gio/gcontenttype.c:570
+#: gio/gcontenttype.c:571
 #, c-format
 msgid "%s type"
 msgstr "tipo %s"
 
-#: ../gio/gdatainputstream.c:308
+#: gio/gdatainputstream.c:309
+#, c-format
 msgid "Unexpected early end-of-stream"
 msgstr "Final de flujo inesperadamente prematuro"
 
-#: ../gio/gdesktopappinfo.c:376 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
 msgid "Unnamed"
 msgstr "Sin nombre"
 
-#: ../gio/gdesktopappinfo.c:552
+#: gio/gdesktopappinfo.c:562
+#, c-format
 msgid "Desktop file didn't specify Exec field"
 msgstr "El archivo de escritorio no especificó el campo Exec"
 
-#: ../gio/gdesktopappinfo.c:834
+#: gio/gdesktopappinfo.c:844
+#, c-format
 msgid "Unable to find terminal required for application"
 msgstr "Imposible encontrar el terminal requerido por la aplicación"
 
-#: ../gio/gdesktopappinfo.c:1016
+#: gio/gdesktopappinfo.c:1026
 #, c-format
 msgid "Can't create user application configuration folder %s: %s"
 msgstr ""
 "No se puede crear la carpeta de configuración de la aplicación %s del "
 "usuario: %s"
 
-#: ../gio/gdesktopappinfo.c:1020
+#: gio/gdesktopappinfo.c:1030
 #, c-format
 msgid "Can't create user MIME configuration folder %s: %s"
 msgstr "No se puede crear la carpeta de configuración MIME %s del usuario: %s"
 
-#: ../gio/gdesktopappinfo.c:1393
+#: gio/gdesktopappinfo.c:1403
 #, c-format
 msgid "Custom definition for %s"
 msgstr "Definición personalizada para %s"
 
-#: ../gio/gdesktopappinfo.c:1417
+#: gio/gdesktopappinfo.c:1427
 #, c-format
 msgid "Can't create user desktop file %s"
 msgstr "No se puede crear el archivo de escritorio %s del usuario"
 
-#: ../gio/gdesktopappinfo.c:1442
+#: gio/gdesktopappinfo.c:1452
+#, c-format
 msgid "Can't load just created desktop file"
 msgstr "No se puede cargar el archivo de escritorio recientemente creado"
 
-#: ../gio/gdrive.c:332
+#: gio/gdrive.c:365
 msgid "drive doesn't implement eject"
 msgstr "la unidad no implementa la expulsión"
 
-#: ../gio/gdrive.c:399
+#: gio/gdrive.c:432
 msgid "drive doesn't implement polling for media"
 msgstr "la unidad no implementa el sondeo para medios"
 
-#: ../gio/gfile.c:696 ../gio/gfile.c:837 ../gio/gfile.c:970
-#: ../gio/gfile.c:1056 ../gio/gfile.c:1109 ../gio/gfile.c:1166
-#: ../gio/gfile.c:1247 ../gio/gfile.c:2154 ../gio/gfile.c:2199
-#: ../gio/gfile.c:2249 ../gio/gfile.c:2288 ../gio/gfile.c:2607
-#: ../gio/gfile.c:3002 ../gio/gfile.c:3079 ../gio/gfile.c:3156
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, c-format
 msgid "Operation not supported"
 msgstr "Operación no soportada"
 
-#: ../gio/gfile.c:1012 ../gio/glocalfile.c:888 ../gio/glocalfile.c:897
-#: ../gio/glocalfile.c:908
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
 msgid "Containing mount does not exist"
 msgstr "El punto de montaje contenido no existe"
 
-#: ../gio/gfile.c:1586
+#: gio/gfile.c:1620
+#, c-format
 msgid "Can't copy over directory"
 msgstr "No se puede copiar sobre el directorio"
 
-#: ../gio/gfile.c:1646
+#: gio/gfile.c:1680
+#, c-format
 msgid "Can't copy directory over directory"
 msgstr "No se puede copiar directorio sobre directorio"
 
-#: ../gio/gfile.c:1654
+#: gio/gfile.c:1688
+#, c-format
 msgid "Target file exists"
 msgstr "El archivo destino ya existe"
 
-#: ../gio/gfile.c:1672
+#: gio/gfile.c:1706
+#, c-format
 msgid "Can't recursively copy directory"
 msgstr "No se puede copiar el directorio recursivamente"
 
-#: ../gio/gfile.c:2239
+#: gio/gfile.c:2273
+#, c-format
 msgid "Invalid symlink value given"
 msgstr "El valor del enlace simbólico dado no es válido"
 
-#: ../gio/gfile.c:2331
+#: gio/gfile.c:2365
+#, c-format
 msgid "Trash not supported"
 msgstr "No se soporta mover a la papelera"
 
-#: ../gio/gfile.c:2378
+#: gio/gfile.c:2412
 #, c-format
 msgid "File names cannot contain '%c'"
 msgstr "Los nombres de archivo no pueden contener «%c»"
 
-#: ../gio/gfile.c:4001 ../gio/gvolume.c:297
+#: gio/gfile.c:4039 gio/gvolume.c:318
 msgid "volume doesn't implement mount"
 msgstr "el volumen no implementa el montado"
 
-#: ../gio/gfileenumerator.c:148
+#: gio/gfileenumerator.c:151
+#, c-format
 msgid "Enumerator is closed"
 msgstr "El enumerador está cerrado"
 
-#: ../gio/gfileenumerator.c:155 ../gio/gfileenumerator.c:214
-#: ../gio/gfileenumerator.c:314 ../gio/gfileenumerator.c:421
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
 msgid "File enumerator has outstanding operation"
 msgstr "El enumerador del archivo tiene una operacion excepcional"
 
-#: ../gio/gfileenumerator.c:304 ../gio/gfileenumerator.c:411
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
 msgid "File enumerator is already closed"
 msgstr "El enumerador del archivo ya está cerrado"
 
-#: ../gio/gfileinputstream.c:144 ../gio/gfileinputstream.c:440
-#: ../gio/gfileoutputstream.c:154 ../gio/gfileoutputstream.c:556
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
 msgid "Stream doesn't support query_info"
 msgstr "El flujo no soporta query_info"
 
-#: ../gio/gfileinputstream.c:355 ../gio/gfileoutputstream.c:395
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
 msgid "Seek not supported on stream"
 msgstr "No se permite buscar en el flujo"
 
-#: ../gio/gfileinputstream.c:399
+#: gio/gfileinputstream.c:398
+#, c-format
 msgid "Truncate not allowed on input stream"
 msgstr "No se permite truncar en el flujo de entrada"
 
-#: ../gio/gfileoutputstream.c:490
+#: gio/gfileoutputstream.c:490
+#, c-format
 msgid "Truncate not supported on stream"
 msgstr "No se soporta el truncamiento en el flujo"
 
-#: ../gio/ginputstream.c:185
+#: gio/ginputstream.c:186
+#, c-format
 msgid "Too large count value passed to g_input_stream_read"
 msgstr "El valor de conteo pasado a g_input_stream_read es demasiado largo"
 
-#: ../gio/ginputstream.c:194
+#: gio/ginputstream.c:195
+#, c-format
 msgid "Input stream doesn't implement read"
 msgstr "El flujo de entrada no implementa la lectura"
 
-#: ../gio/ginputstream.c:317
+#: gio/ginputstream.c:318
+#, c-format
 msgid "Too large count value passed to g_input_stream_skip"
 msgstr "El valor de conteo pasado a g_input_stream_skip es demasiado largo"
 
-#: ../gio/ginputstream.c:680
+#: gio/ginputstream.c:681
 msgid "Too large count value passed to g_input_stream_skip_async"
-msgstr "El valor de conteo pasado a g_input_stream_skip_async es demasiado largo"
+msgstr ""
+"El valor de conteo pasado a g_input_stream_skip_async es demasiado largo"
 
-#: ../gio/ginputstream.c:894 ../gio/goutputstream.c:1071
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
 msgid "Stream has outstanding operation"
 msgstr "El flujo tiene una operación excepcional"
 
-#: ../gio/glocalfile.c:554
+#: gio/glocalfile.c:554
 #, c-format
 msgid "Invalid filename %s"
 msgstr "Nombre de archivo no válido %s"
 
-#: ../gio/glocalfile.c:810
+#: gio/glocalfile.c:810
 #, c-format
 msgid "Error getting filesystem info: %s"
 msgstr "Error al obtener la información del sistema de archivos: %s"
 
-#: ../gio/glocalfile.c:928
+#: gio/glocalfile.c:928
+#, c-format
 msgid "Can't rename root directory"
 msgstr "No se puede renombrar el directorio raíz"
 
-#: ../gio/glocalfile.c:946
+#: gio/glocalfile.c:946
+#, c-format
 msgid "Can't rename file, filename already exist"
 msgstr "No se puede renombrar el archivo, el nombre ya existe"
 
-#: ../gio/glocalfile.c:959 ../gio/glocalfile.c:1681 ../gio/glocalfile.c:1710
-#: ../gio/glocalfile.c:1842 ../gio/glocalfileoutputstream.c:451
-#: ../gio/glocalfileoutputstream.c:494 ../gio/glocalfileoutputstream.c:886
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, c-format
 msgid "Invalid filename"
 msgstr "Nombre de archivo inválido"
 
-#: ../gio/glocalfile.c:963
+#: gio/glocalfile.c:963
 #, c-format
 msgid "Error renaming file: %s"
 msgstr "Error al renombrar el archivo: %s"
 
-#: ../gio/glocalfile.c:1080
+#: gio/glocalfile.c:1080
 #, c-format
 msgid "Error opening file: %s"
 msgstr "Error al abrir el archivo: %s"
 
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
+#, c-format
 msgid "Can't open directory"
 msgstr "No se puede abrir el directorio"
 
-#: ../gio/glocalfile.c:1142 ../gio/glocalfile.c:1685
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
 #, c-format
 msgid "Error removing file: %s"
 msgstr "Error al eliminar el archivo: %s"
 
-#: ../gio/glocalfile.c:1434
+#: gio/glocalfile.c:1434
 #, c-format
 msgid "Error trashing file: %s"
 msgstr "Error al mover a la papelera el archivo: %s"
 
-#: ../gio/glocalfile.c:1458
+#: gio/glocalfile.c:1458
 #, c-format
 msgid "Unable to create trash dir %s: %s"
 msgstr "No se pudo crear el directorio papelera %s: %s"
 
-#: ../gio/glocalfile.c:1482
+#: gio/glocalfile.c:1482
+#, c-format
 msgid "Unable to find toplevel directory for trash"
-msgstr "No se pudo encontrar el directorio de nivel superior para mover a la papelera"
+msgstr ""
+"No se pudo encontrar el directorio de nivel superior para mover a la papelera"
 
-#: ../gio/glocalfile.c:1542 ../gio/glocalfile.c:1562
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
 msgid "Unable to find or create trash directory"
 msgstr "No se pudo encontrar o crear el directorio de la papelera"
 
-#: ../gio/glocalfile.c:1594
+#: gio/glocalfile.c:1594
 #, c-format
 msgid "Unable to create trashed file: %s"
 msgstr "No se pudo crear el archivo enviado a la papelera: %s"
 
-#: ../gio/glocalfile.c:1617
+#: gio/glocalfile.c:1617
 #, c-format
 msgid "Unable to trash file: %s"
 msgstr "No se pudo enviar a la papelera el archivo: %s"
 
-#: ../gio/glocalfile.c:1714
+#: gio/glocalfile.c:1714
 #, c-format
 msgid "Error making symbolic link: %s"
 msgstr "Error al crear el enlace simbólico: %s"
 
-#: ../gio/glocalfile.c:1761 ../gio/glocalfile.c:1846
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
 #, c-format
 msgid "Error moving file: %s"
 msgstr "Error al mover el archivo: %s"
 
-#: ../gio/glocalfile.c:1782
+#: gio/glocalfile.c:1782
+#, c-format
 msgid "Can't move directory over directory"
 msgstr "No se puede mover un directorio sobre un directoro"
 
-#: ../gio/glocalfile.c:1791
+#: gio/glocalfile.c:1791
+#, c-format
 msgid "Target file already exists"
 msgstr "El archivo destino ya existe"
 
-#: ../gio/glocalfile.c:1804 ../gio/glocalfileoutputstream.c:740
-#: ../gio/glocalfileoutputstream.c:754 ../gio/glocalfileoutputstream.c:769
-#: ../gio/glocalfileoutputstream.c:785 ../gio/glocalfileoutputstream.c:799
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
 msgid "Backup file creation failed"
 msgstr "Falló la creación del archivo de respaldo"
 
-#: ../gio/glocalfile.c:1821
+#: gio/glocalfile.c:1821
 #, c-format
 msgid "Error removing target file: %s"
 msgstr "Error al eliminar el archivo destino: %s"
 
-#: ../gio/glocalfile.c:1835
+#: gio/glocalfile.c:1835
+#, c-format
 msgid "Move between mounts not supported"
 msgstr "No se soporta mover archivos entre puntos de montaje"
 
-#: ../gio/glocalfileinfo.c:707
+#: gio/glocalfileinfo.c:707
+#, c-format
 msgid "Attribute value must be non-NULL"
 msgstr "El valor del atributo de ser no nulo"
 
-#: ../gio/glocalfileinfo.c:714
+#: gio/glocalfileinfo.c:714
+#, c-format
 msgid "Invalid attribute type (string expected)"
 msgstr "Tipo de atributo no válido (se esperaba una cadena)"
 
-#: ../gio/glocalfileinfo.c:721
+#: gio/glocalfileinfo.c:721
+#, c-format
 msgid "Invalid extended attribute name"
 msgstr "Nombre extendido del atributo no válido"
 
-#: ../gio/glocalfileinfo.c:761
+#: gio/glocalfileinfo.c:761
 #, c-format
 msgid "Error setting extended attribute '%s': %s"
 msgstr "Error al establecer el atributo extendido «%s»: %s"
 
-#: ../gio/glocalfileinfo.c:1392 ../gio/glocalfileoutputstream.c:630
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
 #, c-format
 msgid "Error stating file '%s': %s"
 msgstr "Error al mostrar información del estado del archivo «%s»: %s"
 
-#: ../gio/glocalfileinfo.c:1446
+#: gio/glocalfileinfo.c:1446
 msgid " (invalid encoding)"
 msgstr " (codificación no válida)"
 
-#: ../gio/glocalfileinfo.c:1621
+#: gio/glocalfileinfo.c:1621
 #, c-format
 msgid "Error stating file descriptor: %s"
-msgstr "Error al mostrar la información del estado del descriptor del archivo: %s"
+msgstr ""
+"Error al mostrar la información del estado del descriptor del archivo: %s"
 
-#: ../gio/glocalfileinfo.c:1666
+#: gio/glocalfileinfo.c:1666
+#, c-format
 msgid "Invalid attribute type (uint32 expected)"
 msgstr "Tipo de atributo no válido (se esperaba uint32)"
 
-#: ../gio/glocalfileinfo.c:1683
+#: gio/glocalfileinfo.c:1683
+#, c-format
 msgid "Invalid attribute type (uint64 expected)"
 msgstr "Tipo de atributo no válido (se esperaba uint64)"
 
-#: ../gio/glocalfileinfo.c:1701
+#: gio/glocalfileinfo.c:1701
+#, c-format
 msgid "Invalid attribute type (byte string expected)"
 msgstr "Tipo de atributo no válido (se esperaba una cadena byte)"
 
-#: ../gio/glocalfileinfo.c:1725
+#: gio/glocalfileinfo.c:1725
 #, c-format
 msgid "Error setting permissions: %s"
 msgstr "Error al establecer permisos: %s"
 
-#: ../gio/glocalfileinfo.c:1772 ../gio/glocalfileinfo.c:1932
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
 #, c-format
 msgid "Error setting owner: %s"
 msgstr "Error al establecer el propietario: %s"
 
-#: ../gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1795
+#, c-format
 msgid "symlink must be non-NULL"
 msgstr "el enlace simbólico debe ser no nulo"
 
-#: ../gio/glocalfileinfo.c:1803 ../gio/glocalfileinfo.c:1820
-#: ../gio/glocalfileinfo.c:1829
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
 #, c-format
 msgid "Error setting symlink: %s"
 msgstr "Error al establecer el enlace simbólico: %s"
 
-#: ../gio/glocalfileinfo.c:1812
+#: gio/glocalfileinfo.c:1812
+#, c-format
 msgid "Error setting symlink: file is not a symlink"
-msgstr "Error al establecer el enlace simbólico: el archivo no es un enlace simbólico"
+msgstr ""
+"Error al establecer el enlace simbólico: el archivo no es un enlace simbólico"
 
-#: ../gio/glocalfileinfo.c:1987
+#: gio/glocalfileinfo.c:1987
 #, c-format
 msgid "Setting attribute %s not supported"
 msgstr "Establecer el atributo %s no está soportado"
 
-#: ../gio/glocalfileinputstream.c:158 ../gio/glocalfileoutputstream.c:541
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
 #, c-format
 msgid "Error reading from file: %s"
 msgstr "Error al leer del archivo: %s"
 
-#: ../gio/glocalfileinputstream.c:187 ../gio/glocalfileinputstream.c:197
-#: ../gio/glocalfileinputstream.c:301 ../gio/glocalfileoutputstream.c:351
-#: ../gio/glocalfileoutputstream.c:815
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
 #, c-format
 msgid "Error seeking in file: %s"
 msgstr "Error al buscar en el archivo: %s"
 
-#: ../gio/glocalfileinputstream.c:224 ../gio/glocalfileoutputstream.c:259
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
 #, c-format
 msgid "Error closing file: %s"
 msgstr "Error al cerrar el archivo: %s"
 
-#: ../gio/glocalfileoutputstream.c:166 ../gio/glocalfileoutputstream.c:560
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
 #, c-format
 msgid "Error writing to file: %s"
 msgstr "Error al escribir en el archivo: %s"
 
-#: ../gio/glocalfileoutputstream.c:205
+#: gio/glocalfileoutputstream.c:205
 #, c-format
 msgid "Error removing old backup link: %s"
 msgstr "Error al eliminar el enlace de respaldo antiguo: %s"
 
-#: ../gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:214
 #, c-format
 msgid "Error creating backup link: %s"
 msgstr "Error al crear un enlace de respaldo: %s"
 
-#: ../gio/glocalfileoutputstream.c:224
+#: gio/glocalfileoutputstream.c:224
 #, c-format
 msgid "Error creating backup copy: %s"
 msgstr "Error al crear una copia de respaldo: %s"
 
-#: ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:240
 #, c-format
 msgid "Error renaming temporary file: %s"
 msgstr "Error al renombrar el archivo temporal: %s"
 
-#: ../gio/glocalfileoutputstream.c:395 ../gio/glocalfileoutputstream.c:830
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
 #, c-format
 msgid "Error truncating file: %s"
 msgstr "Error al truncar el archivo: %s"
 
-#: ../gio/glocalfileoutputstream.c:455 ../gio/glocalfileoutputstream.c:498
-#: ../gio/glocalfileoutputstream.c:621 ../gio/glocalfileoutputstream.c:890
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
 #, c-format
 msgid "Error opening file '%s': %s"
 msgstr "Error al abrir el archivo «%s»: %s"
 
-#: ../gio/glocalfileoutputstream.c:642
+#: gio/glocalfileoutputstream.c:642
+#, c-format
 msgid "Target file is a directory"
 msgstr "El archivo destino es un directorio"
 
-#: ../gio/glocalfileoutputstream.c:647
+#: gio/glocalfileoutputstream.c:647
+#, c-format
 msgid "Target file is not a regular file"
 msgstr "El archivo destino no es un archivo regular"
 
-#: ../gio/glocalfileoutputstream.c:659
+#: gio/glocalfileoutputstream.c:659
+#, c-format
 msgid "The file was externally modified"
 msgstr "El archivo se modificó externamente"
 
-#: ../gio/gmount.c:318
+#: gio/gmount.c:335
 msgid "mount doesn't implement unmount"
 msgstr "el punto de montaje no implementa desmontado"
 
-#: ../gio/gmount.c:388
+#: gio/gmount.c:407
 msgid "mount doesn't implement eject"
 msgstr "el punto de montaje no implementa la expulsión"
 
-#: ../gio/goutputstream.c:193
+#: gio/gmount.c:484
+#, fuzzy
+msgid "mount doesn't implement remount"
+msgstr "el punto de montaje no implementa desmontado"
+
+#: gio/goutputstream.c:193
+#, c-format
 msgid "Too large count value passed to g_output_stream_write"
 msgstr "El valor de conteo pasado a g_output_stream_write es demasiado largo"
 
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
 msgid "Output stream doesn't implement write"
 msgstr "El flujo de salida no implementa la escritura"
 
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:764
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
 msgid "Source stream is already closed"
 msgstr "El flujo de origen ya está cerrado"
 
-#: ../gio/goutputstream.c:646
+#: gio/goutputstream.c:646
 msgid "Too large count value passed to g_output_stream_write_async"
-msgstr "El valor de conteo pasado a g_output_stream_write_async es demasiado largo"
+msgstr ""
+"El valor de conteo pasado a g_output_stream_write_async es demasiado largo"
 
-#: ../gio/gunixinputstream.c:199 ../gio/gunixinputstream.c:217
-#: ../gio/gunixinputstream.c:289 ../gio/gunixoutputstream.c:280
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
 #, c-format
 msgid "Error reading from unix: %s"
 msgstr "Error al leer de unix: %s"
 
-#: ../gio/gunixinputstream.c:247 ../gio/gunixinputstream.c:422
-#: ../gio/gunixoutputstream.c:237 ../gio/gunixoutputstream.c:384
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
 #, c-format
 msgid "Error closing unix: %s"
 msgstr "Error al cerrar unix: %s"
 
-#: ../gio/gunixmounts.c:1752 ../gio/gunixmounts.c:1789
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
 msgid "Filesystem root"
 msgstr "Sistema de archivos raíz"
 
-#: ../gio/gunixoutputstream.c:187 ../gio/gunixoutputstream.c:206
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
 #, c-format
 msgid "Error writing to unix: %s"
 msgstr "Error al escribir en unix: %s"
 
-#: ../gio/gvolume.c:361
+#: gio/gvolume.c:384
 msgid "volume doesn't implement eject"
 msgstr "el volumen no implementa la expulsión"
 
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
+#, c-format
 msgid "Can't find application"
 msgstr "No se puede encontrar la aplicación"
 
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
 #, c-format
 msgid "Error launching application: %s"
 msgstr "Error al analizar la aplicación: %s"
 
-#: ../gio/gwin32appinfo.c:343
+#: gio/gwin32appinfo.c:343
+#, c-format
 msgid "URIs not supported"
 msgstr "No se soportan URI"
 
-#: ../gio/gwin32appinfo.c:366
+#: gio/gwin32appinfo.c:366
+#, c-format
 msgid "association changes not supported on win32"
 msgstr "los cambios de asociación no están soportados en win32"
 
-#: ../gio/gwin32appinfo.c:378
+#: gio/gwin32appinfo.c:378
+#, c-format
 msgid "Association creation not supported on win32"
 msgstr "La creación de asociación no está soportada en win32"
 
-#: ../tests/gio-ls.c:28
+#: tests/gio-ls.c:28
 msgid "do not hide entries"
 msgstr "no ocultar entradas"
 
-#: ../tests/gio-ls.c:30
+#: tests/gio-ls.c:30
 msgid "use a long listing format"
 msgstr "usar un formato de listado largo"
 
-#: ../tests/gio-ls.c:38
+#: tests/gio-ls.c:38
 msgid "[FILE...]"
 msgstr "[ARCHIVO…]"
-
diff --git a/po/et.po b/po/et.po
index 9a94bb3..bf747e8 100644
--- a/po/et.po
+++ b/po/et.po
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: GLib HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-16 03:38+0000\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-11-18 19:24+0200\n"
 "Last-Translator: Ivar Smolin <okul@linux.ee>\n"
 "Language-Team: Estonian <gnome-et@linux.ee>\n"
@@ -22,276 +22,306 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
 #, c-format
 msgid "Unexpected attribute '%s' for element '%s'"
 msgstr "Ootamatu atribuut '%s' elemendile '%s'"
 
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
 #, c-format
 msgid "Attribute '%s' of element '%s' not found"
 msgstr "Elemendil '%2$s' ei leitud atribuuti '%1$s'"
 
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
 #, c-format
 msgid "Unexpected tag '%s', tag '%s' expected"
 msgstr "Ootamatu silt '%s', oodati silti '%s'"
 
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
 #, c-format
 msgid "Unexpected tag '%s' inside '%s'"
 msgstr "'%2$s' on ootamatu silt '%1$s'"
 
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
+#, c-format
 msgid "No valid bookmark file found in data dirs"
 msgstr "Andmekataloogidest ei leitud korrektset järjehoidjafaili"
 
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
 #, c-format
 msgid "A bookmark for URI '%s' already exists"
 msgstr "URI-le '%s' on juba järjehoidja olemas"
 
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
 #, c-format
 msgid "No bookmark found for URI '%s'"
 msgstr "URI-le '%s' ei leitud järjehoidjat"
 
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
 #, 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:2444
+#: glib/gbookmarkfile.c:2444
 #, 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:2823
+#: glib/gbookmarkfile.c:2823
 #, c-format
 msgid "No groups set in bookmark for URI '%s'"
 msgstr "URI '%s' järjehoidjas pole gruppe määratud"
 
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
 #, c-format
 msgid "No application with name '%s' registered a bookmark for '%s'"
 msgstr "Rakendus nimega '%s' pole '%s' kohta järjehoidjat registreerinud"
 
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
 #, 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:424 ../glib/gconvert.c:502 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Teisendamine koodistikust '%s' koodistikku '%s' ei ole toetatud"
 
-#: ../glib/gconvert.c:428 ../glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada"
 
-#: ../glib/gconvert.c:625 ../glib/gconvert.c:1010 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
+#: glib/gutf8.c:1399
+#, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Vigane baidijada sisendi teisendamisel"
 
-#: ../glib/gconvert.c:631 ../glib/gconvert.c:937 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Viga teisendamisel: %s"
 
-#: ../glib/gconvert.c:662 ../glib/gutf8.c:946 ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
+#, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Osaline märgijada sisendi lõpus"
 
-#: ../glib/gconvert.c:912
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Taandresiimi '%s' pole võimalik teisendada kooditabelisse '%s'"
 
-#: ../glib/gconvert.c:1726
+#: glib/gconvert.c:1733
 #, 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:1736
+#: glib/gconvert.c:1743
 #, 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:1753
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' on vigane"
 
-#: ../glib/gconvert.c:1765
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI '%s' hostinimi on vigane"
 
-#: ../glib/gconvert.c:1781
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' sisaldab vigaseid paomärke"
 
-#: ../glib/gconvert.c:1876
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Rajanimi '%s' ei ole absoluutne rada"
 
-#: ../glib/gconvert.c:1886
+#: glib/gconvert.c:1893
+#, c-format
 msgid "Invalid hostname"
 msgstr "Vigane hostinimi"
 
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
 #, c-format
 msgid "Error opening directory '%s': %s"
 msgstr "Viga kataloogi '%s' avamisel: %s"
 
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
 #, c-format
 msgid "Could not allocate %lu bytes to read file \"%s\""
 msgstr "Ei saa eraldada %lu faili \"%s\" lugemiseks"
 
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
 #, c-format
 msgid "Error reading file '%s': %s"
 msgstr "Viga failist '%s' lugemisel: %s"
 
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
 #, c-format
 msgid "Failed to read from file '%s': %s"
 msgstr "Tõrge failist '%s' lugemisel: %s"
 
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "Tõrge faili '%s' avamisel: %s"
 
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
 #, c-format
 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
 msgstr "Tõrge faili '%s' atribuutide saamisel: fstat() nurjus: %s"
 
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
 #, c-format
 msgid "Failed to open file '%s': fdopen() failed: %s"
 msgstr "Tõrge faili '%s' avamisel: fdopen() nurjus: %s"
 
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
 #, 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:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
 #, c-format
 msgid "Failed to create file '%s': %s"
 msgstr "Tõrge faili '%s' loomisel: %s"
 
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
 #, 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:971
+#: glib/gfileutils.c:971
 #, c-format
 msgid "Failed to write file '%s': fwrite() failed: %s"
 msgstr "Tõrge faili '%s' kirjutamisel: fwrite() nurjus: %s"
 
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
 #, c-format
 msgid "Failed to close file '%s': fclose() failed: %s"
 msgstr "Tõrge faili '%s' sulgemisel: fclose() nurjus: %s"
 
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
 #, 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:1352
+#: glib/gfileutils.c:1352
 #, c-format
 msgid "Template '%s' invalid, should not contain a '%s'"
 msgstr "Mall '%s' vigane, see ei tohiks sisaldada '%s'"
 
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
 #, c-format
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Mall '%s' ei sisalda XXXXXX-i"
 
-#: ../glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Tõrge nimeviida '%s' lugemisel: %s"
 
-#: ../glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
+#, c-format
 msgid "Symbolic links not supported"
 msgstr "Nimeviidad ei ole toetatud"
 
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada: %s"
 
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Ei saa teostada toorest lugemise g_io_channel_read_line_string'i sees"
 
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
+#, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Lugemispuhvrisse jäi teisendamata andmeid"
 
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
+#, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanali katkestus poole märgi pealt"
 
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Ei saa teostada toorest lugemise g_io_channel_read_to_end'i sees"
 
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
 #, c-format
 msgid "Failed to open file '%s': open() failed: %s"
 msgstr "Tõrge faili '%s' avamisel: open() nurjus: %s"
 
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
 #, c-format
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Tõrge faili '%s' avamisel: mmap() nurjus: %s"
 
-#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, c-format
 msgid "Error on line %d char %d: "
 msgstr "Viga real %d märgil %d: "
 
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Viga real %d: %s"
 
-#: ../glib/gmarkup.c:442
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Avastati tühi olem '&'; lubatud olemid on: &amp; &quot; &lt; &gt; &apos;"
 
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -301,17 +331,17 @@
 "Märk '%s' ei ole olemi nime alguses lubatud. Märk & alustab olemit, kui see "
 "ampersand pole mõeldud olemiks, märgi see kui &amp;"
 
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Märk '%s' ei ole olemi nimes lubatud"
 
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Olemi nimi '%s' on tuntmatu"
 
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -319,7 +349,7 @@
 "Olem ei lõppenud semikooloniga; kõige tõenäolisemalt ei kavatsenud sa "
 "ampersandi kasutades olemit alustada - märgi see kui &amp;"
 
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -328,16 +358,16 @@
 "Viga '%-.*s' parsimisel. See võiks olla märgiviites olev number (näiteks "
 "&#234;) - võibolla on number liiga suur"
 
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Märgiviide '%-.*s' ei teisendu lubatud märgiks"
 
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Tühi märgiviide, see peaks sisaldama numbrit, näiteks &#454;"
 
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -346,32 +376,32 @@
 "Märgiviide ei lõpe semikooloniga. Enamasti kasutatakse ampersand märki ilma "
 "kavatsuseta olemit alustada - märgi see kui &amp;"
 
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Lõpetamata viide olemile"
 
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Lõpetamata viide märgile"
 
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Vigaselt kodeeritud UTF-8 tekst - liigpikk jada"
 
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Vigaselt kodeeritud UTF-8 tekst - puuduv algusmärk"
 
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Vigaselt kodeeritud UTF-8 tekst - ebaõige '%s'"
 
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokument peab algama elemendiga (nt: <book>)"
 
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -379,7 +409,7 @@
 msgstr ""
 "Märk '%s' ei ole märgi '<' järel lubatud, see võib mitte olla elemendi nimi"
 
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -387,7 +417,7 @@
 msgstr ""
 "Veider märk '%s', oodatakse '>' märki, et lõpetada elemendi '%s' algussilti"
 
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -395,7 +425,7 @@
 "Veider märk '%s', oodatakse '=' märki pärast elemendi '%s' tunnust nimega '%"
 "s' "
 
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -406,7 +436,7 @@
 "sildi algust või lõppu, ühe võimalusena ka atribuuti. Võib-olla kasutad sa "
 "atribuudi nimes vigast märki?"
 
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -415,7 +445,7 @@
 "Veider märk '%s', oodatakse võrdusmärgi järel tulevat jutumärki, mis aitaks "
 "atribuudile '%s' väärtust seada (element '%s')"
 
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -424,7 +454,7 @@
 "Märk '%s' ei ole märkide '</' järel lubatud, '%s' võib mitte olla elemendi "
 "nimi"
 
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -433,25 +463,25 @@
 "Märk '%s' ei ole lubatud märk elemendi '%s' nime sulgemise järel, lubatud "
 "märk on '>'"
 
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element '%s' on suletud, avatud elemente ei ole"
 
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element '%s' on suletud, kuid praegu avatud element on '%s'"
 
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokument on tühi või sisaldab ainult tühja ruumi"
 
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokument lõppes ootamatult ilma avatud nurksulgu '<' sulgemata"
 
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -460,7 +490,7 @@
 "Dokument lõppes ootamatult ilma, et avatud elemente sulgemata - '%s' oli "
 "viimane avatud element"
 
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -469,19 +499,19 @@
 "Dokument lõppes ootamatult, sildi <%s/> lõpetamiseks loodetakse näha "
 "nurksulgu"
 
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokument lõppes ootamatult elemendi nime sees"
 
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokument lõppes ootamatult atribuudi nime sees"
 
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokument lõppes ootamatult elemendi avamise sildi sees"
 
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -489,202 +519,396 @@
 "Dokument lõppes ootamatult pärast atribuudi nime järel olevat võrdusmärki, "
 "atribuudu väärtus on puudu"
 
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokument lõppes ootamatult keset attribuudi väärtust"
 
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Dokument lõppes ootamatult elementi '%s' sulgemissildi sees"
 
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Dokument lõppes ootamatult kommentaaride või töötlemis juhiste sees"
 
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
 msgid "corrupted object"
 msgstr "rikutud objekt"
 
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
 msgid "internal error or corrupted object"
 msgstr "sisemine viga või rikutud objekt"
 
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
 msgid "out of memory"
 msgstr "mälu lõppes"
 
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
 msgid "backtracking limit reached"
 msgstr "tagasiviidete limiit saavutatud"
 
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
 msgid "the pattern contains items not supported for partial matching"
 msgstr ""
 "muster sisaldab osasid, mis pole osalise vastavuse otsingu puhul toetatud"
 
-#: ../glib/gregex.c:154
+#: glib/gregex.c:154
 msgid "internal error"
 msgstr "sisemine viga"
 
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
 msgid "back references as conditions are not supported for partial matching"
 msgstr "tingimuslikud tagasiviited ei ole osaliste vastete otsimisel toetatud"
 
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
 msgid "recursion limit reached"
 msgstr "maksimaalne rekursioonide arv saavutatud"
 
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
 msgid "workspace limit for empty substrings reached"
 msgstr "maksimaalne tühjade alamsõnede töötsoon saavutatud"
 
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
 msgid "invalid combination of newline flags"
 msgstr "vigane reavahetusmärgiste kombinatsioon"
 
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
 msgid "unknown error"
 msgstr "tundmatu viga"
 
-#: ../glib/gregex.c:324 ../glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanali katkestus poole märgi pealt"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Vigane baidijada sisendi teisendamisel"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Lõpetamata viide märgile"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Lõpetamata viide märgile"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Lõpetamata viide märgile"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Nimeviidad ei ole toetatud"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Viga regulaaravaldise %s vastavuse otsimisel: %s"
 
-#: ../glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE teek on kompileeritud ilma UTF8 toeta"
 
-#: ../glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE teek on kompileeritud ilma UTF8 omaduste toeta"
 
-#: ../glib/gregex.c:929
+#: glib/gregex.c:1130
 #, 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:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Viga regulaaravaldise %s optimeerimisel: %s"
 
-#: ../glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "oodati kuueteistkümnendsüsteemi numbrit või '}' märki"
 
-#: ../glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "oodati kuueteistkümnendsüsteemi numbrit"
 
-#: ../glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "puuduv '<' sümbolviites"
 
-#: ../glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "lõpetamata sümbolviide"
 
-#: ../glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "nullpikkusega sümbolviide"
 
-#: ../glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "oodati numbrit"
 
-#: ../glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "keelatud sümbolviide"
 
-#: ../glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "üleliigne lõpp '\\'"
 
-#: ../glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "tundmatu paojada"
 
-#: ../glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Viga asendusteksti \"%s\" parsimisel märgi %lu kohal: %s"
 
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
+#, c-format
 msgid "Quoted text doesn't begin with a quotation mark"
 msgstr "Tsiteeritav tekst ei alga jutumärgiga"
 
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
+#, c-format
 msgid "Unmatched quotation mark in command line or other shell-quoted text"
 msgstr "Vastavuseta jutumärk käsureal või kestprogrammi tsiteeritud tekstis"
 
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
 #, c-format
 msgid "Text ended just after a '\\' character. (The text was '%s')"
 msgstr "Tekst lõppes pärast '\\' märki. (Tekst on '%s')"
 
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
 #, c-format
 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
 msgstr "Tekst lõppes enne kui leiti vastav jutumärk %c jaoks. (Tekst oli '%s')"
 
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
+#, c-format
 msgid "Text was empty (or contained only whitespace)"
 msgstr "Tekst puudus (või sisaldas ainult tühja ruumi)"
 
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
+#, c-format
 msgid "Failed to read data from child process"
 msgstr "Tõrge andmete lugemisel alamprotsessilt"
 
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, 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:325 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Tõrge alamprotsessi torust lugemisel (%s)"
 
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Tõrge kataloogi '%s' muutmisel (%s)"
 
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
 #, c-format
 msgid "Failed to execute child process (%s)"
 msgstr "Tõrge alamprotsessi käivitamisel (%s)"
 
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
 #, c-format
 msgid "Invalid program name: %s"
 msgstr "Vigane programmi nimi: %s"
 
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
 #, c-format
 msgid "Invalid string in argument vector at %d: %s"
 msgstr "Vigane string argumendivektoris %d: %s"
 
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
 #, c-format
 msgid "Invalid string in environment: %s"
 msgstr "Vigane string keskkonnamuutujates: %s"
 
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
 #, c-format
 msgid "Invalid working directory: %s"
 msgstr "Vigane töökataloog: %s"
 
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
 #, c-format
 msgid "Failed to execute helper program (%s)"
 msgstr "Tõrge abiprogrammi käivitamisel (%s)"
 
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
+#, c-format
 msgid ""
 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
 "process"
@@ -692,137 +916,143 @@
 "Ootamatu viga, kui g_io_channel_win32_poll() funktsioon luges "
 "lapsprotsessilt andmeid"
 
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
 #, c-format
 msgid "Failed to read data from child process (%s)"
 msgstr "Tõrge andmete lugemisel alamprotsessilt (%s)"
 
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
 #, 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:400
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Ootamatu viga funktsioonis waitpid() (%s)"
 
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Viga poolitamisel funktsiooniga fork() (%s)"
 
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Tõrge alamprotsessi \"%s\" käivitamisel (%s)"
 
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
 #, 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:1353
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Tõrge alamprotsessi poolitamisel funktsiooniga fork() (%s)"
 
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Tundmatu viga alamprotsessi \"%s\" käivitamisel"
 
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
 #, 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:1024
+#: glib/gutf8.c:1024
+#, c-format
 msgid "Character out of range for UTF-8"
 msgstr "Märk on väljaspool UTF-8 ulatust"
 
-#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
+#, c-format
 msgid "Invalid sequence in conversion input"
 msgstr "Vigane jada sisendi teisendamisel"
 
-#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
+#, c-format
 msgid "Character out of range for UTF-16"
 msgstr "Märk on väljaspool UTF-16 ulatust"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Kasutamine:"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[VÕTI...]"
 
-#: ../glib/goption.c:677
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Abiteabe võtmed:"
 
-#: ../glib/goption.c:678
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Abiteabe võtmete näitamine"
 
-#: ../glib/goption.c:684
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Kõikide abiteabe võtmete näitamine"
 
-#: ../glib/goption.c:736
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Rakenduse võtmed:"
 
-#: ../glib/goption.c:797 ../glib/goption.c:867
+#: glib/goption.c:797 glib/goption.c:867
 #, 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:807 ../glib/goption.c:875
+#: glib/goption.c:807 glib/goption.c:875
 #, 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:832
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Arvväärtust '%s' pole võimalik %s jaoks parsida"
 
-#: ../glib/goption.c:840
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Arv '%s' %s jaoks on väljaspool lubatud piire"
 
-#: ../glib/goption.c:1177
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Viga võtme parsimisel: %s"
 
-#: ../glib/goption.c:1208 ../glib/goption.c:1319
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Puuduv argument %s'i jaoks"
 
-#: ../glib/goption.c:1714
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Tundmatu võti %s"
 
-#: ../glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
+#, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Sobivat võtmefaili pole võimalik otsingukataloogidest leida"
 
-#: ../glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
+#, c-format
 msgid "Not a regular file"
 msgstr "Pole tavaline fail"
 
-#: ../glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
+#, c-format
 msgid "File is empty"
 msgstr "Fail on tühi"
 
-#: ../glib/gkeyfile.c:747
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -830,49 +1060,50 @@
 "Võtmefail sisaldab rida '%s', mis ei ole võti-väärtus paar, grupp ega ka "
 "kommentaar"
 
-#: ../glib/gkeyfile.c:807
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Vigane grupi nimi: %s"
 
-#: ../glib/gkeyfile.c:829
+#: glib/gkeyfile.c:843
+#, c-format
 msgid "Key file does not start with a group"
 msgstr "Võtmefail ei alga grupiga"
 
-#: ../glib/gkeyfile.c:855
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Vigane võtme nimi: %s"
 
-#: ../glib/gkeyfile.c:882
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Võtmefail sisaldab toetamata kodeeringut '%s'"
 
-#: ../glib/gkeyfile.c:1095 ../glib/gkeyfile.c:1254 ../glib/gkeyfile.c:2456
-#: ../glib/gkeyfile.c:2524 ../glib/gkeyfile.c:2659 ../glib/gkeyfile.c:2794
-#: ../glib/gkeyfile.c:2947 ../glib/gkeyfile.c:3129 ../glib/gkeyfile.c:3190
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Võtmefail ei sisalda gruppi '%s'"
 
-#: ../glib/gkeyfile.c:1266
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Võtmefail ei sisalda võtit '%s'"
 
-#: ../glib/gkeyfile.c:1368 ../glib/gkeyfile.c:1478
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Võtmefail sisaldab võtit '%s', mille väärtus '%s' pole UTF-8 kodeeringus"
 
-#: ../glib/gkeyfile.c:1388 ../glib/gkeyfile.c:1498 ../glib/gkeyfile.c:1867
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, 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:2079 ../glib/gkeyfile.c:2288
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -881,36 +1112,588 @@
 "Võtmefail sisaldab võtit '%s' grupis '%s' aga selle väärtust pole võimalik "
 "kasutada"
 
-#: ../glib/gkeyfile.c:2471 ../glib/gkeyfile.c:2674 ../glib/gkeyfile.c:3201
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Võtmefail ei sisalda võtit '%s' grupis '%s'"
 
-#: ../glib/gkeyfile.c:3442
+#: glib/gkeyfile.c:3471
+#, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Võtmefail sisaldab rea lõpus paomärki"
 
-#: ../glib/gkeyfile.c:3464
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Võtmefail sisaldab vigast paojada '%s'"
 
-#: ../glib/gkeyfile.c:3606
+#: glib/gkeyfile.c:3635
 #, 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:3620
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Täisarvu väärtus '%s' on väljaspool lubatud piire"
 
-#: ../glib/gkeyfile.c:3653
+#: glib/gkeyfile.c:3682
 #, 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:3677
+#: glib/gkeyfile.c:3706
 #, 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:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "tundmatu viga"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Nimeviidad ei ole toetatud"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Nimeviidad ei ole toetatud"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Vigane võtme nimi: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Vigane hostinimi"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Tõrge faili '%s' loomisel: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Tõrge faili '%s' loomisel: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Tõrge faili '%s' loomisel: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Viga võtme parsimisel: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokument lõppes ootamatult atribuudi nime sees"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Viga kataloogi '%s' avamisel: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Viga teisendamisel: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Viga teisendamisel: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Viga real %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Nimeviidad ei ole toetatud"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Viga võtme parsimisel: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Viga võtme parsimisel: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Pole tavaline fail"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Viga failist '%s' lugemisel: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Viga real %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Viga võtme parsimisel: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Viga võtme parsimisel: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Nimeviidad ei ole toetatud"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[VÕTI...]"
diff --git a/po/eu.po b/po/eu.po
index 303287c..9091996 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: eu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-16 15:56+0200\n"
 "Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>\n"
 "Language-Team: Basque <itzulpena@euskalgnu.org>\n"
@@ -93,72 +93,72 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Huts egin du '%s' exekuzioko lerroa '%s' URIarekin hedatzean"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "'%s' karaktere-multzoa '%s' bihurtzea ez da onartzen"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Ezin izan da '%s'(e)tik %s(e)rako bihurtzailea ireki"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Byten sekuentzia baliogabea bihurketa-sarreran"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Errorea bihurtzean: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Karaktere-sekuentzia partziala sarreraren amaieran"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Ezin da '%s' atzerapena '%s' kode-multzo bihurtu"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Baliteke '%s' URI fitxategi lokalak '#' ez edukitzea"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "'%s' URI baliogabea da"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "'%s' URIaren ostalari-izena baliogabea da"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "'%s' URIak ihes-karaktere baliogabeak ditu"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "'%s' bide-izena ez da bide-izen absolutua"
 
 #
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Ostalari-izen baliogabea"
@@ -243,37 +243,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "'%s' txantiloiak ez dauka: XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Esteka sinbolikoak ez dira onartzen"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Ezin izan da `%s'(e)tik `%s'(e)rako bihurtzailea ireki: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Ezin dira datu gordinak irakurri g_io_channel_read_line_string-en"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Irakurketa-bufferrean geratu diren bihurtu gabeko datuak"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanala karaktere partzial batean bukatzen da"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Ezin dira datu gordinak irakurri g_io_channel_read_to_end-etik"
@@ -288,24 +310,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Ezin izan da '%s' fitxategi-mapa ireki: mmap()-ek huts egin du: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Errorea %d lerroko %d karakterean: %s "
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Errorea %d lerroan: %s "
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "'&;' entitatea hutsik dago; baliozko entitateak hauek dira: &amp; &quot; "
 "&lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -316,17 +338,17 @@
 "entitate bat hasten du; & ikurrak entitatea izan behar ez badu, izenda "
 "ezazu  &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "'%s' karakterea ezin da erabili entitate-izenen barruan"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "'%s' entitate-izena ezezaguna da"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -334,7 +356,7 @@
 "Entitatea ez da puntu eta komaz bukatzen; normalean & ikurra erabiltzen da "
 "entitatea hasteko asmorik gabe; izendatu & karakterea &amp; gisa;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -343,18 +365,18 @@
 "Ezin izan da '%-.*s' analizatu, digitu bat izan behar zuen karaktere-"
 "erreferentzia baten barruan (&#234; adibidez); agian digitua handiegia da"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr ""
 "'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzen"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 "Karaktere-erreferentzia hutsa, digitu bat eduki beharko luke; adibidez &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -364,32 +386,32 @@
 "erabiliko zenuen entitatea hasteko asmorik gabe. Izendatu & karakterea &amp; "
 "gisa;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Amaitu gabeko entitate-erreferentzia"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Amaitu gabeko karaktere-erreferentzia"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "UTF-8 gisa kodetutako testu baliogabea - sekuentzia luzeegia"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "UTF-8 gisa kodetutako testu baliogabea - hasierako karaktererik gabe"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "UTF-8 gisa kodetutako testu baliogabea - '%s' ez da baliozkoa"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokumentuak elementu batez hasi behar du (adibidez, <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -398,7 +420,7 @@
 "'%s' ez da karaktere balioduna '<' karakterearen atzetik; baliteke elementu "
 "baten izena ez hastea"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -407,7 +429,7 @@
 "'%s' karaktere bitxia, '>' karakterea espero zen '%s' elementuaren hasiera-"
 "etiketa amaitzeko"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -415,7 +437,7 @@
 "'%s' karaktere bitxia, '=' espero zen '$2%s' elementuaren '$1%s' "
 "atributuaren ondoren"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -426,7 +448,7 @@
 "hasiera-etiketa bukatzeko, edo bestela atributu bat. Agian karaktere  "
 "baliogabea erabili duzu atributu-izen batean"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,7 +457,7 @@
 "'%s' karaktere bitxia, komatxo irekia espero zen berdin ikurraren ondoren "
 "'$2%s' elementuaren '$1%s' atributuari balioa ematean"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -444,7 +466,7 @@
 "'%s' ez da karaktere balioduna '</'; karaktereen atzetik; baliteke '%s'e(k) "
 "elementu baten izena ez hastea"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -453,25 +475,25 @@
 "'%s' karaktere baliogabea da '%s' itxiera-elementuaren izenaren atzetik; "
 "baimendutako karakterea '>' da"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "'%s' elementua itxi egin da, unean ez dago elementurik irekita"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "'%s' elementua itxi egin da, baina unean '%s' elementua dago irekita"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokumentua hutsik dago edo zuriuneak bakarrik ditu"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokumentua ustekabean itxi da angelu-parentesi ireki baten ondoren '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -480,7 +502,7 @@
 "Dokumentua ustekabean amaitu da oraindik irekita zeuden elementuekin. '%s' "
 "irekitako azken elementua da"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -489,20 +511,20 @@
 "Dokumentua ustekabean amaitu da, angelu-parentesi itxia ikustea espero nuen  "
 "<%s/> etiketa amaitzen"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokumentua ustekabean amaitu da elementu-izen baten barruan"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokumentua ustekabean amaitu da atributu-izen baten barruan"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 "Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -510,17 +532,17 @@
 "Dokumentua ustekabean amaitu da atributu-izen baten ondorengo berdin "
 "ikurraren atzetik; ez dago atributu-baliorik"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokumentua ustekabean amaitu da atributu-balio baten barruan"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruan"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Dokumentua ustekabean amaitu da iruzkin baten barruan edo prozesatzen ari "
@@ -573,66 +595,257 @@
 msgid "unknown error"
 msgstr "errore ezezaguna"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanala karaktere partzial batean bukatzen da"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Byten sekuentzia baliogabea bihurketa-sarreran"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Amaitu gabeko karaktere-erreferentzia"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Amaitu gabeko karaktere-erreferentzia"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Amaitu gabeko karaktere-erreferentzia"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Esteka sinbolikoak ez dira onartzen"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Errorea %s adierazpen erregularra bilatzean: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE liburutegia UTF8 euskarri gabe konpilatua"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE liburutegia UTF8 propietateen euskarri gabe konpilatua"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Errorea %s adierazpen erregularra %d karakterean konpilatzean: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Errorea %s adierazpen erregularra optimizatzean: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "digitu hamaseitarra edo '}' espero zen"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "digitu hamaseitarra espero zen"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "'<' falta da erreferentzia sinbolikoan"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "amaitu gabeko erreferentzia sinbolikoa"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "zero luzerako erreferentzia sinbolikoa"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "digitua espero zen"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "erreferentzia sinboliko ilegala"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "'\\' katearen amaieran"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "ihes-sekuentzi ezezaguna"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Errorea ordezko \"%s\" testua analizatzean %lu karakterean: %s"
@@ -670,17 +883,17 @@
 msgid "Failed to read data from child process"
 msgstr "Ezin izan da daturik irakurri prozesu umetik"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Ezin izan da kanalizazioa sortu prozesu umearekin komunikatzeko (%s) "
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Ezin izan da kanalizazio umetik irakurri (%s) "
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Ezin izan da `%s' direktoriora aldatu (%s) "
@@ -731,42 +944,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Ezin izan da daturik irakurri prozesu umetik (%s) "
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Ustekabeko errorea select()-en, datuak prozesu umetik irakurtzen (%s) "
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Ustekabeko errorea waitpid()-en (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Ezin da sardetu (%s) "
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Ezin izan da \"%s\" prozesu umea exekutatu (%s) "
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Ezin izan da prozesu umearen irteera edo sarrera birbideratu (%s) "
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Ezin izan da prozesu umea sardetu (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Errore ezezaguna \"%s\" prozesu umea exekutatzean"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Ezin izan da nahikoa datu irakurri pid kanalizazio umetik (%s) "
@@ -787,81 +1000,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Karakterea honako barrutitik kanpo UTF-16 formaturako"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Erabilera:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[AUKERA...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Laguntzako aukerak:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Erakutsi laguntzako aukerak"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Erakutsi laguntzako aukera guztiak"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Aplikazio-aukerak:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Ezin da '%2$s'(r)en '%1$s' osoko balioa analizatu"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%2$s(r)en '%1$s' osoko balioa barrutitik kanpo"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Ezin da '%2$s'(r)en '%1$s' balio bikoitza analizatu"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%2$s(r)en '%1$s' balio bikoitza barrutitik kanpo"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Errorea %s aukera analizatzean"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s(e)ko argumentua falta da"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "%s aukera ezezaguna"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Ezin izan da baliozko gakoa datuen direktorioan aurkitu"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Ez da fitxategi arrunta"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Fitxategia hutsik dago"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -870,52 +1083,52 @@
 "ez daukalarik"
 
 #
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Taldearen izen baliogabea: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Gako-fitxategiak ez da talde batekin hasten"
 
 #
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Gakoaren izen baliogabea: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Gako-fitxategiak onartzen ez den '%s' kodeketa du"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Gako-fitxategiak ez dauka '%s' taldea"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Gako-fitxategiak ez dauka '%s' gakoa"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Gako-fitxategiak '%s' gakoa dauka (%s balioduna) baina ez da UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Gako-fitxategiak '%s' gakoa dauka, baina dagokion balioa ezin da "
 "interpretatu."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -924,37 +1137,590 @@
 "Gako-fitxategiak '%s' gakoa dauka ('%s taldean), baina dagokion balioa ezin "
 "da interpretatu."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Gako-fitxategiak ez dauka '%s' gakoa ('%s' taldean)"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Gako-fitxategiak ihes-karakterea dauka lerro amaieran"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Gako-fitxategiak '%s' ihes-sekuentzia baliogabea dauka"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "'%s' balioa ezin da zenbaki gisa interpretatu"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "'%s' osoko balioa barrutitik kanpo"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "'%s' balioa ezin da zenbaki mugikor gisa interpretatu."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "'%s' balioa ezin da bolear gisa interpretatu"
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "errore ezezaguna"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Esteka sinbolikoak ez dira onartzen"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Esteka sinbolikoak ez dira onartzen"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Gakoaren izen baliogabea: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Ostalari-izen baliogabea"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Ezin izan da '%s' fitxategia sortu: %s "
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Ezin izan da '%s' fitxategia sortu: %s "
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Ezin izan da '%s' fitxategia sortu: %s "
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Errorea %s aukera analizatzean"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokumentua ustekabean amaitu da atributu-izen baten barruan"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Errorea '%s' direktorioa irekitzean: %s "
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Errorea bihurtzean: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Errorea bihurtzean: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Errorea %d lerroan: %s "
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Esteka sinbolikoak ez dira onartzen"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Errorea %s aukera analizatzean"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Errorea %s aukera analizatzean"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Ez da fitxategi arrunta"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Errorea '%s' fitxategia irakurtzean: %s "
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Errorea %d lerroan: %s "
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Errorea %s aukera analizatzean"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Errorea %s aukera analizatzean"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Esteka sinbolikoak ez dira onartzen"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[AUKERA...]"
diff --git a/po/fa.po b/po/fa.po
index d4d1600..8eff6e4 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2006-09-04 18:36+0330\n"
 "Last-Translator: Roozbeh Pournader <roozbeh@farsiweb.info>\n"
 "Language-Team: Persian\n"
@@ -87,71 +87,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "خواندن پیوند نمادی «‎%s» شکست خورد: %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "تبدیل از مجموعه‌نویسهٔ «%s» به «%s» پشتیبانی نمی‌شود"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "نمی‌توان مبدل «%s» به «%s» را باز کرد"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "دنبالهٔ بایتی نامعتبر در ورودی تبدیل"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "خطا در حین تبدیل: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "دنباله نویسهٔ ناتمام در انتهای ورودی"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "نمی‌توان عقب‌نشینی «%s» را به مجموعه کد «%s» تبدیل کرد"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "نشانی «‎%s» یک نشانی اینترنتی مطلق با شِمای «پرونده» نیست"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "نشانی پروندهٔ محلی «‎%s» نمی‌تواند «#» داشته باشد"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "نشانی اینترنتی «%s» نامعتبر است"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "نام میزبان نشانی اینترنتی «‎%s» نامعتبر است"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "نشانی اینترنتی «‎%s» نویسه‌های گریختهٔ نامعتبر دارد"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "نام مسیر «‎%s» یک مسیر مطلق نیست"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "نام میزبان نامعتبر"
@@ -231,37 +231,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "قالب «%s» حاوی XXXXXX نیست"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "خواندن پیوند نمادی «‎%s» شکست خورد: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "نمی‌توان مبدل «%s» به «%s» را باز کرد: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "نمی‌توان در g_io_channel_read_line_string خوانش خام انجام داد"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "دادهٔ تبدیل‌نشده در میان‌گیر خواندن باقی مانده است"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "کانال با یک نویسهٔ ناتمام پایان می‌یابد"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "نمی‌توان در g_io_channel_read_to_end خوانش خام انجام داد"
@@ -276,24 +298,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "تهیهٔ نقشه از پروندهٔ «‎%s» شکست خورد: mmap()‎ شکست خورد: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "خطا در سطر %Id نویسهٔ %Id:‏ %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "خطا در سطر %Id:‏ %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "نهاد خالی «‎&;‎» مشاهده شد؛ نهادهای معتبر عبارتند از: ‎&amp; &quot; &lt; &gt; "
 "&apos;‎"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -303,17 +325,17 @@
 "نویسهٔ «%s» در ابتدای نام نهادها مجاز نیست؛ نویسهٔ & نهاد را آغاز می‌کند؛ اگر "
 "این علامت & قرار نیست نهاد شود، به‌جای آن از ‎&amp;‎ استفاده کنید"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "نویسهٔ «%s» داخل نام نهادها مجاز نیست"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "نام نهاد «%s» شناخته نیست"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -322,7 +344,7 @@
 "بخواهید نهادی را آغاز کنید از نویسهٔ & استفاده کرده‌اید - برای نوشتن علامت & "
 "از ‎&amp;‎ استفاده کنید"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -331,16 +353,16 @@
 "تجزیهٔ «‎%-.*s»، که باید رقمی داخل یک ارجاع نویسه‌ای (مثل ‎&#234;‎) می‌بود شکست "
 "خورد - شاید رقم خیلی بزرگ است"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "ارجاع نویسه‌ای «‎%-.*s» به نویسهٔ مجاز اشاره نمی‌کند"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "ارجاع نویسه‌ای خالی؛ باید یک رقم داشته باشد، مثل ‎&#454;‎"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -350,34 +372,34 @@
 "بخواهید نهادی را آغاز کنید از نویسهٔ & استفاده کرده‌اید - برای نوشتن علامت & "
 "از ‎&amp;‎ استفاده کنید"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "ارجاع نهادی ناتمام"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "ارجاع نویسه‌ای ناتمام"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "نوشتار باید با یک عنصر (مثلاً <book>) شروع شود"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -385,7 +407,7 @@
 msgstr ""
 "‏«%s» پس از یک نویسهٔ '‎<‎' نویسهٔ مجازی نیست؛ نمی‌شود ابتدای نام یک عنصر باشد"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -394,14 +416,14 @@
 "نویسهٔ غیرعادی «%s»، برای پایان دادن به برچسب شروع عنصر «%s» انتظار یک نویسهٔ "
 "«‎>‎» می‌رفت"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "نویسهٔ غیرعادی «%s»، بعد از نام مشخصهٔ «%s» عنصر «%s» انتظار یک نویسهٔ «=» می‌رفت"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -412,7 +434,7 @@
 "مشخصه، انتظار یک نویسهٔ «‎>‎» یا «/» می‌رفت؛ شاید از یک نویسهٔ نامعتبر در نام "
 "مشخصه‌ای استفاده کرده باشید"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -421,7 +443,7 @@
 "نویسهٔ غیرعادی «%s»، هنگام مقدار دادن به مشخصهٔ «%s» از عنصر «%s» پس از علامت "
 "تساوی انتظار یک علامت نقل قول باز می‌رفت"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -430,32 +452,32 @@
 "‏«%s» بعد از نویسه‌های «‎</‎» نویسهٔ معتبری نیست؛ «%s» نمی‌تواند ابتدای نام عناصر "
 "قرار بگیرد"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr "‏«%s» نویسهٔ معتبری برای بستن نام عنصر «%s» نیست؛ نویسهٔ مجاز «‎>» است"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "عنصر «%s» بسته بود، در حال حاضر هیچ عنصری باز نیست"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "عنصر «%s» بسته بود، ولی عنصری که در حال حاضر باز است «%s» است"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "نوشتار خالی است یا فقط فاصلهٔ خالی دارد"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "نوشتار به‌طور غیرمنتظره‌ای درست بعد از یک علامت کوچکتر '‎<‎' پایان یافت"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -464,7 +486,7 @@
 "نوشتار وقتی که هنوز عناصری باز بودند به‌طور غیرمنتظره‌ای پایان یافت ‐ آخرین "
 "عنصر باز شده «%s» بود"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -473,19 +495,19 @@
 "نوشتار به‌طور غیرمنتظره‌ای پایان یافت، یک علامت بزرگتر برای بستن برچسب ‎<%s/>‎ "
 "انتظار می‌رفت"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک عنصر به‌پایان رسید"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک مشخصه به‌پایان رسید"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل یک برچسب عنصربازکن پایان یافت."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -493,16 +515,16 @@
 "نوشتار به‌طور غیرمنتظره‌ای بعد از علامت تساوی‌ای که پس از نام مشخصه‌ای آمده بود "
 "تمام شد؛ بدون مقدار برای مشخصه"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل مقدار یک مشخصه به‌پایان رسید"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل برچسب بستن عنصر «%s» پایان یافت"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "نوشتار به‌طور غیرمنتظره‌ای داخل یک توضیح یا دستورالعمل پردازشی پایان یافت"
@@ -551,67 +573,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "کانال با یک نویسهٔ ناتمام پایان می‌یابد"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "دنبالهٔ بایتی نامعتبر در ورودی تبدیل"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "ارجاع نویسه‌ای ناتمام"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "ارجاع نویسه‌ای ناتمام"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "ارجاع نویسه‌ای ناتمام"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "خطا در سطر %Id نویسهٔ %Id:‏ %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "ارجاع نهادی ناتمام"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -648,17 +861,17 @@
 msgid "Failed to read data from child process"
 msgstr "خواندن داده‌ها از فراروند فرزند شکست خورد"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "ایجاد لوله برای ارتباط با فراروند فرزند شکست خورد (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "خواندن از لولهٔ فرزند شکست خورد (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "تغییر به شاخهٔ «%s» شکست خورد (%s)"
@@ -707,43 +920,43 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "خواندن داده‌ها از فراروند فرزند شکست خورد (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "خطای غیرمنتظره در select()‎ هنگام خواندن داده‌ها از یک فراروند فرزند (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "خطای غیرمنتظره در waitpid()‎ ‏(%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "انشعاب شکست خورد (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "اجرای فراروند فرزند «%s» شکست خورد (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "تغییر مسیر خروجی یا ورودی فراروند فرزند شکست خورد (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "انشعاب فراروند فرزند شکست خورد (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "خطای ناشناخته هنگام اجرای فراروند فرزند «%s»"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "خواندن دادهٔ کافی از لولهٔ pid فرزند شکست خورد (%s)"
@@ -764,129 +977,129 @@
 msgid "Character out of range for UTF-16"
 msgstr "نویسهٔ خارج از محدوده برای UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "روش استفاده:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[گزینه...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "گزینه‌های راهنما:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "نمایش گزینه‌های راهنما"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "نمایش همهٔ گزینه‌های راهنما"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "گزینه‌های برنامه:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "نمی‌توان مقدار صحیح «%s» برای %s را تجزیه کرد"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "مقدار صحیح «%s» خارج از محدودهٔ %s است"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "نمی‌توان مقدار صحیح با دقت مضاعف «%s» برای %s را تجزیه کرد"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "مقدار صحیح با دقت مضاعف «%s» خارج از محدودهٔ %s است"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "خطا در تجزیهٔ گزینهٔ %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "‏%s یک آرگومان کم دارد"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "گزینهٔ نامعلوم %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "پروندهٔ کلید معتبر در شاخه‌های داده یافت نمی‌شود"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "پرونده متعارف نیست"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "پرونده خالی است"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "پرونده کلید حاوی خط «%s» است که جفت کلید‐مقدار، گروه یا توضیح  نیست"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "نام برنامهٔ نامعتبر: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "پروندهٔ کلید با یک گروه آغاز نمی‌شود"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "نام برنامهٔ نامعتبر: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "پروندهٔ کلید حاوی کدگذاری پشتیبانی نشدهٔ «%s» است"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "پروندهٔ کلید گروه «%s» را ندارد"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "پروندهٔ کلید، کلید «%s» را ندارد"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "پروندهٔ کلید حاوی کلید «%s» با مقدار «%s» است که UTF-8 نیست"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "پروندهٔ کلید حاوی کلید «%s» است که مقداری دارد که قابل تفسیر نیست."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -894,41 +1107,592 @@
 msgstr ""
 "پروندهٔ کلید حاوی کلید «%s» در گروه «%s» است که مقداری دارد که قابل تفسیر نیست"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "پروندهٔ کلید، کلید «%s» در گروه «%s» را ندارد"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "پرونده کلید شامل نویسهٔ گریز در انتهای خط است"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "پروندهٔ کلید حاوی دنبالهٔ گریز نامعتبر «%s» است"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "مقدار «%s» را نمی‌توان به عدد تفسیر کرد"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "مقدار صحیح «%s» خارج از محدوده است"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "مقدار «%s» را نمی‌توان به عدد اعشاری تفسیر کرد"
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "مقدار «%s» را نمی‌توان به مقدار بولی تفسیر کرد"
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "گزینهٔ نامعلوم %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "نام برنامهٔ نامعتبر: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "نام میزبان نامعتبر"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "خطا در تجزیهٔ گزینهٔ %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک مشخصه به‌پایان رسید"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "خطا در باز کردن شاخهٔ «‎%s»‏: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "خطا در حین تبدیل: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "خطا در حین تبدیل: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "خطا در سطر %Id:‏ %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "خطا در تجزیهٔ گزینهٔ %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "خطا در تجزیهٔ گزینهٔ %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "پرونده متعارف نیست"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "خطا در سطر %Id:‏ %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "خطا در تجزیهٔ گزینهٔ %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "خطا در تجزیهٔ گزینهٔ %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[گزینه...]"
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "باز کردن پروندهٔ «%s» شکست خورد: fdopen()‎ شکست خورد: %s"
diff --git a/po/fi.po b/po/fi.po
index 50e9c0f..606cfaf 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2006-08-09 15:58+0300\n"
 "Last-Translator: Ilkka Tuohela <hile@iki.fi>\n"
 "Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
@@ -89,71 +89,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Suoritettavaa riviä \"%s\" ei voitu laajentaa URI:lla \"%s\""
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Muunnos merkistöstä \"%s\" merkistöön \"%s\" ei ole tuettu"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Virheellinen tavusarja muunnettavassa syötteessä"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Virhe muunnoksen aikana: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Osittainen tavusarja syötteen lopussa"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Koodausmerkkijonoa \"%s\" ei voi muuntaa merkistöön \"%s\""
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI \"%s\" on virheellinen"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI:n \"%s\" isäntänimi on virheellinen"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI \"%s\" sisältää virheellisesti suojattuja merkkejä"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Polku \"%s\" ei ole absoluuttinen"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Virheellinen isäntänimi"
@@ -240,38 +240,60 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Malli \"%s\" ei sisällä merkkijonoa XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Symbolisen linkin \"%s\" lukeminen epäonnistui: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Symbolisia linkkejä ei tueta"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "Funktiossa g_io_channel_read_line_string ei voi suorittaa raakalukemista"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Jäljelle jäänyt muuntamaton data lukupuskurissa"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanava päättyy osittaiseen merkkiin"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Funktiossa g_io_channel_read_to_end ei voi suorittaa raakalukemista"
@@ -286,24 +308,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Tiedoston \"%s\" mappaaminen epäonnistui: mmap() epäonnistui: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Virhe rivillä %d, kohdassa %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Virhe rivillä %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Havaittu tyhjä entiteetti \"&;\"; kelvolliset ovat: &amp; &quot; &lt; &gt; "
 "&apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -314,17 +336,17 @@
 "entiteetin. Jos tämän &-merkin ei ole tarkoitus olla entiteetti, käytä "
 "merkintää &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Merkki \"%s\" ei ole kelvollinen entiteetin nimessä"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Entiteetin nimi \"%s\" on tuntematon"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -332,7 +354,7 @@
 "Entiteetti ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
 "aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -341,16 +363,16 @@
 "Merkkijonon \"%-.*s\" piti olla luku merkkiviitteen sisällä (esim. &#234;), "
 "mutta sen jäsentäminen epäonnistui - ehkä luku on liian suuri"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Merkkiviite \"%-.*s\" ei ole sallitun merkin koodaus"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Tyhjä merkkiviite; viitteen tulee sisältää luku, esim &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -359,32 +381,32 @@
 "Merkkiviite ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
 "aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Päättämätön entiteettiviite"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Päättämätön merkkiviite"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Virheellinen UTF-8-koodattu teksti - ylipitkä sekvenssi"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Virheellinen UTF-8-koodattu teksti - ei aloitusmerkki"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Virheellinen UTF-8-koodattu teksti - epäkelpo \"%s\""
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Asiakirjan on alettava elementillä (esim. <kirja>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -393,7 +415,7 @@
 "\"%s\" ei ole kelvollinen merkki \"<\"-merkin jälkeen; se ei voi aloittaa "
 "elementin nimeä"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -402,7 +424,7 @@
 "Pariton merkki \"%s\", odotettiin \">\"-merkkiä päättämään elementin \"%s\" "
 "alkulippu"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -410,7 +432,7 @@
 "Pariton merkki \"%1$s\", odotettiin \"=\"-merkkiä elementin \"%3$s\" "
 "ominaisuuden \"%2$s\" jälkeen"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -421,7 +443,7 @@
 "elementin \"%s\" aloituslippu, tai mahdollista ominaisuutta; käytit ehkä "
 "ominaisuuden nimessä siihen kelpaamatonta merkkiä"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -430,7 +452,7 @@
 "Pariton merkki \"%1$s\", odotettiin avaavaa lainausmerkkiä yhtäsuuruusmerkin "
 "jälkeen annettaessa elementin \"%3$s\" ominaisuuden \"%2$s\" arvoa"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -439,7 +461,7 @@
 "\"%s\" ei ole kelvollinen merkki merkkien \"</\" jälkeen; \"%s\" ei voi olla "
 "elementin nimen alussa"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -448,28 +470,28 @@
 "\"%s\" ei ole kelvollinen merkki sulkuelementin \"%s\" jälkeen; sallittu "
 "merkki on \">\""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Elementti \"%s\" on suljettu, ei avoimia elementtejä"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "Elementti \"%s\" on suljettu, mutta tällä hetkellä on avoinna elementti \"%s"
 "\""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Asiakirja oli tyhjä tai sisälsi vain tyhjiä merkkejä"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Asiakirja loppui odottamattomasti heti avoimen kulmasulkeen \"<\" jälkeen"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -478,7 +500,7 @@
 "Asiakirja loppui odottamattomasti elementtien ollessa sulkematta - \"%s\" "
 "oli viimeinen avattu elementti"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -487,19 +509,19 @@
 "Asiakirja loppui odottamattomasti, odotettiin lipun <%s/> sulkevaa "
 "kulmasuljetta"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Asiakirja loppui odottamattomasti elementin nimen kohdalla"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Asiakirja loppui odottamattomasti elementin avauslipun kohdalla"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -507,16 +529,16 @@
 "Asiakirja loppui odottamattomasti ominaisuuden nimen jälkeisen "
 "yhtäsuuruusmerkin jälkeen; ominaisuudella ei ole arvoa"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Asiakirja loppui odottamattomasti ominaisuuden arvon kohdalla"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Asiakirja loppui odottamattomasti elementin \"%s\" sulkulipun kohdalla"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Asiakirja loppui odottamattomasti kommentin tai käsittelykomennon kohdalla"
@@ -566,66 +588,257 @@
 msgid "unknown error"
 msgstr "tuntematon virhe"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanava päättyy osittaiseen merkkiin"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Virheellinen tavusarja muunnettavassa syötteessä"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Päättämätön merkkiviite"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Päättämätön merkkiviite"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Päättämätön merkkiviite"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Symbolisia linkkejä ei tueta"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Virhe täsmätessä säännöllistä lauseketta %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE-kirjasto on käännetty ilman UTF8-tukea"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE-kirjasto on käännetty ilman UTF8-ominaisuuksien tukea"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Virhe säännöllisessä lausekkeessa %s kohdassa %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Virhe optimoitaessa säännöllistä lauseketta %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "odotettiin heksadesimaalista numeroa tai merkkiä \"}\""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "odotettiin heksadesimaalista numeroa"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "merkki '<' puuttuu symbolisesta viitteestä"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "päättämätön symbolinen viite"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "nollan mittainen symbolinen viite"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "odotettiin numeroa"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "virheellinen symbolinen viite"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "ylimääräinen päättävä '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "tuntematon escape-jono"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Virhe tulkittaessa korvaavaa tekstia \"%s\" kohdassa %lu: %s"
@@ -663,18 +876,18 @@
 msgid "Failed to read data from child process"
 msgstr "Datan lukeminen lapsiprosessilta epäonnistui"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "Putken luominen lapsiprosessin kanssa viestintää varten epäonnistui (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Lukeminen lapsiprosessin putkesta epäonnistui (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Hakemistoon \"%s\" siirtyminen epäonnistui (%s)"
@@ -723,43 +936,43 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Datan lukeminen lapsiprosessilta epäonnistui (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Odottamaton virhe funktiossa select() lapsiprosessilta dataa luettaessa (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Odottamaton virhe funktiossa waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Haarauttaminen epäonnistui (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Lapsiprosessin \"%s\" käynnistäminen epäonnistui (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Lapsiprosessin tulosteen tai syötteen uudelleenohjaus epäonnistui (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Lapsiprosessin haarauttaminen epäonnistui (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Tuntematon virhe käynnistettäessä lapsiprosessia \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Lapsiprosessin pid-putkesta ei voitu lukea riittävästi dataa (%s)"
@@ -780,81 +993,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Merkki on sallitun UTF-16-välin ulkopuolella"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Käyttö:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[VALITSIN...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Ohjevalitsimet:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Näytä ohjevalitsimet"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Näytä kaikki ohjevalitsimet"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Sovelluksen valitsimet:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Kokonaislukua \"%s\" ei voida tulkita kohteelle %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Kokonaisluku \"%s\" kohteelle %s on ylittää sallitun alueen"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Kokonaislukua \"%s\" ei voida tulkita kohteelle %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Double-arvo \"%s\" kohteelle %s ylittää sallitun alueen"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Virhe käsiteltäessä valitsinta %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Puuttuva argumentti kohteelle %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Tuntematon optio %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Kelvollista avaintiedostoa ei löytynyt haetuista kansioista"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Ei tavallinen tiedosto"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Tiedosto on tyhjä"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -862,51 +1075,51 @@
 "Avaintiedosto sisältää rivin \"%s\", joka ei ole avain-arvopari, ryhmä tai "
 "kommentti"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Virheellinen ryhmän nimi: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Avaintiedosto ei ala ryhmällä"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Virheellinen avaimen nimi: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Avaintiedosto sisältää epäkelvon koodauksen \"%s\""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Avaintiedostossa ei ole ryhmää \"%s\""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Avaintiedostossa ei ole avainta \"%s\""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Avaintiedosto sisältää avaimen \"%s\" arvolla \"%s\", joka ei ole UTF-8 "
 "merkkijono"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -915,41 +1128,592 @@
 "Avaintiedosto sisältää avaimen \"%s\", jonka arvoa ei voida tulkita, "
 "ryhmässä \"%s\"."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "AVaintiedostossa ei ole avainta \"%s\" ryhmässä \"%s\""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Avaintiedosto sisältää escape-jonon rivin lopussa"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Avaintiedostossa on virheellinen escape-jono \"%s\""
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Arvoa \"%s\" ei voida tulkita numeroksi."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Kokonaisluku \"%s\" on sallitun alueen ulkopuolella"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Arvoa \"%s\" ei voida tulkita liukuluvuksi."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Arvoa \"%s\" ei voida turkita totuusarvoksi."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "tuntematon virhe"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Symbolisia linkkejä ei tueta"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Symbolisia linkkejä ei tueta"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Virheellinen avaimen nimi: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Virheellinen isäntänimi"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Tiedoston \"%s\" luominen epäonnistui: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Tiedoston \"%s\" luominen epäonnistui: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Tiedoston \"%s\" luominen epäonnistui: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Virhe käsiteltäessä valitsinta %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Virhe hakemiston \"%s\" avaamisessa: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Virhe muunnoksen aikana: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Virhe muunnoksen aikana: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Virhe rivillä %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Symbolisia linkkejä ei tueta"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Virhe käsiteltäessä valitsinta %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Virhe käsiteltäessä valitsinta %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Ei tavallinen tiedosto"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Virhe tiedoston \"%s\" lukemisessa: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Virhe rivillä %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Virhe käsiteltäessä valitsinta %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Virhe käsiteltäessä valitsinta %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Symbolisia linkkejä ei tueta"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[VALITSIN...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr ""
 #~ "Tiedoston oikeuksien muuttaminen epäonnistui: fork() epäonnistui: %s"
diff --git a/po/fr.po b/po/fr.po
index 643bdd6..0040990 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: glib HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-14 14:01+0100\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-12-14 14:22+0100\n"
 "Last-Translator: Robert-André Mauchin <zebob.m@pengzone.org>\n"
 "Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
@@ -22,324 +22,323 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
 #, c-format
 msgid "Unexpected attribute '%s' for element '%s'"
 msgstr "Attribut « %s » inattendu pour l'élément « %s »"
 
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
 #, c-format
 msgid "Attribute '%s' of element '%s' not found"
 msgstr "L'attribut « %s » de l'élément « %s » est introuvable"
 
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
 #, c-format
 msgid "Unexpected tag '%s', tag '%s' expected"
 msgstr "Balise « %s » inattendue. La balise « %s » était attendue"
 
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
 #, c-format
 msgid "Unexpected tag '%s' inside '%s'"
 msgstr "Balise « %s » inattendue à l'intérieur de « %s »"
 
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
 #, c-format
 msgid "No valid bookmark file found in data dirs"
 msgstr ""
 "Impossible de trouver un fichier de signets valide dans les répertoires de "
 "données"
 
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
 #, c-format
 msgid "A bookmark for URI '%s' already exists"
 msgstr "Un signet pour l'URI « %s » existe déjà"
 
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
 #, c-format
 msgid "No bookmark found for URI '%s'"
 msgstr "Aucun signet trouvé pour l'URI « %s »"
 
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
 #, c-format
 msgid "No MIME type defined in the bookmark for URI '%s'"
 msgstr "Aucun type MIME défini dans le signet pour l'URI « %s »"
 
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
 #, c-format
 msgid "No private flag has been defined in bookmark for URI '%s'"
 msgstr "Aucun indicateur privé n'est défini dans le signet pour l'URI « %s »"
 
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
 #, c-format
 msgid "No groups set in bookmark for URI '%s'"
 msgstr "Aucun groupe n'est défini dans le signet pour l'URI « %s »"
 
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
 #, c-format
 msgid "No application with name '%s' registered a bookmark for '%s'"
 msgstr "Aucune application nommée « %s » n'a enregistré un signet pour « %s »"
 
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
 #, c-format
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "L'expansion de la ligne d'exécution « %s » avec l'URI « %s » a échoué"
 
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr ""
 "La conversion du jeu de caractères « %s » vers « %s » n'est pas prise en "
 "charge"
 
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »"
 
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
+#: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Séquence d'octets non valide en entrée du convertisseur"
 
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Erreur lors de la conversion : %s"
 
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:946 ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Séquence partielle de caractères à la fin de l'entrée"
 
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr ""
 "Impossible de convertir la valeur de rechange « %s » vers le jeu de codes « %"
 "s »"
 
-#: ../glib/gconvert.c:1733
+#: glib/gconvert.c:1733
 #, 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:1743
+#: glib/gconvert.c:1743
 #, 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:1760
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "L'URI « %s » n'est pas valide"
 
-#: ../glib/gconvert.c:1772
+#: glib/gconvert.c:1772
 #, 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:1788
+#: glib/gconvert.c:1788
 #, 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:1883
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Le chemin « %s » n'est pas un chemin absolu"
 
-#: ../glib/gconvert.c:1893
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Nom d'hôte non valide"
 
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
 #, c-format
 msgid "Error opening directory '%s': %s"
 msgstr "Erreur à l'ouverture du répertoire « %s » : %s"
 
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
 #, c-format
 msgid "Could not allocate %lu bytes to read file \"%s\""
 msgstr "Impossible d'allouer %lu octets pour lire le fichier « %s »"
 
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
 #, c-format
 msgid "Error reading file '%s': %s"
 msgstr "Erreur de lecture du fichier « %s » : %s"
 
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
 #, c-format
 msgid "Failed to read from file '%s': %s"
 msgstr "La lecture depuis le fichier « %s » a échoué : %s"
 
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "L'ouverture du fichier « %s » a échoué : %s"
 
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
 #, c-format
 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
 msgstr ""
 "L'obtention des attributs du fichier « %s » a échoué : fstat() a échoué : %s"
 
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
 #, c-format
 msgid "Failed to open file '%s': fdopen() failed: %s"
 msgstr "L'ouverture du fichier « %s » a échoué : fdopen() a échoué : %s"
 
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
 #, c-format
 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
 msgstr ""
 "Le renommage du fichier « %s » vers « %s » a échoué : g_rename() a échoué : %"
 "s"
 
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
 #, c-format
 msgid "Failed to create file '%s': %s"
 msgstr "La création du fichier « %s » a échoué : %s"
 
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
 #, c-format
 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
 msgstr ""
 "L'ouverture du fichier « %s » en écriture a échoué : fdopen() a échoué : %s"
 
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
 #, c-format
 msgid "Failed to write file '%s': fwrite() failed: %s"
 msgstr ""
 "L'ouverture du fichier « %s » en écriture a échoué : fwrite() a échoué : %s"
 
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
 #, c-format
 msgid "Failed to close file '%s': fclose() failed: %s"
 msgstr "La fermeture du fichier « %s » a échoué : fclose() a échoué : %s"
 
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
 #, c-format
 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
 msgstr ""
 "Le fichier existant « %s » ne peut pas être supprimé : g_unlink() a échoué : "
 "%s"
 
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
 #, c-format
 msgid "Template '%s' invalid, should not contain a '%s'"
 msgstr ""
 "Le modèle « %s » n'est pas valide, il ne devrait pas contenir de « %s »"
 
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
 #, c-format
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Le modèle « %s » ne contient pas XXXXXX"
 
-#: ../glib/gfileutils.c:1824
+#: glib/gfileutils.c:1826
 #, c-format
 msgid "%u byte"
 msgid_plural "%u bytes"
 msgstr[0] "%u octet"
 msgstr[1] "%u octets"
 
-#: ../glib/gfileutils.c:1832
+#: glib/gfileutils.c:1834
 #, c-format
 msgid "%.1f KB"
 msgstr "%.1f Kio"
 
-#: ../glib/gfileutils.c:1837
+#: glib/gfileutils.c:1839
 #, c-format
 msgid "%.1f MB"
 msgstr "%.1f Mio"
 
-#: ../glib/gfileutils.c:1842
+#: glib/gfileutils.c:1844
 #, c-format
 msgid "%.1f GB"
 msgstr "%.1f Gio"
 
-#: ../glib/gfileutils.c:1885
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "La lecture du lien symbolique « %s » a échoué : %s"
 
-#: ../glib/gfileutils.c:1906
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Liens symboliques non pris en charge"
 
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s » : %s"
 
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "Impossible de faire une lecture brute dans g_io_channel_read_line_string"
 
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Laisse de côté des données non converties dans le tampon de lecture"
 
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "La canal se termine avec un caractère partiel"
 
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Impossible de faire une lecture brute dans g_io_channel_read_to_end"
 
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
 #, c-format
 msgid "Failed to open file '%s': open() failed: %s"
 msgstr "L'ouverture du fichier « %s » a échoué : open() a échoué : %s"
 
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
 #, c-format
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Le mappage du fichier « %s » a échoué : mmap() a échoué : %s"
 
-#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, c-format
 msgid "Error on line %d char %d: "
 msgstr "Erreur à la ligne %d, caractère %d : "
 
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Erreur à la ligne %d : %s"
 
-#: ../glib/gmarkup.c:442
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Entité vide « &; » vue : les entités valides sont : &amp; &quot; &lt; &gt; "
 "&apos;"
 
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -350,17 +349,17 @@
 "caractère & commence une entité ; si l'esperluette n'est pas supposée être "
 "une entité, échappez-le comme &amp;"
 
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Le caractère « %s » n'est pas valide à l'intérieur d'un nom d'entité"
 
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Le nom d'entité « %s » n'est pas connu"
 
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -369,7 +368,7 @@
 "utilisé une esperluette sans l'avoir marquée comme entité - échappez "
 "l'esperluette comme &amp;"
 
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -379,16 +378,16 @@
 "référence de caractère (&#234; par exemple) - peut-être que le nombre est "
 "trop grand"
 
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "La référence de caractère « %-.*s » ne code pas un caractère autorisé"
 
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Référence de caractère vide ; devrait inclure un nombre comme &#454;"
 
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -398,32 +397,32 @@
 "avez vraisemblablement utilisé une esperluette sans intention de commencer "
 "une entité - échappez l'esperluette comme &amp;"
 
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Référence d'entité non terminée"
 
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Référence de caractère non terminée"
 
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Texte codé en UTF-8 non valide - séquence trop longue"
 
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Texte codé en UTF-8 non valide - n'est pas un caractère de début"
 
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Texte codé en UTF-8 non valide - « %s » est non valide"
 
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Le document doit commencer avec un élément (par ex. <book>)"
 
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -432,7 +431,7 @@
 "« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne "
 "semble pas commencer un nom d'élément"
 
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -441,7 +440,7 @@
 "Caractère bizarre « %s », un caractère « > » est requis pour terminer la "
 "balise de début de l'élément « %s »"
 
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -449,7 +448,7 @@
 "Caractère bizarre « %s », un caractère « = » est requis après le nom de "
 "l'attribut « %s » de l'élément « %s »"
 
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -461,7 +460,7 @@
 "attribut ; peut-être que vous utilisez un caractère non valide dans un nom "
 "d'attribut"
 
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -470,7 +469,7 @@
 "Caractère bizarre « %s », un guillemet d'ouverture après le signe égal est "
 "requis quand on donne une valeur pour l'attribut « %s » de l'élément « %s »"
 
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -479,7 +478,7 @@
 "« %s » n'est pas un caractère valide suivant les caractères « </ » ; « %s » "
 "ne peut pas commencer un nom d'élément"
 
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -488,28 +487,28 @@
 "« %s » n'est pas un caractère valide suivant le nom l'élément de fermeture "
 "« %s » ; le caractère autorisé est « > »"
 
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "L'élément « %s » a été fermé, aucun élément est actuellement ouvert"
 
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "L'élément « %s » a été fermé, mais l'élément actuellement ouvert est « %s »"
 
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Le document était vide ou ne contenait que des espaces"
 
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Le document s'est terminé de manière inattendue juste après un crochet "
 "ouvrant « < »"
 
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -518,7 +517,7 @@
 "Le document s'est terminé de manière inattendue avec des éléments encore "
 "ouverts - « %s » était le dernier élément ouvert"
 
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -527,25 +526,25 @@
 "Le document s'est terminé de manière inattendue, un crochet fermant pour la "
 "balise <%s/> est requis"
 
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr ""
 "Le document s'est terminé de manière inattendue à l'intérieur d'un nom "
 "d'élément"
 
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr ""
 "Le document s'est terminé de manière inattendue à l'intérieur d'un nom "
 "d'attribut"
 
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 "Le document s'est terminé de manière inattendue à l'intérieur d'une balise "
 "d'ouverture d'élément."
 
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -553,414 +552,414 @@
 "Le document s'est terminé de manière inattendue après le signe égal suivant "
 "un nom d'attribut ; aucune valeur d'attribut"
 
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 "Le document s'est terminé de manière inattendue alors qu'il était à "
 "l'intérieur d'une valeur d'attribut"
 
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Le document s'est terminé de manière inattendue à l'intérieur de la balise "
 "de fermeture pour l'élément « %s »"
 
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Le document s'est terminé de manière inattendue à l'intérieur d'un "
 "commentaire ou d'une instruction de traitement"
 
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
 msgid "corrupted object"
 msgstr "objet corrompu"
 
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
 msgid "internal error or corrupted object"
 msgstr "erreur interne ou objet corrompu"
 
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
 msgid "out of memory"
 msgstr "mémoire insuffisante"
 
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
 msgid "backtracking limit reached"
 msgstr "limite de suivi arrière atteinte"
 
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
 msgid "the pattern contains items not supported for partial matching"
 msgstr ""
 "le motif contient des éléments non pris en charge par la correspondance "
 "partielle"
 
-#: ../glib/gregex.c:154
+#: glib/gregex.c:154
 msgid "internal error"
 msgstr "erreur interne"
 
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
 msgid "back references as conditions are not supported for partial matching"
 msgstr ""
 "les références inverses utilisées comme conditions ne sont pas prises en "
 "charge par la correspondance partielle"
 
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
 msgid "recursion limit reached"
 msgstr "limite de récursivité atteinte"
 
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
 msgid "workspace limit for empty substrings reached"
 msgstr "limite d'espace de travail atteinte pour les sous-chaînes vides"
 
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
 msgid "invalid combination of newline flags"
 msgstr "combinaison de marqueurs de nouvelle ligne non valide"
 
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
 msgid "unknown error"
 msgstr "erreur inconnue"
 
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
 msgid "\\ at end of pattern"
 msgstr "\\ à la fin du motif"
 
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
 msgid "\\c at end of pattern"
 msgstr "\\c à la fin du motif"
 
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
 msgid "unrecognized character follows \\"
 msgstr "un caractère non reconnu suit \\"
 
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
-msgstr "Les échappements de changement de casse (\\l, \\L, \\u, \\U) ne sont pas autorisés ici"
+msgstr ""
+"Les échappements de changement de casse (\\l, \\L, \\u, \\U) ne sont pas "
+"autorisés ici"
 
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
 msgid "numbers out of order in {} quantifier"
 msgstr "nombre trop grand dans le quantificateur {}"
 
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
 msgid "number too big in {} quantifier"
 msgstr "nombre trop grand dans le quantificateur {}"
 
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
 msgid "missing terminating ] for character class"
 msgstr "caractère terminaison ] manquant pour la classe de caractère"
 
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
 msgid "invalid escape sequence in character class"
 msgstr "séquence d'échappement non valide dans la classe de caractère"
 
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
 msgid "range out of order in character class"
 msgstr "plage déclassée dans la classe de caractère"
 
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
 msgid "nothing to repeat"
 msgstr "rien à répéter"
 
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
 msgid "unrecognized character after (?"
 msgstr "caractère non reconnu après (?"
 
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
 msgid "unrecognized character after (?<"
 msgstr "caractère non reconnu après (?<"
 
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
 msgid "unrecognized character after (?P"
 msgstr "caractère non reconnu après (?P"
 
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
 msgid "POSIX named classes are supported only within a class"
 msgstr ""
 "Les classes nommées en suivant POSIX sont uniquement prises en charge depuis "
 "une classe"
 
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
 msgid "missing terminating )"
 msgstr ") de terminaison manquante"
 
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
 msgid ") without opening ("
 msgstr ") sans ( d'ouverture"
 
-#: ../glib/gregex.c:255
+#: glib/gregex.c:255
 msgid "(?R or (?[+-]digits must be followed by )"
 msgstr "(?R ou (?[+-]chiffres doivent être suivis par )"
 
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
 msgid "reference to non-existent subpattern"
 msgstr "référence à un sous-motif non-existant"
 
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
 msgid "missing ) after comment"
 msgstr ") manquante après un commentaire"
 
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
 msgid "regular expression too large"
 msgstr "expression régulière trop grande"
 
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
 msgid "failed to get memory"
 msgstr "l'obtention de la mémoire a échoué"
 
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
 msgid "lookbehind assertion is not fixed length"
 msgstr "l'assertion « lookbehind » n'a pas de longueur fixe"
 
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
 msgid "malformed number or name after (?("
 msgstr "nom ou nombre non conforme après (?("
 
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
 msgid "conditional group contains more than two branches"
 msgstr "un groupe conditionnel contient plus de deux branches"
 
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
 msgid "assertion expected after (?("
 msgstr "une assertion est attendue après (?("
 
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
 msgid "unknown POSIX class name"
 msgstr "nom de classe POSIX inconnu"
 
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
 msgid "POSIX collating elements are not supported"
 msgstr "les éléments d'interclassement POSIX ne sont pas pris en charge"
 
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
 msgid "character value in \\x{...} sequence is too large"
 msgstr "la valeur du caractère dans la séquence \\x{...} est trop grande"
 
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
 msgid "invalid condition (?(0)"
 msgstr "condition (?(0) non valide"
 
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
 msgid "\\C not allowed in lookbehind assertion"
 msgstr "\\C n'est pas autorisé dans l'assertion « lookbehind »"
 
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
 msgid "recursive call could loop indefinitely"
 msgstr "un appel récursif peut effectuer des boucles indéfiniment"
 
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
 msgid "missing terminator in subpattern name"
 msgstr "terminaison manquante dans le nom du sous-motif"
 
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
 msgid "two named subpatterns have the same name"
 msgstr "deux sous-motifs nommés possèdent le même nom"
 
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
 msgid "malformed \\P or \\p sequence"
 msgstr "séquence \\P ou \\p non conforme"
 
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
 msgid "unknown property name after \\P or \\p"
 msgstr "nom de propriété inconnu après \\P ou \\p"
 
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
 msgid "subpattern name is too long (maximum 32 characters)"
 msgstr "le nom du sous-motif est trop long (32 caractères maximum)"
 
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
 msgid "too many named subpatterns (maximum 10,000)"
 msgstr "trop de sous-motifs nommés (10 000 maximum)"
 
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
 msgid "octal value is greater than \\377"
 msgstr "la valeur octale est plus grande que \\377"
 
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
 msgid "DEFINE group contains more than one branch"
 msgstr "le groupe DEFINE contient plus d'une branche"
 
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
 msgid "repeating a DEFINE group is not allowed"
 msgstr "la répétition d'un groupe DEFINE n'est pas autorisée"
 
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
 msgid "inconsistent NEWLINE options"
 msgstr "options NEWLINE inconsistentes"
 
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
 msgid ""
 "\\g is not followed by a braced name or an optionally braced non-zero number"
 msgstr ""
 "\\g n'est pas suivi d'un nom accolé ou d'un nombre accolé différent de zéro"
 
-#: ../glib/gregex.c:335
+#: glib/gregex.c:335
 msgid "unexpected repeat"
 msgstr "répétition inattendue"
 
-#: ../glib/gregex.c:339
+#: glib/gregex.c:339
 msgid "code overflow"
 msgstr "dépassement de code"
 
-#: ../glib/gregex.c:343
+#: glib/gregex.c:343
 msgid "overran compiling workspace"
 msgstr "dépassement de capacité en compilant l'espace de travail"
 
-#: ../glib/gregex.c:347
+#: glib/gregex.c:347
 msgid "previously-checked referenced subpattern not found"
 msgstr "un sous-motif référencé et précédemment vérifié n'a pas été trouvé"
 
-#: ../glib/gregex.c:514 ../glib/gregex.c:1562
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Erreur lors de la correspondance de l'expression régulière %s : %s"
 
-#: ../glib/gregex.c:1067
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "La bibliothèque PCRE est compilée sans la prise en charge UTF8"
 
-#: ../glib/gregex.c:1076
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 "La bibliothèque PCRE est compilée sans la prise en charge des propriétés UTF8"
 
-#: ../glib/gregex.c:1130
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr ""
 "Erreur à la compilation de l'expression régulière %s au caractère %d : %s"
 
-#: ../glib/gregex.c:1166
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Erreur à l'optimisation de l'expression régulière %s : %s"
 
-#: ../glib/gregex.c:1990
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "chiffre hexadécimal ou « } » attendu"
 
-#: ../glib/gregex.c:2006
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "chiffre hexadécimal attendu"
 
-#: ../glib/gregex.c:2046
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "« < » manquant dans la référence symbolique"
 
-#: ../glib/gregex.c:2055
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "référence symbolique non terminée"
 
-#: ../glib/gregex.c:2062
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "référence symbolique de longueur nulle"
 
-#: ../glib/gregex.c:2073
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "chiffre attendu"
 
-#: ../glib/gregex.c:2091
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "référence symbolique illégale"
 
-#: ../glib/gregex.c:2153
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "terminaison parasite « \\ »"
 
-#: ../glib/gregex.c:2157
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "séquence d'échappement inconnue"
 
-#: ../glib/gregex.c:2167
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
 "Erreur lors de l'analyse du texte de substitution « %s » au caractère %lu : %"
 "s"
 
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
 #, c-format
 msgid "Quoted text doesn't begin with a quotation mark"
 msgstr "Le texte cité ne commence pas avec un caractère de citation"
 
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
 #, c-format
 msgid "Unmatched quotation mark in command line or other shell-quoted text"
 msgstr ""
 "Caractère de citation sans correspondance dans la ligne de commande ou un "
 "autre texte shell rapporté"
 
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
 #, c-format
 msgid "Text ended just after a '\\' character. (The text was '%s')"
 msgstr ""
 "Le texte s'est terminé juste après un caractère « \\ ». (Le texte était « %"
 "s »)"
 
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
 #, c-format
 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
 msgstr ""
 "Le texte s'est terminé avant qu'un caractère de citation soit trouvé pour %"
 "c. (Le texte était « %s »)"
 
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
 #, c-format
 msgid "Text was empty (or contained only whitespace)"
 msgstr "Le texte était vide (ou ne contenait que des espaces)"
 
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
 #, c-format
 msgid "Failed to read data from child process"
 msgstr "La lecture des données depuis le processus fils a échoué"
 
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "La création du tube de communication avec le processus fils a échoué (%s)"
 
-#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "La lecture depuis un tube fils a échoué (%s)"
 
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Le changement de répertoire « %s » a échoué (%s)"
 
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
 #, c-format
 msgid "Failed to execute child process (%s)"
 msgstr "L'exécution du processus fils a échoué (%s)"
 
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
 #, c-format
 msgid "Invalid program name: %s"
 msgstr "Nom du programme non valide : %s"
 
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
 #, c-format
 msgid "Invalid string in argument vector at %d: %s"
 msgstr "Chaîne non valide dans le paramètre vecteur à %d : %s"
 
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
 #, c-format
 msgid "Invalid string in environment: %s"
 msgstr "Chaîne non valide dans l'environnement : %s"
 
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
 #, c-format
 msgid "Invalid working directory: %s"
 msgstr "Répertoire de travail non valide : %s"
 
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
 #, c-format
 msgid "Failed to execute helper program (%s)"
 msgstr "L'exécution du programme d'aide a échoué (%s)"
 
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
 #, c-format
 msgid ""
 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -969,149 +968,149 @@
 "Erreur inattendue dans g_io_channel_win32_poll() lors de la lecture des "
 "données depuis un processus fils"
 
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
 #, c-format
 msgid "Failed to read data from child process (%s)"
 msgstr "La lecture des données depuis le processus fils a échoué (%s)"
 
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Erreur inattendue dans select() à la lecture des données depuis un processus "
 "fils (%s)"
 
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Erreur inattendue dans waitpid() (%s)"
 
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Le clonage a échoué (%s)"
 
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "L'exécution du processus fils « %s » a échoué (%s)"
 
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 "La redirection de la sortie ou de l'entrée du processus fils a échoué (%s)"
 
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Le clonage du processus fils a échoué (%s)"
 
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Erreur inconnue à l'exécution du processus fils « %s »"
 
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
 "Impossible de lire suffisamment de données depuis le tube du processus fils "
 "de pid (%s)"
 
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
 #, c-format
 msgid "Character out of range for UTF-8"
 msgstr "Caractère hors plage pour UTF-8"
 
-#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
 #, c-format
 msgid "Invalid sequence in conversion input"
 msgstr "Séquence non valide dans l'entrée du convertisseur"
 
-#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
 #, c-format
 msgid "Character out of range for UTF-16"
 msgstr "Caractère hors plage pour UTF-16"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Utilisation :"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: ../glib/goption.c:677
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Options de l'aide :"
 
-#: ../glib/goption.c:678
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Affiche les options de l'aide"
 
-#: ../glib/goption.c:684
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Affiche toutes les options de l'aide"
 
-#: ../glib/goption.c:736
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Options de l'application :"
 
-#: ../glib/goption.c:797 ../glib/goption.c:867
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Impossible d'analyser la valeur entière « %s » pour %s"
 
-#: ../glib/goption.c:807 ../glib/goption.c:875
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "La valeur entière « %s » pour %s est hors plage"
 
-#: ../glib/goption.c:832
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Impossible d'analyser la valeur double « %s » pour %s"
 
-#: ../glib/goption.c:840
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "La valeur double « %s » pour %s est hors plage"
 
-#: ../glib/goption.c:1177
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Erreur lors de l'analyse de l'option %s"
 
-#: ../glib/goption.c:1208 ../glib/goption.c:1319
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Argument manquant pour %s"
 
-#: ../glib/goption.c:1714
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Option inconnue %s"
 
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 "Impossible de trouver un fichier de clés valide dans les répertoires de "
 "recherche"
 
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "N'est pas un fichier standard"
 
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Le fichier est vide"
 
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1119,54 +1118,54 @@
 "Le fichier de clés contient la ligne « %s » qui n'est ni une paire de "
 "valeurs de clé, ni un groupe, ni un commentaire"
 
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Nom de groupe non valide : %s"
 
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Le fichier de clés ne débute pas par un groupe"
 
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Nom de clé non valide : %s"
 
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 "Le fichier de clés contient un codage de caractères non pris en charge « %s »"
 
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Le fichier de clés n'a pas de groupe « %s »"
 
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Le fichier de clés n'a pas de clé « %s »"
 
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Le fichier de clés contient la clé « %s » avec la valeur « %s » qui n'est "
 "pas codé en UTF-8"
 
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1889
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Le fichier de clés contient la clé « %s » avec une valeur impossible à "
 "interpréter."
 
-#: ../glib/gkeyfile.c:2104 ../glib/gkeyfile.c:2316
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1175,573 +1174,602 @@
 "Le fichier de clés contient la clé « %s » dans le groupe « %s » qui a une "
 "valeur impossible à interpréter."
 
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Le fichier de clés ne contient pas de clé « %s » dans le groupe « %s »"
 
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Le fichier de clés contient un caractère d'échappement en fin de ligne"
 
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr ""
 "Le fichier de clés contient une séquence d'échappement non valide « %s »"
 
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "La valeur « %s » ne peut pas être interprétée comme un nombre."
 
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "La valeur entière « %s » est hors plage"
 
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 "La valeur « %s » ne peut pas être interprétée comme un nombre à virgule "
 "flottante."
 
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "La valeur « %s » ne peut pas être interprétée comme un booléen."
 
-#: ../gio/gbufferedinputstream.c:482 ../gio/ginputstream.c:557
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
 msgid "Too large count value passed to g_input_stream_read_async"
-msgstr "Le valeur de comptage fournie à g_input_stream_read_async est trop grande"
+msgstr ""
+"Le valeur de comptage fournie à g_input_stream_read_async est trop grande"
 
-#: ../gio/gbufferedinputstream.c:868 ../gio/ginputstream.c:887
-#: ../gio/goutputstream.c:1064
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
 #, c-format
 msgid "Stream is already closed"
 msgstr "Le flux est déjà fermé"
 
-#: ../gio/gcancellable.c:296 ../gio/gsimpleasyncresult.c:609
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
 #, c-format
 msgid "Operation was cancelled"
 msgstr "L'opération a été annulée"
 
-#: ../gio/gcontenttype.c:155
+#: gio/gcontenttype.c:156
 msgid "Unknown type"
 msgstr "Type inconnu"
 
-#: ../gio/gcontenttype.c:156
+#: gio/gcontenttype.c:157
 #, c-format
 msgid "%s filetype"
 msgstr "Type de fichier %s"
 
-#: ../gio/gcontenttype.c:570
+#: gio/gcontenttype.c:571
 #, c-format
 msgid "%s type"
 msgstr "Type %s"
 
-#: ../gio/gdatainputstream.c:308
+#: gio/gdatainputstream.c:309
 #, c-format
 msgid "Unexpected early end-of-stream"
 msgstr "Fin précoce de flux inattendue"
 
-#: ../gio/gdesktopappinfo.c:372 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
 msgid "Unnamed"
 msgstr "Sans nom"
 
-#: ../gio/gdesktopappinfo.c:548
+#: gio/gdesktopappinfo.c:562
 #, c-format
 msgid "Desktop file didn't specify Exec field"
 msgstr "Le fichier Bureau n'a pas indiqué de champ Exec"
 
-#: ../gio/gdesktopappinfo.c:830
+#: gio/gdesktopappinfo.c:844
 #, c-format
 msgid "Unable to find terminal required for application"
 msgstr "Impossible de trouver le terminal requis par l'application"
 
-#: ../gio/gdesktopappinfo.c:1012
+#: gio/gdesktopappinfo.c:1026
 #, c-format
 msgid "Can't create user application configuration folder %s: %s"
 msgstr ""
 "Impossible de créer le dossier de configuration de l'application %s pour "
 "l'utilisateur : %s"
 
-#: ../gio/gdesktopappinfo.c:1016
+#: gio/gdesktopappinfo.c:1030
 #, c-format
 msgid "Can't create user MIME configuration folder %s: %s"
 msgstr ""
 "Impossible de créer le dossier de configuration MIME %s pour l'utilisateur : "
 "%s"
 
-#: ../gio/gdesktopappinfo.c:1389
+#: gio/gdesktopappinfo.c:1403
 #, c-format
 msgid "Custom definition for %s"
 msgstr "Définition personnalisée pour %s"
 
-#: ../gio/gdesktopappinfo.c:1413
+#: gio/gdesktopappinfo.c:1427
 #, c-format
 msgid "Can't create user desktop file %s"
 msgstr "Impossible de créer le fichier bureau %s pour l'utilisateur"
 
-#: ../gio/gdesktopappinfo.c:1438
+#: gio/gdesktopappinfo.c:1452
 #, c-format
 msgid "Can't load just created desktop file"
 msgstr "Impossible de charger le fichier bureau venant d'être créé"
 
-#: ../gio/gdrive.c:332
+#: gio/gdrive.c:365
 msgid "drive doesn't implement eject"
 msgstr "le lecteur n'implémente pas l'éjection (« eject »)"
 
-#: ../gio/gdrive.c:399
+#: gio/gdrive.c:432
 msgid "drive doesn't implement polling for media"
 msgstr "le lecteur n'implémente pas la scrutation du média (« polling »)"
 
-#: ../gio/gfile.c:695 ../gio/gfile.c:836 ../gio/gfile.c:969
-#: ../gio/gfile.c:1055 ../gio/gfile.c:1108 ../gio/gfile.c:1165
-#: ../gio/gfile.c:1246 ../gio/gfile.c:2153 ../gio/gfile.c:2198
-#: ../gio/gfile.c:2248 ../gio/gfile.c:2287 ../gio/gfile.c:2604
-#: ../gio/gfile.c:3009 ../gio/gfile.c:3086 ../gio/gfile.c:3163
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
 #, c-format
 msgid "Operation not supported"
 msgstr "Opération non prise en charge"
 
-#: ../gio/gfile.c:1011 ../gio/glocalfile.c:888 ../gio/glocalfile.c:897
-#: ../gio/glocalfile.c:908
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
 #, c-format
 msgid "Containing mount does not exist"
 msgstr "Le point de montage conteneur n'existe pas"
 
-#: ../gio/gfile.c:1585
+#: gio/gfile.c:1620
 #, c-format
 msgid "Can't copy over directory"
 msgstr "Impossible de copier par dessus un répertoire"
 
-#: ../gio/gfile.c:1645
+#: gio/gfile.c:1680
 #, c-format
 msgid "Can't copy directory over directory"
 msgstr "Impossible de copier un répertoire par dessus un autre"
 
-#: ../gio/gfile.c:1653
+#: gio/gfile.c:1688
 #, c-format
 msgid "Target file exists"
 msgstr "Le fichier cible existe"
 
-#: ../gio/gfile.c:1671
+#: gio/gfile.c:1706
 #, c-format
 msgid "Can't recursively copy directory"
 msgstr "Impossible de copier récursivement un répertoire"
 
-#: ../gio/gfile.c:2238
+#: gio/gfile.c:2273
 #, c-format
 msgid "Invalid symlink value given"
 msgstr "Valeur de lien symbolique donnée non valide"
 
-#: ../gio/gfile.c:2330
+#: gio/gfile.c:2365
 #, c-format
 msgid "Trash not supported"
 msgstr "La corbeille n'est pas prise en charge"
 
-#: ../gio/gfile.c:2377
+#: gio/gfile.c:2412
 #, c-format
 msgid "File names cannot contain '%c'"
 msgstr "Les noms de fichiers ne peuvent contenir « %c »"
 
-#: ../gio/gfile.c:4008 ../gio/gvolume.c:251
+#: gio/gfile.c:4039 gio/gvolume.c:318
 msgid "volume doesn't implement mount"
 msgstr "le volume n'implémente pas « mount »"
 
-#: ../gio/gfileenumerator.c:148
+#: gio/gfileenumerator.c:151
 #, c-format
 msgid "Enumerator is closed"
 msgstr "L'énumérateur est fermé"
 
-#: ../gio/gfileenumerator.c:155 ../gio/gfileenumerator.c:214
-#: ../gio/gfileenumerator.c:314 ../gio/gfileenumerator.c:421
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
 #, c-format
 msgid "File enumerator has outstanding operation"
 msgstr "L'énumérateur du fichier a une opération en cours"
 
-#: ../gio/gfileenumerator.c:304 ../gio/gfileenumerator.c:411
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
 msgid "File enumerator is already closed"
 msgstr "L'énumérateur du fichier est déjà fermé"
 
-#: ../gio/gfileinputstream.c:144 ../gio/gfileinputstream.c:440
-#: ../gio/gfileoutputstream.c:154 ../gio/gfileoutputstream.c:556
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
 #, c-format
 msgid "Stream doesn't support query_info"
 msgstr "Le flux ne prend pas en charge query_info"
 
-#: ../gio/gfileinputstream.c:355 ../gio/gfileoutputstream.c:395
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
 #, c-format
 msgid "Seek not supported on stream"
 msgstr "La recherche n'est pas prise en charge sur le flux"
 
-#: ../gio/gfileinputstream.c:399
+#: gio/gfileinputstream.c:398
 #, c-format
 msgid "Truncate not allowed on input stream"
 msgstr "La troncature n'est pas autorisée sur le flux en entrée"
 
-#: ../gio/gfileoutputstream.c:490
+#: gio/gfileoutputstream.c:490
 #, c-format
 msgid "Truncate not supported on stream"
 msgstr "La troncature n'est pas prise en charge sur le flux"
 
-#: ../gio/ginputstream.c:185
+#: gio/ginputstream.c:186
 #, c-format
 msgid "Too large count value passed to g_input_stream_read"
 msgstr "La valeur de comptage fournie à g_input_stream_read est trop grande"
 
-#: ../gio/ginputstream.c:194
+#: gio/ginputstream.c:195
 #, c-format
 msgid "Input stream doesn't implement read"
 msgstr "Le flux en entrée n'implémente pas « read »"
 
-#: ../gio/ginputstream.c:317
+#: gio/ginputstream.c:318
 #, c-format
 msgid "Too large count value passed to g_input_stream_skip"
 msgstr "La valeur de comptage fournie à g_input_stream_skip est trop grande"
 
-#: ../gio/ginputstream.c:680
+#: gio/ginputstream.c:681
 msgid "Too large count value passed to g_input_stream_skip_async"
-msgstr "La valeur de comptage fournie à g_input_stream_skip_async est trop grande"
+msgstr ""
+"La valeur de comptage fournie à g_input_stream_skip_async est trop grande"
 
-#: ../gio/ginputstream.c:894 ../gio/goutputstream.c:1071
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
 #, c-format
 msgid "Stream has outstanding operation"
 msgstr "Le flux a une opération en cours"
 
-#: ../gio/glocalfile.c:554
+#: gio/glocalfile.c:554
 #, c-format
 msgid "Invalid filename %s"
 msgstr "Nom de fichier non valide : %s"
 
-#: ../gio/glocalfile.c:810
+#: gio/glocalfile.c:810
 #, c-format
 msgid "Error getting filesystem info: %s"
 msgstr "Impossible d'obtenir les informations du système de fichiers : %s"
 
-#: ../gio/glocalfile.c:928
+#: gio/glocalfile.c:928
 #, c-format
 msgid "Can't rename root directory"
 msgstr "Impossible de renommer le répertoire racine"
 
-#: ../gio/glocalfile.c:946
+#: gio/glocalfile.c:946
 #, c-format
 msgid "Can't rename file, filename already exist"
 msgstr "Impossible de renommer le fichier car ce nom est déjà utilisé"
 
-#: ../gio/glocalfile.c:959 ../gio/glocalfile.c:1679 ../gio/glocalfile.c:1708
-#: ../gio/glocalfile.c:1840 ../gio/glocalfileoutputstream.c:451
-#: ../gio/glocalfileoutputstream.c:494 ../gio/glocalfileoutputstream.c:886
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
 #, c-format
 msgid "Invalid filename"
 msgstr "Nom de fichier non valide"
 
-#: ../gio/glocalfile.c:963
+#: gio/glocalfile.c:963
 #, c-format
 msgid "Error renaming file: %s"
 msgstr "Erreur au renommage du fichier : %s"
 
-#: ../gio/glocalfile.c:1078
+#: gio/glocalfile.c:1080
 #, c-format
 msgid "Error opening file: %s"
 msgstr "Erreur à l'ouverture du fichier : %s"
 
-#: ../gio/glocalfile.c:1088
+#: gio/glocalfile.c:1090
 #, c-format
 msgid "Can't open directory"
 msgstr "Impossible d'ouvrir le répertoire"
 
-#: ../gio/glocalfile.c:1140 ../gio/glocalfile.c:1683
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
 #, c-format
 msgid "Error removing file: %s"
 msgstr "Erreur à la suppression du fichier : %s"
 
-#: ../gio/glocalfile.c:1432
+#: gio/glocalfile.c:1434
 #, c-format
 msgid "Error trashing file: %s"
 msgstr "Erreur à la mise à la corbeille du fichier : %s"
 
-#: ../gio/glocalfile.c:1456
+#: gio/glocalfile.c:1458
 #, c-format
 msgid "Unable to create trash dir %s: %s"
 msgstr "Impossible de créer le répertoire de la corbeille %s : %s"
 
-#: ../gio/glocalfile.c:1480
+#: gio/glocalfile.c:1482
 #, c-format
 msgid "Unable to find toplevel directory for trash"
 msgstr "Impossible de trouver le répertoire racine pour la corbeille"
 
-#: ../gio/glocalfile.c:1540 ../gio/glocalfile.c:1560
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
 #, c-format
 msgid "Unable to find or create trash directory"
 msgstr "Impossible de trouver ou créer le répertoire de la corbeille"
 
-#: ../gio/glocalfile.c:1592
+#: gio/glocalfile.c:1594
 #, c-format
 msgid "Unable to create trashed file: %s"
 msgstr "Impossible de créer le fichier mis à la corbeille : %s"
 
-#: ../gio/glocalfile.c:1615
+#: gio/glocalfile.c:1617
 #, c-format
 msgid "Unable to trash file: %s"
 msgstr "Impossible de mettre à la corbeille le fichier : %s"
 
-#: ../gio/glocalfile.c:1712
+#: gio/glocalfile.c:1714
 #, c-format
 msgid "Error making symbolic link: %s"
 msgstr "Erreur lors de la création du lien symbolique : %s"
 
-#: ../gio/glocalfile.c:1759 ../gio/glocalfile.c:1844
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
 #, c-format
 msgid "Error moving file: %s"
 msgstr "Erreur lors du déplacement du fichier : %s"
 
-#: ../gio/glocalfile.c:1780
+#: gio/glocalfile.c:1782
 #, c-format
 msgid "Can't move directory over directory"
 msgstr "Impossible de déplacer un répertoire par dessus un autre"
 
-#: ../gio/glocalfile.c:1789
+#: gio/glocalfile.c:1791
 #, c-format
 msgid "Target file already exists"
 msgstr "Le fichier cible existe déjà"
 
-#: ../gio/glocalfile.c:1802 ../gio/glocalfileoutputstream.c:740
-#: ../gio/glocalfileoutputstream.c:754 ../gio/glocalfileoutputstream.c:769
-#: ../gio/glocalfileoutputstream.c:785 ../gio/glocalfileoutputstream.c:799
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
 #, c-format
 msgid "Backup file creation failed"
 msgstr "La création du fichier de sauvegarde a échoué"
 
-#: ../gio/glocalfile.c:1819
+#: gio/glocalfile.c:1821
 #, c-format
 msgid "Error removing target file: %s"
 msgstr "Erreur lors de la suppression du fichier cible : %s"
 
-#: ../gio/glocalfile.c:1833
+#: gio/glocalfile.c:1835
 #, c-format
 msgid "Move between mounts not supported"
 msgstr "Le déplacement entre des points de montage n'est pas pris en charge"
 
-#: ../gio/glocalfileinfo.c:706
+#: gio/glocalfileinfo.c:707
 #, c-format
 msgid "Attribute value must be non-NULL"
 msgstr "La valeur d'attribut ne doit pas être « NULL »"
 
-#: ../gio/glocalfileinfo.c:713
+#: gio/glocalfileinfo.c:714
 #, c-format
 msgid "Invalid attribute type (string expected)"
 msgstr "Type d'attribut non valide (une chaîne est attendue)"
 
-#: ../gio/glocalfileinfo.c:720
+#: gio/glocalfileinfo.c:721
 #, c-format
 msgid "Invalid extended attribute name"
 msgstr "Nom d'attribut étendu non valide"
 
-#: ../gio/glocalfileinfo.c:760
+#: gio/glocalfileinfo.c:761
 #, c-format
 msgid "Error setting extended attribute '%s': %s"
 msgstr "Erreur lors de la définition de l'attribut étendu « %s » : %s"
 
-#: ../gio/glocalfileinfo.c:1391 ../gio/glocalfileoutputstream.c:630
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
 #, c-format
 msgid "Error stating file '%s': %s"
 msgstr "Erreur de l'interrogation du fichier « %s » : %s"
 
-#: ../gio/glocalfileinfo.c:1445
+#: gio/glocalfileinfo.c:1446
 msgid " (invalid encoding)"
 msgstr " (codage non valide)"
 
-#: ../gio/glocalfileinfo.c:1620
+#: gio/glocalfileinfo.c:1621
 #, c-format
 msgid "Error stating file descriptor: %s"
 msgstr "Erreur de l'interrogation du descripteur de fichier : %s"
 
-#: ../gio/glocalfileinfo.c:1665
+#: gio/glocalfileinfo.c:1666
 #, c-format
 msgid "Invalid attribute type (uint32 expected)"
 msgstr "Type d'attribut non valide (uint32 attendu)"
 
-#: ../gio/glocalfileinfo.c:1682
+#: gio/glocalfileinfo.c:1683
 #, c-format
 msgid "Invalid attribute type (uint64 expected)"
 msgstr "Type d'attribut non valide (uint64 attendu)"
 
-#: ../gio/glocalfileinfo.c:1700
+#: gio/glocalfileinfo.c:1701
 #, c-format
 msgid "Invalid attribute type (byte string expected)"
 msgstr "Type d'attribut non valide (chaîne octet attendu)"
 
-#: ../gio/glocalfileinfo.c:1724
+#: gio/glocalfileinfo.c:1725
 #, c-format
 msgid "Error setting permissions: %s"
 msgstr "Erreur lors de la définition des permissions : %s"
 
-#: ../gio/glocalfileinfo.c:1771 ../gio/glocalfileinfo.c:1931
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
 #, c-format
 msgid "Error setting owner: %s"
 msgstr "Erreur lors de la définition du propriétaire : %s"
 
-#: ../gio/glocalfileinfo.c:1794
+#: gio/glocalfileinfo.c:1795
 #, c-format
 msgid "symlink must be non-NULL"
 msgstr "un lien symbolique ne doit pas être « NULL »"
 
-#: ../gio/glocalfileinfo.c:1802 ../gio/glocalfileinfo.c:1819
-#: ../gio/glocalfileinfo.c:1828
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
 #, c-format
 msgid "Error setting symlink: %s"
 msgstr "Erreur lors de la définition du lien symbolique : %s"
 
-#: ../gio/glocalfileinfo.c:1811
+#: gio/glocalfileinfo.c:1812
 #, c-format
 msgid "Error setting symlink: file is not a symlink"
 msgstr ""
 "Erreur lors de la définition du lien symbolique : le fichier n'est pas un "
 "lien symbolique"
 
-#: ../gio/glocalfileinfo.c:1981
+#: gio/glocalfileinfo.c:1987
 #, c-format
 msgid "Setting attribute %s not supported"
 msgstr "La définition de l'attribut %s n'est pas prise en charge"
 
-#: ../gio/glocalfileinputstream.c:158 ../gio/glocalfileoutputstream.c:541
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
 #, c-format
 msgid "Error reading from file: %s"
 msgstr "Erreur lors de la lecture du fichier : %s"
 
-#: ../gio/glocalfileinputstream.c:187 ../gio/glocalfileinputstream.c:197
-#: ../gio/glocalfileinputstream.c:301 ../gio/glocalfileoutputstream.c:351
-#: ../gio/glocalfileoutputstream.c:815
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
 #, c-format
 msgid "Error seeking in file: %s"
 msgstr "Erreur lors de la navigation à travers le fichier : %s"
 
-#: ../gio/glocalfileinputstream.c:224 ../gio/glocalfileoutputstream.c:259
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
 #, c-format
 msgid "Error closing file: %s"
 msgstr "Erreur lors de la fermeture du fichier : %s"
 
-#: ../gio/glocalfileoutputstream.c:166 ../gio/glocalfileoutputstream.c:560
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
 #, c-format
 msgid "Error writing to file: %s"
 msgstr "Erreur lors de l'écriture du fichier : %s"
 
-#: ../gio/glocalfileoutputstream.c:205
+#: gio/glocalfileoutputstream.c:205
 #, c-format
 msgid "Error removing old backup link: %s"
 msgstr "Erreur lors de la suppression de l'ancien lien de sauvegarde : %s"
 
-#: ../gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:214
 #, c-format
 msgid "Error creating backup link: %s"
 msgstr "Erreur lors de la création du lien de sauvegarde : %s"
 
-#: ../gio/glocalfileoutputstream.c:224
+#: gio/glocalfileoutputstream.c:224
 #, c-format
 msgid "Error creating backup copy: %s"
 msgstr "Erreur lors de la création de la copie de sauvegarde : %s"
 
-#: ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:240
 #, c-format
 msgid "Error renaming temporary file: %s"
 msgstr "Erreur lors du renommage du fichier temporaire : %s"
 
-#: ../gio/glocalfileoutputstream.c:395 ../gio/glocalfileoutputstream.c:830
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
 #, c-format
 msgid "Error truncating file: %s"
 msgstr "Erreur lors de la troncature du fichier : %s"
 
-#: ../gio/glocalfileoutputstream.c:455 ../gio/glocalfileoutputstream.c:498
-#: ../gio/glocalfileoutputstream.c:621 ../gio/glocalfileoutputstream.c:890
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
 #, c-format
 msgid "Error opening file '%s': %s"
 msgstr "Erreur lors de l'ouverture du fichier « %s » : %s"
 
-#: ../gio/glocalfileoutputstream.c:642
+#: gio/glocalfileoutputstream.c:642
 #, c-format
 msgid "Target file is a directory"
 msgstr "Le fichier cible est un répertoire"
 
-#: ../gio/glocalfileoutputstream.c:647
+#: gio/glocalfileoutputstream.c:647
 #, c-format
 msgid "Target file is not a regular file"
 msgstr "Le fichier cible n'est pas un fichier standard"
 
-#: ../gio/glocalfileoutputstream.c:659
+#: gio/glocalfileoutputstream.c:659
 #, c-format
 msgid "The file was externally modified"
 msgstr "Le fichier a été modifié extérieurement"
 
-#: ../gio/gmount.c:270
+#: gio/gmount.c:335
 msgid "mount doesn't implement unmount"
 msgstr "le volume n'implémente pas le démontage (« unmount »)"
 
-#: ../gio/goutputstream.c:193
+#: gio/gmount.c:407
+#, fuzzy
+msgid "mount doesn't implement eject"
+msgstr "le volume n'implémente pas le démontage (« unmount »)"
+
+#: gio/gmount.c:484
+#, fuzzy
+msgid "mount doesn't implement remount"
+msgstr "le volume n'implémente pas le démontage (« unmount »)"
+
+#: gio/goutputstream.c:193
 #, c-format
 msgid "Too large count value passed to g_output_stream_write"
 msgstr "La valeur de comptage fournie à g_output_stream_write est trop grande"
 
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
 #, c-format
 msgid "Output stream doesn't implement write"
 msgstr "Le flux de sortie n'implémente pas « write »"
 
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:764
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
 #, c-format
 msgid "Source stream is already closed"
 msgstr "Le flux source est déjà fermé"
 
-#: ../gio/goutputstream.c:646
+#: gio/goutputstream.c:646
 msgid "Too large count value passed to g_output_stream_write_async"
 msgstr "Valeur de comptage trop grande fournie à g_output_stream_write_async"
 
-#: ../gio/gunixinputstream.c:199 ../gio/gunixinputstream.c:217
-#: ../gio/gunixinputstream.c:289 ../gio/gunixoutputstream.c:280
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
 #, c-format
 msgid "Error reading from unix: %s"
 msgstr "Erreur lors de la lecture depuis unix : %s"
 
-#: ../gio/gunixinputstream.c:247 ../gio/gunixinputstream.c:422
-#: ../gio/gunixoutputstream.c:237 ../gio/gunixoutputstream.c:384
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
 #, c-format
 msgid "Error closing unix: %s"
 msgstr "Erreur lors de la fermeture d'unix : %s"
 
-#: ../gio/gunixmounts.c:1739 ../gio/gunixmounts.c:1758
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
 msgid "Filesystem root"
 msgstr "Racine du système de fichiers"
 
-#: ../gio/gunixoutputstream.c:187 ../gio/gunixoutputstream.c:206
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
 #, c-format
 msgid "Error writing to unix: %s"
 msgstr "Erreur lors de l'écriture vers unix : %s"
 
-#: ../gio/gwin32appinfo.c:277
+#: gio/gvolume.c:384
+#, fuzzy
+msgid "volume doesn't implement eject"
+msgstr "le lecteur n'implémente pas l'éjection (« eject »)"
+
+#: gio/gwin32appinfo.c:277
 #, c-format
 msgid "Can't find application"
 msgstr "Impossible de trouver l'application"
 
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
 #, c-format
 msgid "Error launching application: %s"
 msgstr "Erreur lors du lancement de l'application : %s"
 
-#: ../gio/gwin32appinfo.c:343
+#: gio/gwin32appinfo.c:343
 #, c-format
 msgid "URIs not supported"
 msgstr "URIs non pris en charge"
 
-#: ../gio/gwin32appinfo.c:366
+#: gio/gwin32appinfo.c:366
 #, c-format
 msgid "association changes not supported on win32"
 msgstr ""
 "Les modifications d'association ne sont pas prises en en charge sur win32"
 
-#: ../gio/gwin32appinfo.c:378
+#: gio/gwin32appinfo.c:378
 #, c-format
 msgid "Association creation not supported on win32"
 msgstr "La création d'association n'est pas prise en charge sur win32"
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
diff --git a/po/ga.po b/po/ga.po
index 4941f96..a264369 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-10-21 13:49-0600\n"
 "Last-Translator: Seán de Búrca <leftmostcat@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
@@ -87,71 +87,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Theip ar leathnú líne reatha '%s' le URI '%s'"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr ""
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr ""
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr ""
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Earráid le linn cumarsáide: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr ""
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr ""
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr ""
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr ""
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "Is neamhbhailí an URI '%s'"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Is neamhbhailí an t-óstainm an URI '%s'"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr ""
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr ""
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Óstainm neamhbhailí"
@@ -231,37 +231,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr ""
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Theip ar léamh nasc siombalach '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr ""
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr ""
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr ""
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr ""
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -276,22 +298,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Theip ar mapáil comhad '%s': theip mmap(): %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Earraidh ar líne %d carachtar %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Earráid ar líne %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -299,91 +321,91 @@
 "it as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr ""
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr ""
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 msgstr ""
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr ""
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
 "as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr ""
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr ""
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - seicheamh rófhada"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - ní carachtar tosaithe"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - is neamhbhailí '%s'"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr ""
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr ""
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -391,87 +413,87 @@
 "character in an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr ""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr ""
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr ""
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr ""
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr ""
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 
@@ -519,66 +541,251 @@
 msgid "unknown error"
 msgstr "earráid anaithnid"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+msgid "missing terminating ] for character class"
+msgstr ""
+
+#: glib/gregex.c:224
+msgid "invalid escape sequence in character class"
+msgstr ""
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+msgid "unrecognized character after (?"
+msgstr ""
+
+#: glib/gregex.c:237
+msgid "unrecognized character after (?<"
+msgstr ""
+
+#: glib/gregex.c:241
+msgid "unrecognized character after (?P"
+msgstr ""
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+msgid "POSIX collating elements are not supported"
+msgstr ""
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Earráid agus slonn ionadaíochta %s á thiomsú ag carachtar %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -613,17 +820,17 @@
 msgid "Failed to read data from child process"
 msgstr "Theip ar léamh sonraí ó mhacphróiseas"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Theip ar léamh ó mhacphíopa (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr ""
@@ -670,42 +877,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Theip ar dhéanamh forc (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Earráid anaithnid agus macphróiseas \"%s\" á rith"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -726,166 +933,717 @@
 msgid "Character out of range for UTF-16"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Úsáid:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[ROGHA...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Roghanna Cabhrach:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Taispeáin roghanna cabhrach"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Taispeáin gach rogha cabhrach"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Roghanna Feidhmchláir:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Earráid agus rogha %s á pharsáil"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Rogha anaithnid %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr ""
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Ainm grúpa neamhbhailí: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Ainm eocrach neamhbhailí: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "earráid anaithnid"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, c-format
+msgid "Operation not supported"
+msgstr ""
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, c-format
+msgid "Trash not supported"
+msgstr ""
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Ainm eocrach neamhbhailí: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Óstainm neamhbhailí"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Theip ar chruthú comhad '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Theip ar chruthú comhad '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Theip ar chruthú comhad '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Earráid agus rogha %s á pharsáil"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, c-format
+msgid "Invalid extended attribute name"
+msgstr ""
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Earráid agus comhadlann '%s' á oscailt: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Earráid le linn cumarsáide: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Earráid le linn cumarsáide: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Earráid ar líne %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, c-format
+msgid "Setting attribute %s not supported"
+msgstr ""
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Earráid agus rogha %s á pharsáil"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Earráid agus rogha %s á pharsáil"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Earráid agus comhad '%s' á léamh: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Earráid ar líne %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Earráid agus rogha %s á pharsáil"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Earráid agus rogha %s á pharsáil"
+
+#: gio/gwin32appinfo.c:343
+#, c-format
+msgid "URIs not supported"
+msgstr ""
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[ROGHA...]"
diff --git a/po/gl.po b/po/gl.po
index 394d77e..2876587 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: gl\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-05-19 17:21+0200\n"
 "Last-Translator: Ignacio Casal Quinteiro <icq@cvs.gnome.org>\n"
 "Language-Team: Galego <proxecto@trasno.net>\n"
@@ -93,73 +93,73 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Fallo ao expandir a liña executable '%s' co URI '%s'"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Non se soporta a conversión do conxunto de caracteres '%s' a '%s'"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Non se puido abrir o conversor de '%s' a '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "A secuencia de bytes non é válida na entrada da conversión"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Erro durante a conversión: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Hai unha secuencia de carácter parcial ao final da entrada"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr ""
 "Non se pode converter o modo de emerxencia '%s' na codificación de "
 "caracteres '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "O URI '%s' non é válido"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, 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:1782
+#: glib/gconvert.c:1788
 #, 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:1877
+#: glib/gconvert.c:1883
 #, 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:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "O nome do host non é válido"
@@ -239,38 +239,60 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "O modelo '%s' non contén XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Fallo ao ler a ligazón simbólica '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Ligazóns simbólicas non soportadas"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Non se puido abrir o conversor de '%s' a '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "Non se pode facer unha lectura en bruto en g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr " Datos restantes non convertidos no búfer de lectura"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "O canal remata nun carácter parcial"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Non se pode facer unha lectura en bruto en g_io_channel_read_to_end"
@@ -285,24 +307,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Fallo ao mapear o ficheiro '%s': mmap() fallou: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Erro na liña %d carácter %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Erro na liña %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Detectada unha entidade baleira '&;'; as entidades válidas son: &amp; &quot; "
 "&lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -313,17 +335,17 @@
 "comeza unha entidade; se non se quere que sexa unha entidade escriba o & "
 "como &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "O carácter '%s' non é válido dentro do nome dunha entidade"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Non se coñece o nome de entidade '%s'"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -331,7 +353,7 @@
 "A entidade non remata cun punto e coma, probablemente usou o carácter & sen "
 "a intención de comezar unha entidade, escriba o & como &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -340,16 +362,16 @@
 "Fallo ao analizar '%-.*s', que debería ser un díxito dentro dunha referencia "
 "de carácter (por exemplo &#234;) - pode que o díxito sexa grande de máis"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "A referencia de carácter '%-.*s' non codifica un carácter permitido"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Referencia de carácter baleira; debería incluír un díxito como &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -359,34 +381,34 @@
 "utilizou un carácter & sen intención de comezar unha entidade - escape o & "
 "como &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Referencia de entidade sen terminar"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Referencia de carácter sen terminar"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Texto codificado en UTF-8 non válido"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Texto codificado en UTF-8 non válido"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Texto codificado en UTF-8 non válido"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "O documento debe comezar cun elemento (por exemplo <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -395,7 +417,7 @@
 "'%s' non é un carácter válido despois dun carácter  '<'; non pode iniciar un "
 "nome de elemento"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -404,7 +426,7 @@
 "Carácter estraño '%s', esperábase un carácter '>' para pechar a etiqueta de "
 "comezo do elemento '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -412,7 +434,7 @@
 "Carácter estraño '%s', esperábase un '=' despois do nome do atributo '%s' do "
 "elemento '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -423,7 +445,7 @@
 "etiqueta de comezo do elemento '%s' ou opcionalmente un atributo; quizais "
 "usou un carácter non válido no nome dun atributo"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -432,7 +454,7 @@
 "Carácter estraño '%s', esperábase un carácter '\"' despois do signo igual "
 "para dar un valor ao atributo '%s' do elemento '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -441,7 +463,7 @@
 "'%s' non é un carácter válido despois dos caracteres '</'; '%s' non pode "
 "comezar o nome dun elemento"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -450,25 +472,25 @@
 "'%s' non é un carácter válido despois do nome de elemento de peche '%s'; o "
 "carácter permitido é '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Pechouse o elemento '%s', actualmente non hai ningún elemento aberto"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Pechouse o elemento '%s', mais o elemento aberto actualmente é '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "O documento estaba baleiro ou só contiña espazos en branco"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "O documento terminou inesperadamente despois dun símbolo menor que '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -477,7 +499,7 @@
 "O documento terminou inesperadamente con elementos aínda abertos - '%s' foi "
 "o último elemento aberto"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -486,21 +508,21 @@
 "O documento terminou inesperadamente, esperábase ver un símbolo maior que "
 "'>' que pechase a etiqueta <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "O documento terminou inesperadamente dentro dun nome de elemento"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "O documento terminou inesperadamente dentro dun nome de atributo"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 "O documento terminou inesperadamente dentro dunha etiqueta de comezo de "
 "elemento"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -508,18 +530,18 @@
 "O documento terminou inesperadamente despois do signo igual que segue a un "
 "nome de atributo; non hai valor de atributo"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "O documento terminou inesperadamente dentro dun valor de atributo"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "O documento terminou inesperadamente dentro da etiqueta que pechaba o "
 "elemento '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "O documento terminou inesperadamente dentro dun comentario ou instrución de "
@@ -571,66 +593,257 @@
 msgid "unknown error"
 msgstr "erro descoñecido"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "O canal remata nun carácter parcial"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "A secuencia de bytes non é válida na entrada da conversión"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Referencia de carácter sen terminar"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Referencia de carácter sen terminar"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Referencia de carácter sen terminar"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Ligazóns simbólicas non soportadas"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Erro ao establecer a equivalencia da expresión regular %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "A biblioteca PCRE está compilada sen soporte UTF8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "A biblioteca PCRE está compilada sen soporte de propiedades UTF8"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Erro ao compilar a expresión regular %s no carácter %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Erro ao optimizar a expresión regular %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "esperábase un díxito hexadecimal ou '}'"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "esperábase un díxito hexadecimal"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "falta '<' na referencia simbólica"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "referencia simbólica sen finalizar"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "referencia simbólica de lonxitude cero"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "esperábase un díxito"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "referencia simbólica ilegal"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "'\\' final perdido"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "secuencia de escape descoñecida"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Erro ao analizar o texto de substitución \"%s\" no carácter %lu: %s"
@@ -669,17 +882,17 @@
 msgid "Failed to read data from child process"
 msgstr "Fallo ao ler datos desde un proceso fillo"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Fallo ao crear a canalización para comunicarse co proceso fillo (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Fallo ao ler desde a canalización filla (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Fallo ao cambiar ao directorio '%s' (%s)"
@@ -728,42 +941,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Fallo ao ler datos desde un proceso fillo (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Erro inesperado en select() lendo os datos do proceso fillo (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Erro inesperado en waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Fallo ao facer fork (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Fallo ao executar o proceso fillo \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Fallo ao redireccionar a saída ou entrada do proceso fillo (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Fallo ao facer fork ao proceso fillo (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Erro descoñecido ao executar o proceso fillo \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -785,82 +998,82 @@
 msgid "Character out of range for UTF-16"
 msgstr "Carácter fóra de intervalo para UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Uso:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPCIÓN...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Opcións de axuda:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Mostrar as opcións de axuda"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Mostrar todas as opcións de axuda"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Opcións da aplicación:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Non se pode analizar o valor enteiro '%s' para %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "O valor enteiro '%s' para %s está fóra do intervalo"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Non se pode analizar o valor \"double\" '%s' para %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "O valor  \"double\"  '%s' para %s está fóra do intervalo"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Erro ao analizar a opción %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Argumento que falta para %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Opción %s descoñecida"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 "Non se pode encontrar unha chave de ficheiro válida nos directorios de busca"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Non é un ficheiro normal"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "O ficheiro está baleiro"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -868,51 +1081,51 @@
 "O ficheiro chave contén a liña '%s' que non é un par valor-chave, grupo ou "
 "comentario"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Nome de grupo non válido: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "O ficheiro chave non comeza cun grupo"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Nome de chave non válido: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "O ficheiro chave contén unha codificación non soportada '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "O ficheiro chave non ten un grupo '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "O ficheiro chave non ten a chave '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "O ficheiro chave contén a chave '%s' co valor '%s' que non é UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "O ficheiro chave contén a chave '%s' que ten un valor que non pode ser "
 "interpretado."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -921,37 +1134,588 @@
 "O ficheiro chave contén a chave '%s' no grupo '%s' que ten un valor que non "
 "pode ser interpretado."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "O ficheiro chave non ten a chave '%s' no grupo '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "O ficheiro chave contén un carácter de escape ao final da liña"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "O ficheiro chave contén a secuencia de escape non válida '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "O valor '%s' non se pode interpretar como un número."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "O valor enteiro '%s' está fóra do intervalo"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "O valor '%s' non se pode interpretar como un número flotante."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "O valor '%s' non se pode interpretar como un booleano."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "erro descoñecido"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Ligazóns simbólicas non soportadas"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Ligazóns simbólicas non soportadas"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Nome de chave non válido: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "O nome do host non é válido"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Fallo ao crear o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Fallo ao crear o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Fallo ao crear o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Erro ao analizar a opción %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "O documento terminou inesperadamente dentro dun nome de atributo"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Erro ao abrir o directorio '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Erro durante a conversión: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Erro durante a conversión: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Erro na liña %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Ligazóns simbólicas non soportadas"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Erro ao analizar a opción %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Erro ao analizar a opción %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Non é un ficheiro normal"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Erro na liña %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Erro ao analizar a opción %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Erro ao analizar a opción %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Ligazóns simbólicas non soportadas"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPCIÓN...]"
diff --git a/po/gu.po b/po/gu.po
index 56f2307..6a214f3 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD.gu\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-08-10 14:14+0530\n"
 "Last-Translator: Ankit Patel <ankit@redhat.com>\n"
 "Language-Team: Gujarati <fedora-trans-gu@redhat.com>\n"
@@ -98,71 +98,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "exec લીટી '%s' ને URI '%s' સાથે વિસ્તારવામાં નિષ્ફળ"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "'%s' અક્ષર સમૂહમાંથી '%s' માં રુપાંતરણ માટે આધાર નથી"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s' માંથી '%s' માટેનો પરીવર્તક ખોલી શકતો નથી"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "રુપાંતર ઈનપુટની બાઇડ શ્રેણી અપ્રમાણીત છે"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "રુપાંતર વખતે ભૂલ: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "ઈનપુટ ના છેડા પર અપૂર્ણ અક્ષર શ્રેણી છે"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "ફૈલબેક '%s' ને '%s' કોડના સમૂહમાં પરીવર્તિત કરી શકાતું નથી "
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI '%s' કે જે \"ફાઈલ\" યોજના વાપરે છે તે ચોક્કસ URI નથી"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "સ્થાનીય ફાઈલ URI '%s' માં કદાય '#' સમાવિષ્ટ નથી"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "'%s' URI અયોગ્ય છે"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "'%s' URIનું યજમાનનુ નામ અયોગ્ય છે"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "'%s' URI અયોગ્ય બહાર નીકળવાના અક્ષરો ધરાવે છે "
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "'%s' પથ નામ એ ચોક્કસ પથ નથી"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "અયોગ્ય યજમાન નામ"
@@ -242,38 +242,60 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "ટેમ્પલેટ '%s' એ XXXXXX સમાવતું નથી"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "'%s' સાંકેતિક કડી વાંચવામાં નિષ્ફળતા: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "સાંકેતિક કડી આધાર આપતી નથી"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "'%s' માંથી '%s' માટેનું રુપાંતરક ખોલી શકાયું નહિં: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_10_channe_lread_line_string માં આડી હરોળ માં વાંચી શકાતું નથી"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr ""
 "વાંચવા માટેના બફર(થોડા સમય માટેનું સંગ્રહસ્થાન) માં ઢાંકેલી ન હોય તે માહિતી છોડી દીધેલ છે"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "માધ્યમ અપુર્ણ અક્ષરથી અંત પામે છે"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end માં આડી હરોળ વાંચી શકાતી નથી"
@@ -288,22 +310,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "ફાઈલ '%s' નો નકશો કરવામાં નિષ્ફળ: mmap() નિષ્ફળ: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "%d લીટી પર %d અક્ષરમાં ભૂલ: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "%d લીટી પર ભૂલ: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "'&;' વસ્તુ ખાલી દેખાય છે: યોગ્ય વસ્તુઓ છે:&amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -313,17 +335,17 @@
 "વસ્તુ નામ શરુ થાય ત્યાં %s' અક્ષર યોગ્ય નથી: & અક્ષર વસ્તુની શરુઆત કરે છે; જો તે એમપરસંડ "
 "વસ્તુ ને આધાર ન આપે તો તે &amp; તરીકે દર્શાવો"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr " વસ્તુ નામની અંદર '%s' અક્ષર યોગ્ય નથી"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "'%s' વસ્તુ નામ જાણીતુ નથી"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -331,7 +353,7 @@
 "વસ્તુ નો સેમીકોલન સાથે અંત થતો નથી; ઘણી વખતે એમપરસંડ(&) અક્ષર ચિન્હ વગર તમે વસ્તુ વાપરી "
 "શકો છો- એમપરસંડ &amp; તરીકે લો"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -340,16 +362,16 @@
 "'%-.*s' નું પદચ્છેદન કરવામાં નિષ્ફળ, કે જે અક્ષર સંદર્ભમાં અંક હોવો જોઈએ (&#234; ઉદાહરણ "
 "તરીકે) - કદાચ અંક ખૂબ લાંબો હોય"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "અક્ષર સંદર્ભ '%-.*s' પરવાનગી આપેલ અક્ષરને એનકોડ કરતો નથી"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "ખાલી અક્ષર સંદર્ભ; સંખ્યા જેવી કે &#454; ને સમાવતી હોવી જોઇએ "
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -358,52 +380,52 @@
 "અક્ષર સંદર્ભ અર્ધવિરામ થી અંત થતો નથી; તમે વસ્તુ શરુ કરવા એમપરસંડ અક્ષર ને વાપરો એમપરસંડ "
 "ને &amp; તરીકે લો"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "અપુર્ણ વસ્તુ સંદર્ભ "
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "અપુર્ણ અક્ષર સંદર્ભ "
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - overlong ક્રમ"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "અયોગ્ય UTF-8 સંગ્રપદ્ધતિવાળું લખાણ - સ્ટાર અક્ષર નથી"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - માન્ય '%s' નથી"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "દસ્તાવેજ કોઈ વસ્તુ સાથે શરુ થાય તે જરુરી છે(ઉદાહરણ <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr "'%s' એ '<' અક્ષર પછી આવતો યોગ્ય અક્ષર નથી; તે કોઈ વસ્તુના નામથી શરુ થતુ નથી"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr "અસંગત અક્ષર '%s', વસ્તુ '%s' ની શરુઆત ટેગ ને સમાપ્ત કરવા '>' અક્ષર ની આશા છે"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "અસંગત અક્ષર '%s', '%s' વસ્તુના '%s' લાક્ષણિકતા નામ પછી '=' જરુરી છે"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -413,7 +435,7 @@
 "અસંગત અક્ષર '%s': '%s' વસ્તુના અંતમાં '>' અથવા '/' અથવા પરીમાણનો વિકલ્પ જરુરી છે; તમે "
 "કદાય અયોગ્ય અક્ષર લાક્ષણિકતાના નામો વાપર્યો છે"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -422,46 +444,46 @@
 "અસંગત અક્ષર '%s,  '%s' વસ્તુ માટે '%s' લાક્ષણિકતાના મુલ્ય આપતી વખતે બરાબરની નિશાની "
 "પછી શરુ થતો અવતરણ ચિહ્ન જરુરી છે"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr "'%s' એ '<' અક્ષર પછીનો યોગ્ય અક્ષર નથી ; '%s' ક્દાચ વસ્તુ નામ સાથે શરુ થતુ નથી"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr "'%s' એ '%s' વસ્તુનામ પછીનો બંધ કરવાનો યોગ્ય અક્ષર નથી; '>' એ યોગ્ય અક્ષર છે. "
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "'%s' વસ્તુ બંધ હતી, અત્યારે એક પણ વસ્તુ ખુલ્લી નથી"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "'%s' વસ્તુ બંધ હતી, પણ અત્યારે '%s'એ ખુલ્લી વસ્તુ છે"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "દસ્તાવેજ ખાલી છે અથવા ફક્ત ખાલી જ્ગ્યા ધરાવે છે"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "'<' ચિન્હ વાપરતા પછી દસ્તાવેજનો અણધારી રીતે અંત આવે છે"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr "વસ્તુ ખુલ્લી હોવા છતાં દસ્તાવેજનો અણધારી રીતે અંત આવે છે- છેલ્લે ખોલેલ વસ્તુ '%s' છે"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -470,19 +492,19 @@
 "દસ્તાવેજનો અણધારી રીતે અંત થાય છે, તે  અંતિમ ટેગ  <%s/> માં કૌંસને બંધ કરતુ ખૂણાનુ ચિન્હ "
 "જોવા માગે છે"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "વસ્તુ નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "લાક્ષણિકતાના નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "વસ્તુની શરુઆતની ટેગમા દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -490,16 +512,16 @@
 "લાક્ષણિકતા નામ પછીની બરાબરની નિશાની પછી દસ્તાવેજ નો અણધારી રીતે અંત થાય છે. "
 "લાક્ષણિકતાના મુલ્ય નથી"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "લાક્ષણિકતા મુલ્ય અંદર હોવા છતાં દસ્તાવેજ નો અણધારી રીતે અંત થાય છે"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "'%s' વસ્તુના બંદ ટેગની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "ટિપ્પણી અથવા પ્રક્રિયા સુચનાની અંદર અણધારી રીતે દસ્તાવેજનો અંત થાય છે"
 
@@ -547,66 +569,257 @@
 msgid "unknown error"
 msgstr "અજ્ઞાત ભૂલ"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "માધ્યમ અપુર્ણ અક્ષરથી અંત પામે છે"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "રુપાંતર ઈનપુટની બાઇડ શ્રેણી અપ્રમાણીત છે"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "અપુર્ણ અક્ષર સંદર્ભ "
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "અપુર્ણ અક્ષર સંદર્ભ "
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "અપુર્ણ અક્ષર સંદર્ભ "
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "સાંકેતિક કડી આધાર આપતી નથી"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "નિયમિત સમીકરણ %s સરખાવતી વખતે ભૂલ: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE લાઈબ્રેરી UTF8 આધાર વિના કમ્પાઈલ થયેલ છે"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE લાઈબ્રેરી UTF8 ગુણધર્મો આધાર વિના કમ્પાઈલ થયેલ છે"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "નિયમિત સમીકરણ %s ને કમ્પાઈલ કરવામાં અક્ષર %d આગળ ભૂલ: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "નિયમિત સમીકરણ %s શ્રેષ્ઠ બનાવતી વખતે ભૂલ: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "હેક્ઝાડેસીમલ અંક અથવા '}' ઈચ્છિત છે"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "હેક્ઝાડેસીમલ અંક ઈચ્છિત છે"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "સંજ્ઞાકીય સંદર્ભમાં '<' ગુમ થયેલ છે"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "અપૂર્ણ સંજ્ઞાકીય સંદર્ભ"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "શૂન્ય-લંબાઈ સંજ્ઞાકીય સંદર્ભ"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "અંક ઈચ્છિત"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "અયોગ્ય સંજ્ઞાકીય સંદર્ભ"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "સ્ટ્રે અંત '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "અજ્ઞાત એસ્કેપ ક્રમ"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "બદલી લખાણ \"%s\" નું પદચ્છેદન કરતી વખતે અક્ષર %lu આગળ ભૂલ: %s"
@@ -641,17 +854,17 @@
 msgid "Failed to read data from child process"
 msgstr "બાળ-પ્રક્રિયા માંથી માહિતી વાંચવા માં નિષ્ફળ છે"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr " (%s) બાળપ્રક્રિયા સાથે સંપર્ક માટે પાઈપ બનાવવામાં નિષ્ફળ"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "બાળ પાઈપ (%s)માંથી વાંચવામાં નિષ્ફળ"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "'%s' ડિરેક્ટરી બદલવામાં નિષ્ફળ(%s)"
@@ -699,42 +912,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "(%s) બાળપ્રક્રિયામાંથી માહિતી વાંચવામાં નિષ્ફળ"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "(%s)બાળપ્રક્રિયામાંથી માહિતી વાંચતી વખતે select() માં આવતી અણધારી ભૂલ"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "(%s) waitpid() માં અાવતી અણાધારી ભૂલ"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "(%s) બાળપ્રક્રિયા બનાવવામાં નિષ્ફળ"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "\"%s\"બાળપ્રક્રિયા ચલાવવામાં નિષ્ફળ (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "બાળપ્રક્રિયા (%s)ના ઈનપુટ અથવા આઉટપુટને ફરીથી દિશા આપવામાં નિષ્ફળ"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "બાળપ્રક્રિયા (%s)ની બાળપ્રક્રિયા બનાવવામાં નિષ્ફળ"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "\"%s\" બાળપ્રક્રિયા ચલાવતી વખતની અજ્ઞાત ભૂલ"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "(%s)બાળ pid પાઈપમાંથી જરુરી માહિતી વાંચવામાં નિષ્ફળ"
@@ -755,129 +968,129 @@
 msgid "Character out of range for UTF-16"
 msgstr "UTF-૧૬ ની સીમાની બહાર નો અક્ષર"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "વપરાશ:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "મદદ વિકલ્પો:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "મદદ વિકલ્પો બતાવો"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "બધા મદદ વિકલ્પો બતાવો"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "કાર્યક્રમ વિકલ્પો:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "પૂર્ણાંક કિંમત '%s' ને %s માટે પદચ્છેદન કરી શકતા નથી"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "પૂર્ણાંક કિંમત '%s' એ %s માટે મર્યાદા બહાર છે"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "બમણી કિંમત '%s' ને %s માટે પદચ્છેદિત કરી શકતા નથી"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "બમણી કિંમત '%s' જે %s માટે છે તે વિસ્તારની બહાર છે"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "ભૂલ પદચ્છેદન વિકલ્પ %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s માટેની દલીલ ગુમ થયેલ છે"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "અજ્ઞાત વિકલ્પ %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "શોધ ડિરેક્ટરીઓમાં માન્ય કી ફાઈલ શોધી શક્યા નહિં"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "નિયમિત ફાઈલ નથી"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "ફાઈલ ખાલી છે"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "કી ફાઈલ વાક્ય '%s' સમાવે છે કે જે કી-કિંમત જોડ, જૂથ, અથવા ટિપ્પણી નથી"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "અયોગ્ય જૂથ નામ: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "કી ફાઈલ જૂથ સાથે શરૂ થતી નથી"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "અયોગ્ય કી નામ: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "કી ફાઈલ બિનઆધારભૂત અક્ષર સંગ્રહપદ્ધતિ '%s' સમાવે છે"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "કી ફાઈલ પાસે જૂથ '%s' નથી"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "કી ફાઈલ પાસે કી '%s' નથી"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "કી ફાઈલ '%s' કીને કિંમત '%s' સાથે સમાવે છે કે જે UTF-8 નથી"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "કી ફાઈલ '%s' કી સમાવે છે કે જેની પાસે કિંમત છે જે ઈન્ટરપ્રીટ કરી શકાતી નથી."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -886,37 +1099,588 @@
 "કી ફાઈલ '%s' કી જૂથ '%s' માં સમાવે છે કે જેની પાસે કિંમત છે કે જે ઈન્ટરપ્રીટ કરી શકાતી "
 "નથી."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "કી ફાઈલ પાસે કી '%s' એ જૂથ '%s' માં નથી"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "કી ફાઈલ એસ્કેપ અક્ષર વાક્યના અંતે સમાવે છે"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "કી ફાઈલ અયોગ્ય એસ્કેપ ક્રમ '%s' સમાવે છે"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "કિંમત '%s' નંબર તરીકે ઈન્ટરપ્રીટ કરી શકાતું નથી."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "પૂર્ણાંક કિંમત '%s' એ મર્યાદાની બહાર છે"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "કિંમત '%s' એ અપૂર્ણાંક સંખ્યા તરીકે ઈન્ટરપ્રીટ કરી શકાતું નથી."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "કિંમત '%s' બુલિયન તરીકે ઈન્ટરપ્રીટ કરી શકાતું નથી."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "અજ્ઞાત ભૂલ"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "સાંકેતિક કડી આધાર આપતી નથી"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "સાંકેતિક કડી આધાર આપતી નથી"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "અયોગ્ય કી નામ: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "અયોગ્ય યજમાન નામ"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "'%s' ફાઈલ બનાવવામાં નિષ્ફળતા : %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "'%s' ફાઈલ બનાવવામાં નિષ્ફળતા : %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "'%s' ફાઈલ બનાવવામાં નિષ્ફળતા : %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "ભૂલ પદચ્છેદન વિકલ્પ %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "લાક્ષણિકતાના નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "'%s' ડિરેક્ટરી ખોલતા ભૂલ: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "રુપાંતર વખતે ભૂલ: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "રુપાંતર વખતે ભૂલ: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "%d લીટી પર ભૂલ: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "સાંકેતિક કડી આધાર આપતી નથી"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "ભૂલ પદચ્છેદન વિકલ્પ %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "ભૂલ પદચ્છેદન વિકલ્પ %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "નિયમિત ફાઈલ નથી"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "'%s' ફાઈલ વાંચતી વખતની ભૂલ: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "%d લીટી પર ભૂલ: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "ભૂલ પદચ્છેદન વિકલ્પ %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "ભૂલ પદચ્છેદન વિકલ્પ %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "સાંકેતિક કડી આધાર આપતી નથી"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
diff --git a/po/he.po b/po/he.po
index ab7e151..a5b6a4b 100644
--- a/po/he.po
+++ b/po/he.po
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD.he\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2006-04-27 18:48+0300\n"
 "Last-Translator: Yair Hershkovitz <yairhr@gmail.com>\n"
 "Language-Team: Hebrew <he@li.org>\n"
@@ -95,71 +95,71 @@
 
 # *** 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:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Conversion from character set '%s' to '%s' is not supported"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Could not open converter from '%s' to '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Invalid byte sequence in conversion input"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Error during conversion: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Partial character sequence at end of input"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Cannot convert fallback '%s' to codeset '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "The URI '%s' is invalid"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "The hostname of the URI '%s' is invalid"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "The URI '%s' contains invalidly escaped characters"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "The pathname '%s' is not an absolute path"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Invalid hostname"
@@ -239,37 +239,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Template '%s' doesn't contain XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Failed to read the symbolic link '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Symbolic links not supported"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Could not open converter from '%s' to '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Can't do a raw read in g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Left over unconverted data in read buffer"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Channel terminates in a partial character"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Can't do a raw read in g_io_channel_read_to_end"
@@ -284,23 +306,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Failed to map file '%s': mmap() failed: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Error on line %d char %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Error on line %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -311,17 +333,17 @@
 "begins an entity; if this ampersand isn't supposed to be an entity, escape "
 "it as &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Character '%s' is not valid inside an entity name"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Entity name '%s' is not known"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -329,7 +351,7 @@
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -338,16 +360,16 @@
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Character reference '%-.*s' does not encode a permitted character"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Empty character reference; should include a digit such as &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -357,32 +379,32 @@
 "ampersand character without intending to start an entity - escape ampersand "
 "as &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Unfinished entity reference"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Unfinished character reference"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Invalid UTF-8 encoded text - overlong sequence"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Invalid UTF-8 encoded text - not a start char"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Invalid UTF-8 encoded text - not valid '%s'"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Document must begin with an element (e.g. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -391,7 +413,7 @@
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -400,14 +422,14 @@
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -418,7 +440,7 @@
 "element '%s', or optionally an attribute; perhaps you used an invalid "
 "character in an attribute name"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -427,7 +449,7 @@
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -436,7 +458,7 @@
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -445,25 +467,25 @@
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element '%s' was closed, no element is currently open"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element '%s' was closed, but the currently open element is '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Document was empty or contained only whitespace"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Document ended unexpectedly just after an open angle bracket '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -472,7 +494,7 @@
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -481,19 +503,19 @@
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Document ended unexpectedly inside an element name"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Document ended unexpectedly inside an attribute name"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Document ended unexpectedly inside an element-opening tag."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -501,16 +523,16 @@
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Document ended unexpectedly while inside an attribute value"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Document ended unexpectedly inside the close tag for element '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Document ended unexpectedly inside a comment or processing instruction"
 
@@ -558,66 +580,257 @@
 msgid "unknown error"
 msgstr "unknown error"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Channel terminates in a partial character"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Invalid byte sequence in conversion input"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Unfinished character reference"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Unfinished character reference"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Unfinished character reference"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Symbolic links not supported"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Error while matching regular expression %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE library is compiled without UTF8 support"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE library is compiled without UTF8 properties support"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Error while compiling regular expression %s at char %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Error while optimizing regular expression %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "hexadecimal digit or '}' expected"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "hexadecimal digit expected"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "missing '<' in symbolic reference"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "unfinished symbolic reference"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "zero-length symbolic reference"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "digit expected"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "illegal symbolic reference"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "stray final '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "unknown escape sequence"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Error while parsing replacement text \"%s\" at char %lu: %s"
@@ -652,17 +865,17 @@
 msgid "Failed to read data from child process"
 msgstr "Failed to read data from child process"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Failed to create pipe for communicating with child process (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Failed to read from child pipe (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Failed to change to directory '%s' (%s)"
@@ -711,42 +924,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Failed to read data from child process (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Unexpected error in select() reading data from a child process (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Unexpected error in waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Failed to fork (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Failed to execute child process \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Failed to redirect output or input of child process (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Failed to fork child process (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Unknown error executing child process \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Failed to read enough data from child pid pipe (%s)"
@@ -767,130 +980,130 @@
 msgid "Character out of range for UTF-16"
 msgstr "Character out of range for UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Usage:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Help Options:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Show help options"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Show all help options"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Application Options:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Cannot parse integer value '%s' for %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Integer value '%s' for %s out of range"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Cannot parse double value '%s' for %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Double value '%s' for %s out of range"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Error parsing option %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Missing·argument·for·%s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Unknown option %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Valid key file could not be found in search dirs"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Not a regular file"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "File is empty"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Invalid group name: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Key file does not start with a group"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Invalid key name: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Key file contains unsupported encoding '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Key file does not have group '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Key file does not have key '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Key file contains key '%s' with value '%s' which is not UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "Key file contains key '%s' which has value that cannot be interpreted."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -899,41 +1112,592 @@
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Key file does not have key '%s' in group '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Key file contains escape character at end of line"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Key file contains invalid escape sequence '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Value '%s' cannot be interpreted as a number."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Integer value '%s' out of range"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Value '%s' cannot be interpreted as a float number."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Value '%s' cannot be interpreted as a boolean."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "unknown error"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Symbolic links not supported"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Symbolic links not supported"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Invalid key name: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Invalid hostname"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Failed to create file '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Failed to create file '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Failed to create file '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Error parsing option %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Document ended unexpectedly inside an attribute name"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Error opening directory '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Error during conversion: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Error during conversion: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Error on line %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Symbolic links not supported"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Error parsing option %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Error parsing option %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Not a regular file"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Error reading file '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Error on line %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Error parsing option %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Error parsing option %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Symbolic links not supported"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Could not change file mode: fork() failed: %s"
 
diff --git a/po/hi.po b/po/hi.po
index 0bebf50..369d7f9 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD.hi\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2006-06-20 14:14+0530\n"
 "Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
 "Language-Team: Hindi <fedora-trans-hi@redhat.com>\n"
@@ -96,71 +96,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "सिंबालिक लिंक '%s' से थीम पढ़ने में असफल %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "अक्षर समूह '%s' से '%s' में परिवर्तन समर्थित नहीं है"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s' से '%s' परिवर्तक नहीं खोला जा सका"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "परिवर्तन इनपुट में अवैध बाइट अनुक्रम"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "परिवर्तन के दौरान त्रुटि: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "इनपुट के अंत में आंशिक अक्षर अनुक्रम"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "फालबैक '%s' को कोड सेट '%s' में परिवर्तित नहीं कर सका"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "\"file\" योजना का उपयोग करने वाली URI '%s' एक निरपेक्ष यूआरआई नहीं है"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "स्थानीय फ़ाइल यूआरआई '%s' में एक '#' सम्मिलित नहीं है"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "यूआरआई '%s' अवैध है"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "यूआरआई '%s' का होस्टनाम अवैध है"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "यूआरआई '%s' में अवैध एस्केप्ड अक्षर सम्मिलित हैं"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "पथनाम '%s' एक निरपेक्ष पथ नहीं है"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "अवैध होस्ट-नाम"
@@ -240,37 +240,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "टैम्पलेट '%s' में XXXXXX समाहित नहीं है"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "सिंबालिक लिंक '%s' से थीम पढ़ने में असफल %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "सिंबालिक लिंक समर्थित नहीं है"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "'%s' से '%s' परिवर्तक नहीं खोला जा सका: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "यहाँ एक रॉ रीड नहीं कर सकता g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "रीड बफ़र में शेष है अपरिवर्तित बचा हुआ डेटा"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "आंशिक अक्षर में चैनल समाप्त होता है"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "यहाँ एक रॉ रीड नहीं कर सकता - g_io_channel_read_to_end"
@@ -285,22 +307,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "'%s' फाइल चित्रित करने में विफल: mmap() विफल: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "पंक्ति %d अक्षर %d पर त्रुटि: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "पंक्ति %d: पर त्रुटि %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "खाली एंटिटी '&;' देखा; वैध एंटिटी हैं: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -310,17 +332,17 @@
 "एक एंटिटी के प्रारंभ में अक्षर '%s' वैध नहीं है, तथा & अक्षर एक एंटिटी को प्रारंभ करता है; "
 "यदि यह एम्परसेंड एक एंटिटी नहीं है, तो इसे ऐसे एस्केप करें &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr " अक्षर '%s' एक एंटिटी नाम के भीतर वैध नहीं है"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "एंटिटी नाम '%s' ज्ञात नहीं है"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -328,7 +350,7 @@
 "एंटिटी अर्धविराम पर समाप्त नहीं होता, बहुत संभव है कि आपने एम्परसेन्ड अक्षर का प्रयोग "
 "किया है और एक एंटिटी प्रारंभ नहीं करना चाहते- एम्परसेंड को ऐसे एस्केप करें: &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -337,16 +359,16 @@
 "'%-.*s' के विश्लेषण करने में असफल, जो कि अक्षर संदर्भ के भीतर एक अंक होना चाहिए (उदाहरण "
 "के लिए, &#234) - शायद अंक काफी बड़ा है"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "संप्रतीक संदर्भ '%-.*s' एक अनुमति प्राप्त संप्रतीक को एनकोड नहीं करता"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "रिक्त अक्षर संदर्भ, अंक जैसे &#454 सम्मिलित अवश्य होने चाहिएँ;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -356,41 +378,41 @@
 "अक्षर का उपयोग किया है पर एक एंटिटी को प्रारंभ करना नहीं चाहते - एम्परसेंड को एस्केप करें "
 "ऐसे &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "अपूर्ण एंटिटी संदर्भ"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "अपूर्ण अक्षर संदर्भ"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "दस्तावेज़ एक अवयव के नाम से प्रारंभ होना चाहिए (उदाहरण के लिए- <पुस्तक>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr "< के पश्चात आया '%s' एक वैध वर्ण नहीं है; यह अवयव नाम से प्रारंभ नहीं होता"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -398,13 +420,13 @@
 msgstr ""
 "विषम अक्षर '%s', एलिमेंट '%s' के प्रारंभ टैक को समाप्त करने हेतु प्रत्याशित था '>' अक्षर"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "विषम अक्षर '%s', प्रत्याशित है एक '=' लक्षण नाम '%s' अवयव '%s' के पश्चात्"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -414,7 +436,7 @@
 "'%s' विसम संप्रतीक, एक '>' या '/' संप्रतीक को '%s' तत्व के आरंभ टैग को खत्म करना "
 "प्रत्याशित, या विकल्पतः एक गुण; शायद आपने गुण नाम में एक अमान्य संप्रतीक का प्रयोग किया है"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -423,7 +445,7 @@
 "पुराना अक्षर '%s', जब विशेषता '%s', अवयव '%s' का मान दिया जाता है तो बराबर चिह्न "
 "के बाद एक खुला कोट चिह्न वांछित है"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -431,32 +453,32 @@
 msgstr ""
 "'%s' एक वैध अक्षर नहीं है अक्षर '</' के बाद; '%s' एक अवयव नाम से प्रारंभ नहीं होता"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr "'%s' एक वैध अक्षर नहीं है क्लोज़ अवयव नाम '%s' के बाद; स्वीकार्य अक्षर है '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "अवयव '%s' बन्द था, कोई अवयव वर्तमान में खुला नहीं है"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "दस्तावेज '%s' बन्द था, परन्तु वर्तमान खुला अवयव है '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "दस्तावेज़ खाली था या उसमें सिर्फ श्वेत रिक्ति ही था"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से एक खुला एंगल ब्रेकेट '<' के पश्चात ही हो गया"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -465,7 +487,7 @@
 "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयवों के खुला होने पर भी हो गया - '%s' अंतिम खुला हुआ "
 "अवयव था"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -474,19 +496,19 @@
 "दस्तावेज़ का अंत अप्रत्याशित रूप से हो गया, वांछित था देखना एक क्लोज़ एंगल ब्रेकेट टैग को बन्द "
 "करता हुआ <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव नाम के भीतर हो गया"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता नाम के भीतर हो गया"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव-खोलने के टैग के भीतर हो गया."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -494,16 +516,16 @@
 "दस्तावेज़ का अंत अप्रत्याशित रूप से बराबर के चिह्न के बाद एक विशेषता नाम के पश्चात् हो गया; "
 "कोई विशेषता मूल्य नहीं"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता मान के भीतर हो गया"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव '%s' हेतु बन्द टैग के भीतर हो गया"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से टिप्पणी या प्रक्रिया निर्देश के भीतर हो गया"
 
@@ -551,67 +573,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "आंशिक अक्षर में चैनल समाप्त होता है"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "परिवर्तन इनपुट में अवैध बाइट अनुक्रम"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "अपूर्ण अक्षर संदर्भ"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "अपूर्ण अक्षर संदर्भ"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "अपूर्ण अक्षर संदर्भ"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "सिंबालिक लिंक समर्थित नहीं है"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "पंक्ति %d अक्षर %d पर त्रुटि: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "अपूर्ण एंटिटी संदर्भ"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -646,17 +859,17 @@
 msgid "Failed to read data from child process"
 msgstr "शिशु प्रक्रिया से डेटा पढ़ने में असफल"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "शिशु प्रक्रिया (%s) से संचारण हेतु पाइप बनाने में असफल"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "चाइल्ड पाइप (%s) से पढ़ने में असफल"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "डिरेक्ट्री '%s' (%s) पर बदलने में असफल"
@@ -703,42 +916,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "शिशु प्रक्रिया (%s) से डेटा पढ़ने में असफल"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "एक चाइल्ड प्रक्रिया (%s) से चुनें() पढ़ने का डेटा में अप्रत्याशित त्रुटि हुई"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid() (%s) में अप्रत्याशित त्रुटि"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "(%s) फॉर्क करने में असफल"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "शिशु प्रक्रिया \"%s\" (%s) कार्यान्वित करने में असफल"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "आउटपुट या शिशु प्रक्रिया (%s) के इनपुट को अनुप्रेषित करने में असफल"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "शिशु प्रक्रिया (%s) फॉर्क करने में असफल"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "शिशु प्रक्रिया \"%s\" कार्यान्वित करने में अज्ञात त्रुटि"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "शिशु पीआईडी पाइप (%s) से पर्याप्त डेटा पढ़ने में असफल"
@@ -759,167 +972,718 @@
 msgid "Character out of range for UTF-16"
 msgstr "यूटीएफ-16 हेतु अक्षर सीमा से बाहर"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "प्रयोग:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[विकल्प...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "सहायता विकल्प:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "सहायता विकल्प दिखायें"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "सभी सहायता विकल्प दिखायें"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "अनुप्रयोग विकल्प:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "पूर्णांक मान '%s' को %s के लिये विश्लेषण नहीं कर सकता"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "पूर्णांक मान '%s' %s के लिये रेंज के बाहर है"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "'%s' दोहरे मान का विश्लेषण %s के लिये नहीं कर सकता है"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "'%s' दोहरा मान %s के लिये परिसर से बाहर है"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "%s विकल्प विश्लेषण में त्रुटि"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s के लिये गुम तर्क"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "अनजान विकल्प %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "आंकड़ा निर्देशिका में मान्य कुंजी फाइल नहीं पायी गयी"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "एक सामान्य फाइल नहीं"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "फ़ाइल खाली है"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 "कुंजी फाइल में '%s' पंक्ति समाहित है जो कि एक कुंजी मान जोड़ा, समूह, या टिप्पणी नहीं है"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "अवैध प्रोग्राम नाम: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "कुंजी फाइल एक समूह के साथ शुरू नहीं होता"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "अवैध प्रोग्राम नाम: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "कुंजी फाइल में असमर्थित एनकोडिंग '%s' समाहित है"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "कुंजी फाइल में '%s' समूह नहीं है"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "कुंजी फाइल में '%s' कुंजी नहीं है"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "कुंजी फाइल में '%s' कुंजी समाहित है '%s' मान के साथ जो UTF-8 नहीं है"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "कुंजी फाइल में '%s' कुंजी है जिसके मान का विश्लेषण नहीं किया जा सकता."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr "कुंजी फाइल में '%s' कुंजी है '%s' समूह में जिसके मान का विश्लेषण नहीं किया जा सकता."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "कुंजी फाइल में '%s' कुंजी नहीं है '%s' समूह में"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "कुंजी फाइल में पंक्ति के अंत में एस्केप संप्रतीक रहता है"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "कुंजी फाइल में '%s' अमान्य श्रृंखला समाहित है"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "मान्य '%s' को एक संख्या की तरह नहीं विश्लेषित किया जा सकता."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "पूर्णांक मान '%s' रेंज के बाहर है"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "मान '%s' को एक फ्लोट संख्या की तरह नहीं विश्लेषित किया जा सकता."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "मान '%s' को बुलियन के तौर पर विश्लेषित नहीं किया जा सकता."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "अनजान विकल्प %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "सिंबालिक लिंक समर्थित नहीं है"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "सिंबालिक लिंक समर्थित नहीं है"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "अवैध प्रोग्राम नाम: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "अवैध होस्ट-नाम"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "फ़ाइल '%s' बनाने में असफल: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "फ़ाइल '%s' बनाने में असफल: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "फ़ाइल '%s' बनाने में असफल: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "%s विकल्प विश्लेषण में त्रुटि"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता नाम के भीतर हो गया"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "डिरेक्ट्री '%s' को खोलने में त्रुटि: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "परिवर्तन के दौरान त्रुटि: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "परिवर्तन के दौरान त्रुटि: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "पंक्ति %d: पर त्रुटि %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "सिंबालिक लिंक समर्थित नहीं है"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "%s विकल्प विश्लेषण में त्रुटि"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "%s विकल्प विश्लेषण में त्रुटि"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "एक सामान्य फाइल नहीं"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "पंक्ति %d: पर त्रुटि %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "%s विकल्प विश्लेषण में त्रुटि"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "%s विकल्प विश्लेषण में त्रुटि"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "सिंबालिक लिंक समर्थित नहीं है"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[विकल्प...]"
diff --git a/po/hr.po b/po/hr.po
index fc16c8c..a58f36e 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: glib 0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2004-03-13 13:03+CET\n"
 "Last-Translator: auto\n"
 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -87,71 +87,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Nisam uspio pročitati simboličku vezu '%s': %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Pretvaranje iz znakovnog skupa '%s' u '%s' nije podržana"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Ne mogu otvoriti konverter iz '%s' u '%s': %s"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Neispravna sekvenca bajtova u izlazu konverzije"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Greška prilikom konverzije: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Djelomična znakovna sekvenca pri kraju izlaza"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Ne mogu prevesti '%s' u znakovni skup '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, fuzzy, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI '%s' nije apsolutni URI"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "URI lokalne datoteke '%s' ne smije uključivati '#'"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' nije ispravan"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Ime računala URI-ja '%s' je neispravno"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' sadrži neispravne escape znakove"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Putanja '%s' nije apsolutna putanja"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Neispravno ime računala"
@@ -231,37 +231,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Predložak '%s' ne završava sa XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Nisam uspio pročitati simboličku vezu '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Nisu podržane simboličke veze"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Ne mogu otvoriti konverter iz `%s' u `%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Ne mogu izvršiti raw čitanje u g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Postoji ostatak nepretvorenih podataka u međuspremniku za čitanje"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanal završava sa djelomičnim znakom"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Ne mogu izvršiti raw čitanje u g_io_channel_read_to_end"
@@ -276,23 +298,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Greška pri otvaranju datoteke '%s': fdopen() nije uspio: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Greška na retku %d znak %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Greška na retku %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Prazan entitet '&;' ; ispravni entiteti su: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -302,17 +324,17 @@
 "Znak '%s' nije dozvoljen na početku imena entiteta; znak & počinje entitet; "
 "ako ovaj & nije entitet onda ga označite sa &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Znak '%s' nije dozvoljen unutar imena entiteta"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Ime entiteta '%s' nije poznato"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -320,7 +342,7 @@
 "Entitet nije zavšio sa točka-zarezom; vjerojatno ste koristili ampersand "
 "znak bez namjere da započnete entitet - escapirajte ampersand sa &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, fuzzy, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -329,16 +351,16 @@
 "Nisam uspio parsirati '%s', koji bi trebao biti broj unutar "
 "znakovnereference (npr. &#234;) - možda je broj prevelik"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, fuzzy, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Znakovna referenca '%s' se ne kodira kao dozvoljeni znak"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Prazna znakovna referenca; treba uključivati broj kao &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -348,34 +370,34 @@
 "ampersand znakbez namjere da počnete entitet - escapirajte ampersand kao "
 "&amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Nezavršena referenca entiteta"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Nezavršena znakovna referenca"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Neispravno šifrirani UTF-8 tekst"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Neispravno šifrirani UTF-8 tekst"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Neispravno šifrirani UTF-8 tekst"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokument mora početi sa elementom(npr. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -384,7 +406,7 @@
 "'%s' nije dozvoljeni znak koji smije slijediti nakon '<' znaka; ne smije "
 "započeti ime elementa"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -392,14 +414,14 @@
 msgstr ""
 "Neparan znak '%s', očekuje se da '>' znak završi početni tag elementa'%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "Neparan znak '%s', očekuje se '=' poslije imena atributa '%s' elementa '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -410,7 +432,7 @@
 "'%s', ili opcionalno atributa; možda ste koristili neispravan znaku imenu "
 "atributa"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -419,7 +441,7 @@
 "Čudan znak '%s', očekuje se otvoreni navodnik nakon znaka jednakostikada se "
 "daje vrijednost atributa '%s' elementa '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -427,7 +449,7 @@
 msgstr ""
 "'%s' nije znak koji smije slijediti '</'; '%s' ne smije započetiime elementa"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -436,25 +458,25 @@
 "'%s' nije ispravan znak koji može slijediti nakon imena završnog elementa '%"
 "s'; dozvoljeni znak je '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element '%s' je zatvoren, trenutno nema otvorenog elementa"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element '%s' je zatvoren, ali trenutno otvoreni element je '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokument je bio prazan ili je sadržavao samo znakove prazne znakove"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokument je završio neočekivano nakon otvaranja zagrade '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -463,7 +485,7 @@
 "Dokument je završio neočekivano sa još uvijek otvorenim elementima- '%s' je "
 "bio zadnjiotvoreni element"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -472,19 +494,19 @@
 "Dokument je završio neočekivano, očekivalo se da zatvorena šiljata "
 "zagradazavrši tag<%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokument je završio neočekivano unutar imena elementa"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokument je završio neočekivano unutar imena atributa"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokument je završio neočekivano unutar taga koji započinje element"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -492,17 +514,17 @@
 "Dokument je završio neočekivano nakon što je znak jednakosti slijedioime "
 "atributa; nema vrijednosti atributa"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokument je završio neočekivano unutar vrijednosti atributa"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Dokument je završio neočekivano unutar taga koji završava za element '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Dokument je završio neočekivano unutar komentara ili izvršavanja instrukcije"
@@ -551,67 +573,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanal završava sa djelomičnim znakom"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Neispravna sekvenca bajtova u izlazu konverzije"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Nezavršena znakovna referenca"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Nezavršena znakovna referenca"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Nezavršena znakovna referenca"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Nisu podržane simboličke veze"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Greška na retku %d znak %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Nezavršena referenca entiteta"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -648,17 +861,17 @@
 msgid "Failed to read data from child process"
 msgstr "Nisam uspio čitati podatke od procesa djeteta"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Ne mogu stvoriti cjevovod za komuniciranje sa procesom djetetom(%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Nisam uspio čitati iz cjevovoda djeteta (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Nisam mogao promijeniti putanju u mapu '%s' (%s)"
@@ -707,42 +920,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Neuspjeh u čitanju podataka od procesa djeteta(%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Neočekivana greška u select() čitanju podataka procesa djeteta (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Neočekivana greška u waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Pokretanje nije uspio (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Neuspjeh u izvršavanju procesa djeteta \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Nisam uspio preusmjeriti izlaz ili ulaz procesa djeteta (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Nisam uspio pokrenuti proces dijete (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Nepoznata greška u izvršavanju procesa djeteta \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Neuspjeh u čitanju dovoljno podataka iz cjevovoda procesa djeteta (%s)"
@@ -763,170 +976,719 @@
 msgid "Character out of range for UTF-16"
 msgstr "Znak je izvan raspona za UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr ""
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Greška prilikom konverzije: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr ""
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr ""
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Neispravno ime računala"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Neispravno ime računala"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, fuzzy, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "URI '%s' sadrži neispravne escape znakove"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+msgid "Unknown type"
+msgstr ""
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Nisu podržane simboličke veze"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Nisu podržane simboličke veze"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Neispravno ime računala"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Neispravno ime računala"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Greška pri stvaranju datoteke '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Greška pri stvaranju datoteke '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Greška pri stvaranju datoteke '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Greška prilikom konverzije: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokument je završio neočekivano unutar imena atributa"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Greška pri otvaranju mape '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Greška prilikom konverzije: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Greška prilikom konverzije: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Greška na retku %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Nisu podržane simboličke veze"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Greška prilikom konverzije: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Greška prilikom konverzije: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Greška pri čitanju datoteke '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Greška na retku %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Greška prilikom konverzije: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Greška prilikom konverzije: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Nisu podržane simboličke veze"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Greška pri otvaranju datoteke '%s': fdopen() nije uspio: %s"
diff --git a/po/hu.po b/po/hu.po
index 5c44f44..cae2ec0 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-14 09:28+0200\n"
 "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
 "Language-Team: Hungarian <gnome@gnome.hu>\n"
@@ -94,76 +94,76 @@
 "Nem sikerült kiterjeszteni a(z) \"%s\" végrehajtási sort a(z) \"%s\" URL "
 "címmel"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr ""
 "A(z) \"%s\" és \"%s\" karakterkészletek közötti átalakítás nem támogatott"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr ""
 "A(z) \"%s\" karakterkészletről \"%s\" karakterkészletre átalakító nem "
 "nyitható meg"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Hiba az átalakítás során: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Részleges karaktersorozat a bemenet végén"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Nem alakítható át a tartalék \"%s\" a(z) \"%s\" kódkészletre"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "A(z) \"%s\" URI érvénytelen"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "A(z) \"%s\" gépneve érvénytelen"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, 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:1877
+#: glib/gconvert.c:1883
 #, 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:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Érvénytelen gépnév"
@@ -248,38 +248,60 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "A(z) \"%s\" sablon nem tartalmaz XXXXXX karaktersorozatot"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Nem sikerült kiolvasni a(z) \"%s\" szimbolikus linket: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "A szimbolikus linkek használata nem támogatott"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Az átalakító a(z) \"%s\" elemről \"%s\" elemre nem nyitható meg: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_line_string-ben"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Át nem alakított adatok maradtak az olvasási pufferben"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "A csatorna töredék karakterrel ér véget"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_to_end-ben"
@@ -294,23 +316,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Nem sikerült leképezni a(z) \"%s\" fájlt: Az mmap() sikertelen: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Hiba a(z) %d. sor %d. karakterénél: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Hiba a(z) %d. sorban: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Üres \"&;\" entitás; az érvényes entitások: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -321,17 +343,17 @@
 "nevét az & karakter kezdi. Ha ez az & karakter nem lehet entitás, akkor "
 "&amp; módon kell írni."
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "A(z) \"%s\" karakter nem érvényes egy entitás nevén belül"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "A(z) \"%s\" entitásnév ismeretlen"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -339,7 +361,7 @@
 "Az entitás neve nem pontosvesszővel ért véget; valószínűleg egy &-jelet "
 "használt anélkül, hogy entitást akart volna kezdeni - írja &amp; formában."
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -349,17 +371,17 @@
 "egy karakterhivatkozáson (mint az &#234) belül - lehet, hogy túl nagy a "
 "számjegy"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "A(z) \"%-.*s\" karakterhivatkozás nem engedélyezett karaktert kódol"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 "Üres karakterhivatkozás; számjegyet is kell tartalmaznia, például így: &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -368,32 +390,32 @@
 "A karakterhivatkozás nem pontosvesszővel ért véget; valószínűleg egy &-jelet "
 "használt anélkül, hogy entitást akart volna kezdeni - írja &amp; formában."
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Befejezetlen entitáshivatkozás"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Befejezetlen karakterhivatkozás"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Érvénytelen UTF-8 kódolású szöveg - túl hosszú sorozat"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Érvénytelen UTF-8 kódolású szöveg - ez nem kezdőkarakter"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Érvénytelen UTF-8 kódolású szöveg - nem érvényes \"%s\""
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "A dokumentumnak egy elemmel kell kezdődnie (pl. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -402,7 +424,7 @@
 "\"%s\" nem érvényes karakter a \"<\" karakter után; elem neve nem kezdődhet "
 "vele"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -411,7 +433,7 @@
 "Furcsa karakter (\"%s\") - \">\" karakternek kellett volna jönnie, hogy "
 "lezárja a(z) \"%s\" elem kezdő címkéjét"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -419,7 +441,7 @@
 "Furcsa karakter (\"%s\") - \"=\" karakternek kellett volna jönnie a(z) \"%s"
 "\" elem \"%s\" attribútumneve után"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -430,7 +452,7 @@
 "a(z) \"%s\" elem kezdő címkéje után, esetleg egy attribútumnak; lehet, hogy "
 "érvénytelen karaktert használt az attribútum nevében"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -439,7 +461,7 @@
 "Furcsa karakter (\"%s\") - egy nyitó idézőjelnek kellene jönnie az "
 "egyenlőségjel után, ha értéket ad a(z) \"%s\" attribútumnak \"%s\" elemben"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -448,7 +470,7 @@
 "\"%s\" nem érvényes karakter a \"</\" karakterek után; \"%s\" karakterrel "
 "nem kezdődhet egy elem neve"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -457,27 +479,27 @@
 "\"%s\" nem érvényes karakter a \"%s\" lezáró elemnév után; az engedélyezett "
 "karakter egyedül a \">\"."
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "A(z) \"%s\" elem le lett lezárva, jelenleg egy elem sincs nyitva"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "A(z) \"%s\" elem le lett lezárva, de a jelenleg nyitott elem a(z) \"%s\""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "A dokumentum üres volt, vagy csak üreshely karaktereket tartalmazott"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "A dokumentum váratlanul véget ért egy nyitott hegyes zárójel (\"<\") után"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -486,7 +508,7 @@
 "A dokumentum váratlanul véget ért, pedig még nyitva vannak elemek - \"%s\" "
 "az utoljára megnyitott elem"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -495,19 +517,19 @@
 "A dokumentum váratlanul véget ért; a(z) <%s/> elemet lezáró hegyes "
 "zárójelnek kellett volna következnie"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "A dokumentum váratlanul véget ért egy elemnéven belül"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "A dokumentum váratlanul véget ért egy attribútumnéven belül"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "A dokumentum váratlanul véget ért egy elemnyitó címkén belül"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -515,17 +537,17 @@
 "A dokumentum váratlanul véget ért egy az attribútumnevet követő "
 "egyenlőségjel után; az attribútum értéke nem lett megadva"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "A dokumentum váratlanul véget ért egy attribútumértéken belül"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "A dokumentum váratlanul véget ért a(z) \"%s\" elem lezáró címkéjén belül"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "A dokumentum váratlanul véget ért egy megjegyzésen vagy feldolgozási "
@@ -578,68 +600,259 @@
 msgid "unknown error"
 msgstr "ismeretlen hiba"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "A csatorna töredék karakterrel ér véget"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Befejezetlen karakterhivatkozás"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Befejezetlen karakterhivatkozás"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Befejezetlen karakterhivatkozás"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "A szimbolikus linkek használata nem támogatott"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Hiba a(z) %s reguláris kifejezés illesztésekor: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "A PRCE programkönyvtár UTF-8 támogatás nélkül lett fordítva"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 "A PRCE programkönyvtár az UTF-8 tulajdonságok támogatása nélkül lett fordítva"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr ""
 "Hiba a(z) \"%s\" reguláris kifejezés fordításakor a(z) %d. karakternél: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Hiba a(z) %s reguláris kifejezés optimalizálásakor: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "a program hexadecimális számjegyet vagy \"}\" jelet várt"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "a program hexadecimális számjegyet várt"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "hiányzó \"<\" jel a szimbolikus hivatkozásban"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "befejezetlen szimbolikus hivatkozás"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "nulla hosszúságú szimbolikus hivatkozás"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "re rendszer számjegyet várt"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "illegális szimbolikus hivatkozás"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "a záró \"\\\" helye nem megfelelő"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "ismeretlen escape sorozat"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -680,19 +893,19 @@
 msgid "Failed to read data from child process"
 msgstr "Nem sikerült adatokat kiolvasni a gyermekfolyamatból"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "Nem sikerült csővezetéket készíteni a gyermekfolyamattal (%s) való "
 "kommunikációhoz"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Nem sikerült olvasni a gyermek csővezetékből (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Nem sikerült átváltani a(z) \"%s\" könyvtárra (%s)"
@@ -741,44 +954,44 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Nem sikerült adatokat olvasni a gyermekfolyamatból (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Váratlan hiba, miközben a select() adatokat próbált olvasni egy "
 "gyermekfolyamatból (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Váratlan hiba a waitpid()-ben (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Nem sikerült folyamatot indítani (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Nem sikerült a gyermekfolyamat (\"%s\") végrehajtása (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Nem sikerült a gyermekfolyamat ki- vagy bemenetének átirányítása (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Nem sikerült a gyermekfolyamat elindítása (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Ismeretlen hiba a gyermekfolyamat (\"%s\") végrehajtása közben"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Nem sikerült elég adatot kiolvasni a gyermek pid csővezetékből (%s)"
@@ -799,84 +1012,84 @@
 msgid "Character out of range for UTF-16"
 msgstr "A karakter az UTF-16 tartományon kívülre esik"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Használat:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[KAPCSOLÓ...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Súgólehetőségek:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Súgólehetőségek megjelenítése"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Minden súgólehetőség megjelenítése"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Alkalmazás kapcsolói:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Nem dolgozható fel a(z) \"%s\" egész érték a következőhöz: %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "A(z) \"%s\" egész érték a tartományon kívülre esik a következőhöz: %s"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 "Nem dolgozható fel a(z) \"%s\" dupla hosszúságú érték a következőhöz: %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 "A(z) \"%s\" dupla hosszúságú érték a tartományon kívülre esik a "
 "következőhöz: %s"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Hiba a kapcsoló feldolgozása során: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Hiányzó paraméter a következőhöz: %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Ismeretlen kapcsoló: %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "A keresési könyvtárakban nem található érvényes kulcsfájl"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Nem szabályos fájl"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "A fájl üres"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -884,53 +1097,53 @@
 "A kulcsfájl tartalmazza a(z) \"%s\" sort, amelyik nem egy kulcs-érték pár, "
 "csoport, vagy megjegyzés"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Érvénytelen csoportnév: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "A kulcsfájl nem csoporttal kezdődik"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Érvénytelen kulcsnév: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "A kulcsfájl a nem támogatott \"%s\" kódolást tartalmazza"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "A kulcsfájlból hiányzik a(z) \"%s\" csoport"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "A kulcsfájlban nincs \"%s\" kulcs"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "A kulcsfájl tartalmazza a(z) \"%s\" kulcsot \"%s\" értékkel, amelyik azonban "
 "nem UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "A kulcsfájl tartalmazza a(z) \"%s\" kulcsot, amelynek az értéke nem "
 "értelmezhető."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -939,38 +1152,589 @@
 "A kulcsfájl tartalmazza a(z) \"%s\" kulcsot a(z) \"%s\" csoportban, amelynek "
 "értéke nem értelmezhető."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 "A kulcsfájl nem tartalmazza a(z) \"%s\" kulcsot a(z) \"%s\" csoportban."
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "A kulcsfájl escape sorozattal megadott karaktert tartalmaz a sor végén"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "A kulcsfájl érvénytelen escape sorozatot tartalmaz (\"%s\")"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "A(z) \"%s\" érték nem értelmezhető számként."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "A(z) \"%s\" egész érték a tartományon kívülre esik"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "A(z) \"%s\" érték nem értelmezhető lebegőpontos számként."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "A(z) \"%s\" érték nem értelmezhető logikai értékként."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "ismeretlen hiba"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "A szimbolikus linkek használata nem támogatott"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "A szimbolikus linkek használata nem támogatott"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Érvénytelen kulcsnév: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Érvénytelen gépnév"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Nem sikerült létrehozni a(z) \"%s\" fájlt: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Nem sikerült létrehozni a(z) \"%s\" fájlt: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Nem sikerült létrehozni a(z) \"%s\" fájlt: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Hiba a kapcsoló feldolgozása során: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "A dokumentum váratlanul véget ért egy attribútumnéven belül"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Hiba a(z) \"%s\" könyvtár megnyitásakor: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Hiba az átalakítás során: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Hiba az átalakítás során: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Hiba a(z) %d. sorban: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "A szimbolikus linkek használata nem támogatott"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Hiba a kapcsoló feldolgozása során: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Hiba a kapcsoló feldolgozása során: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Nem szabályos fájl"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Hiba a(z) \"%s\" fájl olvasása közben: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Hiba a(z) %d. sorban: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Hiba a kapcsoló feldolgozása során: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Hiba a kapcsoló feldolgozása során: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "A szimbolikus linkek használata nem támogatott"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[KAPCSOLÓ...]"
diff --git a/po/hy.po b/po/hy.po
index 1c2e972..393a2e0 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -87,71 +87,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Չի հաջողվել կարդալ '%s' սիմվոլիկ հղումը՝ %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr ""
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr ""
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr ""
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr ""
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr ""
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr ""
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr ""
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr ""
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr ""
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr ""
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr ""
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr ""
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr ""
@@ -231,37 +231,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr ""
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Չի հաջողվել կարդալ '%s' սիմվոլիկ հղումը՝ %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr ""
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr ""
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr ""
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -276,22 +298,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr ""
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Սխալ %d տողի %d տառում՝ %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Սխալ %d տողում՝ %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -299,93 +321,93 @@
 "it as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr ""
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr ""
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 msgstr ""
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr ""
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
 "as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr ""
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr ""
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Սխալ UTF-8 կոդավորված տեքստ"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Սխալ UTF-8 կոդավորված տեքստ"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Սխալ UTF-8 կոդավորված տեքստ"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Փաստաթուղթը պետք է սկսվի որևէ էլէմենտով (օրինակ <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr ""
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -393,87 +415,87 @@
 "character in an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr ""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr ""
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr ""
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr ""
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr ""
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 
@@ -521,66 +543,252 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+msgid "missing terminating ] for character class"
+msgstr ""
+
+#: glib/gregex.c:224
+msgid "invalid escape sequence in character class"
+msgstr ""
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+msgid "unrecognized character after (?"
+msgstr ""
+
+#: glib/gregex.c:237
+msgid "unrecognized character after (?<"
+msgstr ""
+
+#: glib/gregex.c:241
+msgid "unrecognized character after (?P"
+msgstr ""
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Սխալ %d տողի %d տառում՝ %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -615,17 +823,17 @@
 msgid "Failed to read data from child process"
 msgstr ""
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr ""
@@ -672,42 +880,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr ""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -728,167 +936,716 @@
 msgid "Character out of range for UTF-16"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Կիրառում՝"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 #, fuzzy
 msgid "Help Options:"
 msgstr "Ցուցադրել Ձեռնարկի հատկությունները"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Ցուցադրել Ձեռնարկի հատկությունները"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr ""
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr ""
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Ֆայլը դատարկ է"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr ""
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr ""
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+msgid "Unknown type"
+msgstr ""
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, c-format
+msgid "Invalid filename %s"
+msgstr ""
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, c-format
+msgid "Invalid filename"
+msgstr ""
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Չի հաջողվել ստեղծել ֆայլ '%s'՝ %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Չի հաջողվել ստեղծել ֆայլ '%s'՝ %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Չի հաջողվել ստեղծել ֆայլ '%s'՝ %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Սխալ %d տողում՝ %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, c-format
+msgid "Invalid extended attribute name"
+msgstr ""
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "'%s' պանակը բացելու սխալ՝ %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Սխալ %d տողում՝ %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Սխալ %d տողում՝ %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, c-format
+msgid "Error removing old backup link: %s"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Սխալ %d տողում՝ %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "'%s' պանակը բացելու սխալ՝ %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
diff --git a/po/id.po b/po/id.po
index 7b9a620..8add0d2 100644
--- a/po/id.po
+++ b/po/id.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: glib HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -90,71 +90,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Gagal saat membaca link simbolik '%s': %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Konversi dari gugus karakter '%s' ke '%s' tidak dapat dilakukan"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Tidak dapat membuka pengubah dari '%s' ke '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Rangkaian byte dalam input konversi tidak benar"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Error saat melakukan konversi: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Rangkaian karakter sebagian pada akhir input"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Tidak dapat mengkonversi, kembalikan '%s' ke gugus kode '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' tidak benar"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Nama host pada URI '%s' tidak benar"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' berisi karakter escape yang salah"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Nama path '%s' bukan path absolut"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Nama host salah"
@@ -236,39 +236,61 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Template '%s' tidak boleh diakhiri dengan XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Gagal saat membaca link simbolik '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Link simbolik tidak didukung oleh sistem"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Tidak dapat membuka konverter dari '%s' menjadi '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "Tidak dapat melakukan proses baca raw pada fungsi "
 "g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Ada data tersisa yang belum dikonversi pada buffer read"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Chanel terputus pada karakter sebagian"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -285,24 +307,24 @@
 msgstr ""
 "Gagal saat memetakan berkas '%s': fungsi mmap() mengalami kegagalan: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Error pada baris %d huruf ke %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Error pada baris ke %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Ada entitas '&;' yang kosong; Entitas yang benar antara lain adalah: &amp; "
 "&quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -313,17 +335,17 @@
 "yang boleh ada pada awal entitas; Bila ampersand ini dianggap bukan sebuah "
 "entitas, Beri kode escape dan tulis sebagai &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Karakter '%s' tidak boleh digunakan pada nama entitas"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Nama entitas '%s' tidak diketahui"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -332,7 +354,7 @@
 "ampersand tanpa bermaksud menjadikannya sebagai entitas - silakan pakai "
 "&amp; saja"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -341,17 +363,17 @@
 "Gagal saat mengurai '%-.*s'. yang seharusnya sebuah digit dalam referensi "
 "karakter (misalnya &#234;) - mungkin digitnya terlalu besar"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr ""
 "Referensi karakter '%-.*s' tidak mengencodekan karakter yang diperbolehkan"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Refensi karakter kosong. Seharusnya berisi digit, mislanya &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -361,34 +383,34 @@
 "menggunakan karakter ampersand tanpa bermaksud menjadikannya sebagai "
 "entitas. Silakan gunakan &amp; saja"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Referensi entitas yang tidak sempurna"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Refersi karakter yang tidak sempurna"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Teks UTF-8 tidak benar"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Teks UTF-8 tidak benar"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Teks UTF-8 tidak benar"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokumen harus dimulai dengan elemen (misalnya <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -397,7 +419,7 @@
 "'%s' bukanlah karakter yang benar bila diikuti dengan karakter '<'. Ini "
 "tidak boleh menjadi nama elemen"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -406,7 +428,7 @@
 "Ada karakter aneh '%s'. Seharusnya ada '>' untuk mengakhiri tag awal pada "
 "elemen '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -414,7 +436,7 @@
 "Ada karakter aneh '%s'. Seharusnya ada karakter '=' setelah nama atribut '%"
 "s' pada elemen '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -425,7 +447,7 @@
 "padaelemen '%s', atau bisa juga ada atribut lain. Mungkin Anda menggunakan "
 "karakter yang tidak diperbolehkan pada nama atribut."
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -434,7 +456,7 @@
 "Ada karakter aneh '%s'. Seharusnya ada tanda kutip buka setelah tanda sama "
 "dengan saat memberikan nilai atribut '%s' pada elemen '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -443,7 +465,7 @@
 "'%s' bukan karakter yang benar bila diikuti dengan karakter '</'. Karena itu "
 "'%s' tidak boleh dijadikan awal nama elemen"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -452,26 +474,26 @@
 "'%s' bukan karakter yang benar bila diikuti elemen penutup '%s'. Karakter "
 "yang diperbolehkan adalah '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Elemen '%s' sudah ditutup, tidak ada elemen yang masih terbuka"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Elemen '%s' sudah ditutup, tapi elemen yang masih terbuka adalah '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokumen kosong atau berisi whitespace saja"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Dokumen terpotong tidak sempurna sesaat setelah membuka kurung siku '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -480,7 +502,7 @@
 "Dokumen terpotong tidak sempurna dengan elemen yang masih terbuka - '%s' "
 "adalah elemen terakhir yang dibuka"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -489,19 +511,19 @@
 "Dokumen terpotong tidak sempurna, seharusnya ada kurung siku penutup untuk "
 "mengakhiri tag <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokumen terpotong tidak sempurna pada dalam nama elemen"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokumen terpotong tidak sempurna di dalam tag pembukaan elemen."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -509,16 +531,16 @@
 "Dokumen terpotong tidak sempurna setelah tanda sama dengan mengikuti nama "
 "atribut. Tidak ada nilai atribut yang diperoleh"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokumen tidak sempura saat ada dalam nilai atribut"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Dokumen terpotong tidak sempurna di dalam tag penutup elemen '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Dokumen terpotong tidak sempurna di dalam keterangan atau instruksi "
@@ -568,67 +590,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Chanel terputus pada karakter sebagian"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Rangkaian byte dalam input konversi tidak benar"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Refersi karakter yang tidak sempurna"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Refersi karakter yang tidak sempurna"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Refersi karakter yang tidak sempurna"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Link simbolik tidak didukung oleh sistem"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Error pada baris %d huruf ke %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Referensi entitas yang tidak sempurna"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -668,18 +881,18 @@
 msgid "Failed to read data from child process"
 msgstr "Gagal untuk membaca data dari proses child"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "Gagal saat membuat pipe untuk sarana  komunikasi dengan proses child (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Gagal saat membaca dari pipe child (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Gagal saat mengganti direktori ke '%s' (%s)"
@@ -727,43 +940,43 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Gagal saat membaca data dari proses child (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Ada error pada fungsi select() saat membaca data dari proses child (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Ada error pada fungsi waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Gagal saat fork (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Gagal saat menjalankan proses child '%s' (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Gagal mengarahkan output atau input pada proses child (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Gagal saat fork proses child (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Ada error yang tidak diketahui saat menjalankan proses child '%s'"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Gagal saat membaca data yang dibutuhkan dai pipe pid child (%s)"
@@ -784,81 +997,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Karakter di luar jangkauan UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Gunakan:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[PILIHAN...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Pilihan Bantuan:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Tampilkan pilihan bantuan"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Tampilkan seluruh pilihan bantuan"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Pilihan Aplikasi:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Tidak dapat menguraikan nilai integer '%s' untuk %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Nilai integer '%s' untuk %s di luar jangkauan"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, fuzzy, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Tidak dapat menguraikan nilai integer '%s' untuk %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, fuzzy, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Nilai integer '%s' untuk %s di luar jangkauan"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Error saat melakukan konversi: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Argumen untuk %s tidak lengkap"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Pilihan tidak diketahui %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "File kunci yang benar tidak ditemukan pada direktori data"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Bukan sebuah file biasa"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Filenya kosong"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -866,51 +1079,51 @@
 "File kunci berisi baris '%s' yang bukan pasangan nilai kunci, kelompok atau "
 "komentar"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Nama program salah: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "File kunci tidak mulai dengan sebuah kelompok"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Nama program salah: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "File kunci mengadung encoding yang tidak didukung '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "File kunci tidak memiliki kelompok '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "File kunci tidak memiliki kunci '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "File kunci mengandung kunci '%s' dengan nilai '%s' yang bukan UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "File kunci mengandung kunci '%s' yang memiliki nilai yang tidak dapat "
 "diterjemahkan."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -919,41 +1132,592 @@
 "File kunci mengandung kunci '%s' dalam kelompok '%s' yang memiliki nilai "
 "yang tidak dapat diterjemahkan."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "File kunci tidak memiliki kunci '%s' pada kelompok '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "File kunci mengandung karakter escape pada akhir baris"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "File kunci berisi '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai sebuah nomor."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Nilai integer '%s' di luar jangkauan"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, fuzzy, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai sebuah nomor."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai suatu nilai boolean."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Pilihan tidak diketahui %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Link simbolik tidak didukung oleh sistem"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Link simbolik tidak didukung oleh sistem"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Nama program salah: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Nama host salah"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Gagal saat membuat file '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Gagal saat membuat file '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Gagal saat membuat file '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Error saat melakukan konversi: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Error saat membuka direktori '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Error saat melakukan konversi: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Error saat melakukan konversi: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Error pada baris ke %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Link simbolik tidak didukung oleh sistem"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Error saat melakukan konversi: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Error saat melakukan konversi: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Bukan sebuah file biasa"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Error saat membaca file '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Error pada baris ke %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Error saat melakukan konversi: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Error saat melakukan konversi: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Link simbolik tidak didukung oleh sistem"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[PILIHAN...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Gagal untuk merubah moda berkas: fclose() gagal: '%s'"
 
diff --git a/po/is.po b/po/is.po
index bbb6062..ff18678 100644
--- a/po/is.po
+++ b/po/is.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib 2.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -88,71 +88,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "gat ekki lesið tákntengið '%s': %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Umbreyting úr stafasettinu '%s' í '%s' er ekki stutt"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Gat ekki opnað umbreyti úr '%s' í '%s': %s"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Ógild bætaruna í ílagi umbreytingar"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Villa við umbreytingu: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Ókláruð stafaruna í enda ílags"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Gat ekki umbreytt '%s' í stafatöflu '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Skráar-URI '%s' má ekki innihalda '#'"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' er ógilt"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Vélarheitið í URI '%s' er ógilt"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' inniheldur ógild sértákn"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Slóðin '%s' er ekki full slóð"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Ógilt vélarheiti"
@@ -232,37 +232,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Sniðmátið '%s' endar ekki á XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "gat ekki lesið tákntengið '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Tákntengi eru ekki studd"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Gat ekki opnað umbreyti úr `%s' í `%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Gat ekki lesið í g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Það eru eftir óumbreytt gögn í lesminninu"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Rásin endar á hluta úr tákni"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Gat ekki lesið í g_io_channel_read_to_end"
@@ -277,23 +299,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Villa á línu %d tákn %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Villa á línu %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Tómt viðfang '&;' fannst; gild viðföng eru: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -303,17 +325,17 @@
 "Táknið '%s' er ógilt í upphafi heiti viðfanga; & táknið byrjar viðfang; ef "
 "Þetta og-merki á ekki að vera byrjun viðfangs ættir þú að rita það sem &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Táknið '%s' er ekki gilt í heitum viðfanga"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Viðfangið '%s' er óþekkt"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -321,7 +343,7 @@
 "Viðfangið endar ekki á semikommu; líklega notaðir þú og-merkið án þess að "
 "ætla að byrja viðfang. Ritaðu það sem &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, fuzzy, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -330,16 +352,16 @@
 "Gat ekki þáttað '%s' sem ætti að vera tölustafur innan í tilvísun í tákn "
 "(til dæmis &#234;). Ef til vill er talan of stór"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, fuzzy, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Tákntilvísunin '%s' vísar ekki í leyfilegt tákn"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Tóm tákntilvísun; hún ætti að innihalda tölur eins og &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -348,34 +370,34 @@
 "Viðfangið endar ekki á semikommu; líklega notaðir þú og-merkið án þess að "
 "ætla að byrja viðfang. Ritaðu það sem &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Hálfkláruð viðfangatilvísun"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Hálfkláruð tákntilvísun"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Ógildur UTF-8 þýddur texti"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Ógildur UTF-8 þýddur texti"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Ógildur UTF-8 þýddur texti"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Skjalið verður að byrja á viðfangi (t.d. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -384,21 +406,21 @@
 "'%s' er ekki gilt tákn strax á eftir '<' tákninu; það má ekki byrja á heiti "
 "viðfangs"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr "Undarlegt tákn '%s', átti von á '>' tákninu til að enda viðfangið '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "Undarlegt tákn '%s', átti von á '=' eftir heiti eiginleika '%s' af mengi '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -409,7 +431,7 @@
 "viðfangi '%s', eða eiginleika; Þú notaðir ef til vill ógilt tákn í heiti "
 "eiginleika"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -418,7 +440,7 @@
 "Undarlegt tákn '%s', átti von á tilvísunarmerki eftir samasem merkinu þegar "
 "gildi er gefið með eiginleikanum '%s' af menginu '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -427,7 +449,7 @@
 "'%s' er ekki gilt tákn strax á eftir '</'; '%s' má ekki vera fyrsta tákn í "
 "heiti mengis"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -435,25 +457,25 @@
 msgstr ""
 "'%s' er ekki gilt tákn strax á eftir lokun mengis '%s'. Leyfilegt tákn er '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Mengið '%s' var lokað og engin önnur mengi eru opin"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Mengið '%s' var lokað en mengið sem nú er opið er '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Skjalið var tómt eða innihélt einungis orðabil"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Skjalið endar óvænt rétt eftir opið minna en merki '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -462,7 +484,7 @@
 "Skjalið endar óvænt með mengi sem enn eru opin. '%s' var mengið sem síðast "
 "var opnað"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -470,19 +492,19 @@
 msgstr ""
 "Skjalið endar óvænt. Átti von á að sjá stærraen merki sem lokar taginu <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Skjalið endar óvænt inn í heiti mengis"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Skjalið endar óvænt inn í heiti eiginleika"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Skjalið endar óvænt inn í tagi sem opnar mengi."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -490,16 +512,16 @@
 "Skjalið endar óvænt eftir samasem merkið sem fylgir heiti eiginleika og það "
 "er ekkert gildi"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Skjalið endar óvænt inn í gildi eiginleika"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Skjalið endar óvænt inni í lokunartagi fyrir mengið '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Skjalið endar óvænt inni í athugasemd eða í miðri skipun"
 
@@ -547,67 +569,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Rásin endar á hluta úr tákni"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Ógild bætaruna í ílagi umbreytingar"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Hálfkláruð tákntilvísun"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Hálfkláruð tákntilvísun"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Hálfkláruð tákntilvísun"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Tákntengi eru ekki studd"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Villa á línu %d tákn %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Hálfkláruð viðfangatilvísun"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -642,17 +855,17 @@
 msgid "Failed to read data from child process"
 msgstr "Gat ekki lesið gögn frá undirferli"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Gat ekki búið til pípu til samskipta við undirferli (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Gat ekki lesið úr undirferlispípu (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Gat ekki farið í möppuna '%s' (%s)"
@@ -699,42 +912,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Gat ekki lesið gögn frá undirferli (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Óvæn villa í select() við lestur gagna frá undirferli (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Óvæn villa í waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Gat ekki ræst (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Gat ekki ræst undirferli \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Gat ekki sent frálag eða ílag underferlis annað (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Gat ekki ræst undirferli (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Óþekkt villa við keyrslu undirferlis \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Gat ekki lesið nægjanleg gögn úr pípunni til undirferlisins (%s)"
@@ -755,170 +968,719 @@
 msgid "Character out of range for UTF-16"
 msgstr "Táknið er utan UTF-16 sviðsins"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr ""
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Villa við umbreytingu: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr ""
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr ""
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Ógilt vélarheiti"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Ógilt vélarheiti"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, fuzzy, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "URI '%s' inniheldur ógild sértákn"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+msgid "Unknown type"
+msgstr ""
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Tákntengi eru ekki studd"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Tákntengi eru ekki studd"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Ógilt vélarheiti"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Ógilt vélarheiti"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "gat ekki búið til skrána '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "gat ekki búið til skrána '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "gat ekki búið til skrána '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Villa við umbreytingu: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Skjalið endar óvænt inn í heiti eiginleika"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Villa við að opna möppuna '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Villa við umbreytingu: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Villa við umbreytingu: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Villa á línu %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Tákntengi eru ekki studd"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Villa við umbreytingu: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Villa við umbreytingu: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Villa við lestur skráarinnar '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Villa á línu %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Villa við umbreytingu: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Villa við umbreytingu: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Tákntengi eru ekki studd"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
diff --git a/po/it.po b/po/it.po
index 701f990..9418157 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: glib 2.12.x\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-10 18:03+0200\n"
 "Last-Translator: Luca Ferretti <elle.uca@libero.it>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -91,73 +91,73 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Espansione della riga exec \"%s\" con l'URI \"%s\" fallita"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr ""
 "La conversione del set di caratteri da \"%s\" a \"%s\" non è supportata"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\""
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Sequenza di byte non valida nell'ingresso per la conversione"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Errore durante la conversione: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso"
 
 # il primo %s è una 'fallback string' come recita il commento nel codice
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Impossibile convertire \"%s\" nel set di caratteri \"%s\""
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "L'URI \"%s\" non è valido"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Il nome dell'host nell'URI \"%s\" non è valido"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "L'URI \"%s\" contiene sequenze di escape non valide"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Il nome di percorso \"%s\" non è un percorso assoluto"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Nome host non valido"
@@ -245,37 +245,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Il modello \"%s\" non contiene XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Lettura del collegamento simbolico \"%s\" fallita: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Collegamenti simbolici non supportati"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\": %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Impossibile leggere i dati grezzi in g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Sono rimasti dei dati non convertiti nel buffer di lettura"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Il canale termina in un carattere parziale"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Impossibile eseguire una lettura grezza in g_io_channel_read_to_end"
@@ -290,23 +312,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Mappatura del file \"%s\" fallita: mmap() fallita: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Errore alla riga %d carattere %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Errore alla riga %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Rilevata entità vuota '&;' (sono entità valide &amp; &quot; &lt; &gt; &apos;)"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -317,17 +339,17 @@
 "'&' dà inizio ad un'entità; se questo simbolo \"e commerciale\" non vuole "
 "essere l'inizio di una entità, ricorrere a &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Il carattere '%s' non è valido all'interno di un nome di entità"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Il nome di entità '%s' è sconosciuto"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -336,7 +358,7 @@
 "utilizzata una \"e commerciale\" senza l'intento di iniziare una entità. In "
 "tal caso ricorrere a \"&amp;\""
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -346,18 +368,18 @@
 "riferimento a carattere (es. &#234;) - probabilmente il numero è troppo "
 "grande"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr ""
 "Il riferimento a carattere \"%-.*s\" non codifica un carattere permesso"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 "Riferimento a carattere vuoto; dovrebbe includere un numero, come &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -367,33 +389,33 @@
 "si è utilizzato un carattere \"e commerciale\" senza l'intenzione di "
 "iniziare una nuova entità. In tal caso ricorrere a \"&amp;\""
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Riferimento a entità non terminato"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Riferimento a carattere non terminato"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Testo in codifica UTF-8 non valido - sequenza troppo lunga"
 
 # anche gradevole "di apertura" come da discussione su TP
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Testo in codifica UTF-8 non valido - non è un carattere di avvio"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Testo in codifica UTF-8 non valido - '%s' non valido"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Il documento deve iniziare con un elemento (es. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -402,7 +424,7 @@
 "'%s' non è un carattere valido dopo il carattere '<'; non può iniziare con "
 "il nome di un elemento"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -411,7 +433,7 @@
 "Trovato carattere '%s', atteso invece un carattere '>' per terminare il tag "
 "di inizio dell'elemento \"%s\""
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -419,7 +441,7 @@
 "Trovato carattere '%s', atteso invece un carattere '=' dopo il nome "
 "dell'attributo \"%s\" dell'elemento \"%s\""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -431,7 +453,7 @@
 "attributo. Probabilmente è stato usato un carattere non valido nel nome di "
 "un attributo"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -441,7 +463,7 @@
 "segno di uguale per attribuire un valore all'attributo \"%s\" dell'elemento "
 "\"%s\""
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -450,7 +472,7 @@
 "'%s' non è un carattere valido dopo i caratteri '</'; '%s' non può dare "
 "inizio ad un nome di elemento"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -459,28 +481,28 @@
 "'%s' non è un carattere valido per seguire la chiusura del nome "
 "dell'elemento \"%s\"; il carattere permesso è '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "È stato chiuso l'elemento \"%s\", nessun elemento correntemente aperto"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "È stato chiuso l'elemento \"%s\", ma l'elemento correntemente aperto è \"%s\""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Il documento era vuoto oppure conteneva unicamente spazi"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Il documento è terminato in modo inatteso subito dopo una parentesi angolare "
 "d'apertura '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -489,7 +511,7 @@
 "Il documento è terminato in modo inatteso con elementi ancora aperti - \"%s"
 "\" era l'ultimo elemento aperto"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -498,23 +520,23 @@
 "Il documento è terminato in modo inatteso, mancando la parentesi angolare di "
 "chiusura per il tag <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr ""
 "Il documento è terminato in modo inatteso all'interno di un nome di elemento"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr ""
 "Il documento è terminato in modo inatteso all'interno di un nome di attributo"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 "Il documento è terminato in modo inatteso all'interno di un tag di apertura "
 "elemento."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -522,20 +544,20 @@
 "Il documento è terminato in modo inatteso dopo il segno di uguale che segue "
 "un nome di attributo; l'attributo non ha un valore"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 "Il documento è terminato in modo inatteso all'interno di un valore di "
 "attributo"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Il documento è terminato inaspettatamente all'interno del tag di chiusura "
 "per l'elemento \"%s\""
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Il documento è terminato in modo inatteso all'interno di un commento o "
@@ -589,56 +611,247 @@
 msgid "unknown error"
 msgstr "errore sconosciuto"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Il canale termina in un carattere parziale"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Sequenza di byte non valida nell'ingresso per la conversione"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Riferimento a carattere non terminato"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Riferimento a carattere non terminato"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Riferimento a carattere non terminato"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Collegamenti simbolici non supportati"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Errore nel cercare corrispondenza per l'espressione regolare %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "La libreria PCRE è compilata senza supporto per UTF-8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "La libreria PCRE è compilata senza supporto per le proprietà UTF-8"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr ""
 "Errore durante la compilazione dell'espressione regolare %s al carattere %d: "
 "%s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Errore durante l'ottimizzazione dell'espressione regolare %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "attesa cifra esadecimale o '}'"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "attesa cifra esadecimale"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "'<' mancante nel riferimento simbolico"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "riferimento simbolico non terminato"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "riferimento simbolico di lunghezza zero"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "attesa cifra"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "riferimento simbolico non lecito"
 
@@ -646,16 +859,16 @@
 # carattere successivo che manca
 #
 # Quindi "isolato" o "staccato" o al limite "accindetale", "casuale"
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "'\\' finale isolato"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "sequenza di escape sconosciuta"
 
 # da sostituire crea confusione...
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -697,20 +910,20 @@
 msgstr "Lettura di dati dal processo figlio fallita"
 
 # (%s) è in fondo perché risolto in g_strerror (gint)
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "Creazione della pipe per comunicare con il processo figlio fallita (%s)"
 
 # (%s) è in fondo perché risolto in g_strerror (gint)
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Lettura dalla pipe figlia fallita (%s)"
 
 # (%s) è in fondo perché risolto in g_strerror (gint)
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Cambio della directory in \"%s\" fallita (%s)"
@@ -763,49 +976,49 @@
 msgstr "Lettura dei dati dal processo figlio fallita (%s)"
 
 # (%s) è in fondo perché risolto in g_strerror (gint)
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Errore inatteso in select() nel leggere i dati da un processo figlio (%s)"
 
 # (%s) è in fondo perché risolto in g_strerror (gint)
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Errore inatteso in waitpid() (%s)"
 
 # (%s) è in fondo perché risolto in g_strerror (gint)
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Esecuzione di fork fallita (%s)"
 
 # (%s) è in fondo perché risolto in g_strerror (gint)
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Esecuzione del processo figlio \"%s\" fallita (%s)"
 
 # (%s) è in fondo perché risolto in g_strerror (gint)
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Redirezione dell'output o input del processo figlio fallita (%s)"
 
 # (%s) è in fondo perché risolto in g_strerror (gint)
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Esecuzione del fork per processo figlio fallita (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Errore sconosciuto nell'eseguire il processo figlio \"%s\""
 
 # (%s) è in fondo perché risolto in g_strerror (gint)
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -828,61 +1041,61 @@
 msgid "Character out of range for UTF-16"
 msgstr "Carattere fuori dell'intervallo per UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Uso:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPZIONE...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Opzioni di aiuto:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Mostra le opzioni di aiuto"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Mostra tutte le opzioni di aiuto"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Opzioni dell'applicazione:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Impossibile analizzare il valore intero \"%s\" per %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Il valore intero \"%s\" per %s è fuori dell'intervallo"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Impossibile analizzare il valore double \"%s\" per %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Il valore double \"%s\" per %s è fuori dell'intervallo"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Errore nell'analizzare l'opzione %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Argomento mancante per %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Opzione %s sconosciuta"
@@ -890,22 +1103,22 @@
 # key files sono, per glib, file di impostazioni in stile Windows INI
 #
 # Ad esempio i file .themes per i temi del desktop e delle icone.
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Impossibile trovare un file chiavi valido nelle directory di ricerca"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Non è un file normale"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Il file è vuoto"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -913,52 +1126,52 @@
 "Il file chiavi contiene la riga «%s» che non è una coppia chiave-valore, un "
 "gruppo o un commento valido"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Nome gruppo non valido: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Il file chiavi non inizia con un gruppo"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Nome chiave non valido: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Il file chiavi contiene la codifica non supportata \"%s\""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Il file chiavi non presenta il gruppo \"%s\""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Il file chiavi non presenta la chiave \"%s\""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Il file chiavi contiene la chiave \"%s\" con il valore \"%s\" che non è UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Il file chiavi contiene la chiave \"%s\" il cui valore non può essere "
 "interpretato."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -967,37 +1180,589 @@
 "Il file chiavi contiene la chiave \"%s\" nel gruppo \"%s\" il cui valore non "
 "può essere interpretato."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Il file chiavi non presenta alcuna chiave \"%s\" nel gruppo \"%s\""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Il file chiavi contiene un carattere di escape alla fine della riga"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Il file chiavi contiene la sequenza di escape non valida \"%s\""
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Impossibile interpretare il valore \"%s\" come un numero."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Il valore intero \"%s\" è fuori dall'intervallo"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Impossibile interpretare il valore \"%s\" come un numero float."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Impossibile interpretare il valore \"%s\" come un booleano."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "errore sconosciuto"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Collegamenti simbolici non supportati"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Collegamenti simbolici non supportati"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Nome chiave non valido: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Nome host non valido"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Creazione del file \"%s\" fallita: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Creazione del file \"%s\" fallita: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Creazione del file \"%s\" fallita: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Errore nell'analizzare l'opzione %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr ""
+"Il documento è terminato in modo inatteso all'interno di un nome di attributo"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Errore nell'aprire la directory \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Errore durante la conversione: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Errore durante la conversione: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Errore alla riga %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Collegamenti simbolici non supportati"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Errore nell'analizzare l'opzione %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Errore nell'analizzare l'opzione %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Non è un file normale"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Errore nel leggere il file \"%s\": %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Errore alla riga %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Errore nell'analizzare l'opzione %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Errore nell'analizzare l'opzione %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Collegamenti simbolici non supportati"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPZIONE...]"
diff --git a/po/ja.po b/po/ja.po
index 22373ae..452a663 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: glib trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-16 20:57+0900\n"
 "Last-Translator: Takeshi AIHANA <takeshi.aihana@gmail.com>\n"
 "Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
@@ -90,71 +90,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "実行ラインの '%s' を URI '%s' で展開できませんでした"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "文字セット '%s' から '%s' への変換はサポートしていません"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s' から '%s' へのコンバータを開けませんでした"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "変換する入力に無効なバイトの並びがあります"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "変換中にエラー: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "入力の最後に不完全な文字シーケンスがあります"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "フォールバック '%s' を文字セット '%s' に変換できません"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI '%s' は \"file\" スキームの絶対 URI ではありません"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "ローカル・ファイルの URI '%s' は '#' は含みません"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' は正しくありません"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI のホスト名 '%s' がおかしいです"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' に無効なエスケープ文字が含まれています"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "パス名 '%s' が絶対パスではありません"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "無効なホスト名です"
@@ -235,37 +235,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "テンプレート '%s' に XXXXXX が含まれていません"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "シンボリック・リンクはサポートしていません"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "'%s' から '%s' へ変換するコンバータを開けませんでした: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string では raw モードで読めません"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "変換されていないデータが読みこみバッファに残っています"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "チャンネルが不完全な文字で終わっています"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end では raw モードで読めません"
@@ -280,24 +302,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "ファイル '%s' のマップに失敗しました: mmap() が失敗: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "行 %d の %d 文字目でエラー: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "%d 行目でエラー: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "空のエンティティ '&;' があります; 正しいエンティティは: &amp; &quot; &lt; "
 "&gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -308,17 +330,17 @@
 "表わします。もしアンパサンドがエンティティでなければ、&amp; のようにエスケー"
 "プしてください"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "文字 '%s' はエンティティ名として使えません"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "エンティティ名 '%s' というのは不明です"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -327,7 +349,7 @@
 "ドを使ったのではないでしょうか。アンパサンドは &amp; のようにエスケープしてく"
 "ださい"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -336,16 +358,16 @@
 "'%-.*s' をパースできません。文字参照には数字が含まれなくてはなりません (例: "
 "&#234;) おそらく数字が大きすぎます"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "文字参照 '%-.*s' が使用可能な文字をエンコードしていません"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "空の文字参照です。&#454; のように数字がなくてはなりません"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -355,32 +377,32 @@
 "サンド文字を使っているのかもしれません。アンパサンドは &amp; とエスケープして"
 "ください"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "中途半端な実体参照です"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "中途半端な文字参照です"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "UTF-8 として正しくない文字列です (シーケンスが長すぎます)"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "UTF-8 として正しくない文字列です (文字で始まっていません)"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "UTF-8 として正しくない文字列です ('%s' は妥当ではありません)"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "ドキュメントは要素 (例 <book>) で始まってなくてはなりません"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -389,7 +411,7 @@
 "'%s' は '<' に続く文字としては正しくありません。おそらく要素名の開始になって"
 "いません"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -398,13 +420,13 @@
 "おかしな文字 '%s' があります。要素 '%s' の開始タグの最後は '>' でなくてはなり"
 "ません"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "おかしな文字 '%s' です。属性名'%s' (要素 '%s') の後には '=' が必要です"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -415,7 +437,7 @@
 "はなりません。あるいは属性になります。おかしな文字を属性名に使ったのかもしれ"
 "ません"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -424,7 +446,7 @@
 "おかしな文字 '%s' です。属性 '%s' (要素 '%s') の値を設定するには等号記号の後"
 "は引用記号で始まってなくてはなりません"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -433,7 +455,7 @@
 "'%s' は '</' に続く文字としては正しくありません。'%s' では要素名は始まってま"
 "せん"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -442,25 +464,25 @@
 "'%s' は閉じ要素名 '%s' に続く文字としては正しくありあません。'>' のみが使用で"
 "きます"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "要素 '%s' は閉じています。要素は何も開かれてません"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "要素'%s' が閉ました。しかし現在開いている要素は '%s' です"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "ドキュメントが空か、空白だけが含まれています"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "ドキュメントが開きカギカッコ '<' の直後で終了しています"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -469,7 +491,7 @@
 "ドキュメントが突然終了しています。要素が開きっぱなしです。最後に開いた要素は "
 "'%s' です。"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -478,19 +500,19 @@
 "ドキュメントはタグ <%s/> で終了しているものと想定していましたが、突然終了して"
 "います。"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "要素名の途中でドキュメントが突然終了しています"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "属性名の途中でドキュメントが突然終了しています"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "要素の開始タグの途中でドキュメントが突然終了しています"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -498,16 +520,16 @@
 "属性名の後にある等号記号の次でドキュメントが突然終了しています: 属性値があり"
 "ません"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "ドキュメントが属性値の途中で突然終了しています"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "ドキュメントが要素 '%s' の閉じタグの途中で突然終了しています"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "ドキュメントがコメントあるいはプロセシング指示子の途中で突然終了しています"
@@ -556,66 +578,257 @@
 msgid "unknown error"
 msgstr "原因不明のエラー"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "チャンネルが不完全な文字で終わっています"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "変換する入力に無効なバイトの並びがあります"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "中途半端な文字参照です"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "中途半端な文字参照です"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "中途半端な文字参照です"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "シンボリック・リンクはサポートしていません"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "正規表現 %s でマッチングしている際にエラー: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "お使いの PCRE ライブラリは UTF-8 をサポートしていません"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "お使いの PCRE library は UTF-8 のプロパティをサポートしていません"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "正規表現 %s をコンパイルする際にエラー (%d 文字目): %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "正規表現 %s を最適化する際にエラー: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "16進数の数値または '}' を想定していました"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "16進数の数値を想定していました"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "シンボル参照の中に '<' がありません"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "中途半端なシンボル参照です"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "サイズが0のシンボル参照です"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "数値を想定していました"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "シンボル参照が間違っています"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "最後の '\\' に対応するシンボルがありません"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "不明なエスケープ・シーケンスです"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "代替文字 \"%s\" を解析する際にエラー (%lu 文字目): %s"
@@ -652,17 +865,17 @@
 msgid "Failed to read data from child process"
 msgstr "子プロセスからデータを読み出せません"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "子プロセスとの通信用のパイプを作成できません (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "子パイプから読み出せません (%s) "
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "ディレクトリ '%s' へ移動できません (%s)"
@@ -710,42 +923,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "子プロセスからデータを読めません (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "子プロセスからデータを読み出す際に select() で想定外のエラー (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid() で想定外のエラー (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "fork 失敗 (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "子プロセスを起動できません \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "子プロセスの出力、または入力をリダイレクトできません (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "子プロセスを fork できません (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "子プロセスの実行時に不明なエラー \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "子 pid パイプから十分なデータを読めません (%s)"
@@ -766,81 +979,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "UTF-16 の範囲外の文字です"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "用法:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[オプション...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "ヘルプのオプション:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "ヘルプのオプションを表示する"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "ヘルプのオプションを全て表示する"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "アプリケーションのオプション:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "%2$s の整数値 '%1$s' を解析できません"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%2$s の整数値 '%1$s' は範囲外の値です"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "%2$s の実数値 '%1$s' を解析できません"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%2$s の実数値 '%1$s' は範囲外の値です"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "オプション %s の解析中にエラー"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s の引数がありません"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "%s は不明なオプションです"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "検索ディレクトリには妥当なキー・ファイルがありませんでした"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "通常のファイルではありません"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "ファイルが空です"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -848,49 +1061,49 @@
 "キー・ファイルの行 '%s' がキー/値のペア、グループ、またはコメントではありませ"
 "ん"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "グループ名が無効です: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "キー・ファイルがグループで始まっていません"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "キーの名前が無効です: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "キー・ファイルにサポートしてないエンコーディング '%s' があります"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "キー・ファイルにグループ '%s' がありません"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "キー・ファイルにキー '%s' がありません"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "キー・ファイルのキー '%s' の値 '%s' が UTF-8 ではありません"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "キー・ファイルのキー '%s' の値を解釈できませんでした"
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -898,37 +1111,588 @@
 msgstr ""
 "キー・ファイルのグループ '%2$s' にあるキー '%1$s' の値を解釈できませんでした"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "キー・ファイルにはグループ '%2$s' のキー '%1$s' がありません"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "キー・ファイルの行末にエスケープ文字が含まれています"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "キー・ファイルに無効なエスケープ・シーケンス '%s' が含まれています"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "値 '%s' を数値として解釈できません"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "整数値 '%s' は範囲外の値です"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "値 '%s' を実数値として解釈できません"
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "値 '%s' を論理値として解釈できません"
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "原因不明のエラー"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "シンボリック・リンクはサポートしていません"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "シンボリック・リンクはサポートしていません"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "キーの名前が無効です: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "無効なホスト名です"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "ファイル '%s' の生成に失敗しました: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "ファイル '%s' の生成に失敗しました: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "ファイル '%s' の生成に失敗しました: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "オプション %s の解析中にエラー"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "属性名の途中でドキュメントが突然終了しています"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "ディレクトリ '%s' を開く時にエラー: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "変換中にエラー: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "変換中にエラー: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "%d 行目でエラー: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "シンボリック・リンクはサポートしていません"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "オプション %s の解析中にエラー"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "オプション %s の解析中にエラー"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "通常のファイルではありません"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "ファイル '%s' の読み出し中にエラー: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "%d 行目でエラー: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "オプション %s の解析中にエラー"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "オプション %s の解析中にエラー"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "シンボリック・リンクはサポートしていません"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[オプション...]"
diff --git a/po/ka.po b/po/ka.po
index 2fbd187..b2641ac 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ka\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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-"
@@ -92,74 +92,74 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "შეუძლებელია '%s' exec line-ს გაფართოება, მისამართით URI '%s'"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "კოდური გვერდის \"%s\" გარდაქმნა \"%s\" კოდირებაში არაა რეალიზებული"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "ვერ ხერხდება \"%s\" - \"%s\" გარდამქმნელის გახსნა"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "შეტანილ ტექსტში ბაიტების მიმდევრობა მცდარია"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "გარდაქმნის შეცდომა: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "არასრული სიმბოლო შეტანის ტექსტის ბოლოს"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "ვერ ხერხდება \"%s\" სიმბოლოს გარდაქმნა კოდირებაში \"%s\""
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr ""
 "URI \"%s\" არ გახლავთ აბსოლუტური იდენტიფიკატორი \"file\" სქემის გამოყენებისას"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr ""
 "ლოკალური ფაილის URI იდენტიფიკატორი \"%s\" არ შეიძლება შეიცავდეს სიმბოლოს \"#"
 "\""
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI იდენტიფიკატორი \"%s\" მცდარია"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI იდენტიფიკატორის \"%s\" მასპინძლის სახელი მცდარია"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI იდენტიფიკატორი \"%s\" შეიცავ მცდარ საკონტროლო სიმბოლოებს"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "გეზი \"%s\" აბსოლუტური არ გახლავთ"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "მასპინძლის მცდარი სახელი"
@@ -239,37 +239,58 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "ნიმუში '%s' არ შეიცავს XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "სიმბოლური ბმის \"%s\" წაკითხვის შეცდომა: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "ვერ ხერხდება გარდამქმნელის გახსნა '%s' - '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "უშუალოდ წაკითხვა ფუნქციაში g_io_channel_read_line_string ვერ ხერხდება"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "გარდაუქმნელი მონაცემები წაკითხვის ბუფერში დარჩა"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "არხი არასრული სიმბოლოთი იხურება"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "უშუალოდ წაკითხვა ფუნქციაში g_io_channel_read_to_end ვერ ხერხდება"
@@ -284,23 +305,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "ვერ მოხერხდა '%s' ფაილის განთავსება: mmap() ვერ შედგა: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "შეცდომა სტრიქონში %d სიმბოლო %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "შეცდომა სტრიქონში %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "ცარიელი ერთეული \"&;\"; შესაძლო ერთეულებია: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -311,17 +332,17 @@
 "სიმბოლოთი;  თუ ეს სიმბოლო სიმბოლო ერთეულის ნაწილი უნდა იყოს გამოსახეთ იგი, "
 "როგორც &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "სიმბოლო \"%s\" ერთეულის სახელში დაუშვებელია"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "ერთეულის სახელი \"%s\" უცნობია"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -329,7 +350,7 @@
 "ერთეული არ მთავრდება წერტილ-მძიმით; როგორც ჩანს, სახელის დასაწყისში "
 "გამოყენებულია სიმბოლო \"&\". გამოსახეთ იგი, როგორც &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -338,17 +359,17 @@
 "ვერ მუშავდება სტრიქონი '%-.*s', რომელშიც უნდა იყოს სიმბოლოს ნომერი "
 "(მაგალითად, &#234;): შესაძლოა რიცხვი მეტისმეტად დიდია"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "სიმბოლოს ნომერი '%-.*s' დაუშვებელია"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 "სიმბოლოს დამოწმება ცარიელია; იგი ნომერს უნდა შეიცავდეს, მაგალითად, &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -357,32 +378,32 @@
 "სიმბოლოს ნომერი არ მთავრდება წერტილ-მძიმით; როგორც ჩანს, სახელის დასაწყისში "
 "გამოყენებულია სიმბოლო \"&\". გამოსახეთ იგი, როგორც &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "ერთეულის დამოწმება არაა დასრულებული"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "სიმბოლოს დამოწმება არაა დასრულებული"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - overlong sequence"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - not a start char"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - მიუღებელი '%s'"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "დოკუმენტი უნდა დაიწყოს ელემეტით (მაგალითად <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -391,7 +412,7 @@
 "სიმბოლო \"%s\" დაუშვებელია \"<\" სიმბოლოს შემდეგ; ამ სიმბოლოთი ელემენტის "
 "სახელის დაწყება არ შეიძლება"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -400,7 +421,7 @@
 "ზედმეტი სიმბოლო \"%s\", მოსალოდნელია \">\" სიმბოლო ელემენტის \"%s\" ჭდის "
 "დასახურად"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -408,7 +429,7 @@
 "ზედმეტი სიმბოლო \"%s\", მოსალოდნელია \"=\"ატრიბუტის სახელის \"%s\" შემდეგ "
 "ელემენტისთვის \"%s\""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -419,7 +440,7 @@
 "გამხსნელი ჭდის დასახურად ან დამატებითი ატრიბუტი; ასევე, შესაძლოა მცდარი "
 "სიმბოლო ატრიბუტის სახელში"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -428,7 +449,7 @@
 "ზედმეტი სიმბოლო \"%s\", მოსალოდნელია გახსნილი ბრჭყალები ტოლობის ნიშნის "
 "შემდეგ ატრიბუტისთვის \"%s\" მნიშვნელობის მისანიჭებლად ელემენტისთვის \"%s\""
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -437,7 +458,7 @@
 "სიმბოლო \"%s\" დაუშვებელია \"</\" შემდეგ; სიმბოლო \"%s\" არ შეიძლება იყოს "
 "ელემენტის სახელის დასაწყისში"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -446,25 +467,25 @@
 "სიმბოლო \"%s\" დაუშვებელია ელემენტის \"%s\" დახურვის ჭდის შემდეგ; დასაშვები "
 "სიმბოლოა \">\""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "ელემენტი \"%s\" დაიხურა, არცერთი ელემენტი არაა გახსნილი"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "ელემენტი \"%s\" დაიხურა, მაგრამ გახსნილია ელემენტი \"%s\""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "დოკუმენტი ცარიელია ან მხოლოდ ხარეებს შეიცავს"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "დოკუმენტი დასრულდა უშუალოდ კუთხოვანი ფრჩხილის \"<\" შემდეგ"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -473,7 +494,7 @@
 "დოკუმენტი მოულოდნელად დასრულდა გახსნილი ელემენტებით - \"%s\" ბოლო გახსნილი "
 "ელემენტია"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -481,19 +502,19 @@
 msgstr ""
 "დოკუმენტი მოულოდნელად დასრულდა, მოსალოდნელია ჩამკეტი კუთხოვანი ფრჩხილი <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის სახელის შიგნით"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შიგნით"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის გამხსნელი ჭდის შიგნით."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -501,16 +522,16 @@
 "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შემდგომი ტოლობის ნიშნის "
 "შემდეგ; ატრიბუტის მნიშვნელობა არ მითითებულა"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის მნიშვნელობის შიგნით"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის \"%s\" ჩამკეტი ჭდის შიგნით"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "დოკუმენტი მოულოდნელად დასრულდა კომენტარის ან დამუშავების ინსტრუქციის შიგნით"
@@ -559,68 +580,259 @@
 msgid "unknown error"
 msgstr "უცნობი შეცდომა"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "არხი არასრული სიმბოლოთი იხურება"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "შეტანილ ტექსტში ბაიტების მიმდევრობა მცდარია"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "სიმბოლოს დამოწმება არაა დასრულებული"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "სიმბოლოს დამოწმება არაა დასრულებული"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "სიმბოლოს დამოწმება არაა დასრულებული"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "დაიშვა შეცდომა სტანდარტული გამოსახულების %s დამთხვევის ძიების დროს: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "ბიბლიოთეკა PCRE-ს არ გააჩნია UTF8-ის მხარდაჭერა"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 "PCRE ბიბლიოთეკა კომპილირებულია UTF8 კოდირების პარამეტრების მხარდაჭერის გარეშე"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr ""
 "შეცდომა სტანდარტული გამოსახულება %s-ის კომპილირებისას, სიმბოლო ნომრით %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "შეცდომა სტანდარტული გამოსახულების ოპტიმიზირებისას %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "მოსალოდნელია თექვსმეტობითი სიმბოლო, ან '}' ბრჭყალი"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "მოსალოდნელია თექვსმეტობითი სიმბოლო"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "არ მოიძებნა '<', სიმბოლურ მითითებაში"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "დაუსრულებელი სიმბოლური მითითება"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "ნულოვანი სიგრძის სიმბოლური მითითება"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "მოსალოდნელი ნომერი"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "მიუღებელი სიმბოლური მითითება"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "დაბოლოვება '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "უცნობი escape სეკვენცია"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -656,17 +868,17 @@
 msgid "Failed to read data from child process"
 msgstr "მონაცემთა წაკითხვა ქვეპროცესიდან ვერ მოხერხდა"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "არხის შექმნა ქვეპროცესთან დასაკავშირებლად ვერ მოხერხდა (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "მონაცემთა წაკითხვა ქვეპროცესის არხიდან ვერ მოხერხდა (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "დასტის შექმნა ვერ მოხერხდა \"%s\" (%s)"
@@ -715,45 +927,45 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "მონაცემთა წაკითხვა ქვეპროცესიდან ვერ მოხერხდა (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "მოულოდნელი შეცდომა ფუნქციაში select() ქვეპროცესიდან მონაცემთა წაკითხვისას (%"
 "s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "მოულოდნელი შეცდომა ფუნქციაში waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "განტოტების შეცდომა (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "ქვეპროცესის გამოყენება ვერ მოხერხდა \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 "ქვეპროცესში შეტანის ან მიღების გადამისამართება გამოყენება ვერ მოხერხდა (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "ქვეპროცესის განტოტების შეცდომა (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "ქვეპროცესის უცნობი შეცდომა \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "ქვეპროცესის არხიდან საკმარის მონაცემთა წაკითხვა ვერ მოხერხდა (%s)"
@@ -774,81 +986,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "სიმბოლო UTF-16 რანგს გარეთაა"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "გამოყენება:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[ოპცია...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "დახმარების პარამეტრები:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "დახმარების პარამეტრების ჩვენება"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "დახმარების ყველა პარამეტრის ჩვენება"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "პროგრამის პარამეტრები:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "ვერ ვახერხებ მნიშვნელობის წაკითხვას '%s' ელემენტისთვის %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "მთელი მნიშვნელობა '%s' ელემენტისთვის %s რანგს გარეთაა"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "ვერ ვახერხებ მთელ მნიშვნელობის '%s' წაკითხვას %s ელემენტისთვის"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "მთელი მნიშვნელობა '%s' ელემენტისთვის %s რანგს გარეთაა"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "შეცდომის გაანალიზების პარამეტრი: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "არ არსებული არგუმენტი - %s-თვის"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "უცნობი პარამეტრი %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "ძიების კატალოგებში შეუძლებელია დამოწმებული გასაღების პოვნა"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "ფაილი ჩვეულებრივი არაა"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "ფაილი ცარიელია"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -856,51 +1068,51 @@
 "საკვანძო ფაილი '%s' შეიცავს სტრიქონს, რომელიც არ წარმოადგენს კოდურ წყვილს, "
 "ჯგუფს ან კომენტარს"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "ჯგუფის მიუღებელი სახელი: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "საკვანძო ფაილი ჯგუფით არ იწყება"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "გასაღების მიუღებელი სახელი: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "საკვანძო ფაილი შეიცავს არარეალიზებულ კოდირებას '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "საკვანძო ფაილი არ შეიცავს ჯგუფებს '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "საკვანძო ფაილი არ შეიცავს კოდს '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "საკვანძო ფაილი შეიცავს კოდს '%s', რომლის მნიშვნელობაც '%s' არაა UTF-8 "
 "კოდირებაში"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "საკვანძო ფაილი შეიცავს კოდს '%s', რომლის მნიშვნელობაც ვერ იშიფრება."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -909,37 +1121,588 @@
 "საკვანძო ფაილი შეიცავს კოდს '%s' ჯგუფში '%s', რომლის მნიშვნელობაც ვერ "
 "იშიფრება."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "საკვანძო ფაილი არ შეიცავს კოდს '%s' ჯგუფში '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "საკვანძო ფაილი სტრიქონის ბოლოს შეიცავს escape სიმბოლოს"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "საკვანძო ფაილი შეიცავს მცდარ escape მიმდევრობას '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "მნიშვნელობა '%s'  ვერ აღიქმება როგორც რიცხვი."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "მთელი მნიშვნელობა '%s' რანგს გარეთაა"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "მნიშვნელობა '%s' ვერ აღიქმება როგორც მძიმის მქონე რიცხვი."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "მნიშვნელობა '%s'  ვერ აღიქმება როგორც ლოგიკური ოპერატორი."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "უცნობი შეცდომა"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "გასაღების მიუღებელი სახელი: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "მასპინძლის მცდარი სახელი"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "ვერ ვქმნი '%s' ფაილს: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "ვერ ვქმნი '%s' ფაილს: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "ვერ ვქმნი '%s' ფაილს: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "შეცდომის გაანალიზების პარამეტრი: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შიგნით"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "შეცდომ \"%s\" დასტის გახსნისას: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "გარდაქმნის შეცდომა: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "გარდაქმნის შეცდომა: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "შეცდომა სტრიქონში %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "შეცდომის გაანალიზების პარამეტრი: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "შეცდომის გაანალიზების პარამეტრი: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "ფაილი ჩვეულებრივი არაა"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "შეცდომა სტრიქონში %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "შეცდომის გაანალიზების პარამეტრი: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "შეცდომის გაანალიზების პარამეტრი: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[ოპცია...]"
diff --git a/po/kn.po b/po/kn.po
index 93294d9..a4e7383 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-08-31 12:40+0530\n"
 "Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
 "Language-Team: Kannada <en@li.org>\n"
@@ -89,71 +89,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "exec ಸಾಲು '%s' ಅನ್ನು URI '%s' ನೊಂದಿಗೆ ವಿಸ್ತರಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "'%s' ಅಕ್ಷರಗಳಿಂದ '%s' ಗೆ ಪರಿವರ್ತಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s' ನಿಂದ '%s'ಗೆ ಪರಿವರ್ತಕವನ್ನು ತೆರೆಯಲಾಗುತ್ತಿಲ್ಲ"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "ಪರಿವರ್ತಿತ ಆದಾನದಲ್ಲಿನ ಬೈಟ್ ಅನುಕ್ರಮ ಅಮಾನ್ಯವಾಗಿದೆ"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "ಪರಿವರ್ತಿಸುವಾಗ ದೋಷ: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "ಆದಾನದ ಕೊನೆಯಲ್ಲಿ ಆಂಶಿಕ ಅಕ್ಷರ ಅನುಕ್ರಮಣೆ"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "fallback '%s' ಅನ್ನು ಸಂಕೇತಸೆಟ್ '%s' ಗೆ ಪರಿವರ್ತಿಸಲಾಗಿಲ್ಲ"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI '%s' \"ಕಡತ\" ವಿಧಾನವನ್ನು ಬಳಸುವ ಒಂದು ಪರಿಪೂರ್ಣವಾದ URI ಅಲ್ಲ"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "ಸ್ಥಳೀಯ ಕಡತ URI '%s' ಒಂದು '#' ಅನ್ನು ಹೊಂದಿಲ್ಲದಿರಬಹುದು"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' ಅಮಾನ್ಯವಾಗಿದೆ"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI '%s' ನ ಅತಿಥೇಯದ ಹೆಸರು ಸರಿಯಿಲ್ಲ"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' ಅಮಾನ್ಯವಾಗಿ ನುಣುಚಿಕೊಂಡ ಚಿಹ್ನೆಗಳನ್ನು ಒಳಗೊಂಡಿದೆ"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "ಪಥದ ಹೆಸರು '%s' ಒಂದು ಪರಿಪೂರ್ಣವಾದ ಪಥವಲ್ಲ"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "ಅಮಾನ್ಯವಾದ ಅತಿಥೇಯದ ಹೆಸರು"
@@ -235,37 +235,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "ಮಾದರಿ '%s' ಯು XXXXXX ಅನ್ನು ಹೊಂದಿಲ್ಲ"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕ್ '%s' ಅನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲತೆ: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕುಗಳು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "'%s' ನಿಂದ '%s' ಗೆ ಪರಿವರ್ತಕವನ್ನು ತೆರೆಯಲು ಆಗಿಲ್ಲ: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string ನಲ್ಲಿ ಒಂದು ಹಗುರ ಓದನ್ನು ಮಾಡಲಾಗಲಿಲ್ಲ"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "ಪರಿವರ್ತಿತವಾಗದೆ ಬಾಕಿ ಉಳಿದ ದತ್ತಾಂಶಗಳು ಓದು-ಬಫರಿನಲ್ಲಿ"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "ಮಾರ್ಗವು ಒಂದು ಆಂಶಿಕ ಅಕ್ಷರದಲ್ಲಿ ಕೊನೆಗೊಳ್ಳುತ್ತದೆ"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end ನಲ್ಲಿ ಒಂದು ಹಗುರ ಓದನ್ನು ಮಾಡಲಾಗಲಿಲ್ಲ"
@@ -280,23 +302,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "'%s' ವನ್ನು ನಕ್ಷೆ ಕಡತಮಾಡುವಲ್ಲಿ ವಿಫಲ: mmap() ವಿಫಲಗೊಂಡಿದೆ: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "%d ಸಾಲಿನ %d ಚಿಹ್ನೆಯಲ್ಲಿ ದೋಷ: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "%d ಸಾಲಿನಲ್ಲಿ ದೋಷ: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "ಖಾಲಿ ಘಟಕ '&;' ಕಂಡು ಬಂದಿದೆ; ಮಾನ್ಯ ನಮೂದುಗಳೆಂದರೆ: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -306,17 +328,17 @@
 "'%s' ವು ಒಂದು ಘಟಕದ ಹೆಸರಿನ ಒಂದು ಆರಂಭದಲ್ಲಿ ಇರುವಂತಿಲ್ಲ; & ಅಕ್ಷರವು ಒಂದು ಘಟಕದ "
 "ಆರಂಭದಲ್ಲಿರಬೇಕು ಇದರಿಂದ ಹೊರಬರಲು &amp; ಮಾಡಿ"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "ಒಂದು ಘಟಕದ ಹೆಸರಿನಲ್ಲಿ ಅಕ್ಷರ '%s' ವು ಮಾನ್ಯವಿಲ್ಲ"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "ತಿಳಿದಿಲ್ಲದ ಘಟಕದ ಹೆಸರು '%s'"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -325,7 +347,7 @@
 "ಆರಂಭಿಸುವ ಉದ್ದೇಶವಿಲ್ಲದೇ ampersand ಅಕ್ಷರವನ್ನು ಬಳಸಿದ್ದೀರಿ - ampersand ನಿಂದ ಹೊರಬರಲು "
 "&amp; ಎಂದು ಮಾಡಿ"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -334,16 +356,16 @@
 "'%-.*s' ಅನ್ನು parse ಮಾಡುವಲ್ಲಿ ವಿಫಲ, ಇದು ಒಂದು ಉಲ್ಲೇಖ ಅಕ್ಷರದ ಒಳಗಿನ ಒಂದು "
 "ಅಂಕಿಯಾಗಿರಬೇಕಿತ್ತು(&#234; ಉದಾಹರಣೆಗೆ) - ಬಹುಷಃ ಅಂಕಿಯು ಬಹಳ ದೊಡ್ಡದಾಗಿರಬೇಕು"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "ಅಕ್ಷರ ಉಲ್ಲೇಖ '%-.*s' ವು ಒಂದು ಅನುಮತಿ ಇರುವ ಅಕ್ಷರವನ್ನು encode ಮಾಡುವುದಿಲ್ಲ"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "ಖಾಲಿ ಉಲ್ಲೇಖ ಅಕ್ಷರ; &#454; ನಂತಹ ಅಂಕಿಗಳನ್ನು ಒಳಗೊಂಡಿರಬೇಕು"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -353,34 +375,34 @@
 "ಘಟಕವನ್ನು ಆರಂಭಿಸುವ ಉದ್ದೇಶವಿಲ್ಲದೇ ampersand ಅಕ್ಷರವನ್ನು ಬಳಸಿದ್ದೀರಿ - ampersand ನಿಂದ "
 "ಹೊರಬರಲು &amp; ಎಂದು ಮಾಡಿ"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಘಟಕ ಉಲ್ಲೇಖ"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಅಕ್ಷರ ಉಲ್ಲೇಖ"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "ಅಮಾನ್ಯ UTF-8 encoded ಪಠ್ಯ"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "ಅಮಾನ್ಯ UTF-8 encoded ಪಠ್ಯ"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "ಅಮಾನ್ಯ UTF-8 encoded ಪಠ್ಯ"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "ದಸ್ತಾವೇಜುಗಳು ಒಂದು ಅಂಶದಿಂದ ಆರಂಭಗೊಳ್ಳಬೇಕು (e.g. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -389,7 +411,7 @@
 "'<' ಅಕ್ಷರವು ಬಂದ ನಂತರ, '%s' ವು ಒಂದು ಮಾನ್ಯವಲ್ಲದ ಅಕ್ಷರವಾಗಿದೆ; ಅದು ಒಂದು ಅಂಶದ ಹೆಸರನ್ನು "
 "ಆರಂಭಿಸದೇ ಇರಬಹುದು"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -398,7 +420,7 @@
 "ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', '%s' ಅಂಶದ ಟ್ಯಾಗಿನ ಆರಂಭವು ಒಂದು '>' ಅಕ್ಷರದಿಂದ ಕೊನೆಗೊಳ್ಳಬೇಕು "
 "ಎಂದು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -406,7 +428,7 @@
 "ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', '%s'ವು '%s' ಅಂಶದ ಗುಣಲಕ್ಷಣ ಹೆಸರಾಗಿದ್ದು ಅದರ ನಂತರ ಒಂದು '=' "
 "ಅನ್ನು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -417,7 +439,7 @@
 "ಕೊನೆಗೊಳ್ಳಬೇಕು ಎಂದು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು, ಅಥವ ಆಯ್ಕಾತ್ಮಕವಾಗಿ ಒಂದು ಗುಣಲಕ್ಷಣ; ಬಹುಷಃ ನೀವು "
 "ಅಮಾನ್ಯ ಅಕ್ಷರವನ್ನು ಒಂದು ಗುಣಲಕ್ಷಣದ ಹೆಸರಿನಲ್ಲಿ ಬಳಸಿದ್ದೀರೆಂದು ತೋರುತ್ತದೆ"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -426,7 +448,7 @@
 "ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', ಗುಣಲಕ್ಷಣ '%s'ವು '%s' ದ ಅಂಶವಾಗಿದ್ದು, ಇದಕ್ಕೆ ಒಂದು ಮೌಲ್ಯವನ್ನು "
 "ಕೊಡುವಾಗ ಸಮ ಚಿಹ್ನೆಯ ನಂತರ ಒಂದು ಮುಕ್ತ ಉದ್ಧರಣ ಚಿಹ್ನೆಯನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -435,7 +457,7 @@
 "'%s' ವು '</' ಗಳಂತಹ ಅಕ್ಷರಗಳ ನಂತರ ಬರುವ ಒಂದು ಮಾನ್ಯವಾದ ಅಕ್ಷರವಲ್ಲ; ಒಂದು ಅಂಶದ ಹೆಸರು '%"
 "s' ನಿಂದ ಆರಂಭಗೊಳ್ಳುವುದಿಲ್ಲ"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -444,25 +466,25 @@
 "'%s' ವು ಮುಚ್ಚಲ್ಪಟ್ಟ ಅಂಶ ಹೆಸರು '%s' ನಂತರ ಬರುವ ಒಂದು ಮಾನ್ಯವಾದ ಅಕ್ಷರವಲ್ಲ; '>' ವು "
 "ಅನುಮತಿ ಇರುವ ಅಕ್ಷರವಾಗಿರುತ್ತದೆ"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "ಅಂಶವು '%s' was closed, no element is currently open"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "ಅಂಶ '%s' ವು ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ, ಆದರೆ ಪ್ರಸ್ತುತ ಮುಕ್ತವಾಗಿರುವ ಅಂಶವೆಂದರೆ '%s' ಆಗಿದೆ"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "ದಸ್ತಾವೇಜು ಖಾಲಿಯಾಗಿತ್ತು ಅಥವ ಕೇವಲ ಕೇವಲ ಖಾಲಿ ಜಾಗಗಳನ್ನು ಹೊಂದಿತ್ತು"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಮುಕ್ತ ಕೋನ ಆವರಣ ಚಿಹ್ನೆ '<' ಯ ನಂತರ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -471,7 +493,7 @@
 "ಅಂಶಗಳು ತೆರೆದಿರುವಾಗಲೇ ದಸ್ತಾವೇಜು ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ - '%s' ಯು ತೆರೆಯಲ್ಪಟ್ಟ "
 "ಕೊನೆಯ ಅಂಶ"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -480,19 +502,19 @@
 "ದಸ್ತಾವೇಜು ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ, <%s/> ಟ್ಯಾಗಿನ ಕೊನೆಯಲ್ಲಿ ಒಂದು ಮುಕ್ತ ಕೋನ ಆವರಣ "
 "ಚಿಹ್ನೆಯನ್ನು ಕಾಣಲು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶದ ಹೆಸರಿನಲ್ಲಿ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣ ಹೆಸರಿನಲ್ಲಿ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶ ತೆರೆಯುವ ಟ್ಯಾಗಿನ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -500,16 +522,16 @@
 "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣದ ಹೆಸರಿನ ನಂತರದ ಸಮ ಚಿಹ್ನೆಯ ನಂತರ ಅನಿರೀಕ್ಷಿತವಾಗಿ "
 "ಕೊನೆಗೊಂಡಿದೆ; ಯಾವುದೇ ಗುಣಲಕ್ಷಣ ಮೌಲ್ಯವಿಲ್ಲ"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣ ಮೌಲ್ಯದ ಒಳಗಿರುವಾಗ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶ'%s'ದ ಮುಚ್ಚಲ್ಪಟ್ಟ ಟ್ಯಾಗಿನ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಹೇಳಿಕೆ ಅಥವ ಪ್ರಕ್ರಿಯೆ ಸೂಚನೆಯ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
 
@@ -558,66 +580,257 @@
 msgid "unknown error"
 msgstr "ಗೊತ್ತಿರದ ದೋಷ"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "ಮಾರ್ಗವು ಒಂದು ಆಂಶಿಕ ಅಕ್ಷರದಲ್ಲಿ ಕೊನೆಗೊಳ್ಳುತ್ತದೆ"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "ಪರಿವರ್ತಿತ ಆದಾನದಲ್ಲಿನ ಬೈಟ್ ಅನುಕ್ರಮ ಅಮಾನ್ಯವಾಗಿದೆ"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಅಕ್ಷರ ಉಲ್ಲೇಖ"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಅಕ್ಷರ ಉಲ್ಲೇಖ"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಅಕ್ಷರ ಉಲ್ಲೇಖ"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕುಗಳು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "ಸಾಮಾನ್ಯ ನಿರೂಪಣೆಯ %s ಅನ್ನು ಹೊಂದಾಣಿಸುವಲ್ಲಿ ದೋಷ ಕಂಡುಬಂದಿದೆ: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "UTF8 ಬೆಂಬಲವಿಲ್ಲದೆ PCRE ಭಂಡಾರವು ಸಂಕಲಿತಗೊಂಡಿದೆ"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "UTF8 ಗುಣಲಕ್ಷಣಗಳ ಬೆಂಬಲವಿಲ್ಲದೆ PCRE ಭಂಡಾರವು ಸಂಕಲಿತಗೊಂಡಿದೆ"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "ಸಾಮಾನ್ಯ ನಿರೂಪಣೆಯ %s ಅನ್ನು char %d ನಲ್ಲಿ ಸಂಕಲಿಸುವಲ್ಲಿ ದೋಷ ಕಂಡುಬಂದಿದೆ: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "ಸಾಮಾನ್ಯ ನಿರೂಪಣೆಯ %s ಅನ್ನು ಸರಳೀಕರಿಸುವಲ್ಲಿ ದೋಷ ಕಂಡುಬಂದಿದೆ: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "ಷೋಡ-ದಶಮಾನ ಅಂಕಿ ಅಥವ '}' ಅನ್ನು ಅಪೇಕ್ಷಿಸಲಾಗಿದೆ"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "ಷೋಡ-ದಶಮಾನ ಅಂಕಿಯನ್ನು ಅಪೇಕ್ಷಿಸಲಾಗಿದೆ"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "ಸಾಂಕೇತಿಕ ಉಲ್ಲೇಖದಲ್ಲಿ '<' ಕಾಣೆಯಾಗಿದೆ"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "ಅಪೂರ್ಣಗೊಂಡಿರುವ ಸಾಂಕೇತಿಕ ಉಲ್ಲೇಖ"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "ಶೂನ್ಯ-ಉದ್ದದ ಸಾಂಕೇತಿಕ ಉಲ್ಲೇಖ"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "ಅಪೇಕ್ಷಿತ ಅಂಕಿ"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "ನಿಯಮ ಬಾಹಿರವಾದ ಸಾಂಕೇತಿಕ ಉಲ್ಲೇಖ"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "ಅಪರೂಪದ ಅಂತ್ಯ '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "ಗೊತ್ತಿರದ ಪಾರು ಅನುಕ್ರಮ"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "ಬದಲಾಯಿಸಲ್ಪಟ್ಟ ಪಠ್ಯ \"%s\"ಅನ್ನು %lu ನಲ್ಲಿ parsing ಮಾಡುವಾಗಿನ ದೋಷ: %s"
@@ -653,17 +866,17 @@
 msgid "Failed to read data from child process"
 msgstr "child ಪ್ರಕ್ರಿಯೆಯಿಂದ ದತ್ತಾಂಶವನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "ಉಪ ಪ್ರಕ್ರಿಯೆಯೊಂದಿಗೆ ಸಂವಹನಕ್ಕೆ ಪೈಪನ್ನು ರಚಿಸುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "child pipe (%s) ನಿಂದ ಓದುವಲ್ಲಿ ವಿಫಲತೆ"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "'%s' ಕೋಶಕ್ಕೆ ಬದಲಾಯಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ (%s)"
@@ -712,43 +925,43 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "child ಪ್ರಕ್ರಿಯೆ (%s) ಯಿಂದ ದತ್ತಾಂಶವನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲ"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "child ಪ್ರಕ್ರಿಯೆ (%s) ಯಿಂದ ದತ್ತಾಂಶವನ್ನು ಓದುವಾಗ select() ನಲ್ಲಿ ಅನಪೇಕ್ಷಿತ ದೋಷ"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid() ನಲ್ಲಿ ಅನಪೇಕ್ಷಿತ ದೋಷ (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "ಕವಲೊಡೆಸುವಲ್ಲಿ ವಿಫಲತೆ (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "child ಪ್ರಕ್ರಿಯೆ \"%s\" (%s) ಅನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 "child ಪ್ರಕ್ರಿಯೆಯ ಆದಾನ ಅಥವ ಪ್ರದಾನವನ್ನು ಪುನರ್ನಿರ್ದೇಶಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "child ಪ್ರಕ್ರಿಯೆಯನ್ನು ಕವಲೊಡೆಯಲು ವಿಫಲಗೊಂಡಿದೆ (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "child ಪ್ರಕ್ರಿಯೆ \"%s\" ಅನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವಾಗ ಗೊತ್ತಿರದ ದೋಷ"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "child pid pipe (%s) ಇಂದ ಸಾಕಷ್ಟು ದತ್ತಾಂಶವನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ"
@@ -769,131 +982,131 @@
 msgid "Character out of range for UTF-16"
 msgstr "ಅಕ್ಷರವು UTF-16 ನ ವ್ಯಾಪ್ತಿ ಇಂದ ಹೊರಗಿದೆ"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "ಬಳಕೆ:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "ಸಹಾಯ ಆಯ್ಕೆಗಳು:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "ಸಹಾಯ ಆಯ್ಕೆಯನ್ನು ತೋರಿಸು"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "ಎಲ್ಲಾ ಸಹಾಯ ಅಂಶಪಟ್ಟಿಯನ್ನು ತೋರಿಸು"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "ಅನ್ವಯದ ಆಯ್ಕೆಗಳು:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr " for %s ಕ್ಕಾಗಿನ ಪೂರ್ಣಾಂಕ ಮೌಲ್ಯ '%s' ಅನ್ನು ಶಬ್ಧಲಕ್ಷಣ ಹೇಳಲಾಗಿಲ್ಲ"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%s ಕ್ಕಾಗಿನ ಪೂರ್ಣಾಂಕ ಮೌಲ್ಯ '%s' ವು ವ್ಯಾಪ್ತಿಯಿಂದ ಹೊರಗಿದೆ"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "'%s' ದ %s ಕ್ಕಾಗಿನ ದ್ವಿಮೌಲ್ಯವನ್ನು parse ಮಾಡಲಾಗಿಲ್ಲ"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%s ಕ್ಕಾಗಿನ '%s' ದ್ವಿ ಮೌಲ್ಯವು ವ್ಯಾಪ್ತಿಯಿಂದ ಹೊರಗಿದೆ"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "%s ಆಯ್ಕೆಯ ಶಬ್ಧಲಕ್ಷಣವನ್ನು ಹೇಳುವಾಗ ದೋಷ"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s ಗೆ ಆರ್ಗ್ಯುಮೆಂಟ್ ಕಾಣುತ್ತಿಲ್ಲ"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "ಗೊತ್ತಿರದ ಆಯ್ಕೆ %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "ಹುಡುಕು ಕೋಶದಲ್ಲಿ ಮಾನ್ಯ ಕೀಲಿ ಪತ್ತೆಯಾಗಿಲ್ಲ"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "ಒಂದು ಸಾಮಾನ್ಯ ಕಡತವಲ್ಲ"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "ಕಡತವು ಖಾಲಿ ಇದೆ"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 "ಕೀಲಿ ಕಡತವು '%s' ಸಾಲನ್ನು ಹೊಂದಿದೆ, ಇದು ಒಂದು ಕೀಲಿ-ಮೌಲ್ಯ ಜೋಡಿ, ಸಮೂಹ, ಅಥವ ಹೇಳಿಕೆಯಲ್ಲ"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "ಅಮಾನ್ಯ ಸಮೂಹ ಹೆಸರು: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "ಕೀಲಿ ಕಡತವು ಒಂದು ಸಮೂಹದೊಂದಿಗೆ ಆರಂಭಗೊಳ್ಳುವುದಿಲ್ಲ"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "ಅಮಾನ್ಯ ಕೀಲಿ ಹೆಸರು: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "ಕೀಲಿ ಕಡತವು ಬೆಂಬಲಿತವಲ್ಲದ encoding '%s'ಅನ್ನು ಹೊಂದಿದೆ"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "ಕೀಲಿ ಕಡತವು ಸಮೂಹ '%s'ವನ್ನು ಹೊಂದಿಲ್ಲ"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "ಕೀಲಿ ಕಡತವು ಕೀಲಿ '%s'ಯನ್ನು ಹೊಂದಿಲ್ಲ"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "ಕೀಲಿ ಕಡತವು ಕೀಲಿ '%s'ಯನ್ನು ಹೊಂದಿದ್ದು ಅದು UTF-8 ಅಲ್ಲದ ಮೌಲ್ಯವಾದ '%s'ವನ್ನು ಹೊಂದಿದೆ "
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "ಕೀಲಿ ಕಡತವು ಕೀಲಿ '%s'ಯನ್ನು ಹೊಂದಿದ್ದು ಅದು ಮೌಲ್ಯವನ್ನು ವಿವರಿಸಲಾಗುವುದಿಲ್ಲ."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -902,37 +1115,588 @@
 "ಕೀಲಿ ಕಡತವು ಕೀಲಿ '%s'ಯನ್ನು ಹೊಂದಿದ್ದು ಅದು ಸಮೂಹ '%s'ದ್ದಾಗಿದ್ದು ಹಾಗು ಅದರ ಮೌಲ್ಯವನ್ನು "
 "ವಿವರಿಸಲಾಗುವುದಿಲ್ಲ."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "ಕೀಲಿ ಕಡತವು ಕೀಲಿ'%s' ಯನ್ನು ಗುಂಪು '%s'ನಲ್ಲಿ ಹೊಂದಿಲ್ಲ"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "ಕೀಲಿ ಕಡತವು ಸಾಲಿನ ಕೊನೆಯಲ್ಲಿ ಪಾರು ಅಕ್ಷರಗಳನ್ನು ಹೊಂದಿದೆ"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "ಕೀಲಿ ಕಡತವು ಅಮಾನ್ಯ ಪಾರು ಅನುಕ್ರಮವನ್ನು ಹೊಂದಿದೆ '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "ಮೌಲ್ಯ '%s' ವನ್ನು ಒಂದು ಸಂಖ್ಯೆಯಾಗಿ ಸೂಚಿಸಲು ಆಗುವುದಿಲ್ಲ."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "ಪೂರ್ಣಾಂಕ ಮೌಲ್ಯ '%s' ವು ವ್ಯಾಪ್ತಿಯನ್ನು ಮೀರಿದೆ"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "ಮೌಲ್ಯ '%s' ವನ್ನು ಒಂದು ತೇಲು ಸಂಖ್ಯೆ ಆಗಿ ವಿವರಿಸಲು ಆಗುವುದಿಲ್ಲ."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "ಮೌಲ್ಯ '%s' ವನ್ನು ಒಂದು ಬೂಲಿಯನ್ ಆಗಿ ವಿವರಿಸಲು ಆಗುವುದಿಲ್ಲ."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "ಗೊತ್ತಿರದ ದೋಷ"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕುಗಳು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕುಗಳು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "ಅಮಾನ್ಯ ಕೀಲಿ ಹೆಸರು: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "ಅಮಾನ್ಯವಾದ ಅತಿಥೇಯದ ಹೆಸರು"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "'%s' ಕಡತವನ್ನು ರಚಿಸುವಲ್ಲಿ ವಿಫಲತೆ: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ರಚಿಸುವಲ್ಲಿ ವಿಫಲತೆ: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ರಚಿಸುವಲ್ಲಿ ವಿಫಲತೆ: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "%s ಆಯ್ಕೆಯ ಶಬ್ಧಲಕ್ಷಣವನ್ನು ಹೇಳುವಾಗ ದೋಷ"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣ ಹೆಸರಿನಲ್ಲಿ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "ಕಡತ ಕೋಶ '%s' ವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "ಪರಿವರ್ತಿಸುವಾಗ ದೋಷ: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "ಪರಿವರ್ತಿಸುವಾಗ ದೋಷ: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "%d ಸಾಲಿನಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕುಗಳು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "%s ಆಯ್ಕೆಯ ಶಬ್ಧಲಕ್ಷಣವನ್ನು ಹೇಳುವಾಗ ದೋಷ"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "%s ಆಯ್ಕೆಯ ಶಬ್ಧಲಕ್ಷಣವನ್ನು ಹೇಳುವಾಗ ದೋಷ"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "ಒಂದು ಸಾಮಾನ್ಯ ಕಡತವಲ್ಲ"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "'%s' ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "%d ಸಾಲಿನಲ್ಲಿ ದೋಷ: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "%s ಆಯ್ಕೆಯ ಶಬ್ಧಲಕ್ಷಣವನ್ನು ಹೇಳುವಾಗ ದೋಷ"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "%s ಆಯ್ಕೆಯ ಶಬ್ಧಲಕ್ಷಣವನ್ನು ಹೇಳುವಾಗ ದೋಷ"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕುಗಳು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
diff --git a/po/ko.po b/po/ko.po
index 0ca47a1..b4848d8 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-04 15:47+0900\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-12-04 20:46+0900\n"
 "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
 "Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"
@@ -17,300 +17,299 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
 #, c-format
 msgid "Unexpected attribute '%s' for element '%s'"
 msgstr "예상치 못하게 '%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 있습니다"
 
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
 #, c-format
 msgid "Attribute '%s' of element '%s' not found"
 msgstr "'%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 없습니다"
 
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
 #, c-format
 msgid "Unexpected tag '%s', tag '%s' expected"
 msgstr "예상치 못하게 '%s' 태그가 있습니다. '%s' 태그가 있어야 합니다"
 
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
 #, c-format
 msgid "Unexpected tag '%s' inside '%s'"
 msgstr "예상치 못하게 '%2$s' 안에 '%1$s' 태그가 있습니다"
 
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
 #, c-format
 msgid "No valid bookmark file found in data dirs"
 msgstr "데이터 디렉토리에 올바른 북마크 파일이 없습니다"
 
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
 #, c-format
 msgid "A bookmark for URI '%s' already exists"
 msgstr "'%s' URL에 대한 북마크가 이미 있습니다"
 
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
 #, c-format
 msgid "No bookmark found for URI '%s'"
 msgstr "'%s' URL에 대한 북마크가 없습니다"
 
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
 #, c-format
 msgid "No MIME type defined in the bookmark for URI '%s'"
 msgstr "'%s' URL에 대한 북마크에 MIME 타입이 없습니다"
 
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
 #, c-format
 msgid "No private flag has been defined in bookmark for URI '%s'"
 msgstr "'%s' URL에 대한 북마크에 개인 플래그가 없습니다"
 
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
 #, c-format
 msgid "No groups set in bookmark for URI '%s'"
 msgstr "'%s' URL에 대한 북마크에 그룹이 설정되어 있지 않습니다"
 
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
 #, c-format
 msgid "No application with name '%s' registered a bookmark for '%s'"
 msgstr "이름이 '%s'인 어떤 프로그램도 '%s'에 대한 북마크를 등록하지 않았습니다"
 
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
 #, c-format
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "URI '%s'을(를) 사용해 '%s' 실행줄 확장하기에 실패했습니다"
 
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "문자셋 '%s'에서 '%s'(으)로 변환은 지원되지 않습니다"
 
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s'에서 '%s'(으)로 변환하는 변환기를 열 수 없습니다"
 
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
+#: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "변환 입력에서 잘못된 바이트 순서"
 
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "변환중 오류: %s"
 
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:946 ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "입력의 끝에서 부분적인 문자 순서"
 
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "코드셋 '%2$s'에서 대체하는 '%1$s'(으)로 변환 못함"
 
-#: ../glib/gconvert.c:1733
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI '%s'은(는) \"file\" 스키마를 사용하는 절대 경로 URI가 아닙니다"
 
-#: ../glib/gconvert.c:1743
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "로컬 파일 URI '%s'에는 '#'이 들어갈 수 없습니다"
 
-#: ../glib/gconvert.c:1760
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s'이(가) 잘못되었습니다"
 
-#: ../glib/gconvert.c:1772
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI '%s'의 호스트 이름이 잘못되었습니다"
 
-#: ../glib/gconvert.c:1788
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s'은(는) 잘못된 이스케이프 문자가 들어 있습니다"
 
-#: ../glib/gconvert.c:1883
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "경로이름 '%s'은(는) 절대 경로가 아닙니다"
 
-#: ../glib/gconvert.c:1893
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "잘못된 호스트 이름"
 
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
 #, c-format
 msgid "Error opening directory '%s': %s"
 msgstr "디렉토리 '%s' 여는 중 오류 : %s"
 
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
 #, c-format
 msgid "Could not allocate %lu bytes to read file \"%s\""
 msgstr "파일 \"%2$s\"을(를) 읽은 %1$lu 바이트를 할당할 수 없습니다"
 
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
 #, c-format
 msgid "Error reading file '%s': %s"
 msgstr "파일 '%s'을(를) 읽는 중 오류: %s"
 
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
 #, c-format
 msgid "Failed to read from file '%s': %s"
 msgstr "파일 '%s'에서 읽기 실패 : %s"
 
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "파일 '%s' 열기 실패 : %s"
 
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
 #, c-format
 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
 msgstr "파일 '%s'의 속성을 가져오기 실패 : fstat() 실패: %s"
 
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
 #, c-format
 msgid "Failed to open file '%s': fdopen() failed: %s"
 msgstr "파일 '%s' 열기 실패: fdopen() 실패: %s"
 
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
 #, c-format
 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
 msgstr "파일 '%s'의 이름을 '%s'(으)로 바꾸는 데 실패: g_rename() 실패: %s"
 
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
 #, c-format
 msgid "Failed to create file '%s': %s"
 msgstr "파일 '%s' 만들기 실패: %s"
 
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
 #, c-format
 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
 msgstr "파일 '%s' 쓰기 용도로 열기 실패: fdopen() 실패: %s"
 
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
 #, c-format
 msgid "Failed to write file '%s': fwrite() failed: %s"
 msgstr "파일 '%s' 쓰기 실패: fwrite() 실패: %s"
 
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
 #, c-format
 msgid "Failed to close file '%s': fclose() failed: %s"
 msgstr "파일 '%s' 닫기 실패: fclose() 실패: %s"
 
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
 #, c-format
 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
 msgstr "기존의 '%s' 파일을 지울 수 없습니다: g_unlink() 실패: %s"
 
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
 #, c-format
 msgid "Template '%s' invalid, should not contain a '%s'"
 msgstr "템플리트 '%s'이(가) 잘못되었습니다, '%s'이(가) 들어 있으면 안 됩니다"
 
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
 #, c-format
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "템플리트 '%s'에 XXXXXX가 없습니다"
 
-#: ../glib/gfileutils.c:1824
+#: glib/gfileutils.c:1826
 #, c-format
 msgid "%u byte"
 msgid_plural "%u bytes"
 msgstr[0] "%u 바이트"
 
-#: ../glib/gfileutils.c:1832
+#: glib/gfileutils.c:1834
 #, c-format
 msgid "%.1f KB"
 msgstr "%.1f KB"
 
-#: ../glib/gfileutils.c:1837
+#: glib/gfileutils.c:1839
 #, c-format
 msgid "%.1f MB"
 msgstr "%.1f MB"
 
-#: ../glib/gfileutils.c:1842
+#: glib/gfileutils.c:1844
 #, c-format
 msgid "%.1f GB"
 msgstr "%.1f GB"
 
-#: ../glib/gfileutils.c:1885
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "심볼릭 링크 '%s' 읽기 실패: %s"
 
-#: ../glib/gfileutils.c:1906
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "심볼릭 링크를 지원하지 않습니다"
 
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "`%s'에서 `%s'(으)로 변환하는 변환기를 열 수 없음: %s"
 
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string으로 raw 읽기를 할 수 없습니다"
 
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "읽기 버퍼에서 변환되지 않은 데이터를 남겨둠"
 
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "일부 문자에서 채널 끝냄"
 
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_endi로 raw 읽기를 할 수 없습니다"
 
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
 #, c-format
 msgid "Failed to open file '%s': open() failed: %s"
 msgstr "파일 '%s' 열기 실패: dopen() 실패: %s"
 
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
 #, c-format
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "파일 '%s' 매핑 실패: mmap() 실패: %s"
 
-#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, c-format
 msgid "Error on line %d char %d: "
 msgstr "%d째 줄 %d 문자에서 오류: "
 
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "%d째 줄에서 오류: %s"
 
-#: ../glib/gmarkup.c:442
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
@@ -318,7 +317,7 @@
 "&apos; 입니다"
 
 # FIXME: "escape"라는 동사를 번역?
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -329,18 +328,18 @@
 "작합니다.  이 & 기호가 엔티티에 사용되는 것이 아닌 경우에는, &amp; 라고 쓰십"
 "시오"
 
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "문자 '%s'은(는) 엔티티 이름에서 올바르지 않습니다"
 
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "엔티티 이름 '%s'이(가) 알려져 있지 않습니다"
 
 # FIXME: "escape"라는 동사를 번역?
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -349,7 +348,7 @@
 "고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 &amp; 라고쓰"
 "십시오"
 
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +357,16 @@
 "'%-.*s'의 구문 해석에 실패했습니다.  문자 참조에는 숫자를 써야 합니다 (예를 "
 "들어 &#234;) - 숫자가 너무 클 수도 있습니다"
 
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "문자 참조 '%-*s'에 대응되는 문자는 허용되지 않습니다"
 
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "문자 참조가 비어 있습니다; &#454;처럼 숫자를 써야 합니다"
 
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -377,32 +376,32 @@
 "려고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 &amp; 라고"
 "쓰십시오"
 
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "엔티티 참조가 미완성입니다"
 
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "문자 참조가 미완성입니다"
 
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "잘못된 UTF-8 인코딩된 텍스트 - 너무 시퀀스가 깁니다"
 
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "잘못된 UTF-8 인코딩된 텍스트 - 시작 문자가 아닙니다"
 
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "잘못된 UTF-8 인코딩된 텍스트 - '%s' 부분이 올바르지 않습니다"
 
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "문서는 엘리먼트로 시작하여야 합니다 (예 <book>)"
 
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +410,7 @@
 "'%s'은(는) '<' 문자 다음에 쓸 수 없습니다; 이 문자로는 엘리먼트 이름을 시작"
 "할 수 없습니다"
 
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -419,7 +418,7 @@
 msgstr ""
 "이상한 문자 '%s'.  엘리먼트 '%s'의 시작태그를 끝내는 '>'가 나타나야 합니다"
 
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -427,7 +426,7 @@
 "이상한 문자 '%1$s'.  엘리먼트 '%3$s'의 애트리뷰트 이름 '%2$s' 다음에 '='이 나"
 "타나야 합니다"
 
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -438,7 +437,7 @@
 "나, 애트리뷰트가 나와야 합니다; 아마도 애트리뷰트 이름에 잘못된 문자를 쓴 경"
 "우일 것입니다"
 
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -447,7 +446,7 @@
 "이상한 문자 '%1$s'.  엘리먼트 '%3$s'의 애트리뷰트 '%2$s'의 값을 부여할 때 = "
 "기호 다음에 따옴표가 나타나야 합니다"
 
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -456,7 +455,7 @@
 "'%s'은(는) '</' 다음에 쓸 수 있는 문자가 아닙니다; '%s'은(는) 엘리먼트 이름"
 "을 시작할 수 없습니다"
 
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -465,25 +464,25 @@
 "'%s'은(는) 엘리먼트 '%s'을(를) 닫은 다음에 쓸 수 있는 문자가 아닙니다; '>' 문"
 "자를 쓸 수 있습니다"
 
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "'%s' 엘리먼트는 닫혔고, 현재 아무 엘리먼트도 열려 있지 않습니다"
 
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "'%s' 엘리먼트는 닫혔고, 현재 열려 있는 엘리먼트는 '%s'입니다"
 
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "문서가 비어있거나 공백문자만 들어 있습니다"
 
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "'<' 바로 다음에 문서가 갑작스럽게 끝났습니다"
 
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -492,7 +491,7 @@
 "엘리먼트가 열려 있는 상태로 문서가 갑작스럽게 끝났습니다 - 마지막에 열려 있"
 "던 엘리먼트는 '%s'입니다"
 
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -500,19 +499,19 @@
 msgstr ""
 "문서가 갑작스럽게 끝났습니다.  <%s/> 태그를 끝내는 > 기호가 나타나야 합니다"
 
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "엘리먼트 이름에서 문서가 갑작스럽게 끝났습니다"
 
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "에트리뷰트 이름에서 문서가 갑작스럽게 끝났습니다"
 
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "엘리먼트의 열기 태그 안에서 문서가 갑작스럽게 끝났습니다."
 
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -520,397 +519,395 @@
 "애트리뷰트 이름 다음의 = 기호 다음에서 문서가 갑작스럽게 끝났습니다; 애트리뷰"
 "트 값이 없습니다"
 
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "애트리뷰트 값 안에서 문서가 갑작스럽게 끝났습니다"
 
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "엘리먼트 '%s'의 닫기 태그 안에서 문서가 갑작스럽게 끝났습니다"
 
 # FIXME: processing instruction?
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "주석문 혹은 처리 안내자 태그 안에서 문서가 갑작스럽게 끝났습니다"
 
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
 msgid "corrupted object"
 msgstr "개체가 손상되었습니다"
 
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
 msgid "internal error or corrupted object"
 msgstr "내부 오류 또는 개체가 손상되었습니다"
 
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
 msgid "out of memory"
 msgstr "메모리 부족"
 
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
 msgid "backtracking limit reached"
 msgstr "역추적 최대값에 도달했습니다"
 
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
 msgid "the pattern contains items not supported for partial matching"
 msgstr "패턴 안에 부분 매치에서 지원하지 않는 항목이 들어 있습니다."
 
-#: ../glib/gregex.c:154
+#: glib/gregex.c:154
 msgid "internal error"
 msgstr "내부 오류"
 
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
 msgid "back references as conditions are not supported for partial matching"
 msgstr "후위 참조를 조건으로 사용하면 부분 매치에서 지원하지 않습니다."
 
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
 msgid "recursion limit reached"
 msgstr "재귀 최대값에 도달했습니다"
 
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
 msgid "workspace limit for empty substrings reached"
 msgstr "비어있는 부분 문자열에 대해 작업 공간 최대값에 도달했습니다"
 
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
 msgid "invalid combination of newline flags"
 msgstr "줄바꿈 플래그의 조합이 잘못되었습니다"
 
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
 msgid "unknown error"
 msgstr "알 수 없는 오류"
 
-#: ../glib/gregex.c:198
+#: glib/gregex.c:199
 msgid "\\ at end of pattern"
 msgstr "패턴 끝에 \\\\"
 
-#: ../glib/gregex.c:201
+#: glib/gregex.c:202
 msgid "\\c at end of pattern"
 msgstr "패턴 끝에 \\\\c"
 
-#: ../glib/gregex.c:204
+#: glib/gregex.c:205
 msgid "unrecognized character follows \\"
 msgstr "\\\\ 다음에 인식할 수 없는 문자"
 
-#: ../glib/gregex.c:208
-msgid "case changing escapes are not allowed here"
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
 msgstr ""
 
-#: ../glib/gregex.c:211
+#: glib/gregex.c:215
 msgid "numbers out of order in {} quantifier"
 msgstr ""
 
-#: ../glib/gregex.c:214
+#: glib/gregex.c:218
 msgid "number too big in {} quantifier"
 msgstr ""
 
-#: ../glib/gregex.c:217
+#: glib/gregex.c:221
 msgid "missing terminating ] for character class"
 msgstr ""
 
-#: ../glib/gregex.c:220
+#: glib/gregex.c:224
 msgid "invalid escape sequence in character class"
 msgstr ""
 
-#: ../glib/gregex.c:223
+#: glib/gregex.c:227
 msgid "range out of order in character class"
 msgstr ""
 
-#: ../glib/gregex.c:226
+#: glib/gregex.c:230
 msgid "nothing to repeat"
 msgstr ""
 
-#: ../glib/gregex.c:229
+#: glib/gregex.c:233
 msgid "unrecognized character after (?"
 msgstr ""
 
-#: ../glib/gregex.c:233
+#: glib/gregex.c:237
 msgid "unrecognized character after (?<"
 msgstr ""
 
-#: ../glib/gregex.c:237
+#: glib/gregex.c:241
 msgid "unrecognized character after (?P"
 msgstr ""
 
-#: ../glib/gregex.c:240
+#: glib/gregex.c:244
 msgid "POSIX named classes are supported only within a class"
 msgstr ""
 
-#: ../glib/gregex.c:243
+#: glib/gregex.c:247
 msgid "missing terminating )"
 msgstr ""
 
-#: ../glib/gregex.c:247
+#: glib/gregex.c:251
 msgid ") without opening ("
 msgstr ""
 
-#: ../glib/gregex.c:251
+#: glib/gregex.c:255
 msgid "(?R or (?[+-]digits must be followed by )"
 msgstr ""
 
-#: ../glib/gregex.c:254
+#: glib/gregex.c:258
 msgid "reference to non-existent subpattern"
 msgstr ""
 
-#: ../glib/gregex.c:257
+#: glib/gregex.c:261
 msgid "missing ) after comment"
 msgstr ""
 
-#: ../glib/gregex.c:260
+#: glib/gregex.c:264
 msgid "regular expression too large"
 msgstr ""
 
-#: ../glib/gregex.c:263
+#: glib/gregex.c:267
 msgid "failed to get memory"
 msgstr ""
 
-#: ../glib/gregex.c:266
+#: glib/gregex.c:270
 msgid "lookbehind assertion is not fixed length"
 msgstr ""
 
-#: ../glib/gregex.c:269
+#: glib/gregex.c:273
 msgid "malformed number or name after (?("
 msgstr ""
 
-#: ../glib/gregex.c:272
+#: glib/gregex.c:276
 msgid "conditional group contains more than two branches"
 msgstr ""
 
-#: ../glib/gregex.c:275
+#: glib/gregex.c:279
 msgid "assertion expected after (?("
 msgstr ""
 
-#: ../glib/gregex.c:278
+#: glib/gregex.c:282
 msgid "unknown POSIX class name"
 msgstr "알 수 없는 POSIX 클래스 이름"
 
-#: ../glib/gregex.c:281
+#: glib/gregex.c:285
 msgid "POSIX collating elements are not supported"
 msgstr ""
 
-#: ../glib/gregex.c:284
+#: glib/gregex.c:288
 msgid "character value in \\x{...} sequence is too large"
 msgstr ""
 
-#: ../glib/gregex.c:287
+#: glib/gregex.c:291
 msgid "invalid condition (?(0)"
 msgstr ""
 
-#: ../glib/gregex.c:290
+#: glib/gregex.c:294
 msgid "\\C not allowed in lookbehind assertion"
 msgstr ""
 
-#: ../glib/gregex.c:293
+#: glib/gregex.c:297
 msgid "recursive call could loop indefinitely"
 msgstr ""
 
-#: ../glib/gregex.c:296
+#: glib/gregex.c:300
 msgid "missing terminator in subpattern name"
 msgstr ""
 
-#: ../glib/gregex.c:299
+#: glib/gregex.c:303
 msgid "two named subpatterns have the same name"
 msgstr ""
 
-#: ../glib/gregex.c:302
+#: glib/gregex.c:306
 msgid "malformed \\P or \\p sequence"
 msgstr ""
 
-#: ../glib/gregex.c:305
+#: glib/gregex.c:309
 msgid "unknown property name after \\P or \\p"
 msgstr ""
 
-#: ../glib/gregex.c:308
+#: glib/gregex.c:312
 msgid "subpattern name is too long (maximum 32 characters)"
 msgstr ""
 
-#: ../glib/gregex.c:311
+#: glib/gregex.c:315
 msgid "too many named subpatterns (maximum 10,000)"
 msgstr ""
 
-#: ../glib/gregex.c:314
+#: glib/gregex.c:318
 msgid "octal value is greater than \\377"
 msgstr ""
 
-#: ../glib/gregex.c:317
+#: glib/gregex.c:321
 msgid "DEFINE group contains more than one branch"
 msgstr ""
 
-#: ../glib/gregex.c:320
+#: glib/gregex.c:324
 msgid "repeating a DEFINE group is not allowed"
 msgstr ""
 
-#: ../glib/gregex.c:323
+#: glib/gregex.c:327
 msgid "inconsistent NEWLINE options"
 msgstr ""
 
-#: ../glib/gregex.c:326
+#: glib/gregex.c:330
 msgid ""
 "\\g is not followed by a braced name or an optionally braced non-zero number"
 msgstr ""
 
-#: ../glib/gregex.c:331
+#: glib/gregex.c:335
 msgid "unexpected repeat"
 msgstr ""
 
-#: ../glib/gregex.c:335
+#: glib/gregex.c:339
 msgid "code overflow"
 msgstr ""
 
-#: ../glib/gregex.c:339
+#: glib/gregex.c:343
 msgid "overran compiling workspace"
 msgstr ""
 
-#: ../glib/gregex.c:343
+#: glib/gregex.c:347
 msgid "previously-checked referenced subpattern not found"
 msgstr ""
 
-#: ../glib/gregex.c:510 ../glib/gregex.c:1558
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "정규 표현식 %s을(를) 맞추는 도중 오류가 발생했습니다: %s"
 
-#: ../glib/gregex.c:1063
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE 라이브러리가 UTF8 지원 없이 컴파일되었습니다"
 
-#: ../glib/gregex.c:1072
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE 라이브러리는 UTF8 속성을 지원하지 않고 컴파일되었습니다"
 
-#: ../glib/gregex.c:1126
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr ""
 "정규 표현식 %s을(를) 컴파일하는 중 %d번째 문자에서 오류가 발생했습니다: %s"
 
-#: ../glib/gregex.c:1162
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "정규 표현식 %s을(를) 최적화하는 도중 오류 발생: %s"
 
-#: ../glib/gregex.c:1986
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "16 진수 또는 '}'가 있어야 합니다"
 
-#: ../glib/gregex.c:2002
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "16 진수가 있어야 합니다"
 
-#: ../glib/gregex.c:2042
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "심볼 참조에 '<' 기호가 없습니다"
 
-#: ../glib/gregex.c:2051
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "심볼 참조가 끝나지 않았습니다"
 
-#: ../glib/gregex.c:2058
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "심볼 참조에 내용이 없습니다"
 
-#: ../glib/gregex.c:2069
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "숫자가 있어야 합니다"
 
-#: ../glib/gregex.c:2087
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "심볼 참조가 잘못되었습니다"
 
-#: ../glib/gregex.c:2149
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "마지막 '\\'가 없습니다"
 
-#: ../glib/gregex.c:2153
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "알 수 없는 이스케이프 시퀀스"
 
-#: ../glib/gregex.c:2163
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "\"%s\" 대체 문자열을 읽는 중 %lu번째 문자에서 오류가 발생했습니다: %s"
 
 # g_shell_unquote()에 쓰임.  shell의 quoted text를 raw string으로 바꾸는 기능
 # FIXME: "quoted"라는 말을 어떻게 해야 할 것인가?
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
 #, c-format
 msgid "Quoted text doesn't begin with a quotation mark"
 msgstr "따옴표된 텍스트가 따옴표로 시작하지 않습니다"
 
 # FIXME: 위 참조, "quoted"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
 #, c-format
 msgid "Unmatched quotation mark in command line or other shell-quoted text"
 msgstr "명령행에서 따옴표가 맞지 않거나 쉘따옴표된 텍스트가 또 있습니다"
 
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
 #, c-format
 msgid "Text ended just after a '\\' character. (The text was '%s')"
 msgstr "텍스트가 '\\' 문자 다음에 끝났습니다. (텍스트는 '%s'입니다)"
 
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
 #, c-format
 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
 msgstr ""
 "텍스트가 %c에 대응되는 따옴표가 나타나기 전에 끝났습니다. (텍스트는 '%s'입니"
 "다)"
 
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
 #, c-format
 msgid "Text was empty (or contained only whitespace)"
 msgstr "텍스트가 비어 있음 (또는 공백만 들어 있음)"
 
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
 #, c-format
 msgid "Failed to read data from child process"
 msgstr "자식 프로세스에서 데이터 읽기 실패"
 
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "자식 프로세스와 통신을 위한 파이프를 만드는 중 실패 (%s)"
 
-#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "자식 파이프로 부터 읽기 실패 (%s)"
 
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "디렉토리 '%s'(으)로 바꾸기 실패 (%s)"
 
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
 #, c-format
 msgid "Failed to execute child process (%s)"
 msgstr "자식 프로세스 실행 실패 (%s)"
 
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
 #, c-format
 msgid "Invalid program name: %s"
 msgstr "잘못된 프로그램 이름: %s"
 
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
 #, c-format
 msgid "Invalid string in argument vector at %d: %s"
 msgstr "인자에서 잘못된 문자열, %d: %s"
 
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
 #, c-format
 msgid "Invalid string in environment: %s"
 msgstr "환경에서 잘못된 문자열: %s"
 
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
 #, c-format
 msgid "Invalid working directory: %s"
 msgstr "잘못된 현재 디렉토리: %s"
 
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
 #, c-format
 msgid "Failed to execute helper program (%s)"
 msgstr "도움 프로그램 실행 실패 (%s)"
 
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
 #, c-format
 msgid ""
 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -919,143 +916,143 @@
 "자식 프로세스에서 데이터를 읽는중 g_io_channel_win32_poll()에서 기대되지않은 "
 "오류"
 
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
 #, c-format
 msgid "Failed to read data from child process (%s)"
 msgstr "자식 프로세스 에서 데이터를 읽기 실패 (%s)"
 
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "자식 프로세스 에서 데이터를 읽는 중 select()에서 예상되지 않은 오류 (%s)"
 
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid()에서 예상되지 않은 오류 (%s)"
 
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "포크 실패(%s)"
 
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "자식 프로세스 \"%s\"을(를) 실행하기 실패 (%s)"
 
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "자식 프로세스 (%s)의 입력 또는 출력의 리다이렉트 실패"
 
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "자식 프로세스 (%s)를 생성 실패"
 
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "자식 프로세스 \"%s\"을(를) 실행하는 중 알 수 없는 오류"
 
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "자식 pid 파이프에서 필요한 데이타를 읽는 데 실패했습니다 (%s)"
 
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
 #, c-format
 msgid "Character out of range for UTF-8"
 msgstr "UTF-8 범위 밖의 문자"
 
-#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
 #, c-format
 msgid "Invalid sequence in conversion input"
 msgstr "변환 입력에서 잘못된 순서"
 
-#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
 #, c-format
 msgid "Character out of range for UTF-16"
 msgstr "UTF-16 범위 밖의 문자"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "사용법:"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[옵션...]"
 
-#: ../glib/goption.c:677
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "도움말 옵션:"
 
-#: ../glib/goption.c:678
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "도움말 옵션을 봅니다"
 
-#: ../glib/goption.c:684
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "모든 도움말 옵션을 봅니다"
 
-#: ../glib/goption.c:736
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "프로그램 옵션:"
 
-#: ../glib/goption.c:797 ../glib/goption.c:867
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "%2$s에 대한 정수 값 '%1$s'을(를) 분석할 수 없습니다"
 
-#: ../glib/goption.c:807 ../glib/goption.c:875
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%2$s에 대한 정수 값 '%1$s'이(가) 범위를 벗어났습니다"
 
-#: ../glib/goption.c:832
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "%2$s에 대한 배정도 실수 값 '%1$s'을(를) 분석할 수 없습니다"
 
-#: ../glib/goption.c:840
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%2$s에 대한 배정도 실수 값 '%1$s'이(가) 범위를 벗어났습니다"
 
-#: ../glib/goption.c:1177
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "옵션 읽는 중에 오류: %s"
 
-#: ../glib/goption.c:1208 ../glib/goption.c:1319
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s에 대한 인자가 빠졌습니다"
 
-#: ../glib/goption.c:1714
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "알 수 없는 옵션 %s"
 
-#: ../glib/gkeyfile.c:355
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "찾기 디렉토리 안에 올바른 키 파일이 없습니다"
 
-#: ../glib/gkeyfile.c:390
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "일반 파일이 아닙니다"
 
-#: ../glib/gkeyfile.c:398
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "파일이 비었습니다"
 
-#: ../glib/gkeyfile.c:758
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1063,654 +1060,652 @@
 "키 파일에 들어 있는 '%s' 줄은 키-값 쌍도 아니고, 그룹도 아니고, 주석도 아닙니"
 "다"
 
-#: ../glib/gkeyfile.c:818
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "잘못된 그룹 이름: %s"
 
-#: ../glib/gkeyfile.c:840
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "키 파일이 그룹으로 시작하지 않습니다"
 
-#: ../glib/gkeyfile.c:866
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "잘못된 키 이름: %s"
 
-#: ../glib/gkeyfile.c:893
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "키 파일에 지원하지 않는 '%s' 인코딩이 들어 있습니다"
 
-#: ../glib/gkeyfile.c:1106 ../glib/gkeyfile.c:1265 ../glib/gkeyfile.c:2483
-#: ../glib/gkeyfile.c:2551 ../glib/gkeyfile.c:2686 ../glib/gkeyfile.c:2821
-#: ../glib/gkeyfile.c:2974 ../glib/gkeyfile.c:3161 ../glib/gkeyfile.c:3222
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "키 파일에 '%s' 그룹이 없습니다"
 
-#: ../glib/gkeyfile.c:1277
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "키 파일에 '%s' 키가 없습니다"
 
-#: ../glib/gkeyfile.c:1379 ../glib/gkeyfile.c:1492
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "키 파일에 있는 '%s' 키와 '%s' 값은 UTF-8이 아닙니다"
 
-#: ../glib/gkeyfile.c:1399 ../glib/gkeyfile.c:1512 ../glib/gkeyfile.c:1885
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "키 파일에 있는 '%s' 키의 값을 해석할 수 없습니다."
 
-#: ../glib/gkeyfile.c:2100 ../glib/gkeyfile.c:2312
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr "키 파일에 있는 '%2$s' 그룹의 '%1$s' 키의 값을 해석할 수 없습니다."
 
-#: ../glib/gkeyfile.c:2498 ../glib/gkeyfile.c:2701 ../glib/gkeyfile.c:3233
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "키 파일에 있는 '%2$s' 그룹의 '%1$s' 키가 없습니다"
 
-#: ../glib/gkeyfile.c:3467
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "키 파일의 줄 끝에 이스케이프 문자가 있습니다"
 
-#: ../glib/gkeyfile.c:3489
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "키 파일에 잘못된 이스케이프 시퀀스 '%s'이(가) 들어 있습니다"
 
-#: ../glib/gkeyfile.c:3631
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "값 '%s'을(를) 숫자로 해석할 수 없습니다."
 
-#: ../glib/gkeyfile.c:3645
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "정수 값 '%s'이(가) 범위를 벗어났습니다"
 
-#: ../glib/gkeyfile.c:3678
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "값 '%s'을(를) 단정도 실수로 해석할 수 없습니다."
 
-#: ../glib/gkeyfile.c:3702
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "값 '%s'을(를) 불리언 값으로 해석할 수 없습니다."
 
-#: ../gio/gbufferedinputstream.c:411 ../gio/gbufferedinputstream.c:504
-#: ../gio/gbufferedinputstream.c:890 ../gio/gfileinputstream.c:134
-#: ../gio/gfileinputstream.c:219 ../gio/gfileinputstream.c:378
-#: ../gio/gfileoutputstream.c:144 ../gio/gfileoutputstream.c:229
-#: ../gio/gfileoutputstream.c:416 ../gio/gfileoutputstream.c:524
-#: ../gio/ginputstream.c:192 ../gio/ginputstream.c:335
-#: ../gio/ginputstream.c:594 ../gio/ginputstream.c:728
-#: ../gio/goutputstream.c:200 ../gio/goutputstream.c:326
-#: ../gio/goutputstream.c:685 ../gio/goutputstream.c:903
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr "g_input_stream_read_async에 카운트 값이 너무 큽니다"
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
 #, c-format
 msgid "Stream is already closed"
 msgstr "스트림을 이미 닫았습니다"
 
-#: ../gio/gbufferedinputstream.c:418 ../gio/gbufferedinputstream.c:514
-#: ../gio/gbufferedinputstream.c:897 ../gio/gfileinputstream.c:141
-#: ../gio/gfileinputstream.c:229 ../gio/gfileinputstream.c:385
-#: ../gio/gfileoutputstream.c:151 ../gio/gfileoutputstream.c:239
-#: ../gio/gfileoutputstream.c:423 ../gio/gfileoutputstream.c:531
-#: ../gio/ginputstream.c:199 ../gio/ginputstream.c:342
-#: ../gio/ginputstream.c:467 ../gio/ginputstream.c:604
-#: ../gio/ginputstream.c:738 ../gio/ginputstream.c:835
-#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:333
-#: ../gio/goutputstream.c:399 ../gio/goutputstream.c:545
-#: ../gio/goutputstream.c:695 ../gio/goutputstream.c:823
-#: ../gio/goutputstream.c:913 ../gio/goutputstream.c:1022
-#, c-format
-msgid "Stream has outstanding operation"
-msgstr "스트림에 진행 중인 동작이 있습니다"
-
-#: ../gio/gbufferedinputstream.c:494 ../gio/ginputstream.c:584
-msgid "Too large count value passed to g_input_stream_read_async"
-msgstr "g_input_stream_read_async에 카운트 값이 너무 큽니다"
-
-#: ../gio/gcancellable.c:276 ../gio/gsimpleasyncresult.c:609
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
 #, c-format
 msgid "Operation was cancelled"
 msgstr "동작이 취소되었습니다"
 
-#: ../gio/gcontenttype.c:155
+#: gio/gcontenttype.c:156
 msgid "Unknown type"
 msgstr "알 수 없는 종류"
 
-#: ../gio/gcontenttype.c:156
+#: gio/gcontenttype.c:157
 #, c-format
 msgid "%s filetype"
 msgstr "%s 파일종류"
 
-#: ../gio/gcontenttype.c:568
+#: gio/gcontenttype.c:571
 #, c-format
 msgid "%s type"
 msgstr "%s 종류"
 
-#: ../gio/gdatainputstream.c:307
+#: gio/gdatainputstream.c:309
 #, c-format
 msgid "Unexpected early end-of-stream"
 msgstr "예기치 않게 일찍 스트림이 끝났습니다"
 
-#: ../gio/gdesktopappinfo.c:373 ../gio/gwin32appinfo.c:212
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
 msgid "Unnamed"
 msgstr "이름없음"
 
-#: ../gio/gdesktopappinfo.c:546
+#: gio/gdesktopappinfo.c:562
 #, c-format
 msgid "Desktop file didn't specify Exec field"
 msgstr "desktop 파일에 Exec 필드를 지정하지 않았습니다"
 
-#: ../gio/gdesktopappinfo.c:828
+#: gio/gdesktopappinfo.c:844
 #, c-format
 msgid "Unable to find terminal required for application"
 msgstr "프로그램에 필요한 터미널을 찾을 수 없습니다"
 
-#: ../gio/gdesktopappinfo.c:1018
+#: gio/gdesktopappinfo.c:1026
 #, c-format
 msgid "Can't create user application configuration folder %s: %s"
 msgstr "사용자 프로그램 설정 폴더(%s)를 만들 수 없습니다: %s"
 
-#: ../gio/gdesktopappinfo.c:1022
+#: gio/gdesktopappinfo.c:1030
 #, c-format
 msgid "Can't create user MIME configuration folder %s: %s"
 msgstr "사용자 MIME 설정 폴더(%s)를 만들 수 없습니다: %s"
 
-#: ../gio/gdesktopappinfo.c:1395
+#: gio/gdesktopappinfo.c:1403
 #, c-format
 msgid "Custom definition for %s"
 msgstr "%s에 대한 사용자 설정 정의"
 
-#: ../gio/gdesktopappinfo.c:1419
+#: gio/gdesktopappinfo.c:1427
 #, c-format
 msgid "Can't create user desktop file %s"
 msgstr "%s 사용자 desktop 파일을 만들 수 없습니다"
 
-#: ../gio/gdesktopappinfo.c:1444
+#: gio/gdesktopappinfo.c:1452
 #, c-format
 msgid "Can't load just created desktop file"
 msgstr "막 만든 desktop 파일을 읽어들일 수 없습니다"
 
-#: ../gio/gdrive.c:282
-msgid "drive doesn't implement mount"
-msgstr "드라이브가 mount를 구현하지 않았습니다"
-
-#: ../gio/gdrive.c:347
+#: gio/gdrive.c:365
 msgid "drive doesn't implement eject"
 msgstr "드라이브가 eject를 구현하지 않았습니다"
 
-#: ../gio/gfile.c:667 ../gio/gfile.c:796 ../gio/gfile.c:921
-#: ../gio/gfile.c:1006 ../gio/gfile.c:1051 ../gio/gfile.c:1096
-#: ../gio/gfile.c:1151 ../gio/gfile.c:2091 ../gio/gfile.c:2136
-#: ../gio/gfile.c:2186 ../gio/gfile.c:2225 ../gio/gfile.c:2537
-#: ../gio/gfile.c:2938 ../gio/gfile.c:3014 ../gio/gfile.c:3091
+#: gio/gdrive.c:432
+#, fuzzy
+msgid "drive doesn't implement polling for media"
+msgstr "드라이브가 mount를 구현하지 않았습니다"
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
 #, c-format
 msgid "Operation not supported"
 msgstr "동작을 지원하지 않습니다"
 
-#: ../gio/gfile.c:963 ../gio/glocalfile.c:838 ../gio/glocalfile.c:847
-#: ../gio/glocalfile.c:858
-#, c-format
-msgid "Containing volume does not exist"
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, fuzzy, c-format
+msgid "Containing mount does not exist"
 msgstr "파일이 들어 있는 볼륨이 없습니다"
 
-#: ../gio/gfile.c:1511
+#: gio/gfile.c:1620
 #, c-format
 msgid "Can't copy over directory"
 msgstr "디렉토리를 덮어 써서 복사할 수 없습니다"
 
-#: ../gio/gfile.c:1571
+#: gio/gfile.c:1680
 #, c-format
 msgid "Can't copy directory over directory"
 msgstr "디렉토리를 덮어 써서 디렉토리를 복사할 수 없습니다"
 
-#: ../gio/gfile.c:1579
+#: gio/gfile.c:1688
 #, c-format
 msgid "Target file exists"
 msgstr "대상 파일이 있습니다"
 
-#: ../gio/gfile.c:1597
+#: gio/gfile.c:1706
 #, c-format
 msgid "Can't recursively copy directory"
 msgstr "디렉토리를 재귀적으로 복사할 수 없습니다"
 
-#: ../gio/gfile.c:2176
+#: gio/gfile.c:2273
 #, c-format
 msgid "Invalid symlink value given"
 msgstr "잘못된 심볼릭 링크 값이 주어졌습니다"
 
-#: ../gio/gfile.c:2267
+#: gio/gfile.c:2365
 #, c-format
 msgid "Trash not supported"
 msgstr "휴지통을 지원하지 않습니다"
 
-#: ../gio/gfile.c:2307
-#, c-format
-msgid "File names cannot contain '/'"
+#: gio/gfile.c:2412
+#, fuzzy, c-format
+msgid "File names cannot contain '%c'"
 msgstr "파일 이름에 '/'가 들어갈 수 없습니다"
 
-#: ../gio/gfile.c:3936
+#: gio/gfile.c:4039 gio/gvolume.c:318
 msgid "volume doesn't implement mount"
 msgstr "볼륨이 mount를 구현하지 않았습니다"
 
-#: ../gio/gfileenumerator.c:133
+#: gio/gfileenumerator.c:151
 #, c-format
 msgid "Enumerator is closed"
 msgstr "이뉴머레이터를 이미 닫았습니다 "
 
-#: ../gio/gfileenumerator.c:140 ../gio/gfileenumerator.c:199
-#: ../gio/gfileenumerator.c:299 ../gio/gfileenumerator.c:400
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
 #, c-format
 msgid "File enumerator has outstanding operation"
 msgstr "파일 이뉴머레이터에 진행 중인 동작이 있습니다"
 
-#: ../gio/gfileenumerator.c:289 ../gio/gfileenumerator.c:390
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
 msgid "File enumerator is already closed"
 msgstr "파일 이뉴머레이터를 이미 닫았습니다"
 
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:476
-#: ../gio/gfileoutputstream.c:167 ../gio/gfileoutputstream.c:603
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
 #, c-format
 msgid "Stream doesn't support query_info"
 msgstr "스트림이 query_info를 지원하지 않습니다"
 
-#: ../gio/gfileinputstream.c:392 ../gio/gfileoutputstream.c:430
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
 #, c-format
 msgid "Seek not supported on stream"
 msgstr "스트림에서 seek를 지원하지 않습니다"
 
-#: ../gio/gfileinputstream.c:435
+#: gio/gfileinputstream.c:398
 #, c-format
 msgid "Truncate not allowed on input stream"
 msgstr "입력 스트림이 truncate를 허용하지 않습니다"
 
-#: ../gio/gfileoutputstream.c:538
+#: gio/gfileoutputstream.c:490
 #, c-format
 msgid "Truncate not supported on stream"
 msgstr "스트림에서 truncate를 지원하지 않습니다"
 
-#: ../gio/ginputstream.c:185
+#: gio/ginputstream.c:186
 #, c-format
 msgid "Too large count value passed to g_input_stream_read"
 msgstr "g_input_stream_read에 카운트 값이 너무 큽니다"
 
-#: ../gio/ginputstream.c:208
+#: gio/ginputstream.c:195
 #, c-format
 msgid "Input stream doesn't implement read"
 msgstr "입력 스트림이 read를 구현하지 않았습니다"
 
-#: ../gio/ginputstream.c:328
+#: gio/ginputstream.c:318
 #, c-format
 msgid "Too large count value passed to g_input_stream_skip"
 msgstr "g_input_stream_skip에 카운트 값이 너무 큽니다"
 
-#: ../gio/ginputstream.c:718
+#: gio/ginputstream.c:681
 msgid "Too large count value passed to g_input_stream_skip_async"
 msgstr "g_input_stream_skip_async에 카운트 값이 너무 큽니다"
 
-#: ../gio/glocalfile.c:539
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr "스트림에 진행 중인 동작이 있습니다"
+
+#: gio/glocalfile.c:554
 #, c-format
 msgid "Invalid filename %s"
 msgstr "잘못된 파일 이름 %s"
 
-#: ../gio/glocalfile.c:789
+#: gio/glocalfile.c:810
 #, c-format
 msgid "Error getting filesystem info: %s"
 msgstr "파일 시스템 정보를 가져오는 중 오류: %s"
 
-#: ../gio/glocalfile.c:878
+#: gio/glocalfile.c:928
 #, c-format
 msgid "Can't rename root directory"
 msgstr "루트 디렉토리의 이름을 바꿀 수 없습니다"
 
-#: ../gio/glocalfile.c:896
+#: gio/glocalfile.c:946
 #, c-format
 msgid "Can't rename file, filename already exist"
 msgstr "파일 이름을 바꿀 수 없습니다. 파일이 이미 있습니다"
 
-#: ../gio/glocalfile.c:909 ../gio/glocalfile.c:1600 ../gio/glocalfile.c:1629
-#: ../gio/glocalfile.c:1761 ../gio/glocalfileoutputstream.c:437
-#: ../gio/glocalfileoutputstream.c:480 ../gio/glocalfileoutputstream.c:868
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
 #, c-format
 msgid "Invalid filename"
 msgstr "잘못된 파일 이름"
 
-#: ../gio/glocalfile.c:913
+#: gio/glocalfile.c:963
 #, c-format
 msgid "Error renaming file: %s"
 msgstr "파일 이름 바꾸기 오류: %s"
 
-#: ../gio/glocalfile.c:1028
+#: gio/glocalfile.c:1080
 #, c-format
 msgid "Error opening file: %s"
 msgstr "파일 열기 오류: %s"
 
-#: ../gio/glocalfile.c:1038
+#: gio/glocalfile.c:1090
 #, c-format
 msgid "Can't open directory"
 msgstr "디렉토리를 열 수 없습니다"
 
-#: ../gio/glocalfile.c:1090 ../gio/glocalfile.c:1604
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
 #, c-format
 msgid "Error removing file: %s"
 msgstr "파일 지우기 오류: %s"
 
-#: ../gio/glocalfile.c:1372
+#: gio/glocalfile.c:1434
 #, c-format
 msgid "Error trashing file: %s"
 msgstr "파일 버리기 오류: %s"
 
-#: ../gio/glocalfile.c:1396
+#: gio/glocalfile.c:1458
 #, c-format
 msgid "Unable to create trash dir %s: %s"
 msgstr "휴지통 디렉토리(%s)를 만들 수 없습니다: %s"
 
-#: ../gio/glocalfile.c:1414
+#: gio/glocalfile.c:1482
 #, c-format
 msgid "Unable to find toplevel directory for trash"
 msgstr "휴지통의 상위 디렉토리를 찾을 수 없습니다"
 
-#: ../gio/glocalfile.c:1473 ../gio/glocalfile.c:1493
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
 #, c-format
 msgid "Unable to find or create trash directory"
 msgstr "휴지통 디렉토리를 찾을 수 없거나 만들 수 없습니다"
 
-#: ../gio/glocalfile.c:1525
+#: gio/glocalfile.c:1594
 #, c-format
 msgid "Unable to create trashed file: %s"
 msgstr "버린 파일을 만들 수 없습니다: %s"
 
-#: ../gio/glocalfile.c:1548
+#: gio/glocalfile.c:1617
 #, c-format
 msgid "Unable to trash file: %s"
 msgstr "파일을 버릴 수 없습니다: %s"
 
-#: ../gio/glocalfile.c:1633
+#: gio/glocalfile.c:1714
 #, c-format
 msgid "Error making symbolic link: %s"
 msgstr "심볼릭 링크를 만드는 데 오류: %s"
 
-#: ../gio/glocalfile.c:1680 ../gio/glocalfile.c:1765
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
 #, c-format
 msgid "Error moving file: %s"
 msgstr "파일 옮기는 데 오류: %s"
 
-#: ../gio/glocalfile.c:1701
+#: gio/glocalfile.c:1782
 #, c-format
 msgid "Can't move directory over directory"
 msgstr "디렉토리를 덮어 써서 디렉토리를 옮길 수 없습니다"
 
-#: ../gio/glocalfile.c:1710
+#: gio/glocalfile.c:1791
 #, c-format
 msgid "Target file already exists"
 msgstr "대상 파일이 이미 있습니다"
 
-#: ../gio/glocalfile.c:1723 ../gio/glocalfileoutputstream.c:726
-#: ../gio/glocalfileoutputstream.c:740 ../gio/glocalfileoutputstream.c:755
-#: ../gio/glocalfileoutputstream.c:771 ../gio/glocalfileoutputstream.c:785
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
 #, c-format
 msgid "Backup file creation failed"
 msgstr "백업 파일 만들기가 실패했습니다"
 
-#: ../gio/glocalfile.c:1740
+#: gio/glocalfile.c:1821
 #, c-format
 msgid "Error removing target file: %s"
 msgstr "대상 파일을 지우는 데 오류: %s"
 
-#: ../gio/glocalfile.c:1754
+#: gio/glocalfile.c:1835
 #, c-format
 msgid "Move between mounts not supported"
 msgstr "다른 마운트 사이에 옮기기는 지원하지 않습니다"
 
-#: ../gio/glocalfileinfo.c:679
+#: gio/glocalfileinfo.c:707
 #, c-format
 msgid "Attribute value must be non-NULL"
 msgstr "애트리뷰트 값은 NULL이 아니어야 합니다"
 
-#: ../gio/glocalfileinfo.c:686
+#: gio/glocalfileinfo.c:714
 #, c-format
 msgid "Invalid attribute type (string expected)"
 msgstr "잘못된 애트리뷰트 종류 (문자열 필요)"
 
-#: ../gio/glocalfileinfo.c:693
+#: gio/glocalfileinfo.c:721
 #, c-format
 msgid "Invalid extended attribute name"
 msgstr "잘못된 확장 에트리뷰트 이름"
 
-#: ../gio/glocalfileinfo.c:733
+#: gio/glocalfileinfo.c:761
 #, c-format
 msgid "Error setting extended attribute '%s': %s"
 msgstr "확장 애트리뷰트 '%s' 설정 중 오류: %s"
 
-#: ../gio/glocalfileinfo.c:1279 ../gio/glocalfileoutputstream.c:616
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
 #, c-format
 msgid "Error stating file '%s': %s"
 msgstr "'%s' 파일의 정보를 읽는 중 오류: %s"
 
-#: ../gio/glocalfileinfo.c:1333
+#: gio/glocalfileinfo.c:1446
 msgid " (invalid encoding)"
 msgstr " (잘못된 인코딩)"
 
-#: ../gio/glocalfileinfo.c:1498
+#: gio/glocalfileinfo.c:1621
 #, c-format
 msgid "Error stating file descriptor: %s"
 msgstr "파일 디스크립터 정보를 읽는 중 오류: %s"
 
-#: ../gio/glocalfileinfo.c:1543
+#: gio/glocalfileinfo.c:1666
 #, c-format
 msgid "Invalid attribute type (uint32 expected)"
 msgstr "잘못된 애트리뷰트 종류 (uint32 필요)"
 
-#: ../gio/glocalfileinfo.c:1560
+#: gio/glocalfileinfo.c:1683
 #, c-format
 msgid "Invalid attribute type (uint64 expected)"
 msgstr "잘못된 애트리뷰트 종류 (uint64 필요)"
 
-#: ../gio/glocalfileinfo.c:1578
+#: gio/glocalfileinfo.c:1701
 #, c-format
 msgid "Invalid attribute type (byte string expected)"
 msgstr "잘못된 애트리뷰트 종류 (바이트 문자열 필요)"
 
-#: ../gio/glocalfileinfo.c:1602
+#: gio/glocalfileinfo.c:1725
 #, c-format
 msgid "Error setting permissions: %s"
 msgstr "권한 설정 중 오류: %s"
 
-#: ../gio/glocalfileinfo.c:1649 ../gio/glocalfileinfo.c:1809
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
 #, c-format
 msgid "Error setting owner: %s"
 msgstr "소유자 설정 중 오류: %s"
 
-#: ../gio/glocalfileinfo.c:1672
+#: gio/glocalfileinfo.c:1795
 #, c-format
 msgid "symlink must be non-NULL"
 msgstr "심볼릭 링크는 NULL이 아니어야 합니다"
 
-#: ../gio/glocalfileinfo.c:1680 ../gio/glocalfileinfo.c:1697
-#: ../gio/glocalfileinfo.c:1706
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
 #, c-format
 msgid "Error setting symlink: %s"
 msgstr "심볼릭 링크 설정 중 오류: %s"
 
-#: ../gio/glocalfileinfo.c:1689
+#: gio/glocalfileinfo.c:1812
 #, c-format
 msgid "Error setting symlink: file is not a symlink"
 msgstr "심볼릭 링크 설정 중 오류: 파일이 심볼릭 링크가 아닙니다"
 
-#: ../gio/glocalfileinfo.c:1859
+#: gio/glocalfileinfo.c:1987
 #, c-format
 msgid "Setting attribute %s not supported"
 msgstr "%s 애트리뷰트 설정은 지원하지 않습니다"
 
-#: ../gio/glocalfileinputstream.c:154 ../gio/glocalfileoutputstream.c:527
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
 #, c-format
 msgid "Error reading from file: %s"
 msgstr "파일을 읽는 중 오류: %s"
 
-#: ../gio/glocalfileinputstream.c:183 ../gio/glocalfileinputstream.c:193
-#: ../gio/glocalfileinputstream.c:297 ../gio/glocalfileoutputstream.c:341
-#: ../gio/glocalfileoutputstream.c:801
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
 #, c-format
 msgid "Error seeking in file: %s"
 msgstr "파일에서 seek하는 중 오류: %s"
 
-#: ../gio/glocalfileinputstream.c:220 ../gio/glocalfileoutputstream.c:249
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
 #, c-format
 msgid "Error closing file: %s"
 msgstr "파일을 닫는 중 오류: %s"
 
-#: ../gio/glocalfileoutputstream.c:156 ../gio/glocalfileoutputstream.c:546
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
 #, c-format
 msgid "Error writing to file: %s"
 msgstr "파일에 쓰는 중 오류: %s"
 
-#: ../gio/glocalfileoutputstream.c:195
+#: gio/glocalfileoutputstream.c:205
 #, c-format
 msgid "Error removing old backup link: %s"
 msgstr "예전 백업 링크를 지우는 중 오류: %s"
 
-#: ../gio/glocalfileoutputstream.c:204
+#: gio/glocalfileoutputstream.c:214
 #, c-format
 msgid "Error creating backup link: %s"
 msgstr "백업 링크를 만드는 중 오류: %s"
 
-#: ../gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:224
 #, c-format
 msgid "Error creating backup copy: %s"
 msgstr "백업 사본을 만드는 중 오류: %s"
 
-#: ../gio/glocalfileoutputstream.c:230
+#: gio/glocalfileoutputstream.c:240
 #, c-format
 msgid "Error renaming temporary file: %s"
 msgstr "임시 파일의 이름을 바꾸는 오류: %s"
 
-#: ../gio/glocalfileoutputstream.c:381 ../gio/glocalfileoutputstream.c:812
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
 #, c-format
 msgid "Error truncating file: %s"
 msgstr "파일을 자르는 중 오류: %s"
 
-#: ../gio/glocalfileoutputstream.c:441 ../gio/glocalfileoutputstream.c:484
-#: ../gio/glocalfileoutputstream.c:607 ../gio/glocalfileoutputstream.c:872
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
 #, c-format
 msgid "Error opening file '%s': %s"
 msgstr "'%s' 파일을 여는 중 오류: %s"
 
-#: ../gio/glocalfileoutputstream.c:628
+#: gio/glocalfileoutputstream.c:642
 #, c-format
 msgid "Target file is a directory"
 msgstr "대상 파일이 디렉토리입니다"
 
-#: ../gio/glocalfileoutputstream.c:633
+#: gio/glocalfileoutputstream.c:647
 #, c-format
 msgid "Target file is not a regular file"
 msgstr "대상 파일이 일반 파일이 아닙니다"
 
-#: ../gio/glocalfileoutputstream.c:645
+#: gio/glocalfileoutputstream.c:659
 #, c-format
 msgid "The file was externally modified"
 msgstr "파일이 외부에서 바뀌었습니다"
 
-#: ../gio/goutputstream.c:193
+#: gio/gmount.c:335
+#, fuzzy
+msgid "mount doesn't implement unmount"
+msgstr "볼륨이 unmount를 구현하지 않았습니다"
+
+#: gio/gmount.c:407
+#, fuzzy
+msgid "mount doesn't implement eject"
+msgstr "볼륨이 eject를 구현하지 않았습니다"
+
+#: gio/gmount.c:484
+#, fuzzy
+msgid "mount doesn't implement remount"
+msgstr "볼륨이 mount를 구현하지 않았습니다"
+
+#: gio/goutputstream.c:193
 #, c-format
 msgid "Too large count value passed to g_output_stream_write"
 msgstr "g_output_stream_write에 카운트 값이 너무 큽니다"
 
-#: ../gio/goutputstream.c:216
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
 #, c-format
 msgid "Output stream doesn't implement write"
 msgstr "출력 스트림이 write를 구현하지 않았습니다"
 
-#: ../gio/goutputstream.c:385 ../gio/goutputstream.c:803
-#, c-format
-msgid "Target stream is already closed"
-msgstr "대상 스트림을 이미 닫았습니다"
-
-#: ../gio/goutputstream.c:392 ../gio/goutputstream.c:813
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
 #, c-format
 msgid "Source stream is already closed"
 msgstr "원본 스트림을 이미 닫았습니다"
 
-#: ../gio/goutputstream.c:675
+#: gio/goutputstream.c:646
 msgid "Too large count value passed to g_output_stream_write_async"
 msgstr "g_output_stream_write_async에 카운트 값이 너무 큽니다"
 
-#: ../gio/gunixdrive.c:146
-msgid "Unknown drive"
-msgstr "알 수 없는 드라이브"
-
-#. TODO: add translation table from gnome-vfs
-#: ../gio/gunixvolume.c:91
-#, c-format
-msgid "%s volume"
-msgstr "%s 볼륨"
-
-#: ../gio/gunixvolume.c:162
-msgid "Filesystem root"
-msgstr "파일 시스템 루트"
-
-#. TODO: Use volume size as name?
-#: ../gio/gunixvolume.c:175
-msgid "Unknown volume"
-msgstr "알 수 없는 볼륨"
-
-#: ../gio/gvolume.c:271
-msgid "volume doesn't implement unmount"
-msgstr "볼륨이 unmount를 구현하지 않았습니다"
-
-#: ../gio/gvolume.c:340
-msgid "volume doesn't implement eject"
-msgstr "볼륨이 eject를 구현하지 않았습니다"
-
-#: ../gio/gwin32appinfo.c:265
-#, c-format
-msgid "Can't find application"
-msgstr "프로그램을 찾을 수 없습니다"
-
-#: ../gio/gwin32appinfo.c:299
-#, c-format
-msgid "Error launching application: %s"
-msgstr "프로그램을 실행하는 중에 오류: %s"
-
-#: ../gio/gwin32appinfo.c:330
-#, c-format
-msgid "URIs not supported"
-msgstr "URI를 지원하지 않습니다"
-
-#: ../gio/gwin32appinfo.c:353
-#, c-format
-msgid "association changes not supported on win32"
-msgstr "연결 프로그램 바꾸기는 win32에서 지원하지 않습니다"
-
-#: ../gio/gwin32appinfo.c:365
-#, c-format
-msgid "Association creation not supported on win32"
-msgstr "연결 프로그램 만들기는 win32에서 지원하지 않습니다"
-
-#: ../gio/gunixinputstream.c:199 ../gio/gunixinputstream.c:217
-#: ../gio/gunixinputstream.c:289 ../gio/gunixoutputstream.c:280
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
 #, c-format
 msgid "Error reading from unix: %s"
 msgstr "유닉스 소켓을 읽는 중 오류: %s"
 
-#: ../gio/gunixinputstream.c:247 ../gio/gunixinputstream.c:422
-#: ../gio/gunixoutputstream.c:237 ../gio/gunixoutputstream.c:384
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
 #, c-format
 msgid "Error closing unix: %s"
 msgstr "유닉스 소켓을 닫는 중 오류: %s"
 
-#: ../gio/gunixoutputstream.c:187 ../gio/gunixoutputstream.c:206
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr "파일 시스템 루트"
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
 #, c-format
 msgid "Error writing to unix: %s"
 msgstr "유닉스 소켓에 쓰는 중 오류: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr "볼륨이 eject를 구현하지 않았습니다"
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr "프로그램을 찾을 수 없습니다"
+
+#: gio/gwin32appinfo.c:312
+#, c-format
+msgid "Error launching application: %s"
+msgstr "프로그램을 실행하는 중에 오류: %s"
+
+#: gio/gwin32appinfo.c:343
+#, c-format
+msgid "URIs not supported"
+msgstr "URI를 지원하지 않습니다"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr "연결 프로그램 바꾸기는 win32에서 지원하지 않습니다"
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr "연결 프로그램 만들기는 win32에서 지원하지 않습니다"
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[옵션...]"
+
+#~ msgid "Target stream is already closed"
+#~ msgstr "대상 스트림을 이미 닫았습니다"
+
+#~ msgid "Unknown drive"
+#~ msgstr "알 수 없는 드라이브"
+
+#~ msgid "%s volume"
+#~ msgstr "%s 볼륨"
+
+#~ msgid "Unknown volume"
+#~ msgstr "알 수 없는 볼륨"
diff --git a/po/ku.po b/po/ku.po
index f1017ab..6df0940 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib.glib-2-8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -88,71 +88,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Vekirina dosiya '%s' serneket: %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr ""
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr ""
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr ""
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr ""
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr ""
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr ""
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr ""
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr ""
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' ne derbasdar e"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr ""
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr ""
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr ""
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Navê hostê nederbasdar e"
@@ -232,37 +232,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr ""
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr ""
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr ""
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr ""
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr ""
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr ""
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -277,22 +299,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr ""
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Di rêza %d tîpa %d de çewtî: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Di rêza %d de çewtî: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -300,91 +322,91 @@
 "it as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr ""
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr ""
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 msgstr ""
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr ""
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
 "as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr ""
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr ""
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr ""
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr ""
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr ""
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr ""
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -392,87 +414,87 @@
 "character in an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr ""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr ""
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr ""
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr ""
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr ""
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 
@@ -520,66 +542,251 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+msgid "missing terminating ] for character class"
+msgstr ""
+
+#: glib/gregex.c:224
+msgid "invalid escape sequence in character class"
+msgstr ""
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+msgid "unrecognized character after (?"
+msgstr ""
+
+#: glib/gregex.c:237
+msgid "unrecognized character after (?<"
+msgstr ""
+
+#: glib/gregex.c:241
+msgid "unrecognized character after (?P"
+msgstr ""
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+msgid "POSIX collating elements are not supported"
+msgstr ""
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Di rêza %d tîpa %d de çewtî: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -614,17 +821,17 @@
 msgid "Failed to read data from child process"
 msgstr ""
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr ""
@@ -671,42 +878,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr ""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -727,166 +934,716 @@
 msgid "Character out of range for UTF-16"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Bikaranîn:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr ""
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Vebijêrkên Sepanê:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr ""
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Vebijêrka nenas %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Dosya vala ye"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Navê bernameyê nederbasdar e: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Navê bernameyê nederbasdar e: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Vebijêrka nenas %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, c-format
+msgid "Operation not supported"
+msgstr ""
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, c-format
+msgid "Trash not supported"
+msgstr ""
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Navê bernameyê nederbasdar e: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Navê hostê nederbasdar e"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfile.c:1458
+#, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr ""
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, c-format
+msgid "Unable to create trashed file: %s"
+msgstr ""
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Vekirina dosiya '%s' serneket: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Di rêza %d de çewtî: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, c-format
+msgid "Invalid extended attribute name"
+msgstr ""
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Di rêza %d de çewtî: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Di rêza %d de çewtî: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, c-format
+msgid "Setting attribute %s not supported"
+msgstr ""
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, c-format
+msgid "Error removing old backup link: %s"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Di rêza %d de çewtî: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, c-format
+msgid "Error launching application: %s"
+msgstr ""
+
+#: gio/gwin32appinfo.c:343
+#, c-format
+msgid "URIs not supported"
+msgstr ""
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
diff --git a/po/lt.po b/po/lt.po
index 10f6864..255c124 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: lt\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-08-13 18:04+0300\n"
 "Last-Translator: Žygimantas Beručka <zygis@gnome.org>\n"
 "Language-Team: Lithuanian <gnome-lt@lists.akl.lt>\n"
@@ -92,71 +92,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Nepavyko išskleisti vykdomosios eilutės „%s“ su URI „%s“"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Keitimas iš koduotės „%s“ į koduotę „%s“ nepalaikomas"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Nepavyko atverti keitiklio iš „%s“ į „%s“"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Klaidinga baitų seka keitimo įvedime"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Klaida keitimo metu: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Nepilna simbolio seka įvedimo pabaigoje"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Negalima keisti atgalinio varianto „%s“ į koduotę „%s“"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Vietinio failo adresas „%s“ negali turėti simbolio „#“"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "Adresas „%s“ yra klaidingas"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Kompiuterio vardas „%s“ adrese yra klaidingas"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "Adrese „%s“ yra klaidingai perkoduoti symboliai"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Kelias „%s“ nėra absoliutus"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Klaidingas kompiuterio vardas"
@@ -236,37 +236,60 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Šablone „%s“ nėra XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Nepavyko perskaityti simbolinės nuorodos „%s“: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Simbolinės nuorodos nepalaikomos"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Nepavyko atverti keitiklio iš „%s“ į „%s“: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Negalima vykdyti tiesioginio skaitymo iš g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Nepakeistų duomenų likučiai skaitymo buferyje"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanalas pasibaigia nepilnu simboliu"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Negalima vykdyti tiesioginio skaitymo iš g_io_channel_read_to_end"
@@ -281,24 +304,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Nepavyko rasti failo „%s“: mmap() klaida: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Eilutės %d simbolio %d klaida: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Klaida eilutėje %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Aptiktas tuščias elementas '&;'; galimi elementai yra: &amp; &quot; &lt; "
 "&gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -309,17 +332,17 @@
 "elemento įvedimą; jei šis ampersendas nėra elemento pradžia, apeikite jį su "
 "&amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Simbolis „%s“ nepriimtinas elemento varde"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Nežinomas elemento vardas „%s“"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -327,7 +350,7 @@
 "Elementas nepasibaigė kabliataškiu; greičiausiai Jūs panaudojote ampersendo "
 "simbolį nepradėdami elemento įvedimo - apeikite ampersendą įvesdami &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -336,16 +359,16 @@
 "Nepavyko apdoroti „%-.*s“, kuris galėjo turėti skaičius simbolio aprašyme "
 "(pvz. &#234;) - gal skaičius per didelis"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Simbolio aprašymas „%-.*s“ neatitinka leistinus simbolius"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Tuščias simbolio aprašymas; ten turėtų būti skaičiai, pvz. &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -355,32 +378,32 @@
 "ampersendo simbolį nepradėdami elemento įvedimo - apeikite ampersendą "
 "įvesdami &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Nebaigtas elemento aprašymas"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Nebaigtas simbolio aprašymas"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Klaidingai koduotas UTF-8 tekstas – per ilga seka"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Klaidingai koduotas UTF-8 tekstas – ne pradžios simbolis"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Klaidingai koduotas UTF-8 tekstas – netinkamas „%s“"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokumentas turėtų prasidėti elementu (pvz. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -388,7 +411,7 @@
 msgstr ""
 "„%s“ negali būti rašomas po „<“ simbolio; jis nepradeda jokio elemento vardo"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -397,7 +420,7 @@
 "Neįprastas simbolis „%s“, tikėtasi sulaukti „>“ simbolio, užbaigiančio "
 "pradinį elementą „%s“"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -405,7 +428,7 @@
 "Neįprastas simbolis „%1$s“, tikėtasi sulaukti „=“ po elemento „%3$s“ požymio "
 "vardo „%2$s“"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -416,7 +439,7 @@
 "užbaigiančių elementą „%s“, arba papildomo požymio; gal Jūs panaudojote "
 "netinkama simbolį požymio varde"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -425,7 +448,7 @@
 "Neįprastas simbolis „%1$s“, po lygybės tikėtasi sulaukti atidarančio "
 "citavimo simbolio pradedant „%3$s“ elemento „%2$s“ požymio reikšmę"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -434,7 +457,7 @@
 "„%s“ negali būti rašomas po simbolių „</“; „%s“ negali būti kokio nors "
 "elemento vardu"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -443,29 +466,29 @@
 "„%s“ negali būti rašomas po uždarančio elemento vardo „%s“; leistinas "
 "simbolis yra „>“"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr ""
 "Elemento „%s“ uždarymo simbolis sutiktas anksčiau už elemento atidarymo "
 "simbolį"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "Sutiktas elemento „%s“ uždarymo simbolis, tačiau šiuo metu atidarytas kitas "
 "elementas „%s“"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokumentas tuščias arba susideda tik iš tarpų"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokumentas netikėtai pasibaigė tuoj po atidarančių skliaustų '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -474,7 +497,7 @@
 "Dokumentas netikėtai pasibaigė neuždarius dalies elementų - „%s“ yra "
 "paskutinis atviras elementas"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -483,19 +506,19 @@
 "Dokumentas netikėtai pasibaigė, nesulaukta uždarančių skliaustų simbolio <%s/"
 ">"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokumentas netikėtai pasibaigė elemento varde"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokumentas netikėtai pasibaigė požymio varde"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokumentas netikėtai pasibaigė elemento atvėrimo žyme."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -503,16 +526,16 @@
 "Dokumentas netikėtai pasibaigė lygybės simboliu einančio po požymio vardo; "
 "nerasta požymio reikšmė"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokumentas netikėtai pasibaigė požymio verte"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Dokumentas netikėtai pasibaigė elemento „%s“ uždarančiame simbolyje"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Dokumentas netikėtai pasibaigė komentaruose arba apdorojimo instrukcijose"
@@ -561,66 +584,257 @@
 msgid "unknown error"
 msgstr "nežinoma klaida"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanalas pasibaigia nepilnu simboliu"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Klaidinga baitų seka keitimo įvedime"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Nebaigtas simbolio aprašymas"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Nebaigtas simbolio aprašymas"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Nebaigtas simbolio aprašymas"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Simbolinės nuorodos nepalaikomos"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Klaida ieškant reguliariosios išraiškos %s atitikmens: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE biblioteka sukompiliuota be UTF8 palaikymo"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE biblioteka sukompiliuota be UTF8 ypatybių palaikymo"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Klaida kompiliuojanti reguliarią išraišką %s ties simboliu %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Klaida optimizuojant reguliariąją išraišką %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "laukta šešioliktainio skaitmens arba „}“"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "laukta šešioliktainio skaitmens"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "simbolinėje nuorodoje trūksta „<“"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "nebaigta simbolinė nuoroda"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "nulinio ilgio simbolinė nuoroda"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "laukta skaitmens"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "neleistina simbolinė nuoroda"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "nevietoje galutinis „\\“"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "nežinoma kaitos seka"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Klaida apdorojant pakeitimo tekstą „%s“ ties simboliu %lu: %s"
@@ -659,19 +873,19 @@
 msgid "Failed to read data from child process"
 msgstr "Nepavyko gauti duomenų iš antrinio proceso"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "Nepavyko sukurti konvejerio skirto keistis duomenimis su antriniu procesu (%"
 "s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Nepavyko perskaityti duomenų iš antrinio konvejerio (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Nepavyko pakeisti į aplanką „%s“ (%s)"
@@ -720,44 +934,44 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Nepavyko gauti duomenis iš antrinio proceso (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Netikėta klaida tarp select() funkcijos duomenų gavimo iš antrinio proceso (%"
 "s) metu"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Netikėta klaida iš waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Nepavyko atskirti (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Nepavyko paleisti antrinio proceso „%s“ (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Nepavyko perimti antrinio proceso (%s) išvedimo arba įvedimo"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Nepavyko atskirti antrinio proceso (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Nežinoma klaida vykdant antrinį procesą „%s“"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -779,81 +993,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Simbolis neatitinka UTF-16 simbolių diapazono"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Naudojimas:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[PARINKTIS...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Pagalbos parinktys:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Rodyti pagalbos parinktis"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Rodyti visas pagalbos parinktis"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Programos parinktys:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Nepavyko apdoroti sveikosios reikšmės „%s“, reikalingos %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Sveikoji reikšmė „%s“, reikalinga %s, viršija ribas"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Nepavyko apdoroti dvigubos reikšmės „%s“, reikalingos %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Dviguboji reikšmė „%s“, reikalinga %s, viršija ribas"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Klaida apdorojant parinktį %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s trūksta argumento"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Nežinoma parinktis %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Paieškos aplankuose nepavyko rasti tinkamo raktų failo"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Nėra paprastas failas"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Failas yra tuščias"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -861,50 +1075,50 @@
 "Raktų faile yra eilutė „%s“, kuri nėra raktas-reikšmė pora, grupė ar "
 "komentaras"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Netinkamas grupės pavadinimas: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Raktų failas neprasideda grupe"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Netinkamas rakto pavadinimas: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Raktų faile yra nepalaikoma koduotė „%s“"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Raktų failas neturi grupės „%s“"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Raktų failas neturi rakto „%s“"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Raktų faile yra raktas „%s“ su reikšme „%s“, kuri nėra UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Raktų faile yra raktas „%s“, kuriame yra reikšmė, kurios negalima suprasti."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -913,38 +1127,589 @@
 "Raktų faile yra raktas „%s“ grupėje „%s“, kuriame yra reikšmė, kurios "
 "negalima suprasti."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Raktų faile nėra rakto „%s“ grupėje „%s“"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Raktų faile, eilutės pabaigoje yra pabėgimo simbolis"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Raktų faile yra klaidinga pabėgimo eilutė „%s“"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Reikšmės „%s“ negalima interpretuoti kaip skaičiaus."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Sveikoji reikšmė „%s“ viršija ribas"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 "Reikšmės „%s“ negalima interpretuoti kaip slankiojo kablelio skaičiaus."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Reikšmės „%s“ negalima interpretuoti kaip loginės."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "nežinoma klaida"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Simbolinės nuorodos nepalaikomos"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Simbolinės nuorodos nepalaikomos"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Netinkamas rakto pavadinimas: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Klaidingas kompiuterio vardas"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Nepavyko sukurti failo „%s“: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Nepavyko sukurti failo „%s“: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Nepavyko sukurti failo „%s“: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Klaida apdorojant parinktį %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokumentas netikėtai pasibaigė požymio varde"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Klaida atidarant aplanką „%s“: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Klaida keitimo metu: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Klaida keitimo metu: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Klaida eilutėje %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Simbolinės nuorodos nepalaikomos"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Klaida apdorojant parinktį %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Klaida apdorojant parinktį %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Nėra paprastas failas"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Klaida skaitant failą „%s“: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Klaida eilutėje %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Klaida apdorojant parinktį %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Klaida apdorojant parinktį %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Simbolinės nuorodos nepalaikomos"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[PARINKTIS...]"
diff --git a/po/lv.po b/po/lv.po
index 11de491..82fd1e1 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -87,71 +87,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Neizdevās izveidot failu '%s': %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Konversija no rakstzīmju kopas '%s' uz '%s' nav atbalstīta"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, 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:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Nepareiza baitu secība konversijas ievadē"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Kļūda konversējot: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Daļēja simbolu secība ievades beigās"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Nevar pārveidot atkritienu '%s' uz rakstzīmju kopu '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' ir nepareizs"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Hostdatora nosaukuma URI '%s' ir nepareizs"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' satur nepareizi izvairīgas rakstzīmes"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Ceļvārds '%s' nav absolutais ceļš"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Nepareizs hostdatora nosaukums"
@@ -231,37 +231,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Veidne '%s' nebeidzas ar XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, fuzzy, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Neizdevās izveidot failu '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr ""
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Nevarēju atvērt konvertātoru no `%s' uz '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Nevaru izpildīt jēllasīšanu iekš g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Pāpalikušie nepārveidotie dati nolasīšanas buferī"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanāls pārtrūkst daļējā rakstzīmē"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Nevaru izpildīt jēllasīšanu iekš g_io_channel_read_to_end"
@@ -276,24 +298,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Kļūda rindā %d rakstzīme %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Kļūda rindā %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Pamanīta tukša entītija '&;'; derīgas entītijas ir: &amp; &quot; &lt; &gt; "
 "&apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -304,17 +326,17 @@
 "entītiju; ja šī zīme netiek atbalstīta, lai būtu entītija, aizvieto to ar "
 "&amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Rakstzīme '%s' nav derīga entītijas nosaukumā"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Entītijas nosaukums \"%s\" nav zināms"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -322,7 +344,7 @@
 "Entītija nebeidzās ar semikolu; visdrīzāk jūs lietojāt & zīmi bez nodoma "
 "sākt entītiju - aizvieto & zīmes ar &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, fuzzy, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -331,16 +353,16 @@
 "Nevarēju parsēt '%s', kur vajadzētu būt ciparam iekš rakstzīmes atsauces "
 "(&#234; piemēram) - iespējams, ka cipars ir pārāk liels"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, fuzzy, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Rakstzīmes atsauce '%s' nešifrē atļautu rakstzīmi"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Tukša rakstzīmes atsauce; būtu jāiekļauj cipars, kā &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -349,34 +371,34 @@
 "Rakstzīmes atsauce nebeidzās ar semikolu; visdrīzāk jūs lietojāt & zīmi bez "
 "nodoma sākt entītiju - aizvieto & zīmes ar &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Nepabeigta entītijas atsauce"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Nepabeigta rakstzīmes atsauce"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Nepareizi kodēts UTF-8 teksts"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Nepareizi kodēts UTF-8 teksts"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Nepareizi kodēts UTF-8 teksts"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokumentam jāsākās ar elementu (piem., <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -385,7 +407,7 @@
 "'%s' nav atļauta rakstzīme, sekojoša aiz rakstzīmes '<'; tā nedrīkst iesākt "
 "elementa vārdu."
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -394,14 +416,14 @@
 "Savāda rakstzīme '%s', gaidīju '>' rakstzīmi, kas nobeigtu sākuma tagu "
 "elementam '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "Savāda rakstzīme '%s', gaidīju '=' aiz atribūta nosaukuma '%s' elementam '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -412,7 +434,7 @@
 "tagu elementam '%s' vai fakultatīvi atribūtu; iespējams, jūs lietojāt "
 "nepareizu rakstzīmi atribūta nosaukumā"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -421,7 +443,7 @@
 "Savāda rakstzīme '%s', gaidīju atvērtās pēdiņas pēc vienādības zīmes, "
 "nosakot vērtību atribūtam '%s' no elementa '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -430,7 +452,7 @@
 "'%s' nav derīga rakstzīme, sekojot rakstzīmēm '</'; '%s' nevar sākt elementa "
 "nosaukumu"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -439,25 +461,25 @@
 "'%s' nav derīga rakstzīme, sekojot aizverošā eementa nosaukumam '%s'; "
 "atļautā rakstzīme ir '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Elements '%s' tika aizvērts, neviens elements pašlaik nav atvērts"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Elements '%s' tika aizvērts, bet pašlaik atvērtais elements ir '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokuments bija tukšs vai saturēja tikai tukšu atstarpi"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokuments negaidīti izbeidzās tieši pēc atvērtās stūra iekavas '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -466,7 +488,7 @@
 "Dokuments negaidīti izbeidzās ar joprojām atvērtiem elementiem - '%s' bija "
 "pēdējais atvērtais elements"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -475,19 +497,19 @@
 "Dokuments negaidīti izbeidzās, cerēju ieraudzīt aizverošo stūra iekavu, "
 "beidzoties ar tagu <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokuments negaidīti izbeidzās iekšā elementa nosaukumā"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokuments negaidīti izbeidzās iekšā atribūta nosaukumā"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokuments negaidīti izbeidzās elementa-atverošajā tagā."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -495,16 +517,16 @@
 "Dokuments negaidīti izbeidzās aiz vienādības zīmes, sekojot atribūta "
 "nosaukumam; nav atribūta vētības"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokuments negaidīti izbeidzās kamēr iekšā atribūta vērtībā"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Dokuments negaidīti izbeidzās iekšā elementa '%s' aizverošajā tagā"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Dokuments negaidīti izbeidzās iekšā komentārā vai apstrādes instrukcijā"
@@ -553,67 +575,257 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanāls pārtrūkst daļējā rakstzīmē"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Nepareiza baitu secība konversijas ievadē"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Nepabeigta rakstzīmes atsauce"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Nepabeigta rakstzīmes atsauce"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Nepabeigta rakstzīmes atsauce"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+msgid "POSIX collating elements are not supported"
+msgstr ""
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Kļūda rindā %d rakstzīme %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Nepabeigta entītijas atsauce"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -650,17 +862,17 @@
 msgid "Failed to read data from child process"
 msgstr "Nevarēju nolasīt datus no bērnprocesa"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Nevarēju izveidot programkanālu komunikācijai ar bērnprocesu (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Nevarēju nolasīt no bērna programkanāla (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Nevarēju pāriet uz direktoriju '%s' (%s)"
@@ -708,42 +920,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Nevarēju nolasīt datus no bērnprocesa (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Negaidīta kļūda iekš select(), lasot datus no bērnprocesa (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Negaidīta kļūda waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Neizdevās sadalīt (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Nevarēju izpildīt bērnprocesu \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Nevarēju novadīt bērnprocesa (%s) izvadi vai ievadi"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Nevarēju sazarot bērnprocesu (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Nezināma kļūda, izpildot bērnprocesu \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -765,170 +977,719 @@
 msgid "Character out of range for UTF-16"
 msgstr "Rakstzīme nav UTF-16 laukā"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr ""
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Kļūda konversējot: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr ""
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr ""
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Nepareizs hostdatora nosaukums"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Nepareizs hostdatora nosaukums"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, fuzzy, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "URI '%s' satur nepareizi izvairīgas rakstzīmes"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+msgid "Unknown type"
+msgstr ""
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, c-format
+msgid "Operation not supported"
+msgstr ""
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, c-format
+msgid "Trash not supported"
+msgstr ""
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Nepareizs hostdatora nosaukums"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Nepareizs hostdatora nosaukums"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Neizdevās izveidot failu '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Neizdevās izveidot failu '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Neizdevās izveidot failu '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Kļūda konversējot: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokuments negaidīti izbeidzās iekšā atribūta nosaukumā"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Kļūda atverot direktoriju '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Kļūda konversējot: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Kļūda konversējot: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Kļūda rindā %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, c-format
+msgid "Setting attribute %s not supported"
+msgstr ""
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Kļūda konversējot: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Kļūda konversējot: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Kļūda nolasot failu '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Kļūda rindā %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Kļūda konversējot: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Kļūda konversējot: %s"
+
+#: gio/gwin32appinfo.c:343
+#, c-format
+msgid "URIs not supported"
+msgstr ""
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s"
diff --git a/po/mg.po b/po/mg.po
index 45ec1a9..7ba3fec 100644
--- a/po/mg.po
+++ b/po/mg.po
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: GLIB VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -87,71 +87,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Tsy voavaky ny rohy misolotena '%s': %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Tsy raisina an-tànana ny famadihan'amboara-marika '%s' ho '%s'"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Tsy voasokatra ny mpanova rakitra '%s' ho '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Tsy mitombina filaharan'ny byte amin'ny zavatra ovaina"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Nisy olana teo am-panovana: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Tsy feno ny filaharan'ny marika amin'ny faran'ny zavatra ovaina"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Ny fallback '%s' tsy voaova ho amboaram-pango '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "Tsy mitombina ny URI '%s'"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Tsy mitombina ny anaram-mpampiantranon'ny URI '%s'"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, 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:1877
+#: glib/gconvert.c:1883
 #, 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:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Anaram-pampiantrano diso"
@@ -234,38 +234,60 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Tsy misy XXXXXX ny lasitra '%s'"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Tsy voavaky ny rohy misolotena '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Tsy raisina an-tànana ny rohy misolotena"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Tsy voasokatra ny mpanova rakitra '%s' ho '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "Tsy afaka manao famakiana fototra amin'ny g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Misy ambina data tsy voaova ao anatin'ny buffern'ny famakiana"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Marika tsy feno no mamarana ilay canal"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Tsy afaka manao famakiana fototra amin'ny g_io_channel_read_to_end"
@@ -280,23 +302,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Tsy voamap ny rakitra '%s': tsy nahomby ny mmap(): %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Misy tsy fetezana amin'ny andalana %d marika %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Nahita ary '&;' foana; ireto no fidirana ekena: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -307,17 +329,17 @@
 "anaran'ny ary. Raha toa ka tsy raisin'ny ary iray an-tànana io marika io "
 "(&), dia ataovy &amp; mba ialana izany"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Tsy mety atao amin'ny anaran'ary ny marika '%s'"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Tsy fantatra ny anaran'ary '%s'"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -326,7 +348,7 @@
 "hampiasa esperluette hanombohana ary angamba ianao - esperluette fialana toy "
 "ny &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -335,16 +357,16 @@
 "Tsy voazarazara ny '%-.*s' izay tokony ho isa anaty fiantsoana marika "
 "(&#234, ohatra). Mety lehibe loatra angamba ilay isa."
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Tsy manafango marika azo ampiasaina ny fiantsoana marika '%-.*s'"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Fiantsoana marika foana; tokony hisy isa toy ny &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -354,35 +376,35 @@
 "nihevitra hampiasa esperluette hanombohana ary angamba ianao - esperluette "
 "fialana toy ny &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Fiantsoana ary tsy vita"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Fiantsoana marika tsy vita"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Lahabolana voafango UTF-8 tsy mitombina"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Lahabolana voafango UTF-8 tsy mitombina"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Lahabolana voafango UTF-8 tsy mitombina"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr ""
 "Tsy maintsy manomboka amina singantaharo ilay tahirin-kevitra (oh. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -391,7 +413,7 @@
 "Tsy mety atao aorian'ny marika '<' ny marika '%s'. Tsy mety anombohana "
 "anaran-tsingataharo io"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -400,7 +422,7 @@
 "Marika '%s' hafahafa; nanantena marika '>' hamarana ny tag manomboka ny "
 "singantaharo '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -408,7 +430,7 @@
 "Marika '%s' hafahafa; nanantena '=' aorian'ny anaran'ny marika manokana '%s' "
 "amin'ny singantaharo '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -419,7 +441,7 @@
 "ny singantaharo '%s', na koa marika manokana iray. Mety nampiasa marika tsy "
 "ekena amin'ny anarana marika manokana angamba ianao."
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -428,7 +450,7 @@
 "Marika '%s' hafahafa; nanantena farango manokatra aorian'ny mira rehefa "
 "manome ny sanda ny marika manokana '%s' amin'ny singantaharo '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -437,7 +459,7 @@
 "Tsy mety atao aorian'ny marika '</' ny marika '%s'. Tsy mety anombohana "
 "anaran-tsingantaharo ny '%s'."
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -446,27 +468,27 @@
 "'%s' dia tsy mety atao aorian'ny anaran'ny singantaharo mamarana ny marika '%"
 "s'. '>' no marika mety atao eo"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Nofaranana ny singantaharo '%s'; tsy misy singantaharo misokatra izao"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "Nofaranana ny singantaharo '%s', fa  '%s' no singantaharo misokatra izao"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Foana na tsy misy afa-tsy elanelana ilay tahirin-kevitra"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Nifarana tampoka taoriana fonon-teny kitso loha '<' ilay tahirin-kevitra"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -475,7 +497,7 @@
 "Nifarana tampoka ilay tahirin-kevitra nefa misy singantaharo mbola "
 "misokatra; '%s' no singantaharo farany nisokatra"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -484,20 +506,20 @@
 "Nifarana tampoka ilay singantaharo; nanantena fonon-teny kitso loha mamarana "
 "ny tag <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Nifarana tampoka tanaty anaran-tsingataharo ilay tahirin-kevitra"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 "Nifarana tampoka tanaty tag manomboka singantaharo ilay tahirin-kevitra."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -505,19 +527,19 @@
 "Nifarana tampoka taorian'ny mira manaraka anarana marika manokana ilay "
 "tahirin-kevitra; tsy misy sanda-marika manokana"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 "Nifarana tampoka ilay tahirin-kevitra raha mbola tanaty sanda-marika manokana"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Nifarana tampoka tanatin'ny tag mamarana ny singantaharo '%s' ilay tahirin-"
 "kevitra"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Nifarana tampoka tanaty teny fanampiny na torolàlana fikirakirana ilay "
@@ -567,67 +589,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Marika tsy feno no mamarana ilay canal"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Tsy mitombina filaharan'ny byte amin'ny zavatra ovaina"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Fiantsoana marika tsy vita"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Fiantsoana marika tsy vita"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Fiantsoana marika tsy vita"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Tsy raisina an-tànana ny rohy misolotena"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Misy tsy fetezana amin'ny andalana %d marika %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Fiantsoana ary tsy vita"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -666,17 +879,17 @@
 msgid "Failed to read data from child process"
 msgstr "Tsy voavaky ny datan'ny fizotra zanaka"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Tsy voaforona ny fantsona ifandraisana amin'ny fizotra zanaka (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Tsy voavaky ny mpiatin'ny fantson'ny zanaka (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Tsy nahomby ny fanovana lahatahiry ho '%s' (%s)"
@@ -725,46 +938,46 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Tsy voavaky ny datan'ny fizotra zanaka (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Nisy olana tsy nampoizina tanatin'ny select() raha namaky ny datan'ny "
 "fizotra zanaka (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Nisy olana tsy nampoizina tanatin'ny waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Tsy nahavita nanasaka (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Tsy nahavita nandefa ny fizotra zanaka \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 "Tsy nahavita namily lalana ny fivoahana na fidiran'ny fizotra zanaka (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Tsy nahavita nanasaka ny fizotra zanaka (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr ""
 "Nisy olana tsy fantatra teo am-panatanterahana ny fizotra zanaka \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Tsy nahavaky data ampy tanatin'ny fantsona zanaka pid (%s)"
@@ -785,82 +998,82 @@
 msgid "Character out of range for UTF-16"
 msgstr "Mihoatra ny fetran'ny UTF-16 ilay marika"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Fampiasa:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[SAFIDY...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Safidy momba ny toro-làlana:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Asehoy ny safidy momba ny toro-làlana"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Asehoy ny safidy rehetra momba ny toro-làlana"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Safidy momba ny rindranasa:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Tsy afaka mizarazara ny sanda feno '%s' ho an'ny %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Mihoatra ny fetra ny sanda feno '%s' ho an'ny '%s'"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Tsy afaka mizarazara sanda roa '%s' ho an'ny '%s'"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Mihoatra ny fetra ny sanda roa '%s' ho an'ny '%s'"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Nisy olana teo am-pizarazarana ny safidy %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Tondrikin'ny %s tsy eo"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Safidy %s tsy fantatra"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 "Tsy hita anatin'ny lahatahiry misy ny data ny rakitra misy ny famaha marina"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Rakitra tsy mahazatra"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Foana ilay rakitra"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -868,52 +1081,52 @@
 "Misy andalana '%s' izay tsy roroa famaha-sanda, vondrona, na teny fanampiny "
 "ilay raki-pamaha"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Anaram-bondrona diso: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Tsy manomboka amina vondrona ilay raki-pamaha"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Anaram-pamaha diso: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Misy fango '%s' tsy raisina an-tànana ilay raki-pamaha"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Tsy manana vondrona '%s' ilay raki-pamaha"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Tsy manana famaha '%s' ilay raki-pamaha"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Misy famaha '%s' manana sanda '%s' izay tsy UTF-8 anatin'ilay raki-pamaha "
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Misy famaha '%s' manana sanda tsy mety avadika mba ho azo anatin'ilay raki-"
 "pamaha."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -922,37 +1135,588 @@
 "Misy famaha '%s' anatin'ny vondrona '%s' manana sanda izay tsy mety avadika "
 "mba ho azo ilay raki-pamaha."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Tsy manana famaha '%s' anatin'ny vondrona '%s' ilay raki-pamaha"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Misy marika fialana amin'ny faran'ny andalan'ilay raki-pamaha"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Misy fisesisesim-pialana '%s' tsy mitombina anatin'ilay raki-pamaha"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Tsy mety avadika ho isa mba ho azo ny sanda '%s'."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Mihoatra ny fetra ny sanda feno '%s'"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Tsy mety avadika ho isa float mba ho azo ny sanda '%s'."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Tsy mety avadika ho boleanina mba ho azo ny sanda '%s'."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Safidy %s tsy fantatra"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Tsy raisina an-tànana ny rohy misolotena"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Tsy raisina an-tànana ny rohy misolotena"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Anaram-pamaha diso: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Anaram-pampiantrano diso"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Tsy voaforona ny rakitra '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Tsy voaforona ny rakitra '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Tsy voaforona ny rakitra '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Nisy olana teo am-pizarazarana ny safidy %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Nisy olana teo am-panovana: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Nisy olana teo am-panovana: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Tsy raisina an-tànana ny rohy misolotena"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Nisy olana teo am-pizarazarana ny safidy %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Nisy olana teo am-pizarazarana ny safidy %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Rakitra tsy mahazatra"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Nisy olana teo am-pizarazarana ny safidy %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Nisy olana teo am-pizarazarana ny safidy %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Tsy raisina an-tànana ny rohy misolotena"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[SAFIDY...]"
diff --git a/po/mk.po b/po/mk.po
index 2fb2b0a..5f9c116 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD.mk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-08-12 03:17+0200\n"
 "Last-Translator: Jovan Naumovski <jovan@lugola.net>\n"
 "Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
@@ -93,71 +93,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Не успеав да ја проширам линијата за извршување „%s“ со URI „%s“"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Конвертирањето од  %s' во „%s“ не е поддржано"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Не можам да го отворам конверторот од „%s“ до „%s“"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Невалидна секвенца на бајти во влезот на конвертирањето"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Грешка при конвертирање: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Парцијална секвенца на карактер на крајот од влезот"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Не можам да го конвертирам „%s“ во енкодингот „%s“"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "„%s“ не е апсолутна адреса која што ја користи шемата на датотеката"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Локалното URI „%s“ може да не користи '#'"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "„%s“ е невалиден URI"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Името на хостот на URI %s е невалидно"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "„%s“ содржи невалидни посебни карактери"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Патеката „%s“ не е апсолутна патека"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Невалидно име на хост"
@@ -242,37 +242,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Мострата „%s“ не содржи со XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Не успеав да ја прочитам симболичката врска „%s“: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Симболичките врски не се поддржани"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Не можам да го отворам конверторот од „%s“ до „%s“: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Не можам да направам грубо читање во g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Преостанати неконвертирани податоци во баферот за читање"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Каналот се терминира во парцијален карактер"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Неможам да читам во g_io_channel_read_to_end"
@@ -287,24 +309,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Не успеав да ја означам датотеката „%s“: mmap() не успеа: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Грешка на линија %d char %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Грешка на линија %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Празен ентитет '&;' видени; валидни ентитети се: &amp; &quot; &lt; &gt; "
 "&apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -314,17 +336,17 @@
 "Карактерот „%s“ претставува невалиден почеток на име на ентитет, карактерот "
 "& го започнува ентитетот;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Карактерот „%s“ не е валиден внатре во името на ентитетот"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Името на ентитетот „%s“ е познато"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -332,7 +354,7 @@
 "Ентитетот не заврши со полуколоната; најверојатно сте користеле симбол без "
 "намера да започнете ентитет - избегнете го симболот со &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -342,16 +364,16 @@
 "внатрешен дигитален карактер (на пример, &#234) - најверојатно бројот е "
 "преголем"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Параметарот на карактерот '%-.*s' не енкодира забранет карактер"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Параметар за празен карактер; треба да содржи бројка како што е &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -361,32 +383,32 @@
 "користеле симбол без намера да започнете ентитет - одбегнете го симболот со "
 "&amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Недовршен параметар за ентитет"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Недовршен параметар за карактер"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Невалиден UTF-8 енкодиран текст - предолга секвенца"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Невалиден UTF-8 енкодиран текст - нема почетен знак"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Невалиден UTF-8 енкодиран текст - невалидно „%s“"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Документите мора да започнуваат со елемент (пр. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -394,7 +416,7 @@
 msgstr ""
 "„%s“ не е валиден карактер по '<' карактер; не може да започне име на елемент"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -403,7 +425,7 @@
 "Чуден карактер „%s“, очекував '>' карактер да го заврши почетниот таг на "
 "елементот „%s“"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -411,7 +433,7 @@
 "Чуден карактер „%s“, очекував '=' по името на атрибутот „%s“ од елементот '%"
 "s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -421,7 +443,7 @@
 "Чуден карактер „%s“, очекував '>' или '/' за да го затворам почетниот таг на "
 "елементот „%s“; можеби сте користеле невалиден карактер во името на атрибутот"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -430,7 +452,7 @@
 "Чуден карактер „%s“, се очекува отворен забележан цитат по еднаквите знаци "
 "кога се даваат вредности за атрибутот „%s“· од елементот „%s“·"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -439,7 +461,7 @@
 "„%s“ не е валиден карактер, по карактерите </';·„%s“·не може да започне име "
 "на елемент"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -448,26 +470,26 @@
 "„%s“·не е валиден карактер што би можел да доје по името на елементот „%s“, "
 "дозволениот карактер е '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Елементот „%s“ е затворен. Во моментов не е отворен ниеден елемент"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Елементот „%s“ е затворен, но тековно отворениот елемент е „%s“"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Документот е празен или содржи само празни места"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Документот заврши неочекувано веднаш по заградата за отворениот агол '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -476,7 +498,7 @@
 "Документот заврши неочекувано со сеуште отворени елементи - „%s“ беше "
 "последниот отворен елемент"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -485,36 +507,36 @@
 "Документот заврши неочекувано, очекував да видам го видам аголот на "
 "заградата за затворање на тагот <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Документот заврши неочекувано внатре во иметп на елементот"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Документот заврши неочекувано внатре во името на атрибутот"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Документот заврши неочекувано внатре во тагот за отворање на елементи."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr "Нема вредност за атрибутот"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 "Документот заврши неочекувано додека беше внатре во вредноста на атрибутот"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Документот заврши неочекувано внатре во тагот за затворање на елементи „%s“"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Документот заврши неочекувано внатре во коментар или инструкција за "
@@ -564,66 +586,257 @@
 msgid "unknown error"
 msgstr "непозната грешка"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Каналот се терминира во парцијален карактер"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Невалидна секвенца на бајти во влезот на конвертирањето"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Недовршен параметар за карактер"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Недовршен параметар за карактер"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Недовршен параметар за карактер"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Симболичките врски не се поддржани"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Грешка при совпаѓањето на регуларни изрази %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE библиотеката е компајлирана без UTF-8 поддршка"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE библиотеката е компајлирана без поддршка за својствата на UTF8"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Грешка при компајлирање на регуларниот израз %s кај знакот %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Грешка во оптимизирањето на регуларниот израз %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "Се очекува хексдецимална цифра или „}“"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "Се очекува хексдецимална цифра"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "недостасува „<“ во симболичката референца"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "Недовршена симболичка референца"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "симболичка референца со нулта должина"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "се очекува цифра"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "нелегална симболичка референца"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "занемари го финалното „\\“"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "непозната излезна секвенца"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Грешка при парсирањето на текстот за замена „%s“ на знакот %lu: %s"
@@ -662,17 +875,17 @@
 msgid "Failed to read data from child process"
 msgstr "Не успеав да ги прочитам податоците од подпроцесот"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Не успеав да креирам цевка за комуникација со другите подпроцеси (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Не успеав да прочитам од под-цевката (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Не успеав да го променам директориумот„%s“ (%s)"
@@ -721,43 +934,43 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Не успеав да ги прочитам податоците од подпроцесите (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Неочекувана грешка во select() при читањето на податоци од подпроцесот (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Неочекувана грешка во waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Не успеав да форкувам (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Не успеав да го извршам подпроцесот \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Не успеав да го пренасочам излезот или влезот на подпроцесот (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Не успеав да го форкувам подпроцесот (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Непозната грешка при извршувањето на подпроцесот \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Не успеав да прочитам доволно податоци од pid подцевката (%s)"
@@ -778,81 +991,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Карактерот е надвор од опсег за UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Употреба:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[ОПЦИЈА...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Опции за помош:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Покажи ги сите опции за помош"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Покажи ги сите опции за помош"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Опции на апликацијата:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Не можам да парсирам вредност за целобројната вредност „%s“ за %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Вредноста на целиот број „%s“ за %s е надвор од опсегот"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Не можам да ја анализирам целобројната вредност „%s“ за %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Вредноста на целиот број „%s“ за %s е надвор од опсегот"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Грешка при парсирањето на опцијата %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Недостига аргумент за %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Непозната опција „%s“·"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Не е пронајден валиден клуч во директориумите за пребарување"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Не е обична датотека"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Датотеката е празна"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -860,52 +1073,52 @@
 "Клучната датотека содржи линија „%s“· која што не е пар на клучна вредност, "
 "група или коментар"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Невалидно име на група: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Клучната датотека не започнува со група"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Невалидно име на клуч: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Клучната датотека содржи неподдржан енкодинг „%s“·"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Клучната датотека не ја содржи групата „%s“"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Клучната датотека не го содржи клучот „%s“"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Клучната датотека го содржи клучот „%s“ со вредноста „%s“ која што не е UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Клучната датотека го содржи клучот „%s“ чија што вредност неможе да биде "
 "препознаена."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -914,37 +1127,588 @@
 "Клучната датотека го содржи клучот „%s“ во групата „%s“ која што има "
 "вредност која што неможе да биде препознаена."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Клучната датотека не содржи клуч во „%s“ во групата „%s“"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Клучната датотека содржи специјални карактери на крајот на линијата"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Клучната датотека содржи невалидни посебни карактери „%s“"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Вредноста „%s“ неможе да биде препознаена како број."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Целобројната вредност „%s“ е надвор од опсегот"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Вредноста „%s“ неможе да биде препознаена како рационален број."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Вредноста „%s“ не може да биде препознаена како boolean."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "непозната грешка"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Симболичките врски не се поддржани"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Симболичките врски не се поддржани"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Невалидно име на клуч: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Невалидно име на хост"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Не успеав да ја креирам датотеката „%s“: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Не успеав да ја креирам датотеката „%s“: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Не успеав да ја креирам датотеката „%s“: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Грешка при парсирањето на опцијата %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Документот заврши неочекувано внатре во името на атрибутот"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Грешка при отворање на директориумот „%s“: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Грешка при конвертирање: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Грешка при конвертирање: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Грешка на линија %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Симболичките врски не се поддржани"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Грешка при парсирањето на опцијата %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Грешка при парсирањето на опцијата %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Не е обична датотека"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Грешка при читањето на датотеката „%s“: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Грешка на линија %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Грешка при парсирањето на опцијата %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Грешка при парсирањето на опцијата %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Симболичките врски не се поддржани"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[ОПЦИЈА...]"
diff --git a/po/ml.po b/po/ml.po
index 94ed066..5f21558 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD.ml\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-08-03 12:11+0530\n"
 "Last-Translator: Ani Peter <apeter@redhat.com>\n"
 "Language-Team: Malayalam <en@li.org>\n"
@@ -91,71 +91,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "'%s' എന്ന URI ഉളള '%s' എന്ന  exec വരി വികസിപ്പിക്കുന്നതില്‍ പരാജയപ്പെട്ടു"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "അക്ഷരക്കൂട്ടം'%s'ല് നിന്നും '%s'ലേക്കുളള മാറ്റം പിന്തുണയ്ക്കുന്നില്ല"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s'-ല്‍ നിന്നും '%s'-ലേക്ക് വേര്‍തിരിക്കുന്ന സംവിധാനം ലഭ്യമായില്ല"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "മാറ്റം വരുത്തുന്ന ഇന്‍പുട്ടില്‍ തെറ്റായ ബൈറ്റ് ക്രമം"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "മാറ്റം വരുത്തുന്നതില്‍ പരാജയം : %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "ഇന്‍പുട്ടിന്‍റെ അവസാനം ഭാഗികമായ അക്ഷര ക്രമം"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "ഫോള്‍സെറ്റ് '%s'-ല്‍ നിന്നും കോഡ്സെറ്റ് '%s'-ലേക്ക് മാറ്റുവാന്‍ സാധ്യമല്ല"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI %s \"file\" സ്കീം ഉപയോഗിക്കുന്ന പൂര്‍ണ്ണമായ ഒരു URI അല്ല"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "ലോക്കല്‍ ഫയല്‍ URI %s-ല്‍ '#' ഉല്‍പ്പെടുത്താന്‍ പാടില്ല"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' അസാധുവാണ്"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI '%s'-ന്‍റെ ഹോസ്റ്റ് നാമം അസാധുവാണ്"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s'-ല്‍ അസാധുവായ എസ്കേപ്ഡ് അക്ഷരങ്ങള്‍ ഉണ്ട്"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "'%s' പാഥ് നാമം പൂര്‍ണ്ണമായ ഒരു പാഥ് അല്ല"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "സാധുതയില്ലാത്ത ഹോസ്റ്റ് നാമം"
@@ -236,37 +236,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "ടെംപ്ളേറ്റ് \"%s\"-ല്‍ XXXXXX ലഭ്യമല്ല"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "സിബോളിക്ക് ലിങ്ക് '%s' വായിക്കുന്നതില്‍ പരാജയപ്പെട്ടു: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "സിബോളിക്ക് ലിങ്ക് പിന്തുണയ്ക്കുന്നില്ല"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "'%s'-ല്‍ നിന്നും '%s'-ലേക്ക് വേര്‍തിരിക്കുന്ന സംവിധാനം ലഭ്യമായില്ല: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string-ല്‍ റോ വായന സാധ്യമല്ല"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "റീഡ് ബഫറില്‍ ബാക്കിയുളള വേര്‍തിരിക്കാത്ത ഡേറ്റാ"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "ചാനല്‍ അവസാനിക്കുന്നത് ഭാഗികമായ അക്ഷരത്തില്‍ ആണ്"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end-ല്‍ റോ വായന സാധ്യമല്ല"
@@ -281,23 +303,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "ഫയല്‍ '%s' മാപ്പ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു: mmap() പരാജയപ്പെട്ടു: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "വരി %d-ല്‍ അക്ഷരം %d-ല്‍ പിശക്: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "വരി %d-ല്‍ പിശക്: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "‌ശൂന്യമായ എന്‍റിന്‍റി '&;' കണ്ടു; അനുവദനീയമായവ ഇവയാണ്: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -307,17 +329,17 @@
 "%sല് ഒരു എന്‍റിന്‍റി തു‌ടങ്ങാവുന്നതല്ല. & എന്ന അക്ഷരം ഒരു എന്‍റിന്‍റിയുടെ തുടക്കം കുറിക്കുന്നു. & ഒരു "
 "എന്‍റിന്‍റിഅല്ലെങ്കില്‍ &amp; എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "'%s' എന്ന അക്ഷരത്തിന് എന്‍റിന്‍റിയുടെ പേരിനുള്ളില്‍ സാധുതയില്ല"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "എന്‍റിന്‍റി നാമം '%s' അപരിചിതമാണ്"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -325,7 +347,7 @@
 "എന്‍റിന്‍റി ഒരു അര്ദ്ധവിരാമത്തില് അവസാനിക്കുന്നില്ല.  & എന്ന അക്ഷരം അറിയാതെ ഉള്‍ക്കൊളളാന്‍ "
 "ഇടയായോ? & ഒരു എന്‍റിന്‍റി അല്ലെങ്കില്‍ &amp; എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -334,17 +356,17 @@
 "'%-.*s' പാഴ്സ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു, ഇത് അക്ഷര റഫറന്‍സിനുളളില്‍ ഒരു അക്കം ആയിരിക്കണമാരുന്നു "
 "(&#234; ഉദാഹരണത്തിന്) - ഒരു പക്ഷേ അക്കം വളരെ വലുതാവാം"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr ""
 "അക്ഷരത്തിന്‍റെ സൂചനയായ '%-.*s' ഒരു അനുവദനീയമായ രഹസ്യ അക്ഷരത്തിലേക്കല്ല വേര്‍തിരിക്കുന്നത്"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "ശൂന്യമായ അക്ഷര സൂചനാ; &#454 പോലുളള അക്കം ഉല്‍പ്പെടുത്തേണ്ടതാണ്;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -353,34 +375,34 @@
 "അക്ഷരസൂചകം ഒരു അര്ദ്ധവിരാമത്തില് അവസാനിക്കുന്നില്ല.  & എന്ന അക്ഷരം അറിയാതെ ഉള്‍ക്കൊളളാന്‍ "
 "ഇടയായോ? & ഒരു  സത്ത അല്ലെങ്കില് &amp; എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "പൂര്‍ണ്ണമാകാത്ത എന്‍റിന്‍റി സൂചനാ"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "പൂര്‍ണ്ണമാകാത്ത അക്ഷര സൂചനാ"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "സാധുതയില്ലാത്ത UTF-8 രഹസ്യ വാചകം"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "സാധുതയില്ലാത്ത UTF-8 രഹസ്യ വാചകം"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "സാധുതയില്ലാത്ത UTF-8 രഹസ്യ വാചകം"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "രേഖ തുടങ്ങേണ്ടത് ഒരു എലമെന്‍റിലാണ് (ഉദാ <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -388,7 +410,7 @@
 msgstr ""
 "'<' അക്ഷരത്തിന് പിന്നിലുളള '%s' ഒരു അസാധുവായ അക്ഷരമാണ്; ഇത് ഒരു എലമെന്‍റ് പേര് തുടങ്ങില്ല"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -397,14 +419,14 @@
 "ഓഡ് അക്ഷരം '%s', എലമെന്‍റ് '%s' ആരംഭിക്കുന്ന ടാഗ് അവസാനിക്കേണ്ടത് '>' അക്ഷരത്തിലാവും എന്ന് "
 "പ്രതീക്ഷിക്കുന്നു"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "ഓഡ് അക്ഷരം '%s', എലമെന്‍റ് '%s'-ന്‍റെ സവിശേഷത നാമം '%s'-ന് ശേഷം ഒരു '=' പ്രതീക്ഷിക്കുന്നു"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -415,7 +437,7 @@
 "ആട്റിബ്യൂട്ട് ആണ് '%s' എന്ന എലമെന്‍റിന്‍റെ ആരംഭത്തിലുളള ടാഗ് അവസാനിപ്പിക്കുന്നതിന് പ്റതീക്ഷിച്ചത്; "
 "ഒരു പക്ഷേ, ആട്റിബ്യൂട്ടിന്‍റെ പേരില്‍ നിങ്ങള്‍ തെറ്റായ അക്ഷരം ആവാം ഉപയോഗിച്ചത്"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -424,7 +446,7 @@
 "'%s' ഒരു ഓഡ് അക്ഷരം ആണ്, '%s' എന്ന എലമെന്‍റിന്‍റെ ആട്റിബ്യൂട്ട് ആയ '%s'-നുളള മൂല്ല്യം നല്‍കുമ്പോള്‍ "
 "സമം‌ എന്ന ചിഹ്നത്തിന് ശേഷം ഒരു തുറന്ന കോട്ട് ആണ് പ്റതീക്ഷിച്ചത്"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -432,7 +454,7 @@
 msgstr ""
 "'</' അക്ഷരങ്ങള്‍ക്ക് ശേഷം ഉളള '%s', അസാധുവായ അക്ഷരമാണ്; '%s' ഒരു എലമെന്‍റ് നാമം തുടങ്ങുന്നില്ല"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -440,25 +462,25 @@
 msgstr ""
 "എലമെന്‍റ് നാമം '%s'-ന് ശേഷം ഉളള '%s', ഒരു അസാധുവായ അക്ഷരമാണ്; '>' അക്ഷരമാണ് അനുവദിക്കുന്നത്"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, ഒരു എലമെന്‍റുകളും നിലവില്‍ തുറന്നിട്ടില്ല"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, പക്ഷേ നിലവില്‍ ലഭ്യമായ എലമെന്‍റ് '%s' ആണ്"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "രേഖ ശൂന്യമാണ് അല്ലെങ്കില്‍ അതില്‍ വയിറ്റ് സ്പെയിസ് മാത്രമേ ഉള്ളൂ"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "ഒരു '<' ബ്രാക്കറ്റിന് ശേഷം രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചിരിക്കുന്നു "
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -467,7 +489,7 @@
 "എലമെന്‍റുകള്‍ തുറന്നു കിടക്കുന്പോള്‍ തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു - ഒടുവില്‍ തുറന്ന എലമെന്‍റ് "
 "'%s' ആണ്"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -476,19 +498,19 @@
 "തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു, ടാഗ് <%s/>-ന് അവസാനമായി ഒരു ക്ളോസ് ആങ്കില്‍ ബ്രാക്കറ്റ് "
 "പ്രതീക്ഷിക്കുന്നു"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "ഒരു എലമെന്‍റിന്‍റെ നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "ഒരു എലമെന്‍റ്-ഓപ്പണിങ് ടാഗിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -496,16 +518,16 @@
 "സമം ചിഹ്നത്തിന് ശേഷം ഒരു ആട്റിബ്യൂട്ടിന്‍റെ പേര് ആയതിനാല്‍ അപ്റതീക്ഷിതമായി ഡോക്യുമെന്‍റ് "
 "അവസാനിച്ചു; ആട്റിബ്യൂട്ടിന് മൂല്ല്യം ലഭ്യമല്ല"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ വച്ച് രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "എലമെന്‍റ് '%s'-ന്‍റെ ക്ളോസ് ടാഗിനുള്ളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "ഒരു അഭിപ്രായം അല്ലെങ്കില്‍ ഒരു പ്രക്രിയ നടത്തുന്ന നിര്‍ദ്ദേശത്തിനുള്ളില്‍ രേഖ അപ്രതീക്ഷിതമായി "
@@ -555,66 +577,257 @@
 msgid "unknown error"
 msgstr "അപരിചിതമായ പിശക്"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "ചാനല്‍ അവസാനിക്കുന്നത് ഭാഗികമായ അക്ഷരത്തില്‍ ആണ്"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "മാറ്റം വരുത്തുന്ന ഇന്‍പുട്ടില്‍ തെറ്റായ ബൈറ്റ് ക്രമം"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "പൂര്‍ണ്ണമാകാത്ത അക്ഷര സൂചനാ"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "പൂര്‍ണ്ണമാകാത്ത അക്ഷര സൂചനാ"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "പൂര്‍ണ്ണമാകാത്ത അക്ഷര സൂചനാ"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "സിബോളിക്ക് ലിങ്ക് പിന്തുണയ്ക്കുന്നില്ല"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "സാധാരണ എക്സ്പ്രെഷന്‍ ആയ %s-നൊപ്പം പൊരുത്തപ്പെടുത്തുമ്പോള്‍ പിശക്: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "UTF8 പിന്തുണ ഇല്ലാതെയാണ് PCRE ലൈബ്ററി സംഗ്റഹിച്ചിരിക്കുന്നത്"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "UTF8 ഗുണഗണങ്ങളുടെ പിന്തുണ ഇല്ലാതെയാണ് PCRE ലൈബ്ററി സംഗ്റഹിച്ചിരിക്കുന്നത്"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "സാധാരണ എക്സ്പ്രെഷന്‍ ആയ %s കംപൈല്‍ ചെയ്യുമ്പോള്‍ %d എന്ന അക്ഷരത്തില്‍ പിശക് : %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "%s എന്ന സാധാരണ എക്സ്പ്രെഷന്‍ കൈകാര്യം ചെയ്യുന്നതില്‍ പിശക്: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "ഹെക്സാ ഡെസിമല്‍ അക്കം അല്ലെങ്കില്‍ '}' ആവശ്യമുണ്ട് "
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "ഹെക്സാ ഡെസിമല്‍ അക്കം ആവശ്യമുണ്ട്"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "സിംപോളിക് സൂചനയില്‍ '<' ലഭ്യമല്ല"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "പൂര്‍ണ്ണമാകാത്ത സിംപോളിക് സൂചനാ"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "zero-length symbolic reference"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "അക്കം ആവശ്യമുണ്ട്"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "തെറ്റായ സിംപോളിക് സൂചനാ"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "stray final '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "അപരിചിതമായ എസ്കേപ്പ് സീക്വന്‍സ്"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "പകരമായുളള ടെക്സ്റ്റ് ആയ \"%s\" %lu-ല്‍ പാഴ്സ് ചെയ്യുന്നതിനിടയില്‍ പിശക്: %s"
@@ -649,17 +862,17 @@
 msgid "Failed to read data from child process"
 msgstr "ചൈള്‍ഡ് പ്രക്രിയയില്‍ നിന്നും വായിക്കുന്നതില്‍ പരാജയപ്പെട്ടു"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "ചൈള്‍ഡ് പ്രക്രിയയുമായി ബന്ധപ്പെടുന്നതിനുളള പൈപ്പ് ഉണ്ടാക്കുന്നതില്‍ പരാജയപ്പെട്ടു (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "ചൈള്‍ഡ് പൈപ്പില്‍ നിന്നും വായിക്കുന്നതില്‍ പരാജയപ്പെട്ടു (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "ഡയറക്ടറി '%s'-ലേക്ക് മാറ്റുന്നതില്‍ പരാജയപ്പെട്ടു (%s)"
@@ -708,43 +921,43 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "ചൈള്‍ഡ് പ്രക്രിയയില്‍ നിന്നും വായിക്കുന്നതില്‍ പരാജയപ്പെട്ടു (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "ചൈള്‍ഡ് പ്രക്രിയയില്‍ (%s) നിന്നും ഡേറ്റാ വായിക്കുന്പോള്‍ select()-ല്‍ അപ്രതീക്ഷിതമായ പിശക് "
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid()-ല്‍ അപ്രതീക്ഷിതമായ പിശക്  (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "fork ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "ചൈള്‍ഡ് പ്രക്രിയ \"%s\" (%s) പ്രവര്‍ത്തിപ്പിക്കുന്നതില്‍ പരാജയപ്പെട്ടു "
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "ചൈള്‍ഡ് പ്രക്രിയയുടെ ഔട്ട് പുട്ട് അല്ലെങ്കില്‍ ഇന്‍പുട്ട് തിരിച്ച് വിടുന്നതില്‍ പരാജയപ്പെട്ടു (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "ചൈള്‍ഡ് പ്രക്രിയ fork ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "ചൈള്‍ഡ് പ്രക്രിയ \"%s\" പ്രവര്‍ത്തിപ്പിക്കുന്നതില്‍ അപ്രതീക്ഷിതമായ പിശക്"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "ചൈള്‍ഡ് pid പൈപ്പിന്‍ നിന്നും ആവശ്യത്തിനുളള ഡേറ്റാ വായിക്കുന്നതില്‍ പരാജയപ്പെട്ടു (%s)"
@@ -765,167 +978,718 @@
 msgid "Character out of range for UTF-16"
 msgstr "UTF-16 പരിധിയില്‍ നിന്നും പുറത്താണ് അക്ഷരം"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "ഉപയോഗിക്കേണ്ട വിധം:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "സഹായ ഉപാധികള്‍:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "സഹായ ഉപാധികള്‍ കാണിക്കുക"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "എല്ലാ സഹായ ഉപാധികളും കാണിക്കുക"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "പ്രയോഗത്തിനുളള ഉപാധികള്‍:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "%s-ന് വേണ്ടി ഇന്‍റിജര്‍ മൂല്ല്യം '%s' പാഴ്സ് ചെയ്യുവാന്‍ സാധ്യമല്ല"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%s-ന് വേണ്ടിയുളള ഇന്‍റിജര്‍ മൂല്ല്യം '%s' പരിധിയ്ക്ക് പുറത്താണ്"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "%s-ന് വേണ്ടി ഡബിള്‍ മൂല്ല്യം '%s' പാഴ്സ് ചെയ്യുവാന്‍ സാധ്യമല്ല"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%s-ന് വേണ്ടിയുളള ഡബിള്‍ മൂല്ല്യം '%s' പരിധിയ്ക്ക് പുറത്താണ്"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "%s ഉപാധി പാഴ്സ് ചെയ്യുന്നതില്‍ പിശക്"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s-നുളള ആര്‍ഗ്യുമെന്‍റ് ലഭ്യമല്ല"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "അപരിചിതമായ ഉപാധി %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "തിരച്ചില്‍ നടത്തിയ ഡയറക്ടറികളില്‍ സാധുതയുളള കീ ഫയല്‍ ലഭ്യമല്ല"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "ഒരു സാധാരണ ഫയല്‍ അല്ല"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "ഫയല്‍ ശൂന്യമാണ്"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 "കീ ഫയലില്‍ ഉളള '%s' എന്ന വരി ഒരു കീ-മൂല്ല്യം ജോടി അല്ലെങ്കില്‍ ഒരു ഗ്റൂപ്പോ അഭിപ്റായമോ അല്ല"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "അസാധുവായ ഗ്രൂപ്പ് നാമം: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "കീ ഫയല്‍ ആരംഭിക്കുന്നത് ഒരു ഗ്രൂപ്പിലല്ല"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "അസാധുവായ കീ നാമം: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "പിന്തുണയ്ക്കാത്ത രഹസ്യ ഭാഷ '%s' കീ ഫയല്‍ പിന്തുണയ്ക്കുന്നു"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "കീ ഫയലിന് '%s' എന്ന ഗ്രൂപ്പില്ല"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "കീ ഫയലിന് '%s' എന്ന കീയില്ല"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "UTF-8 അല്ലാത്ത '%s' മൂല്ല്യമുളള കീ '%s' കീ ഫയലിലുണ്ട്"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "തിരിച്ചറിയുവാന്‍ കഴിയാത്ത മൂല്ല്യമുളള കീ '%s' കീ ഫയലിലുണ്ട്"
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr "തിരിച്ചറിയുവാന്‍ കഴിയാത്ത മൂല്ല്യമുളള കീ '%s', '%s' എന്ന ഗ്രൂപ്പില്‍ കീ ഫയലിലുണ്ട്."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "ഗ്രൂപ്പ് '%s'-ല്‍ കീ ഫയലിന് കീ '%s' ലഭ്യമല്ല"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "കീ ഫയലിന്‍റെ വരിയുടെ അവസാനം എസ്കെയിപ്പ് അക്ഷരം ലഭ്യമാണ്"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "കീ ഫയലില്‍ അസാധുവായ എസ്കെയിപ്പ് സീക്വന്‍സ് '%s' ലഭ്യമാണ്"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "മൂല്ല്യം '%s' ഒരു അക്കമായി കണക്കാക്കുവാന്‍ സാധ്യമല്ല."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "ഇന്‍റിജര്‍ മൂല്ല്യം '%s' പരിധിയ്ക്ക് പുറത്ത്"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "മൂല്ല്യം '%s' ഒരു ഫ്ളോട്ട് അക്കമായി കണക്കാക്കുവാന്‍ സാധ്യമല്ല."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "മൂല്ല്യം '%s' ഒരു ബൂളിയനായി കണക്കാക്കുവാന്‍ സാധ്യമല്ല."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "അപരിചിതമായ പിശക്"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "സിബോളിക്ക് ലിങ്ക് പിന്തുണയ്ക്കുന്നില്ല"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "സിബോളിക്ക് ലിങ്ക് പിന്തുണയ്ക്കുന്നില്ല"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "അസാധുവായ കീ നാമം: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "സാധുതയില്ലാത്ത ഹോസ്റ്റ് നാമം"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "ഫയല്‍ '%s' സൃഷ്ടിക്കുന്നതില്‍ പരാജയം: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "ഫയല്‍ '%s' സൃഷ്ടിക്കുന്നതില്‍ പരാജയം: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "ഫയല്‍ '%s' സൃഷ്ടിക്കുന്നതില്‍ പരാജയം: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "%s ഉപാധി പാഴ്സ് ചെയ്യുന്നതില്‍ പിശക്"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "ഡയറക്ടറി '%s' തുറക്കുന്നതില്‍ പിശക്: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "മാറ്റം വരുത്തുന്നതില്‍ പരാജയം : %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "മാറ്റം വരുത്തുന്നതില്‍ പരാജയം : %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "വരി %d-ല്‍ പിശക്: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "സിബോളിക്ക് ലിങ്ക് പിന്തുണയ്ക്കുന്നില്ല"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "%s ഉപാധി പാഴ്സ് ചെയ്യുന്നതില്‍ പിശക്"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "%s ഉപാധി പാഴ്സ് ചെയ്യുന്നതില്‍ പിശക്"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "ഒരു സാധാരണ ഫയല്‍ അല്ല"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "%s വായിക്കുന്നതില്‍‌ പരാജയം : %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "വരി %d-ല്‍ പിശക്: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "%s ഉപാധി പാഴ്സ് ചെയ്യുന്നതില്‍ പിശക്"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "%s ഉപാധി പാഴ്സ് ചെയ്യുന്നതില്‍ പിശക്"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "സിബോളിക്ക് ലിങ്ക് പിന്തുണയ്ക്കുന്നില്ല"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
diff --git a/po/mn.po b/po/mn.po
index e4acbe4..dd48f7e 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -97,73 +97,73 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "»%s« символик холбоос уншигдсангүй: %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Тэмдэгт олонлог »%s« ээс »%s« рүү хөрвүүлэх дэмжигдээгүй байна"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "»%s« ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Хөрвүүлэлтийн оролтод хүчингүй байт дараалал байна"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Хөрвүүлж байхад алдаа: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Оролтын төгсгөлд хагас тэмдэгтийн дараалал"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "»%s« ухарч »%s« кодчилол руу хөрвөхгүй байна"
 
 # CHECK
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI »%s« нь файл схемд хэрэглэгддэг үнэмлэхүй хаяг биш"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Дотоод URI »%s« нь »#« -г агуулж болохгүй"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "»%s« URI хүчингүй"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI »%s« -н хостын нэр хүчингүй"
 
 # CHECK
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "»%s« URI хүчингүй Escape-тэмдэгт агуулж байна"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "»%s« замын нэр үнэмлэхүй зам биш"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Хүчингүй хостын нэр"
@@ -243,37 +243,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "»%s« хэв XXXXXX -р төгсөхгүй байна"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "»%s« символик холбоос уншигдсангүй: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Символик холбоос дэмжигдээгүй"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "»%s« -ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Raw-read in g_io_channel_read_line_string боломжгүй"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Унших буфэрт хөрвүүлээгүй файл байна"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Суваг тал тэмдэгтээр төгслөө"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Raw-read in g_io_channel_read_to_end боломжгүй"
@@ -288,24 +310,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "%d мөрөнд %d тэмдэгт алдаатай байна: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "%d мөрөнд алдаа: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Хоосон абт »&;« олдлоо; хүчинтэй абтууд &amp; &quot; &lt; &gt; &apos; юм. "
 "(абт=аский биш тэмдэгт)"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -315,18 +337,18 @@
 "Абтын нэрийн эхлэлийн »%s« тэмдэгт хүчингүй; Абт & тэмдэгтээр эхэлдэг; "
 "Хэрвээ энэ амперсаныг абт бишээр авах хэрэгтэй бол &amp; гэж бичнэ үү"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "»%s« тэмдэгт абтын нэрэнд хүчингүй"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Абтын нэр »%s« тодорхойгүй"
 
 # CHECK
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -334,7 +356,7 @@
 "Абт цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын эхлэл бусаар "
 "хэрэглэхийг хүссэн байх - Та &amp; гэж бичнэ үү"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -343,16 +365,16 @@
 "»%-.*s« тэмдэгтийн дотор тоо байх ёстой (&#234; шиг) , задлан ялгалд "
 "танигдсангүй - магадгүй хэтэрхий том тоо байна уу"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "»%-.*s« тэмдэгт холбоос зөвшөөрөгдөөгүй тэмдэгтээр кодлогдсон байна"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Хоосон тэмдэгтийн холбоос; &#454; гэх мэт тоо агуулах ёстой"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -361,34 +383,34 @@
 "Тэмдэгт холбоос цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын "
 "эхлэл бусаар хэрэглэхийг хүссэн байх - Та &amp; гэж бичнэ үү"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Төгсгөлгүй абт холбоос"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Төгсгөлгүй тэмдэгт холбоос"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Баримт ямар нэгэн элементээр эхлэх ёстой (Ж.нь <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -397,7 +419,7 @@
 "»%s« нь »<«-тэмдэгтийн арын хүчингүй тэмдэгт; Энэ нь элементийн нэрээр эхэлж "
 "болохгүй."
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -406,7 +428,7 @@
 "Сонин тэмдэгт »%s«, »%s« элементийн эхлэлийн тагийг хаахад »>« тэмдэгт дутуу "
 "байна"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -414,7 +436,7 @@
 "Сонин тэмдэгт »%s«, »%s« элементийн »%s« аттрибутын нэрийн дараа »=« "
 "хүлээгдэж байна"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -425,7 +447,7 @@
 "нэр эсвэл харин »>« эсвэл »/« тэмдэгт хүлээгдэж байна; Магадгүй та "
 "аттрибутын нэрэндээ хүчингүй тэмдэгт хэрэглэжээ"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -434,7 +456,7 @@
 "Сонин тэмдэгт »%s«; »%s« элементийн »%s« аттрибутын хувьд өгсөн утга "
 "тэнцүүгийн тэмдэгийн дараах хашилтыг хүлээж байна"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -443,7 +465,7 @@
 "»%s« хүчингүй тэмдэгт, хэрвээ энэ нь »</« тэмдэгтийн ард орвол; »%s« "
 "ньэлементийн нэрээр эхэлж болохгүй"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -452,25 +474,25 @@
 "»%s« хүчингүй тэмдэгт, хэрвээ энэ нь хааж буй »%s« элементийн нэрийн ард "
 "байгаа бол; »>« тэмдэгт хүчинтэй"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "»%s« элемент хаагдсан, Одоогоор ямарч элемент нээлттэй бус байна"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "»%s« элемент хаагдсан, харин одоогоор »%s« элемент нээлттэй байна"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Баримт хоосон эсвэл зүгээр цагаан зай агуулж байна"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Баримт нээлттэй өнцөгтэй хаалт »<« -н дараа гэнэт төгсөв"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -479,7 +501,7 @@
 "Баримт нээлттэй элементүүдтэйгээр гэнэтийн байдлаар төгсөв - »%s« сүүлчийн "
 "нээлттэй элемент нь"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -488,21 +510,21 @@
 "Баримт гэнэтийн байдлаар төгсөв, таг <%s/> -г хаах өнцөгтэй хаалт "
 "»>«хүлээгдэж байна"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Баримт нэгэн элементийн нэрийн дотор гэнэтийн байдлаар төгсөв"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Баримт нэгэн аттрибут нэрийн дотор гэнэтийн байдлаар төгсөв"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 "Баримт нээгдэж буй тагийн нэгэн элементийн нэрийн дотор гэнэтийн байдлаар "
 "төгсөв."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -510,18 +532,18 @@
 "Баримт аттрибут нэрийн дараах тэнцүүгийн тэмдэгийн дараа гэнэтийн байдлаар "
 "төгсөв; аттрибутын утга алга"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Баримт нэгэн аттрибутын утгын дотор гэнэтийн байдлаар төгсөв"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Баримт гэнэтийн байдлаар нэгэн хаагдаж буй »%s« элементийн тагийн дотор "
 "төгсөв"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Баримт тайлбар эсвэл заавар боловсруулалтын дотор гэнэтийн байдлаар төгсөв"
@@ -570,67 +592,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Суваг тал тэмдэгтээр төгслөө"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Хөрвүүлэлтийн оролтод хүчингүй байт дараалал байна"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Төгсгөлгүй тэмдэгт холбоос"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Төгсгөлгүй тэмдэгт холбоос"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Төгсгөлгүй тэмдэгт холбоос"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Символик холбоос дэмжигдээгүй"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "%d мөрөнд %d тэмдэгт алдаатай байна: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Төгсгөлгүй абт холбоос"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -667,17 +880,17 @@
 msgid "Failed to read data from child process"
 msgstr "Өгөгдөл хүү процессоор уншигдсангүй"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Хүү процесстой (%s) холбогдох шугам үүсгэж чадсангүй"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Хүү процессын (%s) шугамаас унших бүтэлгүйтлээ"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "»%s« (%s) лавлах солигдсонгүй"
@@ -726,44 +939,44 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Хүү процессын  (%s) өгөгдөл уншигдсаж чадсангүй"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Хүү процессоос (%s) өгөгдөл уншиж байхад select() дотор санамсаргүй алдаа "
 "гарлаа"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Санамсаргүй алдаа waitpid() дотор (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Салаалалт нурлаа (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Хүү процесс »%s« -г ажиллуулах нурлаа (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Хүү процессийн (%s) гаралт эсвэл оролтыг солих нурлаа"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Хүү процессын (%s) салаалалт нурлаа"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "»%s« хүү процессыг ажиллуулж байхад тодорхойгүй алдаа"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -786,130 +999,130 @@
 msgid "Character out of range for UTF-16"
 msgstr "UTF-16 хязгаараас гаднах тэмдэгт"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Хэрэглээ:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Тусламж:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Тусламж харуулах"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Бүх тусламж харуулах"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Програм:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, fuzzy, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "'%s' бүхэл тоог --%s -н хувьд шинжлэх боломжгүй"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "'%s' бүхэл %s -н хувьд хязгаараас хальжээ"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, fuzzy, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "'%s' бүхэл тоог --%s -н хувьд шинжлэх боломжгүй"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, fuzzy, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "'%s' бүхэл %s -н хувьд хязгаараас хальжээ"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Хөрвүүлж байхад алдаа: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Тодорхойгүй утга %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Өгөгдлийн лавлахаас хүчинтэй утга олдсонгүй"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Тохиромжгүй файл"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Файл хоосон"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 "Түлхүүр файл түлхүүр утга, бүлэг, эсвэл тайлбаргүй  '%s' мөр агуулж байна."
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Хүчингүй хостын нэр"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Түлхүүр файл бүлэг утгаар эхлэх боломжгүй"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Хүчингүй хостын нэр"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Түлхүүр файлд дэмжигдээгүй кодчилол '%s' байна"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Түлхүүр файлд '%s' бүлэг алга"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Түлхүүр файлд '%s' түлхүүр алга"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Түлхүүр файлд '%s' мөр '%s' гэсэн UTF-8 бус утгатай байна"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "Түлхүүр файлд илэрхийлэх боломжгүй '%s' утга байна."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -917,42 +1130,593 @@
 msgstr ""
 "Түлхүүр файлын '%2$s' бүлэгт '%1$s' гэсэн илэрхийлэх боломжгүй утга байна."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Түлхүүр файлын '%2$s' бүлэгт '%1$s' түлхүүр алга"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Түлхүүр файлын мөрийн төгсгөлд ESC тэмдэгт байна"
 
 # CHECK
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Түлхүүр файлд »%s« хүчингүй escape-тэмдэгт байна"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "'%s' утга бүхэл тоогоор илэрхийлэгдэх боломжгүй."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, fuzzy, c-format
 msgid "Integer value '%s' out of range"
 msgstr "'%s' бүхэл %s -н хувьд хязгаараас хальжээ"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, fuzzy, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "'%s' утга бүхэл тоогоор илэрхийлэгдэх боломжгүй."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "'%s' утга бүүл утгаар дүрслэгдэх боломжгүй ."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Тодорхойгүй утга %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Символик холбоос дэмжигдээгүй"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Символик холбоос дэмжигдээгүй"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Хүчингүй хостын нэр"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Хүчингүй хостын нэр"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "»%s« файл үүсгэгдсэнгүй: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "»%s« файл үүсгэгдсэнгүй: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "»%s« файл үүсгэгдсэнгүй: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Хөрвүүлж байхад алдаа: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Баримт нэгэн аттрибут нэрийн дотор гэнэтийн байдлаар төгсөв"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "»%s« лавлахыг нээхэд алдаа: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Хөрвүүлж байхад алдаа: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Хөрвүүлж байхад алдаа: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "%d мөрөнд алдаа: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Символик холбоос дэмжигдээгүй"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Хөрвүүлж байхад алдаа: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Хөрвүүлж байхад алдаа: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Тохиромжгүй файл"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "%d мөрөнд алдаа: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Хөрвүүлж байхад алдаа: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Хөрвүүлж байхад алдаа: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Символик холбоос дэмжигдээгүй"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s"
diff --git a/po/mr.po b/po/mr.po
index ef5e34d..e9a41ba 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -7,14 +7,15 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD.mr\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-29 03:51+0000\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-12-08 15:28+0530\n"
 "Last-Translator: sandeep shedmake <sandeep.shedmake@gmail.com>\n"
 "Language-Team: marathi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"\n"
 "\n"
 "\n"
 "\n"
@@ -23,1388 +24,1680 @@
 "\n"
 "X-Generator: KBabel 1.11.4\n"
 
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
 #, c-format
 msgid "Unexpected attribute '%s' for element '%s'"
 msgstr "'%s' घटकाकरीता '%s' अनपेक्षित गुणधर्म"
 
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
 #, c-format
 msgid "Attribute '%s' of element '%s' not found"
 msgstr "'%s' घटकाकरीता '%s' गुणधर्म आढळले नाही"
 
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
 #, c-format
 msgid "Unexpected tag '%s', tag '%s' expected"
 msgstr "अनपेक्षीत टॅग '%s', टॅग '%s' अपेक्षीत"
 
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
 #, c-format
 msgid "Unexpected tag '%s' inside '%s'"
 msgstr "'%2$s' च्या आत, '%1$s' अनपेक्षीत टॅग"
 
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
+#, c-format
 msgid "No valid bookmark file found in data dirs"
 msgstr "माहिती संचयीकेत वैध ओळखचिन्ह आढळले नाही"
 
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
 #, c-format
 msgid "A bookmark for URI '%s' already exists"
 msgstr "URI '%s' करीता ओळखचिन्ह आधिपासूनच अस्तित्वात आहे"
 
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
 #, c-format
 msgid "No bookmark found for URI '%s'"
 msgstr "URI '%s' करीता ओळखचिन्ह आढळले नाही"
 
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
 #, c-format
 msgid "No MIME type defined in the bookmark for URI '%s'"
 msgstr "URI '%s' करीता ओळखचिन्हात MIME प्रकार व्याख्यीत नाही."
 
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
 #, c-format
 msgid "No private flag has been defined in bookmark for URI '%s'"
 msgstr "URI '%s' करीता ओळखचिन्हात वैयक्तिक बाब व्याख्यीत नाही."
 
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
 #, c-format
 msgid "No groups set in bookmark for URI '%s'"
 msgstr "URI '%s' करीता ओळखचिन्हात गट निश्चित नाही."
 
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
 #, c-format
 msgid "No application with name '%s' registered a bookmark for '%s'"
 msgstr "'%s' नामांकीत कुठल्याही अनुप्रयोगाने '%s' करीता ओळखचिन्ह पंजीकृत केले नाही"
 
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
 #, c-format
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "'%s' पासून कार्यान्वीत ओळ '%s' विस्तारीत करू शकले नाही"
 
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "अक्षर संच '%s' पासून '%s' असे रूपांतर समर्थित नाही"
 
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s' पासून '%s' असे रूपांतरक उघडू शकले नाही"
 
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
+#: glib/gutf8.c:1399
+#, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "रूपांतर आगत मध्ये अवैध बाईट श्रृंखला"
 
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "रूपांतर करतेवेळी त्रूटी: %s"
 
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:946 ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
+#, c-format
 msgid "Partial character sequence at end of input"
 msgstr "आगतच्या शेवटी अपूरे अक्षर श्रृंखला"
 
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "फॉलबॅक '%s' ला कोडसंच '%s' असे रूपांतर करू शकत नाही"
 
-#: ../glib/gconvert.c:1733
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI '%s' \"file\" योजना वापरणारी संपूर्ण URI नाही"
 
-#: ../glib/gconvert.c:1743
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "स्थानिक फाइल URI '%s' बहुदा '#' समाविष्टीत करणार नाही"
 
-#: ../glib/gconvert.c:1760
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' अवैध आहे"
 
-#: ../glib/gconvert.c:1772
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI '%s' चे यजमान अवैध आहे"
 
-#: ../glib/gconvert.c:1788
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' मध्ये अवैध निसटती अक्षरे समाविष्टीत आहे"
 
-#: ../glib/gconvert.c:1883
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "मार्गनाव '%s' संपूर्ण मार्ग नाही"
 
-#: ../glib/gconvert.c:1893
+#: glib/gconvert.c:1893
+#, c-format
 msgid "Invalid hostname"
 msgstr "अवैध यजमान"
 
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
 #, c-format
 msgid "Error opening directory '%s': %s"
 msgstr "संचयीका '%s' उघडतेवेळी त्रूटी: %s"
 
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
 #, c-format
 msgid "Could not allocate %lu bytes to read file \"%s\""
 msgstr "वाचतायेण्याजोगी फाइल \"%2$s\" करीता %1$lu बाइट वाटप करू शकले नाही"
 
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
 #, c-format
 msgid "Error reading file '%s': %s"
 msgstr "'%s' फाइल वाचताना त्रुटि : %s"
 
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
 #, c-format
 msgid "Failed to read from file '%s': %s"
 msgstr "'%s' फाइल वाचतेवेळी त्रूटी: %s"
 
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "'%s' फाइल उघडण्यास अपयशी: %s"
 
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
 #, c-format
 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
 msgstr "फाइल '%s'चे गुणधर्म प्राप्त करण्यास अयशस्वी: fstat() अपयशी: %s"
 
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
 #, c-format
 msgid "Failed to open file '%s': fdopen() failed: %s"
 msgstr "'%s' फाइल उघडण्यास अपयशी: fdopen() अपयशी : %s"
 
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
 #, c-format
 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
 msgstr "फाइलला '%s पासून '%s' असे पुनर्नामांकन करण्यास अपयशी: g_rename() अपयशी: %s"
 
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
 #, c-format
 msgid "Failed to create file '%s': %s"
 msgstr "फाइल बनविण्यास अपयशी '%s': %s"
 
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
 #, c-format
 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
 msgstr "लिहण्यासाठी '%s' फाइल उघडण्यास अपयशी: fdopen() अपयशी: %s"
 
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
 #, c-format
 msgid "Failed to write file '%s': fwrite() failed: %s"
 msgstr "'%s' फाइलवर लिहण्यास अपयशी: fwrite() अपयशी: %s"
 
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
 #, c-format
 msgid "Failed to close file '%s': fclose() failed: %s"
 msgstr "'%s' फाइल बंद करण्यास अपयशी: fclose() अपयशी: %s"
 
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
 #, c-format
 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
 msgstr "उपलब्ध फाइल '%s' काढूण टाकल्या जाऊ शकत नाही: g_unlink() अपयशी: %s"
 
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
 #, c-format
 msgid "Template '%s' invalid, should not contain a '%s'"
 msgstr "आराखडा '%s' अवैध, '%s' समाविष्टीत नसायला हवे"
 
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
 #, c-format
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "आराखडा '%s' मध्ये XXXXXX समाविष्टीत नाही"
 
-#: ../glib/gfileutils.c:1824
+#: glib/gfileutils.c:1826
 #, c-format
 msgid "%u byte"
 msgid_plural "%u bytes"
 msgstr[0] "%u बाईट"
 msgstr[1] "%u बाईट"
 
-#: ../glib/gfileutils.c:1832
+#: glib/gfileutils.c:1834
 #, c-format
 msgid "%.1f KB"
 msgstr "%.1f KB"
 
-#: ../glib/gfileutils.c:1837
+#: glib/gfileutils.c:1839
 #, c-format
 msgid "%.1f MB"
 msgstr "%.1f MB"
 
-#: ../glib/gfileutils.c:1842
+#: glib/gfileutils.c:1844
 #, c-format
 msgid "%.1f GB"
 msgstr "%.1f GB"
 
-#: ../glib/gfileutils.c:1885
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "बोधचिन्ह लिंक '%s' वाचण्यास अपयशी: %s"
 
-#: ../glib/gfileutils.c:1906
+#: glib/gfileutils.c:1908
+#, c-format
 msgid "Symbolic links not supported"
 msgstr "बोधचिन्ह लिंक समर्थीत नाही"
 
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "'%s' पासून '%s' असे रूपांतरक उघडू शकले नाही: %s"
 
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string वाचता येऊ शकले नाही"
 
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
+#, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "वाचन बफरमध्ये उर्वरीत बिनरूपांतरीत माहिती"
 
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
+#, c-format
 msgid "Channel terminates in a partial character"
 msgstr "अपूरे अक्षर असल्यास मार्ग बंद होते"
 
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end वाचता येऊ शकले नाही"
 
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
 #, c-format
 msgid "Failed to open file '%s': open() failed: %s"
 msgstr "'%s' फाइल उघडण्यास अपयशी: open() अपयशी: %s"
 
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
 #, c-format
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "'%s' फाइल महत्व जुळवू शकले नाही: mmap() f: %s"
 
-#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, c-format
 msgid "Error on line %d char %d: "
 msgstr "ओळ %d अक्षर %d वर त्रूटी आढळली: "
 
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "ओळ %d वर त्रूटी: %s"
 
-#: ../glib/gmarkup.c:442
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
-msgstr "रिकामी वस्तु '&;' आढळली; वैध वस्तू याप्रकारे आहेत: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:442
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+msgstr ""
+"रिकामी वस्तु '&;' आढळली; वैध वस्तू याप्रकारे आहेत: &amp; &quot; &lt; &gt; &apos;"
 
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
 "begins an entity; if this ampersand isn't supposed to be an entity, escape "
 "it as &amp;"
-msgstr "वस्तुच्या सुरवातीस अक्षर '%s' वैध नाही ; वस्तुची सुरवात & अक्षर पासून होते; जर ऐम्परसेंड वस्तु नसल्यास, त्यास &amp; या स्वरूपी करा"
+msgstr ""
+"वस्तुच्या सुरवातीस अक्षर '%s' वैध नाही ; वस्तुची सुरवात & अक्षर पासून होते; जर ऐम्परसेंड "
+"वस्तु नसल्यास, त्यास &amp; या स्वरूपी करा"
 
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "वस्तुच्या नावात अक्षर '%s' वैध राहत नाही"
 
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "वस्तुचे नाव '%s' अपरिचीत आहे"
 
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
-msgstr "वस्तू सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता &amp; स्वरूप न वापरता ऐम्परसेंड अक्षर वापरले असावे"
+msgstr ""
+"वस्तू सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता &amp; स्वरूप न वापरता "
+"ऐम्परसेंड अक्षर वापरले असावे"
 
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
-msgstr "'%-.*s' वाचता आले नाही, जे अक्षर संदर्भच्या आत अंक म्हणून असायला हवे होते (उदाहर्णाथ &#234;) - तसेच अंक खूप मोठे आहे"
+msgstr ""
+"'%-.*s' वाचता आले नाही, जे अक्षर संदर्भच्या आत अंक म्हणून असायला हवे होते (उदाहर्णाथ "
+"&#234;) - तसेच अंक खूप मोठे आहे"
 
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "अक्षर संदर्भ '%-.*s' परवानगीय अक्षरास एनकोड करीत नाही"
 
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "रिक्त अक्षर संदर्भात; &#454; सारखे अंक समाविष्टीत केले पाहीजे"
 
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
 "as &amp;"
-msgstr "अक्षर संदर्भ सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता &amp; स्वरूप न वापरता तुम्ही ऐम्परसेंड अक्षर वापरले असावे"
+msgstr ""
+"अक्षर संदर्भ सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता &amp; स्वरूप न "
+"वापरता तुम्ही ऐम्परसेंड अक्षर वापरले असावे"
 
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "अपूरे वस्तू संदर्भ"
 
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "अपूरे अक्षर संदर्भ"
 
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "अवैध UTF-8 ऐनकोड पाठ्य - अतिलांब श्रृंखला"
 
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "अवैध UTF-8 ऐनकोड पाठ्य - प्रारंभ अक्षर नाही"
 
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "अवैध UTF-8 ऐनकोड पाठ्य - वैध '%s' नाही"
 
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "दस्तऐवजची सुरवात घटकाशी व्हावी (उ.दा. <book>)"
 
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr "'<' अक्षरानंतर '%s' वैध अक्षर नाही; त्यामुळे घटक नाव सुरू होऊ शकणार नाही"
 
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
-msgstr "'%s' असाधारण अक्षर आहे, घटकाचे प्रारंभीक टॅग '%s' समाप्त करण्याकरीता '>' अक्षर अपेक्षीत"
+msgstr ""
+"'%s' असाधारण अक्षर आहे, घटकाचे प्रारंभीक टॅग '%s' समाप्त करण्याकरीता '>' अक्षर अपेक्षीत"
 
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1267
 #, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "'%s' असाधारण अक्षर आहे, घटक '%s' च्या '%s' गुणधर्म नावानंतर '=' अपेक्षीत"
 
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
 "element '%s', or optionally an attribute; perhaps you used an invalid "
 "character in an attribute name"
-msgstr "'%s' असाधारण अक्षर आहे, घटकाचे प्रारंभीक टॅग '%s' समाप्त करण्याकरीता '>' किंवा '/' अक्षर अपेक्षीत, किंवा पर्यायस्वरूपी गुणधर्म अपेक्षीत; तसेच तुम्ही गुणधर्म नावात अवैध अक्षर वापरले"
+msgstr ""
+"'%s' असाधारण अक्षर आहे, घटकाचे प्रारंभीक टॅग '%s' समाप्त करण्याकरीता '>' किंवा '/' "
+"अक्षर अपेक्षीत, किंवा पर्यायस्वरूपी गुणधर्म अपेक्षीत; तसेच तुम्ही गुणधर्म नावात अवैध अक्षर "
+"वापरले"
 
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
-msgstr "'%s' असाधारण अक्षर आहे, घटक '%s' च्या गुणधर्म '%s' करीता मुल्य प्रदान करतेवेळी समांतर चिन्हा नंतर उघडे क्वोट अपेक्षीत"
+msgstr ""
+"'%s' असाधारण अक्षर आहे, घटक '%s' च्या गुणधर्म '%s' करीता मुल्य प्रदान करतेवेळी समांतर "
+"चिन्हा नंतर उघडे क्वोट अपेक्षीत"
 
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr "'</' अक्षरानंतर '%s' वैध अक्षर नाही; त्यामुळे '%s' घटक नाव सुरू करू शकणार नाही"
 
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr "'%s' घटक नावानंतर '%s' वैध अक्षर नाही; परवानगीय अक्षर '>' आहे"
 
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "घटक '%s' बंद केले गेले,कुठलेही घटक आता उघडे नाही"
 
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "घटक '%s' बंद केले गेले, पण सद्या '%s' हे घटक उघडे आहे"
 
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "दस्तऐवज रिकामे होते किंवा फक्त रिक्त जागा समाविष्टीत होती"
 
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "उघडे कोन कंस '<' नंतरच दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
 
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr "घटक उघडे असूनही दस्तऐवज अनपेक्षितरित्या समाप्त झाले - '%s'शेवटचे उगडे घटक होते"
 
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
-msgstr "दस्तऐवज अनपेक्षितरित्या समाप्त झाले, टॅग <%s/> ला बंद करण्याकरीता समाप्तीय कोन कंस उपेक्षीत"
+msgstr ""
+"दस्तऐवज अनपेक्षितरित्या समाप्त झाले, टॅग <%s/> ला बंद करण्याकरीता समाप्तीय कोन कंस "
+"उपेक्षीत"
 
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "घटकाच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
 
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "गुणधर्माच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
 
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "घटकाच्या-खुल्या टॅग अंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
 
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
-msgstr "गुणधर्म नावा पाठोपाठ समांतर चिन्हानंतर दस्तऐवज अनपेक्षितरित्या समाप्त झाले; गुणधर्माचे मुल्य नाही"
+msgstr ""
+"गुणधर्म नावा पाठोपाठ समांतर चिन्हानंतर दस्तऐवज अनपेक्षितरित्या समाप्त झाले; गुणधर्माचे मुल्य "
+"नाही"
 
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "गुणधर्म मुल्यच्या अंतर्भूत राहतेवेळी दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
 
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "दस्तऐवज अनपेक्षितरित्या घटक '%s' करीता बंद टॅगच्या आत समाप्त झाले"
 
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "दस्तऐवज अनपेक्षितरित्या टिप्पणी किंवा सुचनाचे विषलेशन करतेवेळी समाप्त झाले"
 
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
 msgid "corrupted object"
 msgstr "वस्तु भ्रष्ट आहे"
 
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
 msgid "internal error or corrupted object"
 msgstr "आंतरीक त्रुटी किंवा भ्रष्ट वस्तु"
 
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
 msgid "out of memory"
 msgstr "अतिरीक्त स्मृती नाही"
 
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
 msgid "backtracking limit reached"
 msgstr "संयुक्त शोध सीमा पोहचले"
 
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
 msgid "the pattern contains items not supported for partial matching"
 msgstr "रचनेत अपूरे जुळवणीकरीता समाविष्टीत घटक जी समर्थित नाही"
 
-#: ../glib/gregex.c:154
+#: glib/gregex.c:154
 msgid "internal error"
 msgstr "आंतरीक त्रूटी"
 
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
 msgid "back references as conditions are not supported for partial matching"
 msgstr "पुनः संदर्भ कारण अपूरे जुळविणीकरीता स्थिती समर्थित नाही"
 
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
 msgid "recursion limit reached"
 msgstr "पुनःनिर्मीत सीमा पोहचले"
 
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
 msgid "workspace limit for empty substrings reached"
 msgstr "कार्यक्षेत्र सीमा रिक्त उपअक्षरओळीकरीता पोहचले"
 
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
 msgid "invalid combination of newline flags"
 msgstr "नविनओळ बाबींचे अवैध संयोग"
 
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
 msgid "unknown error"
 msgstr "अपरिचीत त्रुटी"
 
-#: ../glib/gregex.c:324 ../glib/gregex.c:1367
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "अपूरे अक्षर असल्यास मार्ग बंद होते"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "रूपांतर आगत मध्ये अवैध बाईट श्रृंखला"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "अपूरे अक्षर संदर्भ"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "अपूरे अक्षर संदर्भ"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "अपूरे अक्षर संदर्भ"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "बोधचिन्ह लिंक समर्थीत नाही"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+#, fuzzy
+msgid "invalid condition (?(0)"
+msgstr " (अवैध ऐंकोडींग)"
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "रेगुलर एक्सप्रेशन %s जुळवणी करतेवेळी त्रूटी: %s"
 
-#: ../glib/gregex.c:876
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE लायब्ररी बिना UTF8 समर्थन कंपाईल केले गेले"
 
-#: ../glib/gregex.c:885
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE लायब्ररी बिना UTF8 गुणधर्म समर्थन कंपाईल केले गेले"
 
-#: ../glib/gregex.c:935
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "अक्षर %2$d वरील रेगुलर एक्सप्रेशन %1$s जुळवणी कंपाईल करतेवेळी त्रूटी: %3$s"
 
-#: ../glib/gregex.c:971
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "रेगुलर एक्सप्रेशन %s अधिक कार्यक्षम करतेवेळी त्रूटी: %s"
 
-#: ../glib/gregex.c:1795
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "हेक्जाडेसीमल अंक किंवा '}' अपेक्षीत"
 
-#: ../glib/gregex.c:1811
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "क्जाडेसीमल अंक अपेक्षीत"
 
-#: ../glib/gregex.c:1851
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "बोधचिन्ह संदर्भात '<' आढळले नाही"
 
-#: ../glib/gregex.c:1860
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "अपूरे बोधचिन्ह संदर्भ"
 
-#: ../glib/gregex.c:1867
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "शून्य-लांबीचे बोधचिन्ह संदर्भ"
 
-#: ../glib/gregex.c:1878
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "अंक अपेक्षीत"
 
-#: ../glib/gregex.c:1896
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "अवैध बोधचिन्ह संदर्भ"
 
-#: ../glib/gregex.c:1958
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "अंतिम '\\'"
 
-#: ../glib/gregex.c:1962
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "अपरिचीत निसटती श्रृंखला"
 
-#: ../glib/gregex.c:1972
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "अक्षर %2$lu वरील बदलाव पाठ्य \"%1$s\" वाचतेवेळी त्रूटी: %3$s"
 
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
+#, c-format
 msgid "Quoted text doesn't begin with a quotation mark"
 msgstr "क्वोट मध्ये असलेले पाठ्य क्वोटेशन चिन्हापासून सुरू होत नाही"
 
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
+#, c-format
 msgid "Unmatched quotation mark in command line or other shell-quoted text"
 msgstr "आदेश ओळ किंवा इतर शेल-क्वोट पाठ्य मध्ये बिनजुळलेली क्वोटेशन चिन्ह"
 
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
 #, c-format
 msgid "Text ended just after a '\\' character. (The text was '%s')"
 msgstr "पाठ्य '\\' अक्षर संपल्यावर संपते. ('%s' पाठ्य होते)"
 
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
 #, c-format
 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
 msgstr "%c करीता जुळते क्वोट आढळण्यापूर्वी पाठ्य समाप्त झाले. ('%s' पाठ्य होते)"
 
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
+#, c-format
 msgid "Text was empty (or contained only whitespace)"
 msgstr "पाठ्य रिकामे होते (किंवा त्यात फक्त रिक्त जागा समाविष्टीत होते)"
 
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
+#, c-format
 msgid "Failed to read data from child process"
 msgstr "उप कार्य पासून माहिती वाचतेवेळी त्रूटी"
 
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "उप कार्य पासून संभाषाणाकरीता पाईप बनविण्यास अपयशी (%s)"
 
-#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "उप कार्य (%s) पासून वाचतेवेळी त्रूटी"
 
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "'%s' संचयीकेत बदल करण्यास अपयशी (%s)"
 
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
 #, c-format
 msgid "Failed to execute child process (%s)"
 msgstr "उप कार्य (%s) कार्यान्वीत करतेवेळी त्रूटी"
 
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
 #, c-format
 msgid "Invalid program name: %s"
 msgstr "अवैध कार्यक्रम नाव: %s"
 
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
 #, c-format
 msgid "Invalid string in argument vector at %d: %s"
 msgstr "%1$d वरील बाबी वेक्टर मध्ये अवैध अक्षरमाळा: %2$s"
 
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
 #, c-format
 msgid "Invalid string in environment: %s"
 msgstr "वातावरणात अवैध अक्षरमाळा: %s"
 
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
 #, c-format
 msgid "Invalid working directory: %s"
 msgstr "अवैध कार्यक्षम संचयीका: %s"
 
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
 #, c-format
 msgid "Failed to execute helper program (%s)"
 msgstr "मदतीय कार्यक्रम कार्यान्वीत करण्यास अपयशी (%s)"
 
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
+#, c-format
 msgid ""
 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
 "process"
-msgstr "g_io_channel_win32_poll() मध्ये उप कार्य पासून माहिती वाचतवेली अपरिचीत त्रूटी आढळली"
+msgstr ""
+"g_io_channel_win32_poll() मध्ये उप कार्य पासून माहिती वाचतवेली अपरिचीत त्रूटी आढळली"
 
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
 #, c-format
 msgid "Failed to read data from child process (%s)"
 msgstr "उप कार्य पासून वाचतेवेळी त्रूटी आढळली (%s)"
 
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "उप कार्य (%s) पासून माहिती वाचतेवेळी select() मध्ये अपरिचीत त्रूटी आढळली"
 
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid() (%s) मध्ये अपरिचीत त्रूटी आढळली"
 
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "(%s) विभाजीत करण्यास अपयशी"
 
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "उप कार्य \"%s\" कार्यान्वीत करण्यास अपयशी (%s)"
 
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "उप कार्य (%s) चे प्रदान किंवा आगत परत पाठवू शकले नाही"
 
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "उप कार्य (%s) चे विभाजन करण्यास अपयशी"
 
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "उप कार्य \"%s\" कार्यान्वीत करतेवेळी त्रूटी"
 
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "उप pid पाईप (%s) पासून वाचतेवेळी त्रूटी"
 
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
+#, c-format
 msgid "Character out of range for UTF-8"
 msgstr "UTF-8 करीता अक्षर क्षेत्राच्या अंतर्गत नाही"
 
-#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
+#, c-format
 msgid "Invalid sequence in conversion input"
 msgstr "रूपांतर आगत मध्ये अवैध श्रृंखला"
 
-#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
+#, c-format
 msgid "Character out of range for UTF-16"
 msgstr "UTF-16 करीता अक्षर क्षेत्राच्या अंतर्गत नाही"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "वापर:"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[पर्याय...]"
 
-#: ../glib/goption.c:677
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "माहिती पर्याय:"
 
-#: ../glib/goption.c:678
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "मदत पर्याय दार्शवा"
 
-#: ../glib/goption.c:684
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "सर्व मदत पर्याय दर्शवा"
 
-#: ../glib/goption.c:736
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "अनुप्रयोग पर्याय:"
 
-#: ../glib/goption.c:797 ../glib/goption.c:867
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "%2$s करीता संख्यात्मक मुल्य '%1$s' वाचता आले नाही"
 
-#: ../glib/goption.c:807 ../glib/goption.c:875
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%2$s करीता संख्यात्मक मुल्य '%1$s' क्षेत्राच्या अंतर्गत नाही"
 
-#: ../glib/goption.c:832
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "%2$s करीता दुहेरी मुल्य '%1$s' वाचता आले नाही"
 
-#: ../glib/goption.c:840
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%2$s करीता दुहेरी मुल्य '%1$s' क्षेत्राच्या अंतर्गत नाही"
 
-#: ../glib/goption.c:1177
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "%s पर्याय वाचतेवेळी त्रूटी"
 
-#: ../glib/goption.c:1208 ../glib/goption.c:1319
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s करीता बाब आढळले नाही"
 
-#: ../glib/goption.c:1714
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "अपरिचीत पर्याय %s"
 
-#: ../glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
+#, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "शोध संचयीकेत वैध किल्ली फाइल आढळली नाही"
 
-#: ../glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
+#, c-format
 msgid "Not a regular file"
 msgstr "नियमीत फाइल नाही"
 
-#: ../glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
+#, c-format
 msgid "File is empty"
 msgstr "फाइल रिकामी आहे"
 
-#: ../glib/gkeyfile.c:747
+#: glib/gkeyfile.c:761
 #, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "की फाइल मध्ये ओळ '%s' अंतर्भूत आहे जे की-मुल्य जोड, गट, किंवा टिपप्णी नाही"
 
-#: ../glib/gkeyfile.c:807
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "अवैध गट नाव: %s"
 
-#: ../glib/gkeyfile.c:829
+#: glib/gkeyfile.c:843
+#, c-format
 msgid "Key file does not start with a group"
 msgstr "की फाइल गटासह सुरू होत नाही"
 
-#: ../glib/gkeyfile.c:855
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "अवैध की नाव: %s"
 
-#: ../glib/gkeyfile.c:882
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "की फाइल मध्ये असमर्थित ऐनकोडींग '%s' समाविष्टीत आहे"
 
-#: ../glib/gkeyfile.c:1095 ../glib/gkeyfile.c:1254 ../glib/gkeyfile.c:2472
-#: ../glib/gkeyfile.c:2540 ../glib/gkeyfile.c:2675 ../glib/gkeyfile.c:2810
-#: ../glib/gkeyfile.c:2963 ../glib/gkeyfile.c:3145 ../glib/gkeyfile.c:3206
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "की फाइलमध्ये '%s' गट समाविष्टीत नाही"
 
-#: ../glib/gkeyfile.c:1266
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "की फाइल मध्ये '%s' की नाही"
 
-#: ../glib/gkeyfile.c:1368 ../glib/gkeyfile.c:1481
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे '%2$s' मुल्य UTF-8 नाही"
 
-#: ../glib/gkeyfile.c:1388 ../glib/gkeyfile.c:1501 ../glib/gkeyfile.c:1874
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
-msgstr "किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे मुल्य विश्लेषीत केल्या जाऊ शकत नाही."
+msgstr ""
+"किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे मुल्य विश्लेषीत केल्या जाऊ शकत नाही."
 
-#: ../glib/gkeyfile.c:2089 ../glib/gkeyfile.c:2301
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
-msgstr "गट '%2$s' मधिल किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे मुल्य विश्लेषीत केल्या जाऊ शकत नाही."
+msgstr ""
+"गट '%2$s' मधिल किल्ली फाइल मध्ये '%1$s' किल्ली समाविष्टीत आहे ज्याचे मुल्य विश्लेषीत "
+"केल्या जाऊ शकत नाही."
 
-#: ../glib/gkeyfile.c:2487 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:3217
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "गट '%s' मधिल '%s' किल्ली किल्ली फाइल मध्ये समाविष्टीत नाही"
 
-#: ../glib/gkeyfile.c:3458
+#: glib/gkeyfile.c:3471
+#, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "किल्ली फाइलीत निसटते अक्षर ओळीच्या अखेरस समाविष्टीत आहे"
 
-#: ../glib/gkeyfile.c:3480
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "किल्ली फाइल मध्ये अवैध '%s' निसटती श्रृंखला समाविष्टीत आहे"
 
-#: ../glib/gkeyfile.c:3622
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "मुल्य '%s' संख्या म्हणून विश्लेषीत केले जाऊ शकत नाही."
 
-#: ../glib/gkeyfile.c:3636
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "संख्यात्मक मुल्य '%s' क्षेत्राच्या अंतर्गत नाही"
 
-#: ../glib/gkeyfile.c:3669
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "मुल्य '%s' फ्लोट संख्या म्हणून विश्लेषीत केले जाऊ शकत नाही."
 
-#: ../glib/gkeyfile.c:3693
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "मुल्य '%s' बूलीयन म्हणून विश्लेषीत केले जाऊ शकत नाही."
 
-#: ../gio/gbufferedinputstream.c:406 ../gio/gbufferedinputstream.c:500
-#: ../gio/gbufferedinputstream.c:887 ../gio/gfileinputstream.c:134
-#: ../gio/gfileinputstream.c:218 ../gio/gfileinputstream.c:377
-#: ../gio/gfileoutputstream.c:144 ../gio/gfileoutputstream.c:228
-#: ../gio/gfileoutputstream.c:415 ../gio/gfileoutputstream.c:523
-#: ../gio/ginputstream.c:192 ../gio/ginputstream.c:335
-#: ../gio/ginputstream.c:593 ../gio/ginputstream.c:726
-#: ../gio/goutputstream.c:200 ../gio/goutputstream.c:324
-#: ../gio/goutputstream.c:680 ../gio/goutputstream.c:898
-msgid "Stream is already closed"
-msgstr "श्रृंखला आधिपासूनच बंद आहे"
-
-#: ../gio/gbufferedinputstream.c:413 ../gio/gbufferedinputstream.c:510
-#: ../gio/gbufferedinputstream.c:894 ../gio/gfileinputstream.c:141
-#: ../gio/gfileinputstream.c:228 ../gio/gfileinputstream.c:384
-#: ../gio/gfileoutputstream.c:151 ../gio/gfileoutputstream.c:238
-#: ../gio/gfileoutputstream.c:422 ../gio/gfileoutputstream.c:530
-#: ../gio/ginputstream.c:199 ../gio/ginputstream.c:342
-#: ../gio/ginputstream.c:467 ../gio/ginputstream.c:603
-#: ../gio/ginputstream.c:736 ../gio/ginputstream.c:832
-#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:331
-#: ../gio/goutputstream.c:397 ../gio/goutputstream.c:543
-#: ../gio/goutputstream.c:690 ../gio/goutputstream.c:818
-#: ../gio/goutputstream.c:908 ../gio/goutputstream.c:1016
-msgid "Stream has outstanding operation"
-msgstr "श्रृंखलाचे अप्रतिम कार्यक्षमता"
-
-#: ../gio/gbufferedinputstream.c:490 ../gio/ginputstream.c:583
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
 msgid "Too large count value passed to g_input_stream_read_async"
 msgstr "g_input_stream_read_async करीता खूप मोठी प्रमाण संख्या पूरविल्या गेली"
 
-#: ../gio/gcancellable.c:268 ../gio/gsimpleasyncresult.c:605
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr "श्रृंखला आधिपासूनच बंद आहे"
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
 msgid "Operation was cancelled"
 msgstr "कार्य रद्द करण्यात आले"
 
-#: ../gio/gcontenttype.c:156
+#: gio/gcontenttype.c:156
 msgid "Unknown type"
 msgstr "अपरिचीत प्रकार"
 
-#: ../gio/gcontenttype.c:157
+#: gio/gcontenttype.c:157
 #, c-format
 msgid "%s filetype"
 msgstr "%s फाइलप्रकार"
 
-#: ../gio/gcontenttype.c:565
+#: gio/gcontenttype.c:571
 #, c-format
 msgid "%s type"
 msgstr "%s प्रकार"
 
-#: ../gio/gdatainputstream.c:241
+#: gio/gdatainputstream.c:309
+#, c-format
 msgid "Unexpected early end-of-stream"
 msgstr "अपरिचीत पूर्वरत end-of-stream"
 
-#: ../gio/gdesktopappinfo.c:373 ../gio/gwin32appinfo.c:212
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
 msgid "Unnamed"
 msgstr "अनामीक"
 
-#: ../gio/gdesktopappinfo.c:543
+#: gio/gdesktopappinfo.c:562
+#, c-format
 msgid "Desktop file didn't specify Exec field"
 msgstr "डेस्कटॉप फाइल मध्ये Exec नोंदणी निश्चित नाही"
 
-#: ../gio/gdesktopappinfo.c:825
+#: gio/gdesktopappinfo.c:844
+#, c-format
 msgid "Unable to find terminal required for application"
 msgstr "अनुप्रयोगकरीता आवश्यक टर्मिनल आढळले नाही"
 
-#: ../gio/gdesktopappinfo.c:1020
+#: gio/gdesktopappinfo.c:1026
 #, c-format
 msgid "Can't create user application configuration folder %s: %s"
 msgstr "वापरकर्ता अनुप्रयोग संयोजन संचयीका %s बनवू शकले नाही: %s"
 
-#: ../gio/gdesktopappinfo.c:1026
+#: gio/gdesktopappinfo.c:1030
 #, c-format
 msgid "Can't create user MIME configuration folder %s: %s"
 msgstr "वापरकर्ता MIME संयोजन संचयीका %s बनवू शकले नाही: %s"
 
-#: ../gio/gdesktopappinfo.c:1396
+#: gio/gdesktopappinfo.c:1403
 #, c-format
 msgid "Custom definition for %s"
 msgstr "%s करीता इच्छिक व्याख्या"
 
-#: ../gio/gdesktopappinfo.c:1420
+#: gio/gdesktopappinfo.c:1427
 #, c-format
 msgid "Can't create user desktop file %s"
 msgstr "वापरकर्ता डेस्कटॉप फाइल %s बनवू शकत नाही"
 
-#: ../gio/gdesktopappinfo.c:1445
+#: gio/gdesktopappinfo.c:1452
+#, c-format
 msgid "Can't load just created desktop file"
 msgstr "नुकतेच निर्मीत केलेली डेस्कटॉप फाइल दाखल करू शकत नाही"
 
-#: ../gio/gdrive.c:283
-msgid "drive doesn't implement mount"
-msgstr "ड्राइव्ह आरोहन कार्यान्वीत करत नाही"
-
-#: ../gio/gdrive.c:348
+#: gio/gdrive.c:365
 msgid "drive doesn't implement eject"
 msgstr "ड्राइव्ह बाहेर कडा कार्यान्वीत करत नाही"
 
-#: ../gio/gfile.c:653 ../gio/gfile.c:779 ../gio/gfile.c:901 ../gio/gfile.c:986
-#: ../gio/gfile.c:1028 ../gio/gfile.c:1071 ../gio/gfile.c:1120
-#: ../gio/gfile.c:2048 ../gio/gfile.c:2096 ../gio/gfile.c:2135
-#: ../gio/gfile.c:2440 ../gio/gfile.c:2831 ../gio/gfile.c:2901
-#: ../gio/gfile.c:2975
+#: gio/gdrive.c:432
+#, fuzzy
+msgid "drive doesn't implement polling for media"
+msgstr "ड्राइव्ह आरोहन कार्यान्वीत करत नाही"
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, c-format
 msgid "Operation not supported"
 msgstr "कार्य समर्थित नाही"
 
-#: ../gio/gfile.c:943 ../gio/glocalfile.c:836 ../gio/glocalfile.c:845
-#: ../gio/glocalfile.c:856
-msgid "Containing volume does not exist"
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, fuzzy, c-format
+msgid "Containing mount does not exist"
 msgstr "अंतर्भूतीत खंड अस्तीत्वात नाही"
 
-#: ../gio/gfile.c:1452
+#: gio/gfile.c:1620
+#, c-format
 msgid "Can't copy over directory"
 msgstr "संचयीकेवर प्रत बनवू शकत नाही"
 
-#: ../gio/gfile.c:1511
+#: gio/gfile.c:1680
+#, c-format
 msgid "Can't copy directory over directory"
 msgstr "संचयीकेवर संचयीकेची प्रत बनवू शकत नाही"
 
-#: ../gio/gfile.c:1519
+#: gio/gfile.c:1688
+#, c-format
 msgid "Target file exists"
 msgstr "लक्ष्य फाइल अस्तित्वात आहे"
 
-#: ../gio/gfile.c:1535
+#: gio/gfile.c:1706
+#, c-format
 msgid "Can't recursively copy directory"
 msgstr "संचयीकेची पुनः प्रत बनवू शकत नाही"
 
-#: ../gio/gfile.c:2086
+#: gio/gfile.c:2273
+#, c-format
 msgid "Invalid symlink value given"
 msgstr "अवैध symlink मुल्य दिले गेले"
 
-#: ../gio/gfile.c:2176
+#: gio/gfile.c:2365
+#, c-format
 msgid "Trash not supported"
 msgstr "कचरापेटी समर्थित नाही"
 
-#: ../gio/gfile.c:2216
-msgid "File names cannot contain '/'"
+#: gio/gfile.c:2412
+#, fuzzy, c-format
+msgid "File names cannot contain '%c'"
 msgstr "फाइल नावात '/' असू शकत नाही"
 
-#: ../gio/gfile.c:3821
+#: gio/gfile.c:4039 gio/gvolume.c:318
 msgid "volume doesn't implement mount"
 msgstr "खंड आरोहन कार्यारत करत नाही"
 
-#: ../gio/gfileenumerator.c:133
+#: gio/gfileenumerator.c:151
+#, c-format
 msgid "Enumerator is closed"
 msgstr "ऐन्युमरेटर बंद आहे"
 
-#: ../gio/gfileenumerator.c:140 ../gio/gfileenumerator.c:199
-#: ../gio/gfileenumerator.c:298 ../gio/gfileenumerator.c:398
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
 msgid "File enumerator has outstanding operation"
 msgstr "फाइल ऐन्युमरेटरची अप्रतिम कार्यक्षमता"
 
-#: ../gio/gfileenumerator.c:288 ../gio/gfileenumerator.c:388
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
 msgid "File enumerator is already closed"
 msgstr "फाइल ऐन्युमरेटर आधिपासूनच बंद आहे"
 
-#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:475
-#: ../gio/gfileoutputstream.c:167 ../gio/gfileoutputstream.c:602
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
 msgid "Stream doesn't support query_info"
 msgstr "श्रृंखला query_info ला समर्थन देत नाही"
 
-#: ../gio/gfileinputstream.c:391 ../gio/gfileoutputstream.c:429
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
 msgid "Seek not supported on stream"
 msgstr "श्रृंखलेवर सीक समर्थित नाही"
 
-#: ../gio/gfileinputstream.c:434
+#: gio/gfileinputstream.c:398
+#, c-format
 msgid "Truncate not allowed on input stream"
 msgstr "आगत श्रृंखलेवर ट्रंकेट वापरू शकत नाही"
 
-#: ../gio/gfileoutputstream.c:537
+#: gio/gfileoutputstream.c:490
+#, c-format
 msgid "Truncate not supported on stream"
 msgstr "श्रृंखलेवर ट्रंकेट समर्थित नाही"
 
-#: ../gio/ginputstream.c:185
+#: gio/ginputstream.c:186
+#, c-format
 msgid "Too large count value passed to g_input_stream_read"
 msgstr "g_input_stream_read करीता खूप मोठी प्रमाण संख्या पूरविल्या गेली"
 
-#: ../gio/ginputstream.c:208
+#: gio/ginputstream.c:195
+#, c-format
 msgid "Input stream doesn't implement read"
 msgstr "आगत श्रृंखला वाचतायेण्याजोगी कार्यरत करत नाही"
 
-#: ../gio/ginputstream.c:328
+#: gio/ginputstream.c:318
+#, c-format
 msgid "Too large count value passed to g_input_stream_skip"
 msgstr "g_input_stream_skip करीता खूप मोठी प्रमाण संख्या पूरविल्या गेली"
 
-#: ../gio/ginputstream.c:716
+#: gio/ginputstream.c:681
 msgid "Too large count value passed to g_input_stream_skip_async"
 msgstr "g_input_stream_skip_async करीता खूप मोठी प्रमाण संख्या पूरविल्या गेली"
 
-#: ../gio/glocalfile.c:538
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr "श्रृंखलाचे अप्रतिम कार्यक्षमता"
+
+#: gio/glocalfile.c:554
 #, c-format
 msgid "Invalid filename %s"
 msgstr "अवैध फाइलनाव %s"
 
-#: ../gio/glocalfile.c:787
+#: gio/glocalfile.c:810
 #, c-format
 msgid "Error getting filesystem info: %s"
 msgstr "फाइलप्रणाली विषयी माहिती मिळवतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfile.c:876
+#: gio/glocalfile.c:928
+#, c-format
 msgid "Can't rename root directory"
 msgstr "रूट संचयीका पुनःनामांकीत करू शकत नाही"
 
-#: ../gio/glocalfile.c:894
+#: gio/glocalfile.c:946
+#, c-format
 msgid "Can't rename file, filename already exist"
 msgstr "फाइल पुनःनामांकीत करू शकत नाही, फाइलनाव आधिपासूनच अस्तित्वात आहे"
 
-#: ../gio/glocalfile.c:907 ../gio/glocalfile.c:1592 ../gio/glocalfile.c:1621
-#: ../gio/glocalfile.c:1750 ../gio/glocalfileoutputstream.c:435
-#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:866
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, c-format
 msgid "Invalid filename"
 msgstr "अवैध फाइल नाव"
 
-#: ../gio/glocalfile.c:911
+#: gio/glocalfile.c:963
 #, c-format
 msgid "Error renaming file: %s"
 msgstr "फाइल पुनःनामांकीत करतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfile.c:1026
+#: gio/glocalfile.c:1080
 #, c-format
 msgid "Error opening file: %s"
 msgstr "फाइल उघडतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfile.c:1036
+#: gio/glocalfile.c:1090
+#, c-format
 msgid "Can't open directory"
 msgstr "संचयीका उघडू शकत नाही"
 
-#: ../gio/glocalfile.c:1088 ../gio/glocalfile.c:1596
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
 #, c-format
 msgid "Error removing file: %s"
 msgstr "फाइल काढून टाकतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfile.c:1364
+#: gio/glocalfile.c:1434
 #, c-format
 msgid "Error trashing file: %s"
 msgstr "फाइल कचरापेटीत हलवितेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfile.c:1388
+#: gio/glocalfile.c:1458
 #, c-format
 msgid "Unable to create trash dir %s: %s"
 msgstr "कचरापेटी संचयीका %1$s निर्माण करती आली नाही: %2$s"
 
-#: ../gio/glocalfile.c:1406
+#: gio/glocalfile.c:1482
+#, c-format
 msgid "Unable to find toplevel directory for trash"
 msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही"
 
-#: ../gio/glocalfile.c:1465 ../gio/glocalfile.c:1485
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
 msgid "Unable to find or create trash directory"
 msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही"
 
-#: ../gio/glocalfile.c:1517
+#: gio/glocalfile.c:1594
 #, c-format
 msgid "Unable to create trashed file: %s"
 msgstr "कचरापेटी फाइल बनविता आली नाही: %s"
 
-#: ../gio/glocalfile.c:1540
+#: gio/glocalfile.c:1617
 #, c-format
 msgid "Unable to trash file: %s"
 msgstr "कचरापेटीकडे फाइल हलवितेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfile.c:1625
+#: gio/glocalfile.c:1714
 #, c-format
 msgid "Error making symbolic link: %s"
 msgstr "बोधचिन्ह लिंक बनवितेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfile.c:1672 ../gio/glocalfile.c:1754
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
 #, c-format
 msgid "Error moving file: %s"
 msgstr "फाइल स्थानांतरन करतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfile.c:1693
+#: gio/glocalfile.c:1782
+#, c-format
 msgid "Can't move directory over directory"
 msgstr "संचयीकेवर संचयीका हलवू शकत नाही"
 
-#: ../gio/glocalfile.c:1702
+#: gio/glocalfile.c:1791
+#, c-format
 msgid "Target file already exists"
 msgstr "लक्ष्य फाइल आधिपासूनच अस्तित्वात आहे"
 
-#: ../gio/glocalfile.c:1715 ../gio/glocalfileoutputstream.c:724
-#: ../gio/glocalfileoutputstream.c:738 ../gio/glocalfileoutputstream.c:753
-#: ../gio/glocalfileoutputstream.c:769 ../gio/glocalfileoutputstream.c:783
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
 msgid "Backup file creation failed"
 msgstr "प्रतिकृत फाइल निर्माण अपयशी"
 
-#: ../gio/glocalfile.c:1732
+#: gio/glocalfile.c:1821
 #, c-format
 msgid "Error removing target file: %s"
 msgstr "लक्ष्य फाइल काढून टाकतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileinfo.c:650
+#: gio/glocalfile.c:1835
+#, fuzzy, c-format
+msgid "Move between mounts not supported"
+msgstr "कार्य समर्थित नाही"
+
+#: gio/glocalfileinfo.c:707
+#, c-format
 msgid "Attribute value must be non-NULL"
 msgstr "गुणधर्म मुल्य शून्य नसायला हवे"
 
-#: ../gio/glocalfileinfo.c:657
+#: gio/glocalfileinfo.c:714
+#, c-format
 msgid "Invalid attribute type (string expected)"
 msgstr "अवैध गुणधर्म प्रकार (अक्षरमाळा अपेक्षीत)"
 
-#: ../gio/glocalfileinfo.c:664
+#: gio/glocalfileinfo.c:721
+#, c-format
 msgid "Invalid extended attribute name"
 msgstr "अवैध विस्तारीत गुणधर्म नाव"
 
-#: ../gio/glocalfileinfo.c:705
+#: gio/glocalfileinfo.c:761
 #, c-format
 msgid "Error setting extended attribute '%s': %s"
 msgstr "विस्तारीत गुणधर्म निश्चित करतेवेळी त्रूटी '%s': %s"
 
-#: ../gio/glocalfileinfo.c:1248 ../gio/glocalfileoutputstream.c:614
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
 #, c-format
 msgid "Error stating file '%s': %s"
 msgstr "फाइल '%s' सुरू करतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileinfo.c:1302
+#: gio/glocalfileinfo.c:1446
 msgid " (invalid encoding)"
 msgstr " (अवैध ऐंकोडींग)"
 
-#: ../gio/glocalfileinfo.c:1467
+#: gio/glocalfileinfo.c:1621
 #, c-format
 msgid "Error stating file descriptor: %s"
 msgstr "फाइल व्याख्यक निश्चित करतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileinfo.c:1512
+#: gio/glocalfileinfo.c:1666
+#, c-format
 msgid "Invalid attribute type (uint32 expected)"
 msgstr "अवैध गुणधर्म प्रकार (uint32 अपेक्षीत)"
 
-#: ../gio/glocalfileinfo.c:1529
+#: gio/glocalfileinfo.c:1683
+#, c-format
 msgid "Invalid attribute type (uint64 expected)"
 msgstr "अवैध गुणधर्म प्रकार (uint64 अपेक्षीत)"
 
-#: ../gio/glocalfileinfo.c:1547
+#: gio/glocalfileinfo.c:1701
+#, c-format
 msgid "Invalid attribute type (byte string expected)"
 msgstr "अवैध गुणधर्म प्रकार (बाईट अक्षरमाळा अपेक्षीत)"
 
-#: ../gio/glocalfileinfo.c:1571
+#: gio/glocalfileinfo.c:1725
 #, c-format
 msgid "Error setting permissions: %s"
 msgstr "परवानगी स्थापित करतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileinfo.c:1618 ../gio/glocalfileinfo.c:1776
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
 #, c-format
 msgid "Error setting owner: %s"
 msgstr "मालक स्थापित करतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileinfo.c:1641
+#: gio/glocalfileinfo.c:1795
+#, c-format
 msgid "symlink must be non-NULL"
 msgstr "symlink शून्य नसायला हवे"
 
-#: ../gio/glocalfileinfo.c:1649 ../gio/glocalfileinfo.c:1666
-#: ../gio/glocalfileinfo.c:1675
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
 #, c-format
 msgid "Error setting symlink: %s"
 msgstr "symlink स्थापीत करतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileinfo.c:1658
+#: gio/glocalfileinfo.c:1812
+#, c-format
 msgid "Error setting symlink: file is not a symlink"
 msgstr "symlink निश्चित करतेवेळी त्रूटी: फाइल symlink नाही"
 
-#: ../gio/glocalfileinfo.c:1826
+#: gio/glocalfileinfo.c:1987
 #, c-format
 msgid "Setting attribute %s not supported"
 msgstr "%s गुणधर्म स्थापित करणे समर्थित नाही"
 
-#: ../gio/glocalfileinputstream.c:152 ../gio/glocalfileoutputstream.c:525
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
 #, c-format
 msgid "Error reading from file: %s"
 msgstr "फाइल पासून वाचतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileinputstream.c:181 ../gio/glocalfileinputstream.c:191
-#: ../gio/glocalfileinputstream.c:297 ../gio/glocalfileoutputstream.c:339
-#: ../gio/glocalfileoutputstream.c:799
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
 #, c-format
 msgid "Error seeking in file: %s"
 msgstr "फाइल शोधतेवळी त्रूटी: %s"
 
-#: ../gio/glocalfileinputstream.c:219 ../gio/glocalfileoutputstream.c:247
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
 #, c-format
 msgid "Error closing file: %s"
 msgstr "फाइल बंद करतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileoutputstream.c:154 ../gio/glocalfileoutputstream.c:544
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
 #, c-format
 msgid "Error writing to file: %s"
 msgstr "फाइलवर लिहीतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileoutputstream.c:193
+#: gio/glocalfileoutputstream.c:205
 #, c-format
 msgid "Error removing old backup link: %s"
 msgstr "जुने प्रतिकृत लिंक काढून टाकतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileoutputstream.c:202
+#: gio/glocalfileoutputstream.c:214
 #, c-format
 msgid "Error creating backup link: %s"
 msgstr "प्रतिकृत लिंक बनवितेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileoutputstream.c:212
+#: gio/glocalfileoutputstream.c:224
 #, c-format
 msgid "Error creating backup copy: %s"
 msgstr "प्रतिकृत प्रत बनवितेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileoutputstream.c:228
+#: gio/glocalfileoutputstream.c:240
 #, c-format
 msgid "Error renaming temporary file: %s"
 msgstr "तातपूरती फाइल पुनःनामांकीत करतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileoutputstream.c:379 ../gio/glocalfileoutputstream.c:810
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
 #, c-format
 msgid "Error truncating file: %s"
 msgstr "फाइल ट्रंकेट करतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileoutputstream.c:439 ../gio/glocalfileoutputstream.c:482
-#: ../gio/glocalfileoutputstream.c:605 ../gio/glocalfileoutputstream.c:870
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
 #, c-format
 msgid "Error opening file '%s': %s"
 msgstr "फाइल '%s' उघडतेवेळी त्रूटी: %s"
 
-#: ../gio/glocalfileoutputstream.c:626
+#: gio/glocalfileoutputstream.c:642
+#, c-format
 msgid "Target file is a directory"
 msgstr "लक्ष्य फाइल संचयीका आहे"
 
-#: ../gio/glocalfileoutputstream.c:631
+#: gio/glocalfileoutputstream.c:647
+#, c-format
 msgid "Target file is not a regular file"
 msgstr "लक्ष्य फाइल सामान्य फाइल नाही"
 
-#: ../gio/glocalfileoutputstream.c:643
+#: gio/glocalfileoutputstream.c:659
+#, c-format
 msgid "The file was externally modified"
 msgstr "फाइल बाहेरुन संपादित करण्यात आली"
 
-#: ../gio/goutputstream.c:193
+#: gio/gmount.c:335
+#, fuzzy
+msgid "mount doesn't implement unmount"
+msgstr "खंड अनारोहन कार्यान्वीत होत नाही"
+
+#: gio/gmount.c:407
+#, fuzzy
+msgid "mount doesn't implement eject"
+msgstr "खंड बाहेर कडा कार्यन्वीत होत नाही"
+
+#: gio/gmount.c:484
+#, fuzzy
+msgid "mount doesn't implement remount"
+msgstr "खंड आरोहन कार्यारत करत नाही"
+
+#: gio/goutputstream.c:193
+#, c-format
 msgid "Too large count value passed to g_output_stream_write"
 msgstr "g_output_stream_write करीता खूप मोठी प्रमाण संख्या पूरविल्या गेली"
 
-#: ../gio/goutputstream.c:216
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
 msgid "Output stream doesn't implement write"
 msgstr "आगत श्रृंखला लिहीतायेण्याजोगी कार्यरत करत नाही"
 
-#: ../gio/goutputstream.c:383 ../gio/goutputstream.c:798
-msgid "Target stream is already closed"
-msgstr "लक्ष्य श्रृंखला आधिपासूनच बंद आहे"
-
-#: ../gio/goutputstream.c:390 ../gio/goutputstream.c:808
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
 msgid "Source stream is already closed"
 msgstr "स्त्रोत श्रृंखला आधिपासून बंद"
 
-#: ../gio/goutputstream.c:670
+#: gio/goutputstream.c:646
 msgid "Too large count value passed to g_output_stream_write_async"
 msgstr "g_output_stream_write_async करीता खूप मोठी प्रमाण संख्या पूरविल्या गेली"
 
-#: ../gio/gunixdrive.c:146
-msgid "Unknown drive"
-msgstr "अपरिचीत ड्राइव्ह"
-
-#. TODO: add translation table from gnome-vfs
-#: ../gio/gunixvolume.c:91
-#, c-format
-msgid "%s volume"
-msgstr "%s खंड"
-
-#: ../gio/gunixvolume.c:170
-msgid "Filesystem root"
-msgstr "रूट फाइलप्रणाली"
-
-#. TODO: Use volume size as name?
-#: ../gio/gunixvolume.c:184
-msgid "Unknown volume"
-msgstr "अपरिचीत खंड"
-
-#: ../gio/gvolume.c:272
-msgid "volume doesn't implement unmount"
-msgstr "खंड अनारोहन कार्यान्वीत होत नाही"
-
-#: ../gio/gvolume.c:342
-msgid "volume doesn't implement eject"
-msgstr "खंड बाहेर कडा कार्यन्वीत होत नाही"
-
-#: ../gio/gwin32appinfo.c:265
-msgid "Can't find application"
-msgstr "अनुप्रयोग आढळले नाही"
-
-#: ../gio/gwin32appinfo.c:299
-#, c-format
-msgid "Error launching application: %s"
-msgstr "अनुप्रयोग प्रक्षेपीत करतेवेळी त्रूटी: %s"
-
-#: ../gio/gwin32appinfo.c:328
-msgid "URIs not supported"
-msgstr "URI समर्थित नाही"
-
-#: ../gio/gwin32appinfo.c:349
-msgid "association changes not supported on win32"
-msgstr "संबंधीत बदल win32 वर समर्थित नाही"
-
-#: ../gio/gwin32appinfo.c:359
-msgid "Association creation not supported on win32"
-msgstr "win32 वर ग निर्माण समर्थित नाही"
-
-#: ../gio/gunixinputstream.c:199 ../gio/gunixinputstream.c:217
-#: ../gio/gunixinputstream.c:291 ../gio/gunixoutputstream.c:280
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
 #, c-format
 msgid "Error reading from unix: %s"
 msgstr "युनीक्स पासून वाचतेवेळी त्रूटी: %s"
 
-#: ../gio/gunixinputstream.c:248 ../gio/gunixinputstream.c:425
-#: ../gio/gunixoutputstream.c:237 ../gio/gunixoutputstream.c:384
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
 #, c-format
 msgid "Error closing unix: %s"
 msgstr "युनीक्स बंद करतेवेळी त्रूटी: %s"
 
-#: ../gio/gunixoutputstream.c:187 ../gio/gunixoutputstream.c:206
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr "रूट फाइलप्रणाली"
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
 #, c-format
 msgid "Error writing to unix: %s"
 msgstr "युनीक्सकरीता लिहितेवेळी त्रूटी: %s"
 
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr "खंड बाहेर कडा कार्यन्वीत होत नाही"
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr "अनुप्रयोग आढळले नाही"
+
+#: gio/gwin32appinfo.c:312
+#, c-format
+msgid "Error launching application: %s"
+msgstr "अनुप्रयोग प्रक्षेपीत करतेवेळी त्रूटी: %s"
+
+#: gio/gwin32appinfo.c:343
+#, c-format
+msgid "URIs not supported"
+msgstr "URI समर्थित नाही"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr "संबंधीत बदल win32 वर समर्थित नाही"
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr "win32 वर ग निर्माण समर्थित नाही"
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[पर्याय...]"
+
+#~ msgid "Target stream is already closed"
+#~ msgstr "लक्ष्य श्रृंखला आधिपासूनच बंद आहे"
+
+#~ msgid "Unknown drive"
+#~ msgstr "अपरिचीत ड्राइव्ह"
+
+#~ msgid "%s volume"
+#~ msgstr "%s खंड"
+
+#~ msgid "Unknown volume"
+#~ msgstr "अपरिचीत खंड"
diff --git a/po/ms.po b/po/ms.po
index ffa38ff..b563967 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: glib HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -87,71 +87,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Gagal membaca pautan simbolik '%s': %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Penukaran set aksara daripada '%s' ke '%s' tidak disokong"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, 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:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Turutan byte tidak sah pada penukaran iput"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Ralat semasa penukaran: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Sebahagian turutan aksara berada di penghujung input"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Tak dapat tukar unduran '%s' ke set kod '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "URI Fail local '%s' mungkin tidak disertakan dengan '#'"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' adalah tidak sah"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Namahos URI '%s' tidak sah"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' mengandungi aksara escaped yang tidak sah"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Nama laluan '%s' adalah bukan laluan mutlak"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Namahos tidak sah"
@@ -231,37 +231,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Templet '%s' tidak berakhir dengan XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Gagal membaca pautan simbolik '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Pautan simbolik tidak disokong"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Tak dapat membuka penukar daripada `%s' kepada `%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Tak dapat membuat bacaan rawak pada g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Data tak boleh ditukar Leftover pada penimbal bacaan"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Saluran terhenti pada sebahagian aksara"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Tak dapat membuat bacaan rawak pada g_io_channel_read_to_end"
@@ -276,24 +298,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Ralat pada baris  %d aksara %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Ralat pada baris %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Entiti kosong '&;' kelihatan; entiti sah ialah : &amp; &quot; &lt; &gt; "
 "&apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -304,17 +326,17 @@
 "memulakan entiti; jika & tidak disokong untuk dijadikan entiti, escapekan "
 "sebagai &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Aksara '%s' adalah tidak sah di dalam nama entiti"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Nama entiti '%s' tidak diketahui"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -322,7 +344,7 @@
 "Entiti tidak berakhir dengan titik bertindih; mungkin anda gunakan aksara "
 "'&' tanpa menyedari untuk memulakan entiti - escape & sebagai  &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, fuzzy, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -331,16 +353,16 @@
 "gagal menghantar '%s', yang sepatutnya satu digit didalam satu rujukan "
 "aksara  (&#234; sebagai contoh) - mungkin digit terlalu besar"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, fuzzy, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Rujukan aksara '%s' tidak mengenkodkan aksara yang diizini"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Rujukan aksara kosong; sepatutnya disertakan digit seperti  &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -349,34 +371,34 @@
 "Rujukan aksara tidak berakhir dengan  semicolon; agaknya anda menggunakan "
 "aksara '&' tanpa niat untuk memulakan entiti - escapekan & sebagai &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Rujukan entiti tidak tamat"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Rujukan aksara tidak tamat"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Teks terenkod UTF-8 tidak sah"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Teks terenkod UTF-8 tidak sah"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Teks terenkod UTF-8 tidak sah"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokumen mesti dimulakan dengan unsur  (e.g. <buku>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -385,7 +407,7 @@
 "'%s' adalah bukan aksara sah diikuti sengan aksara '<'; ia tidak sepatutnya "
 "bermula dengan nama unsur"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -394,14 +416,14 @@
 "Aksara ganjil  '%s', dijangkakan aksara '>' untuk mengakhiri tag permulaan "
 "unsur '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "Aksara ganjil  '%s', dijangkakan '=' selepas nama atribut  '%s' unsur  '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -412,7 +434,7 @@
 "permulaan unsur '%s', atau atribut; meungkin anda gunakan aksara tidak sah "
 "pada nama atribut"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -421,7 +443,7 @@
 "Aksara ganjil  '%s', menjangka tanda petikan membuka selepas tanda = bila "
 "memberi nilai atribut untuk '%s' unsur '%s' "
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -430,7 +452,7 @@
 "'%s' adalah bukan aksara sah diikuti aksara '</'; '%s' tak boleh memulakan "
 "nama unsur"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -439,25 +461,25 @@
 "'%s' adalah bukan aksara sah diikuti dengan nama unsur penutup  '%s'; aksara "
 "yang diizinkan ialah  '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Unsur '%s' telah ditutup, tiada unsur yang dibuka"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Unsur '%s' telah ditutup, tetapi unsur yang dibuka adalah '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokumen kosong atau hanya menandungi ruangputih"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokumen berakhir tanpa diduga sebaik selepas membuka '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -466,26 +488,26 @@
 "Dokumen berakhir tanpa diduga dengan unsur yang masih dibuka - '%s' adalah "
 "unsur dibuka"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr "Dokumen berakhir tanpa diduga, menjangkai tag <%s/> pada hujungnya"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokumen berakhir tanpa diduga di dalam nama unsur"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokumen berakhir tanpa diduga di dalam tag element-opening"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -493,16 +515,16 @@
 "Dokumen berakhir tanpa diduga selepas tanda '=' diikuti dengan nama atribut; "
 "tiana nilai atribut"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokumen  berakhir tanpa diduga semasa di dalam nilai atribut"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Dokumen berakhir tanpa diduga di dalam tag tertutup untuk unsur '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Dokumen berakhir tanpa diduga di dalam komen atau memproses arahan"
 
@@ -550,67 +572,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Saluran terhenti pada sebahagian aksara"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Turutan byte tidak sah pada penukaran iput"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Rujukan aksara tidak tamat"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Rujukan aksara tidak tamat"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Rujukan aksara tidak tamat"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Pautan simbolik tidak disokong"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Ralat pada baris  %d aksara %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Rujukan entiti tidak tamat"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -646,17 +859,17 @@
 msgid "Failed to read data from child process"
 msgstr "Gagal membaca data daripada proses anak"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Gagal mencipta paip untuk berkomunikasi dengan proses anak (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Gagal membaca daripada paip anak (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Gagal menukar direktori '%s' (%s)"
@@ -705,43 +918,43 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Gagal membaca data daripada proses anak (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Ralat tanpa diduga bila select() membaca data daripada proses anak (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Ralat tanpa diduga pada waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Gagal untuk sepit (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Gagal melaksanakan proses anak \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Gagal melencongkan output atau input proses anak (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Gagal menyepit proses anak (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Ralat misteri ketika melaksanakan proses anak  \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Gagal membaca data yang cukup daripada paip pid anaki(%s)"
@@ -762,170 +975,719 @@
 msgid "Character out of range for UTF-16"
 msgstr "Aksara di luar julat UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr ""
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Ralat semasa penukaran: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr ""
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr ""
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Namahos tidak sah"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Namahos tidak sah"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, fuzzy, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "URI '%s' mengandungi aksara escaped yang tidak sah"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+msgid "Unknown type"
+msgstr ""
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Pautan simbolik tidak disokong"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Pautan simbolik tidak disokong"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Namahos tidak sah"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Namahos tidak sah"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Gagal mencipta fail %s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Gagal mencipta fail %s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Gagal mencipta fail %s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Ralat semasa penukaran: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Ralat membuka direktori %s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Ralat semasa penukaran: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Ralat semasa penukaran: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Ralat pada baris %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Pautan simbolik tidak disokong"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Ralat semasa penukaran: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Ralat semasa penukaran: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Ralat membaca fail '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Ralat pada baris %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Ralat semasa penukaran: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Ralat semasa penukaran: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Pautan simbolik tidak disokong"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
diff --git a/po/nb.po b/po/nb.po
index a94ac22..7c4d51b 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: glib 2.13.x\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-19 12:39+0100\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-12-19 12:55+0100\n"
 "Last-Translator: Espen Stefansen <espens@svn.gnome.org>\n"
 "Language-Team: Norwegian bokmal <i18n-nb@lister.ping.uio.no>\n"
@@ -18,308 +18,307 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
 #, c-format
 msgid "Unexpected attribute '%s' for element '%s'"
 msgstr "Uventet attributt «%s» for element «%s»"
 
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
 #, c-format
 msgid "Attribute '%s' of element '%s' not found"
 msgstr "Attributt «%s» i element «%s» ble ikke funnet"
 
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
 #, c-format
 msgid "Unexpected tag '%s', tag '%s' expected"
 msgstr "Uventet tagg «%s», tagg «%s» forventet"
 
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
 #, c-format
 msgid "Unexpected tag '%s' inside '%s'"
 msgstr "Uventet tagg «%s» i «%s»"
 
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
 #, c-format
 msgid "No valid bookmark file found in data dirs"
 msgstr "Ingen gyldig bokmerkefil ble funnet i datakatalogene"
 
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
 #, c-format
 msgid "A bookmark for URI '%s' already exists"
 msgstr "Et bokmerke eksisterer allerede for URI «%s»"
 
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
 #, c-format
 msgid "No bookmark found for URI '%s'"
 msgstr "Ingen bokmerker funnet for URI «%s»"
 
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
 #, c-format
 msgid "No MIME type defined in the bookmark for URI '%s'"
 msgstr "Ingen MIME-type definert i bokmerke for URI «%s»"
 
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
 #, c-format
 msgid "No private flag has been defined in bookmark for URI '%s'"
 msgstr "Ingen private flagg er definert i bokmerke for URI «%s»"
 
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
 #, c-format
 msgid "No groups set in bookmark for URI '%s'"
 msgstr "Ingen grupper satt i bokmerke for URI «%s»"
 
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
 #, c-format
 msgid "No application with name '%s' registered a bookmark for '%s'"
 msgstr "Ingen program med navn «%s» har registrert et bokmerke for «%s»"
 
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
 #, c-format
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Feil under utvidelse av exec-linje «%s» med URI «%s»"
 
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Konvertering fra tegnsett «%s» til «%s» er ikke støttet"
 
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Kunne ikke åpne program for å konvertere fra «%s» til «%s»"
 
-#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2215 ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
+#: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Ugyldig bytesekvens i inndata for konvertering"
 
-#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Feil under konvertering: %s"
 
-#: ../glib/gconvert.c:669 ../glib/gutf8.c:946 ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Ufullstendig tegnsekvens ved slutten på inndata"
 
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Kan ikke konvertere \"fallback\" «%s» til tegnsett «%s»"
 
-#: ../glib/gconvert.c:1733
+#: glib/gconvert.c:1733
 #, 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:1743
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Lokal fil-URI «%s» kan ikke inneholde en «#»"
 
-#: ../glib/gconvert.c:1760
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI «%s» er ugyldig"
 
-#: ../glib/gconvert.c:1772
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Vertsnavnet for URI «%s» er ugyldig"
 
-#: ../glib/gconvert.c:1788
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "Vertsnavnet for URI «%s» inneholder ugyldige escape-tegn"
 
-#: ../glib/gconvert.c:1883
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Stinavnet «%s» er ikke en absolutt sti"
 
-#: ../glib/gconvert.c:1893
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Ugyldig vertsnavn"
 
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
 #, c-format
 msgid "Error opening directory '%s': %s"
 msgstr "Feil under åpning av katalog «%s»: %s"
 
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
 #, c-format
 msgid "Could not allocate %lu bytes to read file \"%s\""
 msgstr "Kunne ikke allokere %lu bytes til lest fil «%s»"
 
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
 #, c-format
 msgid "Error reading file '%s': %s"
 msgstr "Feil under lesing av fil «%s»: %s"
 
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
 #, c-format
 msgid "Failed to read from file '%s': %s"
 msgstr "Feil under lesing fra fil «%s»: %s"
 
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "Feil under åpning av fil «%s»: %s"
 
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
 #, c-format
 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
 msgstr "Feil ved uthenting av attributter for fil «%s»: fstat() feilet: %s"
 
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
 #, c-format
 msgid "Failed to open file '%s': fdopen() failed: %s"
 msgstr "Feil under åpning av fil «%s»: fdopen() feilet: %s"
 
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
 #, 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:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
 #, c-format
 msgid "Failed to create file '%s': %s"
 msgstr "Feil under oppretting av fil «%s»: %s"
 
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
 #, 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:971
+#: glib/gfileutils.c:971
 #, c-format
 msgid "Failed to write file '%s': fwrite() failed: %s"
 msgstr "Kunne ikke skrive fil «%s»: fwrite() feilet: %s"
 
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
 #, c-format
 msgid "Failed to close file '%s': fclose() failed: %s"
 msgstr "Kunne ikke lukke fil «%s»: fclose() feilet: %s"
 
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
 #, 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:1352
+#: glib/gfileutils.c:1352
 #, c-format
 msgid "Template '%s' invalid, should not contain a '%s'"
 msgstr "Mal «%s» er ugyldig, må ikke inneholde «%s»"
 
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
 #, c-format
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Mal «%s» inneholder ikke XXXXXX"
 
-#: ../glib/gfileutils.c:1824
+#: glib/gfileutils.c:1826
 #, c-format
 msgid "%u byte"
 msgid_plural "%u bytes"
 msgstr[0] ""
 msgstr[1] ""
 
-#: ../glib/gfileutils.c:1832
+#: glib/gfileutils.c:1834
 #, c-format
 msgid "%.1f KB"
 msgstr "%.1f KB"
 
-#: ../glib/gfileutils.c:1837
+#: glib/gfileutils.c:1839
 #, c-format
 msgid "%.1f MB"
 msgstr "%.1f MB"
 
-#: ../glib/gfileutils.c:1842
+#: glib/gfileutils.c:1844
 #, c-format
 msgid "%.1f GB"
 msgstr "%.1f GB"
 
-#: ../glib/gfileutils.c:1885
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Feil under lesing av symbolsk lenke «%s»: %s"
 
-#: ../glib/gfileutils.c:1906
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Symbolske lenker er ikke støttet"
 
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Kunne ikke åpne konverterer fra «%s» til «%s»: %s"
 
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Kan ikke utføre rå avlesing i g_io_channel_read_line_string"
 
-#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Overflødig ikke-konvertert data i innlesingsbuffer"
 
-#: ../glib/giochannel.c:1634 ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanalen terminerer i et oppdelt tegn"
 
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Kan ikke utføre rå avlesing i g_io_channel_read_to_end"
 
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
 #, c-format
 msgid "Failed to open file '%s': open() failed: %s"
 msgstr "Kunne ikke åpne fil «%s»: open() feilet: %s"
 
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
 #, c-format
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Kunne ikke lese fil «%s» inn i minnet: mmap() feilet: %s"
 
-#: ../glib/gmarkup.c:228 ../glib/gmarkup.c:244
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, c-format
 msgid "Error on line %d char %d: "
 msgstr "Feil på linje %d tegn %d: "
 
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Feil på linje %d: %s"
 
-#: ../glib/gmarkup.c:442
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Tom entitet «&;» funnet; gyldige entiteter er: &amp; &quot; &lt; &gt; &apos;"
 
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -330,17 +329,17 @@
 "starter en entitet; hvis dette og-tegnet ikke er ment å være en entitet, "
 "unngå dette ved å bruke &amp; i stedet"
 
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Tegn «%s» er ikke gyldig inne i et entitetsnavn"
 
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Entitetsnavn «%s» er ikke kjent"
 
-#: ../glib/gmarkup.c:534
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -349,7 +348,7 @@
 "tegn uten at det var ment å starte en entitet - ungå ved å bruke &amp; i "
 "stedet"
 
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +357,16 @@
 "Feil under lesing av «%-.*s», som skulle vært et tall inne i en "
 "tegnreferanse (&#234; for eksempel) - tallet er muligens for stort"
 
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Tegnreferanse «%-.*s» koder ikke et tillatt tegn"
 
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Tom tegnreferanse; skulle inkludert et tall slik som &#454;"
 
-#: ../glib/gmarkup.c:637
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -377,32 +376,32 @@
 "og-tegn uten at det var ment å starte en entitet - unngå ved å bruke &amp; i "
 "stedet"
 
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Uferdig referanse til entitet"
 
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Uferdig referanse til tegn"
 
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Ugyldig UTF-8 kodet tekst - for lang sekvens"
 
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Ugyldig UTF-8 kodet tekst - ikke et starttegn"
 
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Ugyldig UTF-8 kodet tekst - ikke gyldig «%s»"
 
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokumentet må starte med et element (f.eks <book>)"
 
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -411,7 +410,7 @@
 "«%s» er ikke et gyldig tegn etter en «<» tegn; det kan ikke være begynnelsen "
 "på et elementnavn"
 
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -420,14 +419,14 @@
 "Rart tegn «%s», forventet et «>» tegn for å avslutte start-taggen til "
 "elementet «%s»"
 
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "Rart tegn «%s», forventet et «=» etter attributtnavn «%s» for element «%s»"
 
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -438,7 +437,7 @@
 "element «%s», eller alternativt en attributt; kanskje du brukte et ugyldig "
 "tegn i attributtnavnet"
 
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -447,7 +446,7 @@
 "Rart tegn «%s», ventet et åpent sitattegn etter likhetstegnet når verdi for "
 "attributt «%s» for element «%s» oppgis"
 
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -456,7 +455,7 @@
 "«%s» er ikke et gyldig tegn etter tegnene «</»; «%s» er kanskje ikke "
 "begynnelsen på et elementnavn"
 
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -465,25 +464,25 @@
 "«%s» er ikke et gyldig tegn etter element for lukking med navn «%s»; tillatt "
 "tegn er «>»"
 
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element «%s» ble lukket, ingen åpne elementer nå"
 
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element «%s» ble lukket, men aktivt åpent element er «%s»"
 
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokumentet var tomt eller inneholdt kun blanke tegn"
 
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokumentet sluttet uventet rett etter en åpen vinkelparantes «<»"
 
-#: ../glib/gmarkup.c:1779 ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -491,7 +490,7 @@
 msgstr ""
 "Dokumentet sluttet uventet med åpne elementer - «%s» var siste åpne element"
 
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -500,19 +499,19 @@
 "Dokumentet sluttet uventet, forventet å se en vinkelparantes for å slutte av "
 "den siste taggen <%s/>"
 
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokumentet sluttet uventet inni et elementnavn"
 
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokumentet sluttet uventet inni et attributtnavn"
 
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokumentet sluttet uventet inni en tagg for åpning av element."
 
-#: ../glib/gmarkup.c:1810
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -520,393 +519,391 @@
 "Dokumentet sluttet uventet etter likhetstegnet som følger et attributtnavn; "
 "ingen attributtverdi"
 
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokumentet sluttet uventet inni en attributtverdi"
 
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Dokumentet sluttet uventet inni tagg for lukking av element «%s»"
 
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Dokumentet sluttet uventet inni en kommentar eller prosesseringsinstruksjon"
 
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
 msgid "corrupted object"
 msgstr "korrupt objekt"
 
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
 msgid "internal error or corrupted object"
 msgstr "intern feil eller korrupt objekt"
 
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
 msgid "out of memory"
 msgstr "ikke mer minne"
 
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
 msgid "backtracking limit reached"
 msgstr "grense for liste av funksjonskall nådd"
 
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
 msgid "the pattern contains items not supported for partial matching"
 msgstr "mønsteret inneholder oppføringer som ikke støttes for delvise treff"
 
-#: ../glib/gregex.c:154
+#: glib/gregex.c:154
 msgid "internal error"
 msgstr "intern feil"
 
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
 msgid "back references as conditions are not supported for partial matching"
 msgstr "bakoverreferanser som betingelser er ikke støttet for delvise treff"
 
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
 msgid "recursion limit reached"
 msgstr "rekursjonsgrense nådd"
 
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
 msgid "workspace limit for empty substrings reached"
 msgstr "grense for tomme understrenger nådd"
 
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
 msgid "invalid combination of newline flags"
 msgstr "ugyldig kombinasjon av flagg for nye linjer"
 
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
 msgid "unknown error"
 msgstr "ukjent feil"
 
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
 msgid "\\ at end of pattern"
 msgstr "\\ på slutten av mønsteret"
 
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
 msgid "\\c at end of pattern"
 msgstr "\\c på slutten av mønsteret"
 
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
 msgid "unrecognized character follows \\"
 msgstr "ugjenkjennelig tegn følger \\"
 
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
 msgstr ""
 
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
 msgid "numbers out of order in {} quantifier"
 msgstr ""
 
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
 msgid "number too big in {} quantifier"
 msgstr ""
 
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
 msgid "missing terminating ] for character class"
 msgstr "mangler terminerende ] for tegnklassen"
 
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
 msgid "invalid escape sequence in character class"
 msgstr "ugyldig escape-sekvens i tegnklassen"
 
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
 msgid "range out of order in character class"
 msgstr "område utenfor rekkefølge i tegnklassen"
 
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
 msgid "nothing to repeat"
 msgstr "ingenting å gjenta"
 
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
 msgid "unrecognized character after (?"
 msgstr "ikke gjenkjent tegn etter (?"
 
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
 msgid "unrecognized character after (?<"
 msgstr "ikke gjenkjent tegn etter (?<"
 
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
 msgid "unrecognized character after (?P"
 msgstr "ikke gjenkjent tegn etter (?P"
 
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
 msgid "POSIX named classes are supported only within a class"
 msgstr "klasser med POSIX-navngivning støttes kun innen en klasse"
 
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
 msgid "missing terminating )"
 msgstr "mangler terminerende )"
 
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
 msgid ") without opening ("
 msgstr ") uten åpnende ("
 
-#: ../glib/gregex.c:255
+#: glib/gregex.c:255
 msgid "(?R or (?[+-]digits must be followed by )"
 msgstr "(?R eller (?[+-]tall må følges av )"
 
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
 msgid "reference to non-existent subpattern"
 msgstr "referanse til ikke-eksisterende undermønster"
 
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
 msgid "missing ) after comment"
 msgstr "mangler ) etter kommentar"
 
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
 msgid "regular expression too large"
 msgstr "vanlig uttrykk for stort"
 
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
 msgid "failed to get memory"
 msgstr "ikke nok minne"
 
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
 msgid "lookbehind assertion is not fixed length"
 msgstr ""
 
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
 msgid "malformed number or name after (?("
 msgstr "ugyldig tall eller navn etter (?("
 
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
 msgid "conditional group contains more than two branches"
 msgstr "betinget gruppe inneholder mer enn to grener"
 
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
 msgid "assertion expected after (?("
 msgstr ""
 
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
 msgid "unknown POSIX class name"
 msgstr "ukjent navn på POSIX-klasse"
 
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
 #, fuzzy
 msgid "POSIX collating elements are not supported"
 msgstr "Symbolske lenker er ikke støttet"
 
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
 msgid "character value in \\x{...} sequence is too large"
 msgstr "tegnverdi i \\x{...} sekvens er for stor"
 
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
 msgid "invalid condition (?(0)"
 msgstr "ugyldig betingelse (?(0)"
 
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
 msgid "\\C not allowed in lookbehind assertion"
 msgstr "\\C er ikke tillatt i «lookbehind assertion»"
 
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
 msgid "recursive call could loop indefinitely"
 msgstr "rekursivt kall kunne gå i uendelig løkke"
 
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
 msgid "missing terminator in subpattern name"
 msgstr "mangler terminering av navn på undermønster"
 
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
 msgid "two named subpatterns have the same name"
 msgstr ""
 
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
 msgid "malformed \\P or \\p sequence"
 msgstr "ugyldig \\P- eller \\p-sekvens"
 
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
 msgid "unknown property name after \\P or \\p"
 msgstr "ukjent navn på egenskap etter \\P eller \\p"
 
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
 msgid "subpattern name is too long (maximum 32 characters)"
 msgstr ""
 
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
 msgid "too many named subpatterns (maximum 10,000)"
 msgstr "for mange navngitte undermønster (maks 10.000)"
 
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
 msgid "octal value is greater than \\377"
 msgstr "oktal verdi er større enn \\377"
 
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
 msgid "DEFINE group contains more than one branch"
 msgstr ""
 
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
 msgid "repeating a DEFINE group is not allowed"
 msgstr ""
 
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
 msgid "inconsistent NEWLINE options"
 msgstr ""
 
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
 msgid ""
 "\\g is not followed by a braced name or an optionally braced non-zero number"
 msgstr ""
 
-#: ../glib/gregex.c:335
+#: glib/gregex.c:335
 msgid "unexpected repeat"
 msgstr "uventet gjentagelse"
 
-#: ../glib/gregex.c:339
+#: glib/gregex.c:339
 msgid "code overflow"
 msgstr ""
 
-#: ../glib/gregex.c:343
+#: glib/gregex.c:343
 msgid "overran compiling workspace"
 msgstr ""
 
-#: ../glib/gregex.c:347
+#: glib/gregex.c:347
 msgid "previously-checked referenced subpattern not found"
 msgstr ""
 
-#: ../glib/gregex.c:514 ../glib/gregex.c:1562
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Feil under treff på regulært uttrykk %s: %s"
 
-#: ../glib/gregex.c:1067
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE-biblioteket er kompilert uten støtte for UTF8"
 
-#: ../glib/gregex.c:1076
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE-biblioteket er kompilert uten støtte for UTF8-egenskaper"
 
-#: ../glib/gregex.c:1130
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Feil under sammensetting av regulært utrykk %s ved tegn %d: %s"
 
-#: ../glib/gregex.c:1166
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Feil under optimering av reguært utrykk %s: %s"
 
-#: ../glib/gregex.c:1990
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "heksadesimalt tall eller «}» forventet"
 
-#: ../glib/gregex.c:2006
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "heksadesimalt tall forventet"
 
-#: ../glib/gregex.c:2046
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "mangler «<» i symbolsk referanse"
 
-#: ../glib/gregex.c:2055
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "uferdig symbolsk referanse"
 
-#: ../glib/gregex.c:2062
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "symbolsk referanse med null lengde"
 
-#: ../glib/gregex.c:2073
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "tall forventet"
 
-#: ../glib/gregex.c:2091
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "ugyldig symbolsk referanse"
 
-#: ../glib/gregex.c:2153
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "feilplassert siste «\\\\»"
 
-#: ../glib/gregex.c:2157
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "ukjent escapesekvens"
 
-#: ../glib/gregex.c:2167
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Feil under tolking av erstatningstekst «%s» ved tegn %lu: %s"
 
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
 #, c-format
 msgid "Quoted text doesn't begin with a quotation mark"
 msgstr "Sitert tekst begynner ikke med sitattegn"
 
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
 #, c-format
 msgid "Unmatched quotation mark in command line or other shell-quoted text"
 msgstr "Ubalansert sitattegn i kommandolinje eller annen skall-sitert tekst"
 
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
 #, c-format
 msgid "Text ended just after a '\\' character. (The text was '%s')"
 msgstr "Tekst sluttet rett etter et «\\» tegn. (Teksten var «%s»)"
 
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
 #, c-format
 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
 msgstr ""
 "Teksten sluttet før likt sitattegn ble funnet for %c. (Teksten var «%s»)"
 
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
 #, c-format
 msgid "Text was empty (or contained only whitespace)"
 msgstr "Teksten var tom (eller inneholdt kun blanke tegn)"
 
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
 #, c-format
 msgid "Failed to read data from child process"
 msgstr "Feil under lesing av data fra underprosess"
 
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Feil under oppretting av rør for kommunikasjon med underprosess (%s)"
 
-#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Feil under lesing fra \"child pipe\" (%s)"
 
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Feil ved skifte til katalog «%s» (%s)"
 
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
 #, c-format
 msgid "Failed to execute child process (%s)"
 msgstr "Feil under kjøring av underprosess (%s)"
 
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
 #, c-format
 msgid "Invalid program name: %s"
 msgstr "Ugyldig programnavn: %s"
 
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
 #, c-format
 msgid "Invalid string in argument vector at %d: %s"
 msgstr "Ugyldig streng i argumentvektor på %d: %s"
 
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
 #, c-format
 msgid "Invalid string in environment: %s"
 msgstr "Ugyldig streng i miljø: %s"
 
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
 #, c-format
 msgid "Invalid working directory: %s"
 msgstr "Ugyldig arbeidsmappe: %s"
 
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
 #, c-format
 msgid "Failed to execute helper program (%s)"
 msgstr "Feil under kjøring av hjelpeprogram (%s)"
 
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
 #, c-format
 msgid ""
 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -915,142 +912,142 @@
 "Uventet feil i g_io_channel_win32_poll() under lesing av data fra en "
 "underprosess"
 
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
 #, c-format
 msgid "Failed to read data from child process (%s)"
 msgstr "Feil under lesing av data fra underprosess (%s)"
 
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Uventet feil i select() ved lesing av data fra underprosess (%s)"
 
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Uventet feil i waitpid() (%s)"
 
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Feil under kjøring av fork (%s)"
 
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Feil under kjøring av underprosess «%s» (%s)"
 
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Feil under omdirigering av utdata eller inndata for underprosess (%s)"
 
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Feil under kjøring av fork() for underprosess (%s)"
 
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Ukjent feil under kjøring av underprosess «%s»"
 
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Klarte ikke å lese nok data fra underprosessens pid-rør (%s)"
 
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
 #, c-format
 msgid "Character out of range for UTF-8"
 msgstr "Tegn utenfor gyldig område for UTF-8"
 
-#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
 #, c-format
 msgid "Invalid sequence in conversion input"
 msgstr "Ugyldig sekvens i inndata for konvertering"
 
-#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
 #, c-format
 msgid "Character out of range for UTF-16"
 msgstr "Tegn utenfor gyldig område for UTF-16"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Bruk:"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[FLAGG...]"
 
-#: ../glib/goption.c:677
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Flagg for hjelp:"
 
-#: ../glib/goption.c:678
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Vis flagg for hjelp"
 
-#: ../glib/goption.c:684
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Vis alle flagg for hjelp"
 
-#: ../glib/goption.c:736
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Flagg for applikasjonen"
 
-#: ../glib/goption.c:797 ../glib/goption.c:867
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Kan ikke lese heltallsverdi «%s» for %s"
 
-#: ../glib/goption.c:807 ../glib/goption.c:875
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Heltallsverdi «%s» for %s er utenfor gyldig område"
 
-#: ../glib/goption.c:832
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Kan ikke lese verdi for double «%s» for %s"
 
-#: ../glib/goption.c:840
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Double-verdi «%s» for %s er utenfor gyldig område"
 
-#: ../glib/goption.c:1177
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Feil under tolking av flagg %s"
 
-#: ../glib/goption.c:1208 ../glib/goption.c:1319
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Mangler argument for %s"
 
-#: ../glib/goption.c:1714
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Ukjent flagg %s"
 
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Gyldig nøkkelfil ble ikke funnet i søkemapper"
 
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Ikke en vanlig fil"
 
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Filen er tom"
 
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1058,50 +1055,50 @@
 "Nøkkelfil inneholder linjen «%s» som ikke er et par med nøkkelverdier, "
 "gruppe eller kommentar"
 
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Ugyldig navn på gruppe: %s"
 
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Nøkkelfil starter ikke med en gruppe"
 
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Ugyldig navn på nøkkel: %s"
 
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Nøkkelfil inneholder ustøttet tegnkoding «%s»"
 
-#: ../glib/gkeyfile.c:1109 ../glib/gkeyfile.c:1269 ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555 ../glib/gkeyfile.c:2690 ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978 ../glib/gkeyfile.c:3165 ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Nøkkelfil har ikke gruppe «%s»"
 
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Nøkkelfil har ikke nøkkelen «%s»"
 
-#: ../glib/gkeyfile.c:1383 ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Nøkkelfilen inneholder nøkkelen «%s» med verdi «%s» som ikke er UTF-8"
 
-#: ../glib/gkeyfile.c:1403 ../glib/gkeyfile.c:1516 ../glib/gkeyfile.c:1889
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Nøkkelfilen inneholder nøkkelen «%s» som har en verdi som ikke kan bli tolket"
 
-#: ../glib/gkeyfile.c:2104 ../glib/gkeyfile.c:2316
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1110,584 +1107,588 @@
 "Nøkkelfilen inneholder nøkkelen «%s» i gruppen «%s» som har en verdi som "
 "ikke kan bli tolket."
 
-#: ../glib/gkeyfile.c:2502 ../glib/gkeyfile.c:2705 ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Nøkkelfilen har ikke nøkkelen i «%s» i gruppen «%s»"
 
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Nøkkelfilen inneholder skiftetegn ved linjeslutt"
 
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Nøkkelfil inneholder ugyldig skiftesekvens «%s»"
 
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Vedien «%s» kan ikke bli tolket som et tall."
 
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Heltallsverdi «%s» er utenfor gyldig område"
 
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Verdi «%s» kan ikke tolkes som et flyttall."
 
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Verdi «%s» kan ikke tolkes som en bolsk verdi."
 
-#: ../gio/gbufferedinputstream.c:483 ../gio/ginputstream.c:558
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
 msgid "Too large count value passed to g_input_stream_read_async"
 msgstr "For stor tellerverdi gitt til g_input_stream_read_async"
 
-#: ../gio/gbufferedinputstream.c:869 ../gio/ginputstream.c:888
-#: ../gio/goutputstream.c:1064
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
 #, c-format
 msgid "Stream is already closed"
 msgstr "Strømmen er allerede lukket"
 
-#: ../gio/gcancellable.c:296 ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
 #, c-format
 msgid "Operation was cancelled"
 msgstr "Operasjonen ble avbrutt"
 
-#: ../gio/gcontenttype.c:156
+#: gio/gcontenttype.c:156
 msgid "Unknown type"
 msgstr "Ukjent type"
 
-#: ../gio/gcontenttype.c:157
+#: gio/gcontenttype.c:157
 #, c-format
 msgid "%s filetype"
 msgstr "filtype %s"
 
-#: ../gio/gcontenttype.c:571
+#: gio/gcontenttype.c:571
 #, c-format
 msgid "%s type"
 msgstr "type %s"
 
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
 #, c-format
 msgid "Unexpected early end-of-stream"
 msgstr "Uventet tidlig slutt på strøm"
 
-#: ../gio/gdesktopappinfo.c:386 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
 msgid "Unnamed"
 msgstr "Uten navn"
 
-#: ../gio/gdesktopappinfo.c:562
+#: gio/gdesktopappinfo.c:562
 #, c-format
 msgid "Desktop file didn't specify Exec field"
 msgstr "Desktop-filen hadde ingen verdi i Exec-feltet"
 
-#: ../gio/gdesktopappinfo.c:844
+#: gio/gdesktopappinfo.c:844
 #, c-format
 msgid "Unable to find terminal required for application"
 msgstr "Kan ikke finne terminalen som kreves for programmet"
 
-#: ../gio/gdesktopappinfo.c:1026
+#: gio/gdesktopappinfo.c:1026
 #, c-format
 msgid "Can't create user application configuration folder %s: %s"
 msgstr "Kan ikke opprette konfigurasjonsmappe %s for brukers program: %s"
 
-#: ../gio/gdesktopappinfo.c:1030
+#: gio/gdesktopappinfo.c:1030
 #, c-format
 msgid "Can't create user MIME configuration folder %s: %s"
 msgstr "Kan ikke opprette brukers konfigurasjonsmappe %s for MIME: %s"
 
-#: ../gio/gdesktopappinfo.c:1403
+#: gio/gdesktopappinfo.c:1403
 #, c-format
 msgid "Custom definition for %s"
 msgstr "Egendefinert definisjon for %s"
 
-#: ../gio/gdesktopappinfo.c:1427
+#: gio/gdesktopappinfo.c:1427
 #, c-format
 msgid "Can't create user desktop file %s"
 msgstr "Kan ikke opprette brukers desktop-fil %s"
 
-#: ../gio/gdesktopappinfo.c:1452
+#: gio/gdesktopappinfo.c:1452
 #, c-format
 msgid "Can't load just created desktop file"
 msgstr "Kan ikke laste nylig opprettet desktop-fil"
 
-#: ../gio/gdrive.c:363
+#: gio/gdrive.c:365
 msgid "drive doesn't implement eject"
 msgstr "stasjonen implementerer ikke utløsing"
 
-#: ../gio/gdrive.c:430
+#: gio/gdrive.c:432
 msgid "drive doesn't implement polling for media"
 msgstr "stasjonen implementerer ikke sjekk om medie er satt inn"
 
-#: ../gio/gfile.c:730 ../gio/gfile.c:871 ../gio/gfile.c:1004
-#: ../gio/gfile.c:1090 ../gio/gfile.c:1143 ../gio/gfile.c:1200
-#: ../gio/gfile.c:1281 ../gio/gfile.c:2188 ../gio/gfile.c:2233
-#: ../gio/gfile.c:2283 ../gio/gfile.c:2322 ../gio/gfile.c:2641
-#: ../gio/gfile.c:3035 ../gio/gfile.c:3112 ../gio/gfile.c:3189
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
 #, c-format
 msgid "Operation not supported"
 msgstr "Operasjonen er ikke støttet"
 
-#: ../gio/gfile.c:1046 ../gio/glocalfile.c:888 ../gio/glocalfile.c:897
-#: ../gio/glocalfile.c:908
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
 #, c-format
 msgid "Containing mount does not exist"
 msgstr ""
 
-#: ../gio/gfile.c:1620
+#: gio/gfile.c:1620
 #, c-format
 msgid "Can't copy over directory"
 msgstr "Kan ikke kopiere over katalog"
 
-#: ../gio/gfile.c:1680
+#: gio/gfile.c:1680
 #, c-format
 msgid "Can't copy directory over directory"
 msgstr "Kan ikke kopiere katalog over katalog"
 
-#: ../gio/gfile.c:1688
+#: gio/gfile.c:1688
 #, c-format
 msgid "Target file exists"
 msgstr "Målfilen eksisterer"
 
-#: ../gio/gfile.c:1706
+#: gio/gfile.c:1706
 #, c-format
 msgid "Can't recursively copy directory"
 msgstr "Kan ikke kopiere katalog rekursivt"
 
-#: ../gio/gfile.c:2273
+#: gio/gfile.c:2273
 #, c-format
 msgid "Invalid symlink value given"
 msgstr "Ugyldig verdi oppgitt for symbolsk lenke"
 
-#: ../gio/gfile.c:2365
+#: gio/gfile.c:2365
 #, c-format
 msgid "Trash not supported"
 msgstr "Papirkurv er ikke støttet"
 
-#: ../gio/gfile.c:2412
+#: gio/gfile.c:2412
 #, c-format
 msgid "File names cannot contain '%c'"
 msgstr "Filnavn kan ikke inneholde «%c»"
 
-#: ../gio/gfile.c:4033 ../gio/gvolume.c:318
+#: gio/gfile.c:4039 gio/gvolume.c:318
 msgid "volume doesn't implement mount"
 msgstr "volumet implementerer ikke montering"
 
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
 #, c-format
 msgid "Enumerator is closed"
 msgstr "Enumerator er lukket"
 
-#: ../gio/gfileenumerator.c:158 ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317 ../gio/gfileenumerator.c:424
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
 #, c-format
 msgid "File enumerator has outstanding operation"
 msgstr ""
 
-#: ../gio/gfileenumerator.c:307 ../gio/gfileenumerator.c:414
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
 msgid "File enumerator is already closed"
 msgstr ""
 
-#: ../gio/gfileinputstream.c:143 ../gio/gfileinputstream.c:439
-#: ../gio/gfileoutputstream.c:154 ../gio/gfileoutputstream.c:556
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
 #, c-format
 msgid "Stream doesn't support query_info"
 msgstr "Strømmen støtter ikke query_info"
 
-#: ../gio/gfileinputstream.c:354 ../gio/gfileoutputstream.c:395
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
 #, c-format
 msgid "Seek not supported on stream"
 msgstr "Søking ikke støttet på strøm"
 
-#: ../gio/gfileinputstream.c:398
+#: gio/gfileinputstream.c:398
 #, c-format
 msgid "Truncate not allowed on input stream"
 msgstr ""
 
-#: ../gio/gfileoutputstream.c:490
+#: gio/gfileoutputstream.c:490
 #, c-format
 msgid "Truncate not supported on stream"
 msgstr ""
 
-#: ../gio/ginputstream.c:186
+#: gio/ginputstream.c:186
 #, c-format
 msgid "Too large count value passed to g_input_stream_read"
 msgstr "For stor tellerverdi gitt til g_input_stream_read"
 
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
 #, c-format
 msgid "Input stream doesn't implement read"
 msgstr "Inndatastrøm implementerer ikke lesing"
 
-#: ../gio/ginputstream.c:318
+#: gio/ginputstream.c:318
 #, c-format
 msgid "Too large count value passed to g_input_stream_skip"
 msgstr "For stor tellerverdi gitt til g_input_stream_skip"
 
-#: ../gio/ginputstream.c:681
+#: gio/ginputstream.c:681
 msgid "Too large count value passed to g_input_stream_skip_async"
 msgstr "For stor tellerverdi gitt til g_input_stream_skip_async"
 
-#: ../gio/ginputstream.c:895 ../gio/goutputstream.c:1071
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
 #, c-format
 msgid "Stream has outstanding operation"
 msgstr "Strømmen har utestående operasjoner"
 
-#: ../gio/glocalfile.c:554
+#: gio/glocalfile.c:554
 #, c-format
 msgid "Invalid filename %s"
 msgstr "Ugyldig filnavn %s"
 
-#: ../gio/glocalfile.c:810
+#: gio/glocalfile.c:810
 #, c-format
 msgid "Error getting filesystem info: %s"
 msgstr "Feil under lesing av informasjon om filsystem: %s"
 
-#: ../gio/glocalfile.c:928
+#: gio/glocalfile.c:928
 #, c-format
 msgid "Can't rename root directory"
 msgstr "Kan ikke endre navn på rotkatalogen"
 
-#: ../gio/glocalfile.c:946
+#: gio/glocalfile.c:946
 #, c-format
 msgid "Can't rename file, filename already exist"
 msgstr "Kan ikke endre navn på filen. Filnavnet eksisterer allerede"
 
-#: ../gio/glocalfile.c:959 ../gio/glocalfile.c:1681 ../gio/glocalfile.c:1710
-#: ../gio/glocalfile.c:1842 ../gio/glocalfileoutputstream.c:451
-#: ../gio/glocalfileoutputstream.c:494 ../gio/glocalfileoutputstream.c:886
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
 #, c-format
 msgid "Invalid filename"
 msgstr "Ugyldig filnavn"
 
-#: ../gio/glocalfile.c:963
+#: gio/glocalfile.c:963
 #, c-format
 msgid "Error renaming file: %s"
 msgstr "Feil under endring av navn på fil: %s"
 
-#: ../gio/glocalfile.c:1080
+#: gio/glocalfile.c:1080
 #, c-format
 msgid "Error opening file: %s"
 msgstr "Feil under åpning av fil: %s"
 
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
 #, c-format
 msgid "Can't open directory"
 msgstr "Kan ikke åpne mappe"
 
-#: ../gio/glocalfile.c:1142 ../gio/glocalfile.c:1685
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
 #, c-format
 msgid "Error removing file: %s"
 msgstr "Feil ved fjerning av fil: %s"
 
-#: ../gio/glocalfile.c:1434
+#: gio/glocalfile.c:1434
 #, c-format
 msgid "Error trashing file: %s"
 msgstr "Feil ved plassering av fil i papirkurv: %s"
 
-#: ../gio/glocalfile.c:1458
+#: gio/glocalfile.c:1458
 #, c-format
 msgid "Unable to create trash dir %s: %s"
 msgstr "Kan ikke legge katalog %s i papirkurven: %s"
 
-#: ../gio/glocalfile.c:1482
+#: gio/glocalfile.c:1482
 #, c-format
 msgid "Unable to find toplevel directory for trash"
 msgstr "Kan ikke finne toppnivå for papirkurv"
 
-#: ../gio/glocalfile.c:1542 ../gio/glocalfile.c:1562
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
 #, c-format
 msgid "Unable to find or create trash directory"
 msgstr "Kan ikke finne eller opprette mappe for papirkurv"
 
-#: ../gio/glocalfile.c:1594
+#: gio/glocalfile.c:1594
 #, c-format
 msgid "Unable to create trashed file: %s"
 msgstr "Kan ikke opprette fil i papirkurven: %s"
 
-#: ../gio/glocalfile.c:1617
+#: gio/glocalfile.c:1617
 #, fuzzy, c-format
 msgid "Unable to trash file: %s"
 msgstr "Feil under oppretting av fil «%s»: %s"
 
-#: ../gio/glocalfile.c:1714
+#: gio/glocalfile.c:1714
 #, c-format
 msgid "Error making symbolic link: %s"
 msgstr "Feil ved oppretting av symbolsk lenke: %s"
 
-#: ../gio/glocalfile.c:1761 ../gio/glocalfile.c:1846
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
 #, c-format
 msgid "Error moving file: %s"
 msgstr "Feil under flytting av fil: %s"
 
-#: ../gio/glocalfile.c:1782
+#: gio/glocalfile.c:1782
 #, c-format
 msgid "Can't move directory over directory"
 msgstr "Kan ikke flytte katalog over katalog"
 
-#: ../gio/glocalfile.c:1791
+#: gio/glocalfile.c:1791
 #, c-format
 msgid "Target file already exists"
 msgstr "Målfilen eksisterer allerede"
 
-#: ../gio/glocalfile.c:1804 ../gio/glocalfileoutputstream.c:740
-#: ../gio/glocalfileoutputstream.c:754 ../gio/glocalfileoutputstream.c:769
-#: ../gio/glocalfileoutputstream.c:785 ../gio/glocalfileoutputstream.c:799
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
 #, c-format
 msgid "Backup file creation failed"
 msgstr "Oppretting av sikkerhetskopi feilet"
 
-#: ../gio/glocalfile.c:1821
+#: gio/glocalfile.c:1821
 #, c-format
 msgid "Error removing target file: %s"
 msgstr "Feil under fjerning av målfil: %s"
 
-#: ../gio/glocalfile.c:1835
+#: gio/glocalfile.c:1835
 #, c-format
 msgid "Move between mounts not supported"
 msgstr "Flytting mellom monteringspunkter er ikke støttet"
 
-#: ../gio/glocalfileinfo.c:707
+#: gio/glocalfileinfo.c:707
 #, c-format
 msgid "Attribute value must be non-NULL"
 msgstr "Attributtverdi må ikke være NULL"
 
-#: ../gio/glocalfileinfo.c:714
+#: gio/glocalfileinfo.c:714
 #, c-format
 msgid "Invalid attribute type (string expected)"
 msgstr "Ugyldig type attributt (streng forventet)"
 
-#: ../gio/glocalfileinfo.c:721
+#: gio/glocalfileinfo.c:721
 #, c-format
 msgid "Invalid extended attribute name"
 msgstr "Ugyldig navn på utvidet attributt"
 
-#: ../gio/glocalfileinfo.c:761
+#: gio/glocalfileinfo.c:761
 #, fuzzy, c-format
 msgid "Error setting extended attribute '%s': %s"
 msgstr "Feil under åpning av katalog «%s»: %s"
 
-#: ../gio/glocalfileinfo.c:1392 ../gio/glocalfileoutputstream.c:630
-#, c-format, fuzzy
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
 msgid "Error stating file '%s': %s"
 msgstr "Feil under lesing av fil «%s»: %s"
 
-#: ../gio/glocalfileinfo.c:1446
+#: gio/glocalfileinfo.c:1446
 msgid " (invalid encoding)"
 msgstr " (ugyldig koding)"
 
-#: ../gio/glocalfileinfo.c:1621
+#: gio/glocalfileinfo.c:1621
 #, fuzzy, c-format
 msgid "Error stating file descriptor: %s"
 msgstr "Feil under lesing av fil «%s»: %s"
 
-#: ../gio/glocalfileinfo.c:1666
+#: gio/glocalfileinfo.c:1666
 #, c-format
 msgid "Invalid attribute type (uint32 expected)"
 msgstr "Ugyldig type attributt (uint32 forventet)"
 
-#: ../gio/glocalfileinfo.c:1683
+#: gio/glocalfileinfo.c:1683
 #, c-format
 msgid "Invalid attribute type (uint64 expected)"
 msgstr "Ugyldig type attributt (uint64 forventet)"
 
-#: ../gio/glocalfileinfo.c:1701
+#: gio/glocalfileinfo.c:1701
 #, c-format
 msgid "Invalid attribute type (byte string expected)"
 msgstr "Ugyldig type attributt (byte-streng forventet)"
 
-#: ../gio/glocalfileinfo.c:1725
+#: gio/glocalfileinfo.c:1725
 #, c-format
 msgid "Error setting permissions: %s"
 msgstr "Feil ved setting av rettigheter: %s"
 
-#: ../gio/glocalfileinfo.c:1772 ../gio/glocalfileinfo.c:1932
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
 #, c-format
 msgid "Error setting owner: %s"
 msgstr "Feil ved setting av eier: %s"
 
-#: ../gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1795
 #, c-format
 msgid "symlink must be non-NULL"
 msgstr "symbolsk lenke kan ikke være NULL"
 
-#: ../gio/glocalfileinfo.c:1803 ../gio/glocalfileinfo.c:1820
-#: ../gio/glocalfileinfo.c:1829
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
 #, c-format
 msgid "Error setting symlink: %s"
 msgstr "Feil ved setting av symbolsk lenke: %s"
 
-#: ../gio/glocalfileinfo.c:1812
+#: gio/glocalfileinfo.c:1812
 #, c-format
 msgid "Error setting symlink: file is not a symlink"
 msgstr ""
 
-#: ../gio/glocalfileinfo.c:1987
+#: gio/glocalfileinfo.c:1987
 #, fuzzy, c-format
 msgid "Setting attribute %s not supported"
 msgstr "Symbolske lenker er ikke støttet"
 
-#: ../gio/glocalfileinputstream.c:158 ../gio/glocalfileoutputstream.c:541
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
 #, c-format
 msgid "Error reading from file: %s"
 msgstr "Feil under lesing fra fil: %s"
 
-#: ../gio/glocalfileinputstream.c:187 ../gio/glocalfileinputstream.c:197
-#: ../gio/glocalfileinputstream.c:301 ../gio/glocalfileoutputstream.c:351
-#: ../gio/glocalfileoutputstream.c:815
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
 #, c-format
 msgid "Error seeking in file: %s"
 msgstr "Feil under søking i fil: %s"
 
-#: ../gio/glocalfileinputstream.c:224 ../gio/glocalfileoutputstream.c:259
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
 #, c-format
 msgid "Error closing file: %s"
 msgstr "Feil under lukking av fil: %s"
 
-#: ../gio/glocalfileoutputstream.c:166 ../gio/glocalfileoutputstream.c:560
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
 #, c-format
 msgid "Error writing to file: %s"
 msgstr "Feil under skriving til fil: %s"
 
-#: ../gio/glocalfileoutputstream.c:205
+#: gio/glocalfileoutputstream.c:205
 #, c-format
 msgid "Error removing old backup link: %s"
 msgstr "Feil ved fjerning av gammel sikkerhetskopi av lenke: %s"
 
-#: ../gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:214
 #, fuzzy, c-format
 msgid "Error creating backup link: %s"
 msgstr "Feil under tolking av flagg %s"
 
-#: ../gio/glocalfileoutputstream.c:224
+#: gio/glocalfileoutputstream.c:224
 #, fuzzy, c-format
 msgid "Error creating backup copy: %s"
 msgstr "Feil under lesing av fil «%s»: %s"
 
-#: ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:240
 #, c-format
 msgid "Error renaming temporary file: %s"
 msgstr "Feil ved endring av navn på midlertidig fil: %s"
 
-#: ../gio/glocalfileoutputstream.c:395 ../gio/glocalfileoutputstream.c:830
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
 #, fuzzy, c-format
 msgid "Error truncating file: %s"
 msgstr "Feil under lesing av fil «%s»: %s"
 
-#: ../gio/glocalfileoutputstream.c:455 ../gio/glocalfileoutputstream.c:498
-#: ../gio/glocalfileoutputstream.c:621 ../gio/glocalfileoutputstream.c:890
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
 #, c-format
 msgid "Error opening file '%s': %s"
 msgstr "Feil under åpning av fil «%s»: %s"
 
-#: ../gio/glocalfileoutputstream.c:642
+#: gio/glocalfileoutputstream.c:642
 #, c-format
 msgid "Target file is a directory"
 msgstr "Målfilen er en katalog"
 
-#: ../gio/glocalfileoutputstream.c:647
+#: gio/glocalfileoutputstream.c:647
 #, c-format
 msgid "Target file is not a regular file"
 msgstr "Målfilen er ikke en vanlig fil"
 
-#: ../gio/glocalfileoutputstream.c:659
+#: gio/glocalfileoutputstream.c:659
 #, c-format
 msgid "The file was externally modified"
 msgstr "Filen ble endret eksternt"
 
-#: ../gio/gmount.c:333
+#: gio/gmount.c:335
 msgid "mount doesn't implement unmount"
 msgstr "monteringspunktet implementerer ikke avmontering"
 
-#: ../gio/gmount.c:403
+#: gio/gmount.c:407
 #, fuzzy
 msgid "mount doesn't implement eject"
 msgstr "volumet implementerer ikke montering"
 
-#: ../gio/goutputstream.c:193
+#: gio/gmount.c:484
+#, fuzzy
+msgid "mount doesn't implement remount"
+msgstr "monteringspunktet implementerer ikke avmontering"
+
+#: gio/goutputstream.c:193
 #, c-format
 msgid "Too large count value passed to g_output_stream_write"
 msgstr "For stor tellerverdi gitt til g_output_stream_write"
 
-#: ../gio/goutputstream.c:202 ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
 #, c-format
 msgid "Output stream doesn't implement write"
 msgstr "Ut-strømmen implementerer ikke skriving"
 
-#: ../gio/goutputstream.c:363 ../gio/goutputstream.c:764
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
 #, c-format
 msgid "Source stream is already closed"
 msgstr "Kildestrømmen er allerede lukket"
 
-#: ../gio/goutputstream.c:646
+#: gio/goutputstream.c:646
 msgid "Too large count value passed to g_output_stream_write_async"
 msgstr "For stor tellerverdi gitt til g_output_stream_write_async"
 
-#: ../gio/gunixinputstream.c:200 ../gio/gunixinputstream.c:218
-#: ../gio/gunixinputstream.c:290 ../gio/gunixoutputstream.c:281
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
 #, fuzzy, c-format
 msgid "Error reading from unix: %s"
 msgstr "Feil under lesing av fil «%s»: %s"
 
-#: ../gio/gunixinputstream.c:248 ../gio/gunixinputstream.c:423
-#: ../gio/gunixoutputstream.c:238 ../gio/gunixoutputstream.c:385
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
 #, fuzzy, c-format
 msgid "Error closing unix: %s"
 msgstr "Feil på linje %d: %s"
 
-#: ../gio/gunixmounts.c:1753 ../gio/gunixmounts.c:1790
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
 msgid "Filesystem root"
 msgstr "Filsystemrot"
 
-#: ../gio/gunixoutputstream.c:188 ../gio/gunixoutputstream.c:207
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
 #, fuzzy, c-format
 msgid "Error writing to unix: %s"
 msgstr "Feil under tolking av flagg %s"
 
-#: ../gio/gvolume.c:382
+#: gio/gvolume.c:384
 msgid "volume doesn't implement eject"
 msgstr "volumet implementerer ikke utløsing"
 
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
 #, c-format
 msgid "Can't find application"
 msgstr "Kan ikke finne program"
 
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
 #, c-format
 msgid "Error launching application: %s"
 msgstr "Feil ved oppstart av program: %s"
 
-#: ../gio/gwin32appinfo.c:343
+#: gio/gwin32appinfo.c:343
 #, c-format
 msgid "URIs not supported"
 msgstr "URIer er ikke støttet"
 
-#: ../gio/gwin32appinfo.c:366
+#: gio/gwin32appinfo.c:366
 #, c-format
 msgid "association changes not supported on win32"
 msgstr "endringer i assosiasjon er ikke støttet på win32"
 
-#: ../gio/gwin32appinfo.c:378
+#: gio/gwin32appinfo.c:378
 #, c-format
 msgid "Association creation not supported on win32"
 msgstr "Oppretting av assosiasjon er ikke støttet på win32"
 
-#: ../tests/gio-ls.c:28
+#: tests/gio-ls.c:28
 msgid "do not hide entries"
 msgstr "ikke skjul oppføringer"
 
-#: ../tests/gio-ls.c:30
+#: tests/gio-ls.c:30
 msgid "use a long listing format"
 msgstr "bruk langt listeformat"
 
-#: ../tests/gio-ls.c:38
+#: tests/gio-ls.c:38
 msgid "[FILE...]"
 msgstr "[FIL...]"
diff --git a/po/ne.po b/po/ne.po
index 792bb58..2de75ca 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: glib.glib-2-10.ne\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -93,71 +93,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "सांकेतिक सम्बन्ध '%s' पढ्न असफल: %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "क्यारेक्टर सेट '%s' बाट '%s' मा रूपान्तरण समर्थित छैन"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s' बाट '%s'मा रूपान्तरणकर्ता खोल्न सकेन"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "रूपान्तरण आगतमा अवैध बाइट अनुक्रम"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "रूपान्तरण अवधिमा त्रुटि: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "आगतको अन्त्यमा आंशिक क्यारेक्टर"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "फलब्याक '%s' बाट कोड सेट'%s' मा रूपान्तरण गर्न सक्दैन"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI '%s' \"file\" योजना प्रयोग गर्ने एउटा निश्चित URI होइन"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "स्थानीय फाइल URI '%s' मा एउटा '#' समावेश नहुनसक्छ"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' अवैध छ "
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI '%s' को होस्टनाम अवैध छ"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' मा अवैध रूपमा निस्किएका क्यारेक्टरहरू देखिन्छन्"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "बाटोनाम '%s' निश्चित मार्ग होइन"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "अवैध होस्टनाम "
@@ -237,37 +237,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "'%s' टेम्प्लेट XXXXXX संगसमाप्त हुँदैन"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "सांकेतिक सम्बन्ध '%s' पढ्न असफल: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "`%s' बाट `%s' मा रूपान्तरणकर्ता खोल्न सकेन : %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string मा परीक्षण पढाई गर्न सक्दैन"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "पढ्ने बफरमा छाडेको अरूपान्तरित डेटा "
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "आंशिक-क्यारेक्टरमा माध्यम टुङ्गिन्छ"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end मा परीक्षण पढाई गर्न सक्दैन"
@@ -282,23 +304,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "'%s' फाइल नक्सा असफल : m नक्सा() असफल : %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "लाइन %d क्यारेक्टर %d मा त्रुटि: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "लाइन %d मा त्रुटि: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "खाली अस्तित्व '&;' देखियो; वैध अस्तित्वहरू निम्न हुन : &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -309,17 +331,17 @@
 "यदि यो एम्परस्यान्ड भएमा एउटा अस्तित्वको रूपमा मानिँदैन,यसलाई &amp; को रूपमा परित्याग "
 "गर्नुहोस्"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "अस्तित्व नाम भित्रको क्यारेक्टर '%s' वैध छैन"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "अस्तित्व नाम '%s' ज्ञात होइन"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -327,7 +349,7 @@
 "अस्तित्व अर्धविराममा सकिएन; तपाईँले धेरैजसो ऐम्परसेण्ड क्यारेक्टरबाट एउटा अस्तित्व सुरु गर्नको "
 "लागि प्रयास नगरिकन सुरु गर्नुभयो - &amp; को रूपमा ऐम्परसेंन्ड निकास गर्नुहोस्"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -336,16 +358,16 @@
 "'%-*s' पद वर्णन गर्न सकिएन, जुन एउटा क्यारेक्टर सन्दर्भ (उदाहरणका लागि; &#234) हुनु "
 "पर्थ्यो - संभवत अङ्क ज्यादै ठूलो छ"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "क्यारेक्टर सन्दर्भ '%-.*s' ले स्वीकृत क्यारेक्टरको सङ्केतन गर्दैन "
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "खाली क्यारेक्टर सन्दर्भ, &#454 जस्तो अङ्क समाहित हुनुपर्छ"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -354,34 +376,34 @@
 "क्यारेक्टर सन्दर्भ अर्धविराममा सकिएन;तपाईँले धेरैजसो ऐम्परसेण्ड क्यारेक्टरबाट एउटा अस्तित्व सुरु "
 "गर्नका लागि प्रयास नगरिकन सुरु गर्नुभयो - &amp; को रूपमा ऐम्परसेंन्ड निकास गर्नुहोस्"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "अधुरो अस्तित्व सन्दर्भ"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "अधुरो क्यारेक्टर सन्दर्भ"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "कागजात एउटा तत्व बाट सुरु हुनैपर्छ (जस्तै: <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -390,7 +412,7 @@
 "एउटा '<' क्यारेक्टर पछ्याउन '%s' वैधानिक क्यारेक्टर होइन; यस्ले एउटा तत्व नाम प्रारम्भ "
 "नगर्न सक्छ"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -399,13 +421,13 @@
 "बिजोड क्यारेक्टर '%s', एउटा अपेक्षा गरिएको क्यारेक्टर '>', '%s' को सुरु ट्याग अन्त्य "
 "गर्नलाइ"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "विजोड क्यारेक्टर '%s' ले,'%s' तत्वको गुण नाम '%s' पछि अपेक्षा गरिएको एउटा '=' "
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -416,7 +438,7 @@
 "'/'  क्यारेक्टर, वा वैकल्पिक रूपमा एउटा विशेषता ,सायद तपाईँले एउटा विशेषता नाममा अवैध "
 "क्यारेक्टर प्रयोग गर्नुभयो"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -425,7 +447,7 @@
 "बिजोड क्यारेक्टर '%s',तत्व '%s' को '%s' विशेषताका लागि मान दिइएको बेला बराबर चिन्ह "
 "पछि खुला उद्धरण चिन्हको अपेक्षा गरेको हुन्छ।"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -434,7 +456,7 @@
 "'%s' एउटा वैध क्यारेक्टर होइन निम्न क्यारेक्टरहरू '</'; '%s' एउटा तत्व नाम प्रारम्भ नगर्न "
 "सक्छन"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -443,32 +465,32 @@
 "बन्द तत्व नाम '%s' को पछि लाग्ने '%s' मान्य क्यारेक्टर होइन; अनुमति पाएको क्यारेक्टर '>' "
 "हो।"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "तत्व '%s' बन्द थियो, हाल कुनै तत्व खुलेको छैन"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "तत्व '%s' बन्द थियो, तर हाल खुला तत्व '%s' हो"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "कागजात खाली छ वा सेतो खाली स्थान मात्र राखिएको छ"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "एउटा खुल्ला कोण कोष्ठ पछि '<' कागजात अनपेक्षित रूपले समाप्त भयो।"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr "'%s' खोलिएको अन्तिम तत्व संगकागजात अप्रत्याशित रूपले समाप्त भयो।"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -477,19 +499,19 @@
 "कागजपत्र अप्रत्याशित रूपले समाप्त भयो, ट्याग <%s/> को अन्तमा बन्द कोण कोष्ठको अपेक्षा "
 "गर्दछ।"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "तत्व नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "विशेषता नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "तत्व-खुल्ला ट्याग भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -497,16 +519,16 @@
 "बिशेषता नाम पछ्याउन बराबर चिन्ह पछि कागजातपत्र अप्रत्याशित रूपले समाप्त भयो; गुण मान "
 "होइन"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "गुण मान भित्र भएको बेला कागजपत्र अप्रत्याशित रूपले समाप्त भयो"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "तत्व '%s' का लागि बन्द ट्याग भित्र कागजात अनपेक्षित रूपले समाप्त भयो।"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "एउटा टिप्पणी वा प्रक्रिया निर्देशन भित्र कागजपत्र अप्रत्याशित रूपले समाप्त भयो"
 
@@ -554,67 +576,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "आंशिक-क्यारेक्टरमा माध्यम टुङ्गिन्छ"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "रूपान्तरण आगतमा अवैध बाइट अनुक्रम"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "अधुरो क्यारेक्टर सन्दर्भ"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "अधुरो क्यारेक्टर सन्दर्भ"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "अधुरो क्यारेक्टर सन्दर्भ"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "लाइन %d क्यारेक्टर %d मा त्रुटि: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "अधुरो अस्तित्व सन्दर्भ"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -649,17 +862,17 @@
 msgid "Failed to read data from child process"
 msgstr "शाखा प्रक्रियाबाट डेटा पढ्न असफल भयो"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "शाखा प्रक्रिया (%s)सँग कुराकानीका लागि पाइप सिर्जना गर्न असफल"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "शाखा प्रक्रिया (%s)बाट पढ्न असफल"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "डाइरेक्टरी '%s' (%s) मा परिवर्तन गर्न असफल"
@@ -706,42 +919,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "शाखा प्रक्रिया (%s) बाट डेटा पढ्न असफल"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "शाखा प्रक्रिया (%s) बाट डेटा पढ्दा () चयनमा अनपेक्षित त्रुटि"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid() (%s) मा अनपेक्षित त्रुटि"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "(%s) फोर्क गर्न असफल"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "शाखा प्रक्रिया \"%s\" (%s) कार्यान्वयन गर्न असफल"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "शाखा प्रक्रिया (%s) को निर्गत वा आगत पुन:निर्देशिन गर्न असफल"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "शाखा प्रक्रिया (%s) फोर्क गर्न असफल"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "शाखा प्रक्रिया \"%s\" कार्यान्वयन गर्दा अज्ञात त्रुटि"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "शाखा पिड पाईप (%s) बाट प्रशस्त डेटाहरू पढ्न असफल"
@@ -762,129 +975,129 @@
 msgid "Character out of range for UTF-16"
 msgstr "UTF-16 का लागि क्यारेक्टर दायरा भन्दा बाहिर छ"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "प्रयोग:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "मद्दत विकल्पहरू:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "मद्दत विकल्पहरू देखाउनुहोस्"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "सबै मद्दत विकल्पहरू देखाउनुहोस्"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "अनुप्रयोग विकल्पहरू:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "%s का लागि इन्टेजर मान %s को पद वर्णन गर्न सक्दैन"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "इन्टेजर मान '%s' %s का लागि दायरा भन्दा बाहिर छ"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, fuzzy, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "%s का लागि इन्टेजर मान %s को पद वर्णन गर्न सक्दैन"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, fuzzy, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "इन्टेजर मान '%s' %s का लागि दायरा भन्दा बाहिर छ"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "पद वर्णन विकल्पमा त्रुटि %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s का छुटेको तर्क"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "अज्ञात विकल्प %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "वैध कुञ्जी फाइल डेटा डाइरेक्टरीहरूमा फेला परेन"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "नियमित फाइल होइन"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "फाइल खाली छ"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "कुञ्जी फाइलमा पङ्गति '%s' समावेश छ जुन कुञ्जी-मान जोडि, समूह, वा टिप्पणी होइन।"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "अवैध कार्यक्रम नाम : %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "कुञ्जी फाइल एउटा समूहबाट सुरु हुँदैन"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "अवैध कार्यक्रम नाम : %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "कुञ्जी फाइलमा समर्थन प्राप्त नभएको सङ्केतन '%s' समावेश छ।"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "कुञ्जी फाइलसंगसमूह '%s' छैन"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "कुञ्जी फाइलसंगकुञ्जी '%s' हुँदैन"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "कुञ्जी फाइलमा मान '%s'सँगै कुञ्जी '%s' समावेश छ जुन UTF-8 होइन"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "कुञ्जी फाइलमा कुञ्जी '%s' समावेश छ जसको मानलाई व्याख्या गर्न सकिँदैन।"
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -892,37 +1105,588 @@
 msgstr ""
 "कुञ्जी फाइलमा समूह '%s' मा कुञ्जी '%s' समावेश छ जसको मानलाई व्याख्या गर्न सकिँदैन।"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "कुञ्जी फाइलमा समूह '%s' मा कुञ्जी '%s' हुँदैन"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "कुञ्जी फाइलमा पङ्गतिको अन्त्यमा निकास क्यारेक्टर समावेश छ।"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "कुञ्जी फाइलमा अवैध निकास अनुक्रम '%s' समावेस छ।"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "मान '%s' लाई सङ्ख्याको रूपमा व्याख्या गर्न सकिँदैन"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "इन्टेजर मान '%s' क्षेत्र भन्दा बाहिर छ"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, fuzzy, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "मान '%s' लाई सङ्ख्याको रूपमा व्याख्या गर्न सकिँदैन"
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "मान '%s' एउटा बुलिएनको रूपमा व्याख्या गर्न सकिँदैन।"
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "अज्ञात विकल्प %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "अवैध कार्यक्रम नाम : %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "अवैध होस्टनाम "
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "'%s' फाइल सिर्जना गर्न असफल: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "'%s' फाइल सिर्जना गर्न असफल: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "'%s' फाइल सिर्जना गर्न असफल: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "पद वर्णन विकल्पमा त्रुटि %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "विशेषता नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "रूपान्तरण अवधिमा त्रुटि: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "रूपान्तरण अवधिमा त्रुटि: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "लाइन %d मा त्रुटि: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "पद वर्णन विकल्पमा त्रुटि %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "पद वर्णन विकल्पमा त्रुटि %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "नियमित फाइल होइन"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "लाइन %d मा त्रुटि: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "पद वर्णन विकल्पमा त्रुटि %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "पद वर्णन विकल्पमा त्रुटि %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
diff --git a/po/nl.po b/po/nl.po
index b656ac2..a5ea3d2 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib (HEAD)\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-05 15:17+0200\n"
 "Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n"
 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@@ -91,7 +91,7 @@
 msgstr "Exec-regel ‘%s’ kon niet worden verwerkt met URI ‘%s’"
 
 # is niet mogelijk/wordt niet ondersteund
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Het omzetten van tekenset ‘%s’ naar ‘%s’ is niet mogelijk"
@@ -101,71 +101,71 @@
 # 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:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr ""
 "Kon het conversieprogramma voor het omzetten van ‘%s’ naar ‘%s’ niet openen"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Ongeldige bytereeks in conversie-invoer"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Fout tijdens omzetten: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Onvolledige tekenreeks aan het eind van de invoer"
 
 # wordt hier niet character set ipv codeset bedoeld?
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Kan vanaf codeverzameling ‘%s’ niet terugvallen op ‘%s’"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "De URI ‘%s’ is ongeldig"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, 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:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "De URI ‘%s’ bevat tekens met een foutief controleteken"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Het pad ‘%s’ is geen absoluut pad"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Ongeldige hostnaam"
@@ -249,41 +249,63 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Sjabloon ‘%s’ bevat geen XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Lezen van symbolische verwijzing ‘%s’ is mislukt: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Symbolische verwijzingen zijn niet mogelijk"
 
 # Openen van converteerder van '%s' naar '%s' mislukt: %s
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr ""
 "Kon het conversieprogramma voor omzetten van ‘%s’ naar ‘%s’ niet openen: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "Een kale ('raw') leesoperatie is niet mogelijk in "
 "g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Restant aan ongeconverteerde data in de leesbuffer"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanaal eindigt in een gedeeltelijk teken"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -299,24 +321,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Openen van bestand ‘%s’ is mislukt: mmap() is mislukt: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Fout in regel %d teken %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Fout in regel %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Lege entiteit ‘&;’ gevonden;  geldige entiteiten zijn: &amp; &quot; &lt; "
 "&gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +348,17 @@
 "Teken ‘%s’ is niet geldig aan het begin van een entiteitnaam; het &-teken "
 "begint een entiteit; indien dat niet de bedoeling is, gebruik dan &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Het teken ‘%s’ is niet geldig in een entiteitnaam"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Entiteitnaam ‘%s’ is niet bekend"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -345,7 +367,7 @@
 "ampersand-teken gebruikt zonder daarmee een entiteit te willen beginnen - "
 "gebruik in plaats daarvan &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -355,16 +377,16 @@
 "zou moeten zijn (bijvoorbeeld &#234;) - misschien is het getal te groot"
 
 # niet geoorloofd/toegestaan/ongeoorloofd
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Tekenreferentie ‘%-.*s’ staat niet voor een geoorloofd teken"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Lege tekenreferentie; ze zou een getal moeten bevatten, zoals &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -374,33 +396,33 @@
 "ampersand-teken gebruikt zonder daarmee een entiteit te willen beginnen - "
 "gebruik in plaats daarvan &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Onbeëindigde entiteitreferentie"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Onbeëindigde tekenreferentie"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Ongeldige UTF-8-gecodeerde tekst - de reeks is te lang"
 
 # het is geen startteken/er is geen startteken
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Ongeldige UTF-8-gecodeerde tekst - geen startteken"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Ongeldige UTF-8-gecodeerde tekst - niet geldig ‘%s’"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Het document moet beginnen met een element (bijv. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -408,7 +430,7 @@
 msgstr ""
 "‘%s’ is geen geldig teken na ‘<’; een elementnaam mag er niet mee beginnen"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -417,7 +439,7 @@
 "Onverwacht teken ‘%s’, er werd een ‘>’-teken verwacht om de start-tag van "
 "het element ‘%s’ af te sluiten"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -425,7 +447,7 @@
 "Onverwacht teken ‘%s’, er werd een ‘=’ verwacht na de attribuutnaam ‘%s’ van "
 "element ‘%s’"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -436,7 +458,7 @@
 "start-tag van element ‘%s’ af te sluiten, of eventueel een attribuut; "
 "misschien heeft u ongeldige tekens gebruikt in een attribuutnaam"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -445,7 +467,7 @@
 "Onverwacht teken ‘%s’, er werd een ‘\"’-teken verwacht na het ‘=’-teken bij "
 "de attribuutwaarde van ‘%s’ in element ‘%s’"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -453,7 +475,7 @@
 msgstr ""
 "‘%s’ is geen geldig teken na ‘</’; een elementnaam mag niet met ‘%s’ beginnen"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -462,25 +484,25 @@
 "‘%s’ is geen geldig teken na de elementnaam ‘%s’ in de afluitingstag; het "
 "teken dat toegestaan is is ‘>’ "
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element ‘%s’ is afgesloten, er is nu geen enkel element open"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element ‘%s’ is afgesloten, maar op dit moment is element ‘%s’ open"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Het document was leeg of bevatte slechts lege ruimte"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Het document eindigde onverwacht na een openingshaakje: ‘<’"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -489,7 +511,7 @@
 "Het document eindigde onverwacht met niet-afgesloten elementen - ‘%s’ is het "
 "laatstgeopende element"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -498,19 +520,19 @@
 "Het document eindigde onverwacht, er werd een sluithaakje (‘>’) verwacht "
 "voor de tag <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Het document eindigde onverwacht in een elementnaam"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Het document eindigde onverwacht in een attribuutnaam"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Het document eindigde onverwacht in een element-openingstag."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -518,17 +540,17 @@
 "Het document eindigde onverwacht na een ‘=’-teken dat op een attribuutnaam "
 "volgde; geen attribuutwaarde"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Het document eindigde onverwacht in een attribuutwaarde"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Het document eindigde onverwacht in een een afsluitingstag voor element ‘%s’"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Het document eindigde onverwacht in commentaar of een bewerkingsinstructie"
@@ -578,67 +600,258 @@
 msgid "unknown error"
 msgstr "onbekende fout"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanaal eindigt in een gedeeltelijk teken"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Ongeldige bytereeks in conversie-invoer"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Onbeëindigde tekenreferentie"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Onbeëindigde tekenreferentie"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Onbeëindigde tekenreferentie"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Symbolische verwijzingen zijn niet mogelijk"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Fout bij reguliere expressie %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE-bibliotheek is gecompileerd zonder UTF8 ondersteuning"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 "PCRE-bibliotheek is gecompileerd zonder ondersteuning voor UTF8-eigenschappen"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Fout bij opbouwen van reguliere expressie %s op teken %d:%s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Fout bij optimaliseren van reguliere expressie %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "hexadecimaal getal of ‘}’ verwacht"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "hexadecimaal getal verwacht"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "‘<’ tekort in verwijzing"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "onafgemaakte verwijzing"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "verwijzing heeft nullengte"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "cijfer verwacht"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "ongeldige verwijzing"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "extra afsluiting ‘\\’"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "onbekende escape-reeks"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Fout bij inlezen vervangende tekst ‘%s’ op teken %lu:%s"
@@ -676,18 +889,18 @@
 msgid "Failed to read data from child process"
 msgstr "Lezen van data van dochterproces is mislukt"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "Aanmaken van pijplijn voor het communiceren met dochterproces is mislukt (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Lezen van pijplijn naar dochter (%s) is mislukt"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Wijzigen naar map ‘%s’ is mislukt (%s)"
@@ -737,46 +950,46 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Lezen van data van dochterproces is mislukt (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Onverwachte fout in select() bij het lezen van data van een dochterproces (%"
 "s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Onverwachte fout in waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "De fork is mislukt (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Uitvoeren van dochterproces ‘%s’ is mislukt (%s)"
 
 # was eerst: herleiden
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 "Doorsluizen van invoer of uitvoer van een dochterproces is mislukt (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Het forken van een dochterproces is mislukt (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Onbekende fout bij het uitvoeren van dochterproces ‘%s’"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Lezen van voldoende data van pijplijn van dochter-pid is mislukt (%s)"
@@ -797,82 +1010,82 @@
 msgid "Character out of range for UTF-16"
 msgstr "Teken valt buiten het bereik van UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Gebruik:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTIE...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Hulpopties:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Deze hulptekst tonen"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Alle hulpteksten tonen"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Toepassingsopties:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Kan het geheel getal ‘%s’ voor %s niet verwerken"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Het geheel getal ‘%s’ voor %s valt buiten het bereik"
 
 # integer-double
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Kan het lange geheel getal ‘%s’ voor %s niet verwerken"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Het lange geheel getal ‘%s’ voor %s valt buiten het bereik"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Fout bij verwerken van optie %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Ontbrekend argument voor %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Onbekende optie %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Er kon geen geldig sleutelbestand gevonden worden in de zoekmappen"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Geen gewoon bestand"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Bestand is leeg"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -880,52 +1093,52 @@
 "Sleutelbestand bevat regel ‘%s’ wat geen sleutelwaarde-paar, groep of "
 "opmerking is."
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Ongeldige groepsnaam: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Het sleutelbestand start niet met een groep"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Ongeldige sleutelnaam: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Het sleutelbestand bevat de niet-ondersteunde tekenset ‘%s’"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Het sleutelbestand bevat geen groep ‘%s’"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Het sleutelbestand bevat geen sleutel ‘%s’"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Het sleutelbestand bevat sleutel ‘%s’ met waarde ‘%s’ wat geen UTF-8 is"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Het sleutelbestand bevat sleutel ‘%s’ die een waarde heeft die niet "
 "geïnterpreteerd kan worden."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -934,38 +1147,589 @@
 "Het sleutelbestand bevat sleutel ‘%s’ in groep ‘%s’ die een waarde heeft die "
 "niet geïnterpreteerd kan worden."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Het sleutelbestand bevat geen sleutel ‘%s’ in groep ‘%s’"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 "Het sleutelbestand bevat een ontsnappingsteken aan het einde van een regel"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Het sleutelbestand bevat ongeldige ontsnappingstekens ‘%s’"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een getal."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Het geheel getal ‘%s’ valt buiten het bereik"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een float."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een boolese."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "onbekende fout"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Symbolische verwijzingen zijn niet mogelijk"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Symbolische verwijzingen zijn niet mogelijk"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Ongeldige sleutelnaam: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Ongeldige hostnaam"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Aanmaken van bestand ‘%s’ is mislukt: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Aanmaken van bestand ‘%s’ is mislukt: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Aanmaken van bestand ‘%s’ is mislukt: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Fout bij verwerken van optie %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Het document eindigde onverwacht in een attribuutnaam"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Fout bij het openen van map ‘%s’: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Fout tijdens omzetten: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Fout tijdens omzetten: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Fout in regel %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Symbolische verwijzingen zijn niet mogelijk"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Fout bij verwerken van optie %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Fout bij verwerken van optie %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Geen gewoon bestand"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Fout bij het lezen van bestand ‘%s’: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Fout in regel %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Fout bij verwerken van optie %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Fout bij verwerken van optie %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Symbolische verwijzingen zijn niet mogelijk"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTIE...]"
diff --git a/po/nn.po b/po/nn.po
index db6b7e6..25ed611 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: nn\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2006-09-02 14:30+0200\n"
 "Last-Translator: Åsmund Skjæveland <aasmunds@fys.uio.no>\n"
 "Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@ -92,71 +92,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Klarte ikkje å lesa den symolske lenkja «%s»: %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "<Konvertering frå teiknsettet «%s» til «%s» er ikkje støtta"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Kunne ikkje opna konverterar frå «%s» til «%s»"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Ugyldig bytesekvens i inndata for konvertering"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Feil under konvertering: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Delvis teiknsekvens på slutten av inndata"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Kan ikkje konvertera tilbakefall «%s» til kodesett «%s»"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URIen «%s» er ugyldig"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Vertsnamnet i URIen «%s» er ugyldig"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URIen «%s» inneheld feil koda teikn"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Filstien «%s» er ikkje ein absolutt sti"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Ugyldig vertsnamn"
@@ -237,37 +237,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Malfila «%s» inneheld ikkje XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Klarte ikkje å lesa den symolske lenkja «%s»: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Symbolske lenkjer er ikkje støtta"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Klarte ikkje å opna konverterar frå «%s» til «%s»: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Klarar ikkje å gjera ei rå lesing i g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Ukonvertert data til overs i lesebufferet"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanalen avsluttar på eit delvis teikn"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Kan ikkje lesa rått i g_io_channel_read_to_end"
@@ -282,22 +304,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Klarte ikkje å kopiera fila «%s» til minnet: mmap() feila: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Feil på linje %d teikn %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Feil på linje %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "Fann tom entitet «&;»; gyldige entitetar er: &amp; &quot; &lt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -308,17 +330,17 @@
 "opnar ein entitet; om dette et-teiknet ikkje er meint å vere ein entitet, "
 "skriv den som &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Teiknet «%s» er ikkje gyldig inne i eit entitetsnamn"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Entitetsnamnet «%s» er ikkje kjent"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -326,7 +348,7 @@
 "Entiteten slutta ikkje med eit semikolon. Du brukte truleg eit et-teikn utan "
 "å meina å opna ein entitet. Skriv et-teikn som «&amp;»."
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -335,16 +357,16 @@
 "Klarte ikkje å tolka «%-.*s», som burde vera eit teikn i ein teiknreferanse "
 "(&#234;, til dømes) – kan henda talet er for stort"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Teiknreferansen «%-.*s» kodar ikkje kan ikkje kodast eit lovleg teikn"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Tom teiknreferanse, bør innehalda eit nummer slik som &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -353,34 +375,34 @@
 "Teiknreferansen slutta ikkje med eit semikolon; sannsynlegvis brukte du eit "
 "et-teikn utan å villa starte ein entitet – skriv et-teikn som &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Referansen til entiteten er uferdig"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Referansen til teiknet er uferdig"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Ugyldig UTF-8-koda tekst"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Ugyldig UTF-8-koda tekst"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Ugyldig UTF-8-koda tekst"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokumentet må byrja med eit element (t.d. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -389,7 +411,7 @@
 "«%s» er ikkje eit gyldig teikn etter ein «<»-teikn. Det kan ikkje vera det "
 "fyrste teiknet i eit elementnamn"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -398,7 +420,7 @@
 "Merkeleg teikn «%s», venta eit «>»-teikn for å avslutta startmerket av "
 "elementet «%s»"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -406,7 +428,7 @@
 "Merkeleg teikn «%s», venta ein «=» etter attributtnamnet «%s» av elementet «%"
 "s»"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -417,7 +439,7 @@
 "avslutta startmerket av elementet «%s», eller ein valfri attributt. Kan "
 "henda du brukte eit ugyldig teikn i attributtnamnet"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -426,7 +448,7 @@
 "Merkeleg teikn «%s», venta eit ope siteringsmerke etter likskapsteiknet for "
 "å gje ein verdi for attributten «%s» av elementet «%s»"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -435,7 +457,7 @@
 "«%s» er ikkje eit gyldig teikn etter teikna «<» eller «/». «%s» kan ikkje "
 "starta eit elementnamn"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -444,25 +466,25 @@
 "«%s» er ikkje eit gyldig teikn etter avsluttande merket «%s»; det tillatne "
 "teiknet er «>»"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Elementet «%s» vart lukka. Det er ingen opne element no"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Elementet «%s» vart avslutta, men det opne elementet er «%s»"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokumentet var tomt eller innheldt kun tomme teikn"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokument avslutta uventa rett etter ei open vinkelhake «<»"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -471,7 +493,7 @@
 "Dokumentet slutta uventa med element framleis opne. «%s» var det siste "
 "elementet som vart opna"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -480,20 +502,20 @@
 "Dokumentet slutta uventa, venta å sjå at ei vinkelhake lukka det avsluttande "
 "merket <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokumentet tok uventa slutt inni eit elementnamn"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokumentet tok uventa slutt inni eit attributtnamn"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 "Dokumentet vart uventa avslutta inne i eit merke som opnar eit element."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -501,16 +523,16 @@
 "Dokumentet slutta uventa etter likskapsteiknet etter attributtnamnet; ingen "
 "attributtverdi"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokumentet avslutta uventa medan det var inne i ein attributtverdi"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Dokumentet avslutta uventa i eit lukkemerke for elementet «%s»"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Dokumentet avslutta uventa inne i ein merknad eller prosseseringsinstruksjon"
@@ -559,67 +581,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanalen avsluttar på eit delvis teikn"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Ugyldig bytesekvens i inndata for konvertering"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Referansen til teiknet er uferdig"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Referansen til teiknet er uferdig"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Referansen til teiknet er uferdig"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Symbolske lenkjer er ikkje støtta"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Feil på linje %d teikn %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Referansen til entiteten er uferdig"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -656,17 +869,17 @@
 msgid "Failed to read data from child process"
 msgstr "Klarte ikkje å lesa data frå barneprosess"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Klarte ikkje å oppretta røyr for å kommunisera med barneprosess (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Klarte ikkje å lesa frå røyr frå barn (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Klarte ikkje å skifta til katalogen «%s» (%s)"
@@ -714,42 +927,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Klarte ikkje å lesa data frå barneprosess (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Uventa feil i select() ved lesing av data frå barneprosess (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Uventa feil i waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Kunne ikkje starta barneprosess (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Klarte ikkje å utføra barnprosess «%s» (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Klarte ikkje å redirigera utdata eller inndata frå barneprosess (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Kunne ikkje starta barneprosess (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Ukjend feil ved køyring av barneprosess «%s»"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Klarte ikkje å lesa nok data frå pid-røyr frå barn (%s)"
@@ -770,81 +983,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Teikn ikkje gyldig for UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Bruk:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[VAL...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Hjelpeval:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Vis hjelpeval"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Vis alle hjelpevala"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Programval:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Kan ikkje tolka heiltalsverdien «%s» til %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Heiltalsverdien «%s» til «%s» utanfor gyldig område"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Kan ikkje tolka flyttalsverdien «%s» til «--%s»"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Flyttalsverdien «%s» til «%s» utanfor gyldig område"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Feil under tolking av val %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Argument manglar for %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Ukjend val «%s»"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Klarte ikkje å finna gyldig nøkkelfil i datamappene"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Ikkje ei vanleg fil"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Fila er tom"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -852,49 +1065,49 @@
 "Nøkkelfila inneheld linja «%s» som ikkje er eit nøkkel-verdi-par, ei gruppe "
 "eller ein kommentar"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Ugyldig programnamn: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Nøkkelfila startar ikkje med ei gruppe"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Ugyldig programnamn: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Nøkkelfila inneheld den ikkje støtta kodinga «%s»"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Nøkkelfila manglar gruppa «%s»"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Nøkkelfila manglar nøkkelen «%s»"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Nøkkelfila har nøkkelen «%s» med verdien «%s», som ikkje er UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "Nøkkelfila har nøkkelen «%s» med ein verdi som ikkje kan tolkast."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -902,37 +1115,588 @@
 msgstr ""
 "Nøkkelfila har feil i nøkkelen «%s» i gruppa «%s». Verdien kan ikkje tolkast."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Nøkkelfila har ikkje nøkkelen «%s» i gruppa «%s»"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Nøkkelfila inneheld escape-teikn på slutten av linja"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Nøkkelfila inneheld ugyldig escape-sekvens «%s»"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Verdien «%s» kan ikkje tolkast som eit tal."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Heiltalsverdien «%s» er utanfor gyldig område"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Verdien «%s» kan ikkje tolkast som eit flyttal."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Verdien «%s» kan ikkje tolkast som ein boolsk verdi."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Ukjend val «%s»"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Symbolske lenkjer er ikkje støtta"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Symbolske lenkjer er ikkje støtta"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Ugyldig programnamn: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Ugyldig vertsnamn"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Klarte ikkje å oppretta fila «%s»: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Klarte ikkje å oppretta fila «%s»: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Klarte ikkje å oppretta fila «%s»: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Feil under tolking av val %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokumentet tok uventa slutt inni eit attributtnamn"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Feil ved opning av katalog «%s»: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Feil under konvertering: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Feil under konvertering: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Feil på linje %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Symbolske lenkjer er ikkje støtta"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Feil under tolking av val %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Feil under tolking av val %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Ikkje ei vanleg fil"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Feil ved lesing av fil «%s»: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Feil på linje %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Feil under tolking av val %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Feil under tolking av val %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Symbolske lenkjer er ikkje støtta"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[VAL...]"
diff --git a/po/oc.po b/po/oc.po
index 9a1621f..82279bc 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: oc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-11-20 14:30+0100\n"
 "Last-Translator: Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>\n"
 "Language-Team: Occitan <ubuntu-l10n-oci@lists.ubuntu.com>\n"
@@ -92,71 +92,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr ""
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr ""
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr ""
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr ""
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr ""
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr ""
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr ""
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr ""
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr ""
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr ""
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr ""
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr ""
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr ""
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Nom d'òste invalid"
@@ -236,37 +236,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr ""
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr ""
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr ""
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr ""
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr ""
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr ""
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -281,21 +303,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr ""
 
-#: glib/gmarkup.c:226
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, c-format
-msgid "Error on line %d char %d: %s"
+msgid "Error on line %d char %d: "
 msgstr ""
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr ""
 
-#: glib/gmarkup.c:428
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:442
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -303,90 +326,91 @@
 "it as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr ""
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr ""
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 msgstr ""
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr ""
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
 "as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr ""
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr ""
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr ""
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr ""
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr ""
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr ""
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -394,87 +418,87 @@
 "character in an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr ""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr ""
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr ""
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr ""
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr ""
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 
@@ -522,66 +546,251 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+msgid "missing terminating ] for character class"
+msgstr ""
+
+#: glib/gregex.c:224
+msgid "invalid escape sequence in character class"
+msgstr ""
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+msgid "unrecognized character after (?"
+msgstr ""
+
+#: glib/gregex.c:237
+msgid "unrecognized character after (?<"
+msgstr ""
+
+#: glib/gregex.c:241
+msgid "unrecognized character after (?P"
+msgstr ""
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+msgid "POSIX collating elements are not supported"
+msgstr ""
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr ""
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -616,17 +825,17 @@
 msgid "Failed to read data from child process"
 msgstr ""
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr ""
@@ -673,42 +882,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr ""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -729,166 +938,717 @@
 msgid "Character out of range for UTF-16"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Sintaxi :"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPCION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Opcions de l'ajuda :"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Visualizar las opcions de l'ajuda"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Visualizar totas las opcions de l'ajuda"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Opcions de l'aplicacion :"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr ""
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Opcion %s desconeguda"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Lo fichièr es void"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr ""
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr ""
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Opcion %s desconeguda"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, c-format
+msgid "Operation not supported"
+msgstr ""
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, c-format
+msgid "Trash not supported"
+msgstr ""
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Nom d'òste invalid"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Nom d'òste invalid"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Impossible de crear lo fichièr '%s' : %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Impossible de crear lo fichièr '%s' : %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Impossible de crear lo fichièr '%s' : %s"
+
+#: gio/glocalfile.c:1714
+#, c-format
+msgid "Error making symbolic link: %s"
+msgstr ""
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, c-format
+msgid "Invalid extended attribute name"
+msgstr ""
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, c-format
+msgid "Setting attribute %s not supported"
+msgstr ""
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, c-format
+msgid "Error removing old backup link: %s"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Error de lectura del fichièr '%s' : %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, c-format
+msgid "Error launching application: %s"
+msgstr ""
+
+#: gio/gwin32appinfo.c:343
+#, c-format
+msgid "URIs not supported"
+msgstr ""
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPCION...]"
diff --git a/po/or.po b/po/or.po
index 72e3c40..b7962ad 100644
--- a/po/or.po
+++ b/po/or.po
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD.or\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-06-11 18:17+0530\n"
 "Last-Translator: Subhransu Behera <arya_subhransu@yahoo.co.in>\n"
 "Language-Team: Oriya <oriya-group@lists.sarovar.org>\n"
@@ -95,71 +95,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "'%s' ୟୁ.ଆର.ଆଇ. ସହିତ '%s' ନିଷ୍ପାଦନ ଧାଡିକୁ ବର୍ଦ୍ଧନ କରିବାରେ ବିଫଳ"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "ଅକ୍ଷର ସେଟ୍ '%s'କୁ '%s'େର ରୂପାନ୍ତରିତ କରିବା ଅସହାୟକ"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s'ରୁ '%s'ର ରୁପାନ୍ତରକ ଖୋଲି ହେଲା ନାହିଁ"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ବାଇଟ୍ ଅନୁକ୍ରମ"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "ନିବେଶର ସମାପ୍ତିରେ ଆଶିଂକ ଅକ୍ଷର ଅନୁକ୍ରମ"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "'%s' ସହାୟକକୁ ସଂକେତ '%s' ସେଟ୍ ରେ ରୁପାନ୍ତରିତ କରିହେଲା ନାହିଁ"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "'%s' ୟୁ.ଆର୍.ଆଇ. \"ଫାଇଲ\" ଯୋଜନାକୁ ବ୍ଯବହାର କରୁଥିବା ଗୋଟିଏ ସମ୍ପୂର୍ଣ୍ଣ ୟୁ.ଆର୍.ଆଇ. ନୁହେଁ"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "'%s' ସ୍ଥାନୀୟ ଫାଇଲ ୟୁ.ଆର୍.ଆଇ. '#' ଚିହ୍ନକୁ ସମ୍ମିଳିତ କରିପାରିବ ନାହିଁ"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "'%s' ୟୁ.ଆର୍.ଆଇ. ଅବୈଧ ଅଟେ"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ର ଆଧାର ନାମ ଅବୈଧ ଅଟେ"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ରେ ଅବୈଧ ଏସ୍କେପ୍ ଅକ୍ଷର ରହିଛି"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "'%s' ପଥ ନାମ ଏକ ସମ୍ପୂର୍ଣ୍ଣ ପଥ ନୁହେଁ"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "ଅବୈଧ ଆଧାର ନାମ"
@@ -239,37 +239,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "'%s' ନମୁନା ଟି XXXXXXକୁ ଧାରଣ କରିନାହିଁ"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "'%s' ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ପଢିବାରେ ଅସଫଳ: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "%s' ରୁ '%s' ର ରୁପାନ୍ତରକ ଖୋଲି ପାରିଲା ନାହିଁ: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string ରେ ଅଂସସାଧିତ ପଠନ କରିହେଲା ନାହିଁ"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "ପଠନ ବଫରରେ ଅରୂପାନ୍ତରିତ ତଥ୍ଯ ବଳକା ଅଛି"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "ଆଂଶିକ ଅକ୍ଷର ରେ ଚାନେଲର ସମାପ୍ତି"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end େର ଅଂସସାଧିତ ପଠନ କରିହେଲା ନାହିଁ"
@@ -284,22 +306,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "'%s' ଫାଇଲ କୁ ମ୍ଯାପ୍ କରିବାରେ ଅସଫଳ: mmap() ଅସଫଳ: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "%d ଧାଡ଼ିର %d ଅକ୍ଷରରେ ତ୍ରୁଟି: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "ଖାଲି ବସ୍ତୁ '&;' ଦେଖା ଗଲା; ବୈଧ ବସ୍ତୁଗୁଡ଼ିକ ହେଲା: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -309,17 +331,17 @@
 "ଗୋଟିଏ ବସ୍ତୁର ନାମର ଆରମ୍ଭ ରେ '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅକ୍ଷର & ଗୋଟିଏ ବସ୍ତୁକୁ ଆରମ୍ଭ କରେ; ଯଦି ଏହି "
 "ଆମ୍ପର୍ସେଣ୍ଡ୍ ଗୋଟିଏ ବସ୍ତୁ ନୁହେଁ, ଏହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "ବସ୍ତୁ ନାମ ମଦ୍ଧ୍ଯ ରେ '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "'%s' ବସ୍ତୁ ନାମ ଜଣା ନାହିଁ"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -327,7 +349,7 @@
 "ବସ୍ତୁଟି ସେମିକୋଲନରେ ଶେଷ ହେଲା ନାହିଁ; ସମ୍ଭବତଃ ଆପଣ ଗୋଟିଏ ବସ୍ତୁ ଆରମ୍ଭ କରିବାକୁ ନ ଚାହିଁ, ଏକ "
 "ଆମ୍ପର୍ସେଣ୍ଡ୍ ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି - ତାହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -336,16 +358,16 @@
 "'%-.*s' କୁ ବିଶ୍ଳେଷଣ କରିବାରେ ଅସଫଳ, ଯାହାକି ଗୋଟିଏ ଅକ୍ଷର ରେଫରେନ୍ସ ମଦ୍ଧ୍ଯରେ ଏକ ଅଙ୍କ ହେବା ଉଚିତ "
 "ଥିଲା(ଉଦାହରଣ ସ୍ବରୂପେ &#୨୩୪;) - ବୋଧହୁଏ ଅଙ୍କଟି ବହୁତ ବଡ଼ ଅଟେ"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "'%-.*s' ଅକ୍ଷର ରେଫରେନ୍ସ ଟି ଗୋଟିଏ ଅନୁମତ ଅକ୍ଷରକୁ ସଙ୍କେତ କରୁ ନାହିଁ"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "ଖାଲି ଅକ୍ଷର ରେଫରେନ୍ସ; ଗୋଟିଏ ଅଙ୍କକୁ ଅନୁର୍ଭୁକ୍ତ କରିବା ଉଚିତ, ଯେପରିକି &#୪୫୪;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -354,34 +376,34 @@
 "ଅକ୍ଷର ରେଫରେନ୍ସ ସେମିକୋଲନରେ ସମାପ୍ତ ହେଉ ନାହିଁ; ସମ୍ଭବତଃ ଆପଣ ଗୋଟିଏ ବସ୍ତୁ ଆରମ୍ଭ କରିବାକୁ ନ ଚାହିଁ, "
 "ଏକ ଆମ୍ପର୍ସେଣ୍ଡ୍ ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି - ତାହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "ଅସମାପ୍ତ ବସ୍ତୁ ରେଫରେନ୍ସ"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "ଅସମାପ୍ତ ଅକ୍ଷର ରେଫରେନ୍ସ"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-୮ ସାଙ୍କେତିକ ପାଠ୍ଯ"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-୮ ସାଙ୍କେତିକ ପାଠ୍ଯ"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "ଅବୈଧ ଇଉ.ଟି.ଏଫ.-୮ ସାଙ୍କେତିକ ପାଠ୍ଯ"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "ଦଲିଲ ଗୋଟିଏ ଉପାଦାନରେ ଆରମ୍ଭ ହେବା ଉଚିତ (ଉଦାହରଣ ସ୍ବରୂପ <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -389,7 +411,7 @@
 msgstr ""
 "'<' ଅକ୍ଷର ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଏହା ଗୋଟିଏ ବସ୍ତୁର ନାମକୁ ଆରମ୍ଭ କରିପାରିବ ନାହିଁ"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -397,14 +419,14 @@
 msgstr ""
 "ବିଚିତ୍ର ଅକ୍ଷର '%s', '%s' ଉପାଦାନର ପ୍ରାରମ୍ଭ ସୂଚକକୁ ସମାପ୍ତ କରିବା ପାଇଁ '>' ଅକ୍ଷର ପ୍ରତ୍ଯାଶିତ ଥିଲା"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "ବିଚିତ୍ର ଅକ୍ଷର '%1$s', '%3$s' ଉପାଦାନର ଗୋଟିଏ ଗୁଣର ନାମ '%2$s' ପରେ '=' ପ୍ରତ୍ଯାଶିତ ଥିଲା"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -415,7 +437,7 @@
 "ପ୍ରତ୍ଯାଶିତ ଥିଲା, ଅଥବା ଇଚ୍ଛାଧୀନ ଭାବରେ ଗୋଟିଏ ଗୁଣ; ବୋଧହୁଏ ଆପଣ ଗୋଟିଏ ଗୁଣର ନାମରେ ଏକ ଅବୈଧ "
 "ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -424,7 +446,7 @@
 "ବିଚିତ୍ର ଅକ୍ଷର '%1$s', ସମାନ ଚିହ୍ନ ପରେ '%3$s' ଉପାଦାନର '%2$s' ଗୁଣର ମୂଲ୍ଯ ଦେବା ପାଇଁ ଗୋଟିଏ "
 "ଖୋଲା ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ ପ୍ରତ୍ଯାଶିତ ଥିଲା"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -433,7 +455,7 @@
 "'</' ଅକ୍ଷରଗୁଡ଼ିକ ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; '%s' ଗୋଟିଏ ଉପାଦାନର ନାମର ଆରମ୍ଭ "
 "କରିପାରିବ ନାହିଁ"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -441,25 +463,25 @@
 msgstr ""
 "ବନ୍ଦ ଉପାଦାନ ନାମ '%2$s' ପଛରେ ଆସୁଥିବା '%1$s' ଅକ୍ଷର ବୈଧ ନୁହେଁ;  ଅନୁମତ ଅକ୍ଷର ହେଲା '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, ବର୍ତ୍ତମାନ କୌଣସି ଉପାଦାନ ଖୋଲା ନାହିଁ"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, କିନ୍ତୁ ବର୍ତ୍ତମାନ '%s' ଉପାଦାନଟି ଖୋଲା ଅଛି"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "ଦଲିଲ ଖାଲି ଥିଲା ବା କେବଳ ଖାଲି ଯାଗା ଧାରଣ କରିଥିଲା"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "ଦଲିଲଟି ଗୋଟିଏ କୌଣିକ ବନ୍ଧନୀ '<'ର ଠିକ ପରେ ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -468,7 +490,7 @@
 "ଉପାଦାନଗୁଡ଼ିକ ଖୋଲା ଥାଇ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା'%s' ଉପାଦାନ ସର୍ବଶେଷ ଖୋଲା "
 "ଥିଲା"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -477,19 +499,19 @@
 "ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା, <%s/> ସୂଚକ  ସମାପ୍ତ କରିବା ପାଇଁ ଗୋଟିଏ ବନ୍ଦ କୌଣିକ "
 "ବନ୍ଧନୀ ପ୍ରତ୍ଯାଶିତ ଥିଲା"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "ଉପାଦାନର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "ଗୁଣର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "ଉପାଦାନ ଆରମ୍ଭର ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -497,16 +519,16 @@
 "ଗୁଣର ନାମ ପଛରେ ଆସୁଥିବା ସମାନ ଚିହ୍ନ ପରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା; ଗୁଣର କିଛି "
 "ମୂଲ୍ଯ ନାହିଁ"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "ଗୁଣର ମୂଲ୍ଯ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "'%s' ଉପାଦାନର ବନ୍ଦ ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "ଟିପ୍ପଣୀ ବା ସଂସାଧନ ସାଧନ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
 
@@ -554,66 +576,257 @@
 msgid "unknown error"
 msgstr "ଅଜଣା ତୃଟି"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "ଆଂଶିକ ଅକ୍ଷର ରେ ଚାନେଲର ସମାପ୍ତି"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ବାଇଟ୍ ଅନୁକ୍ରମ"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "ଅସମାପ୍ତ ଅକ୍ଷର ରେଫରେନ୍ସ"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "ଅସମାପ୍ତ ଅକ୍ଷର ରେଫରେନ୍ସ"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "ଅସମାପ୍ତ ଅକ୍ଷର ରେଫରେନ୍ସ"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "%s ନିୟମିତ ପରିପ୍ରକାଶକୁ ମିଳାଇବା ସମୟରେ ତୃଟି: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE ଲାଇବ୍ରେରୀକୁ UTF8 ସମର୍ଥନ ବିନା ସଙ୍କଳନ କରାଯାଇଛି"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE ଲାଇବ୍ରେରୀକୁ UTF8 ଗୁଣଧର୍ମ ସମର୍ଥନ ବିନା ସଙ୍କଳନ କରାଯାଇଛି"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "%s ନିୟମିତ ପରିପ୍ରକାଶକୁ %d ଅକ୍ଷରରେ ସଙ୍କଳନ କରିବା ସମୟରେ ତୃଟି: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "%s ନିୟମିତ ପରିପ୍ରକାଶକୁ ଅନୁକୂଳତମ କରିବା ସମୟରେ ତୃଟି: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "ଷୋଡଶାଧାରୀ ଅଙ୍କ କିମ୍ବା '}' ଆଶା କରାଯାଉଥିଲା"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "ଷୋଡଶାଧାରୀ ଅଙ୍କ ଆଶା କରାଯାଉଥିଲା"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "ପ୍ରତୀକାତ୍ମକ ନିର୍ଦ୍ଦେଶରେ '<' ଅନୁପସ୍ଥିତ"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "ଅସମାପ୍ତ ପ୍ରତୀକାତ୍ମକ ନିର୍ଦ୍ଦେଶ"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "ଶୂନ୍ଯ ଲମ୍ବ ବିଶିଷ୍ଟ ପ୍ରତୀକାତ୍ମକ ନିର୍ଦ୍ଦେଶ"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "ଅଙ୍କ ଆଶା କରାଯାଉଥିଲା"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "ଅବୈଧ ପ୍ରତୀକାତ୍ମକ ନିର୍ଦ୍ଦେଶ"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "ପଥଭ୍ରଷ୍ଟ ନିର୍ଣ୍ଣୟ '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "ଅଜଣା ପଳାୟନ ସଂପ୍ରତୀକ"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "ପରିବର୍ତ୍ତିତ ପାଠ୍ଯ \"%s\" ର %lu ଅକ୍ଷରରେ ବିଶ୍ଳଷଣ କରିବା ସମୟରେ ତୃଟି: %s"
@@ -649,18 +862,18 @@
 msgid "Failed to read data from child process"
 msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାରୁ ତଥ୍ଯ ପଢ଼ିବାରେ ଅସଫଳ"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟା ସହିତ ସଂଯୋଗ ପାଇଁ ପାଇପ୍ ସୃଷ୍ଟି କରିବାରେ ଅସଫଳ (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "ନିର୍ଭରକ ପାଇପ୍ ରୁ ତଥ୍ଯ ପଢି଼ବାରେ ଅସଫଳ (%s)"
 
 # Gora: "change to directory" means "go to directory" here
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "'%s' ଡିରେକ୍ଟୋରିକୁ ଯିବାରେ ଅସଫଳ (%s)"
@@ -707,42 +920,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାରୁ ତଥ୍ଯ ପଢି଼ବାରେ ଅସଫଳ (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାରୁ ତଥ୍ଯ ପଢି଼ବାରେ select()ରେ ଅପ୍ରତ୍ଯାଶିତ ତ୍ରୁଟି (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid()ରେ ଅପ୍ରତ୍ଯାଶିତ ତ୍ରୁଟି (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "ଶାଖା ସୃଷ୍ଟି କରିବାରେ ଅସଫଳ (%s"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟା \"%s\" ନିଷ୍ପାଦନ କରିବାରେ ଅସଫଳ (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାର ନିର୍ଗମ ବା ନିବେଶର ପୁନଃନିର୍ଦ୍ଦେଶନ କରିବାରେ ଅସଫଳ (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାକୁ ଶାଖାଯୁକ୍ତ କରିବାରେ ଅସଫଳ (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାକୁ ନିଷ୍ପାଦନ କରିବାରେ ଅଜଣା ତ୍ରୁଟି \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "ନିର୍ଭରକ ପି.ଆଇ.ଡି. ପାଇପ୍  ରୁ ପର୍ଯ୍ଯାପ୍ତ ତଥ୍ଯ ପଢି଼ବାରେ ଅସଫଳ (%s)"
@@ -763,129 +976,129 @@
 msgid "Character out of range for UTF-16"
 msgstr "ଇ.ଉ.ଟିଏଫ୍.-୧୬ ପାଇଁ ଅକ୍ଷରଟି ପରିସର ବାହାରେ"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "ବ୍ଯବହାର:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[ପସନ୍ଦ...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "ସାହାଯ୍ଯ ପସନ୍ଦ"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "ସାହାଯ୍ଯ ପସନ୍ଦ ଦେଖାନ୍ତୁ"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "ସବୁ ସାହାଯ୍ଯ ପସନ୍ଦ ଦେଖାନ୍ତୁ"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "ପ୍ରୟୋଗ ପସନ୍ଦ"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "%s ପାଇଁ ପୂର୍ଣ ସଂଖ୍ଯା ମୂଲ୍ଯ '%s' କୁ ବିଶ୍ଲେଷିଣ କରିହେଲା ନାହିଁ"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%s ପାଇଁ ପୂର୍ଣ ସଂଖ୍ଯା '%s' ର ମୂଲ୍ଯ ପରିସର ବାହାରେ"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "'%s' ଦ୍ବ୍ଯର୍ଥକ ମୂଲ୍ଯକୁ %s ପାଇଁ ବିଶ୍ଳେଷିତ କରିପାରିଲା ନାହିଁ"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "'%s' ଦ୍ବ୍ଯର୍ଥକ ମୂଲ୍ଯଟି %s ପାଇଁ ପରିସରର ବହିର୍ଭୂତ।"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s ପାଇଁ ସ୍ବତନ୍ତ୍ରଚର ଟି ହଜି ଯାଇଛି"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "ଅଜଣା ପସନ୍ଦ %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "ଅନୁସନ୍ଧାନ ଡିରେକ୍ଟୋରି ମାନଙ୍କରେ ବୈଧ ଚାବି ଫାଇଲ ମିଳିଲା ନାହିଁ"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "ଏହା ଏକ ନିୟମିତ ଫାଇଲ ନୁହେଁ"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "ଫାଇଲ ଟି ଖାଲି ଅଛି"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "ମୁଖ୍ଯ ଫାଇଲ '%s' କୁ ଧାରଣ କରିଛି ଯାହାକି ଗୋଟିଏ ମୁଖ୍ଯ-ଗୁଣ ର ଯୋଡି, ସମୂହ, କିମ୍ବା ବାକ୍ଯ ନୁହେଁ"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "ଅବୈଧ ସମୂହ ନାମ: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "ମୂଖ୍ଯ ଫାଇଲ କୌଣସି ସମୂହ ସହ ଆରମ୍ଭ ହୁଏ ନାହିଁ"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "ଅବୈଧ ଚାବି ନାମ: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "ମୂଖ୍ଯ ଫାଇଲ ଟି ଗୋଟିଏ ଅସହାୟକ ସଂକେତ '%s' ଧାରଣ କରିଛି"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "ମୂଖ୍ଯ ଫାଇଲ େର '%s' ନାମ ଥିବା କୌଣସି ସମୂହ ନାହିଁ"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "ମୂଖ୍ଯ ଫାଇଲ େର '%s' ନାମ ଥିବା  କୌଣସି ଚାବିକାଠି ନାହିଁ"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ର ମୂଲ୍ଯ '%s' ଅଟେ, ଯାହାକି ଇଉ-ଟି-ଏଫ୍-୮ ନୁହେଁ"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ର ମୂଲ୍ଯ ନିରୂପଣ କରିହେବ ନାହିଁ"
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -893,37 +1106,588 @@
 msgstr ""
 "ମୂଖ୍ଯ ଫାଇଲ ଧାରଣ କରିଥିବା '%s' ଚାବିକାଠି ଗୋଟିଏ '%s' ସମୂହ ସହିତ ଏଛି ଯାହାର ମୂଲ୍ଯ ନିରୂପଣ କରିହେବ ନାହିଁ"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "ମୂଖ୍ଯ ଫାଇଲ େର '%s' ନାମ ଥିବା କୌଣସି ଚାବିକାଠି '%s' ସମୂହ ରେ ନାହିଁ "
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "ମୂଖ୍ଯ ଫାଇଲ ଟି ଲାଇନ୍ ର ସମାପ୍ତି ରେ ଏସ୍କେପ୍ ଅକ୍ଷର ଧାରଣ କରିଛି"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "ମୂଖ୍ଯ ଫାଇଲ '%s' ଅବୈଧ ଏସ୍କେପ୍ ଅକ୍ଷର ଧାରଣ କରିଛି"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "'%s' ର ମୂଲ୍ଯ ଗୋଟିଏ ସଂଖ୍ଯା ଭାବରେ ନିରୂପଣ କରିହେବ ନାହିଁ"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "ପୂର୍ଣ ମୂଲ୍ଯ '%s' ପରିସର ର ବାହାରେ ଅଛି"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "'%s' ମୂଲ୍ଯକୁ ଗୋଟିଏ ଭାସମାନ ସଂଖ୍ଯା ଭାବରେ ବ୍ଯାଖ୍ଯା କରିହେବ ନାହିଁ"
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "'%s' ର ମୂଲ୍ଯ ଗୋଟିଏ ବୁଲିଆନ୍ ଭାବରେ ନିରୂପଣ କରିହେବ ନାହିଁ"
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "ଅଜଣା ତୃଟି"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "ଅବୈଧ ଚାବି ନାମ: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "ଅବୈଧ ଆଧାର ନାମ"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "ଗୁଣର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "%s' ଡିରେକ୍ଟୋରି ଖୋଲିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "ଏହା ଏକ ନିୟମିତ ଫାଇଲ ନୁହେଁ"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[ପସନ୍ଦ...]"
diff --git a/po/pa.po b/po/pa.po
index 2bec898..3c8f09f 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-06 06:42+0530\n"
 "Last-Translator: ASB <aalam@users.sf.net>\n"
 "Language-Team: Punjabi <punjabi-l10n@lists.sf.net>\n"
@@ -95,71 +95,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "exec ਲਾਈਨ '%s' ਨੂੰ URI '%s' ਨਾਲ ਫੈਲਾਉਣ ਲਈ ਫੇਲ੍ਹ ਹੋਇਆ"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "ਕਰੈਕਟਰ ਸਮੂਹ %s ਤੋਂ %s ਵਿੱਚ ਬਦਲਣ ਇਸ ਵੇਲੇ ਸੰਭਵ ਨਹੀਂ"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s' ਤੋੱ '%s' ਵਿੱਚ ਬਦਲਣ ਵਾਲਾ ਉਪਲਬਧ ਨਹੀਂ ਹੈ"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "ਬਦਲਣ ਲਈ ਦਿੱਤੀ ਸਤਰ ਵਿੱਚ ਬਾਇਟ ਦਾ ਸਰੂਪ ਠੀਕ ਨਹੀਂ ਹੈ"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "ਤਬਦੀਲੀ ਦੌਰਾਨ ਗਲਤੀ  %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "ਸਤਰ ਦੇ ਅਖੀਰ ਤੇ ਅੱਖਰਾਂ ਦਾ ਸਰੂਪ ਅਧੂਰਾ ਹੈ"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "ਕੋਡ ਸਮੂਹ %s ਤੋਂ %s ਵਿੱਚ ਤਬਦੀਲੀ ਸੰਭਵ ਨਹੀਂ"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI '%s' \"file\" ਸਕੀਮ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਅਸਲ URI ਨਹੀਂ ਹੈ"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "ਲੋਕਲ ਫਾਇਲ URI %s ਵਿੱਚ ਇਹ ਨਿਸ਼ਾਨ # ਨਹੀਂ ਹੈ"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' ਜਾਇਜ਼ ਨਹੀਂ ਹੈ"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI '%s' ਦੇ ਮੇਜ਼ਬਾਨ ਦਾ ਨਾਂ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' ਕੋਲ ਗਲਤ ਅੱਖਰ ਹਨ"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "ਮਾਰਗ-ਨਾਂ %s ਇਕ ਅਸਲੀ (absolute) ਮਾਰਗ ਨਹੀਂ ਹੈ"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "ਗਲਤ ਮੇਜ਼ਬਾਨ ਨਾਂ"
@@ -239,37 +239,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "ਟੈਂਪਲੇਟ '%s' XXXXXX ਨਹੀਂ ਰੱਖਦਾ ਹੈ"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ '%s' ਪੜ੍ਹਨ ਲਈ ਫੇਲ੍ਹ: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ ਮੱਦਦ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹਨ"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "'%s' ਤੋਂ '%s' ਬਦਲਣ ਵਾਲਾ ਖੋਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string ਵਿੱਚ ਰਾਅ ਪੜ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "ਕੁਝ ਅਣ-ਬਦਲਿਆ ਡਾਟਾ ਬਫਰ ਵਿੱਚ ਪਿਆ ਹੈ"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "ਇਕ ਅੱਧ ਪਚਦੇ ਅੱਖਰ ਉੱਤੇ ਚੈਨਲ ਬੰਦ ਹੋ ਗਿਆ"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end ਵਿੱਚ ਰਾਅ ਪੜ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ"
@@ -284,22 +306,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "ਫਾਇਲ '%s' ਮਿਲਾਉਣ ਵਿੱਚ ਫੇਲ੍ਹ: mmap() ਫੇਲ੍ਹ ਹੋਇਆ: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "ਲਾਈਨ %d ਅੱਖਰ %d ਉੱਤੇ ਗਲਤੀ: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "ਸਤਰ %d ਉੱਤੇ ਗਲਤੀ: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "ਖਾਲੀ ਐਂਟਟੀ '&;' ਵੇਖੋ; ਵੈਧ ਐਂਟਟੀਆਂ ਹਨ : &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -309,17 +331,17 @@
 "ਇਹ %s ਅੱਖਰ ਕੋਈ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕਰਨ ਲਈ ਗਲਤ ਹੈ & ਅੱਖਰ ਇਕਾਈ ਆਰੰਭ ਕਰਦਾ ਹੈ; ਜੇਕਰ ਇਹ ਐਪਰਸੈਡ ਐਂਟਟੀ "
 "ਬਣਨਯੋਗ ਨਹੀਂ ਤਾਂ ਇਸ ਨੂੰ ਇੰਝ &amp; ਛੱਡ ਦਿਓ"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "'%s' ਅੱਖਰ ਇੱਕ ਐਂਟਟੀ ਦੇ ਨਾਂ ਲਈ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "ਐਂਟਟੀ ਨਾਂ '%s' ਪਤਾ ਨਹੀਂ ਹੈ"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -327,7 +349,7 @@
 "ਐਂਟਟੀ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੋ ਸਕਦਾ ਕਿ ਤੁਸੀਂ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕੀਤੇ "
 "ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇਸਤਰਾਂ &amp; ਛੱਡੋ"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -336,16 +358,16 @@
 " '%-.*s' ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਫੇਲ੍ਹ, ਜੋ ਕਿ ਅੱਖਰ ਵਿੱਚ ਨੰਬਰ ਹੋਣ ਚਾਹੀਦਾ ਹੈ ਵੇਖੋ (&#234; ਉਦਾਹਰਨ "
 "ਲਈ) - ਅੱਖਰ ਬਹੁਤ ਲੰਮਾ ਹੋ ਗਿਆ ਹੈ"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "ਅੱਖਰ ਰੈਫਰੈਂਸ '%-.*s' ਇਕ ਚੁਣੇ ਅੱਖਰ ਨੂੰ ਇਨਕੋਡ ਨਹੀਂ ਕਰ ਸਕਦਾ"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "ਖਾਲੀ ਅੱਖਰ ਰੈਫਰੈਂਸ, ਕੋਈ ਨੰਬਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ ਜਿਵੇਂ ਕਿ &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -354,32 +376,32 @@
 "ਅੱਖਰੀ ਰੈਫਰੈਂਸ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੋ ਕਿ ਤੁਸੀ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕੀਤੇ "
 "ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇੰਝ &amp; ਛੱਡੋ"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "ਅਧੂਰਾ ਐਂਟਟੀ ਰੈਫਰੈਂਸ"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "ਅਧੂਰਾ ਅੱਖਰੀ ਰੈਫਰੈਂਸ"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਓਵਰਲਾਂਗ ਕ੍ਰਮ"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਇੱਕ ਸ਼ੁਰੂਆਤੀ ਅੱਖਰ ਨਹੀਂ"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਅੱਖਰ - ਵੈਧ '%s' ਨਹੀਂ"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "ਦਸਤਾਵੇਜ਼ ਇਕ ਐਲੀਮਿੰਟ (ਜਿਵੇਂ ਕਿ <book>) ਨਾਲ ਸ਼ੁਰੂ ਹੋਣਾ ਜਰੂਰੀ ਹੈ"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -388,7 +410,7 @@
 "ਇਹ '%s' ਜਾਇਜ ਅੱਖਰ ਨਹੀਂ ਹੈ ਜੋ ਕਿ '<' ਅੱਖਰ ਤੋਂ ਮਗਰ ਹੈ, ਇਹ ਕਿਸੇ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਨਾਲ ਆਰੰਭ ਨਹੀਂ "
 "ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -397,13 +419,13 @@
 "ਅਨਿਸ਼ਚਿਤਅੱਖਰ '%s', ਇਹ '>' ਅੱਖਰ ਦੀ ਉਮੀਦ ਸੀ ਤਾਂ ਕਿ ਐਲੀਮਿੰਟ '%s' ਦੇ ਸ਼ੁਰੂ ਟੈਗ ਨੂੰ ਬੰਦ ਕੀਤਾ "
 "ਜਾ ਸਕੇ"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ %1$s ਹੈ, ਐਲੀਮਿੰਟ %3$s ਦੇ ਇਸ ਵਿਸ਼ੇਸਤਾ ਨਾਂ %2$s ਮਗਰੋਂ = ਲੋੜੀਦਾ ਸੀ"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -413,7 +435,7 @@
 "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%s' ਹੈ, ਇਕ ਅੱਖਰ '>'ਜਾਂ '/' ਨਿਸ਼ਚਿਤ ਅੱਖਰ ਹੈ ਤਾਂ ਕਿ ਹਿੱਸੇ ਦੇ ਸ਼ੁਰੂ ਕੀਤੇ ਟੈਗ ਨੂੰ "
 "ਖਤਮ ਕੀਤੀ ਜਾ ਸਕੇ '%s', ਜਾਂ ਚੁਣਿਆ ਪ੍ਰਤੀਕ, ਜਿਸ ਲ਼ਈ ਤੁਸੀ ਗਲਤ ਨਾਂ ਭਰਿਆ ਹੈ।"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -422,7 +444,7 @@
 "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%1$s', ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਮਗਰੋਂ ਇਕ ਖੁੱਲਾ ਹਵਾਲਾ ਨਿਸ਼ਾਨ ਜ਼ਰੂਰੀ ਹੈ, ਜਦੋਂ ਕਿ ਤੁਸੀਂ "
 "ਇੱਕ ਐਲੀਮਿੰਟ '%3$s' ਦੀ ਵਿਸ਼ੇਸ਼ਤਾ '%2$s' ਲਈ ਮੁੱਲ ਦੇ ਰਹੇ ਹੋ।"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -431,39 +453,39 @@
 "ਇਸ '</' ਅੱਖਰ ਮਗਰੋਂ ਇਹ %s' ਅੱਖਰ ਜ਼ਾਇਜ ਨਹੀਂ ਹੈ, '%s' ਇੱਕ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਨਾਲ ਸ਼ੁਰੂ ਨਹੀਂ ਹੋ ਸਕਦਾ "
 "ਹੈ।"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr "ਇਹ '%s' ਅੱਖਰ '%s' ਐਲੀਮਿੰਟ ਨਾਂ ਮਗਰੋਂ ਜਾਇਜ ਨਹੀਂ ਹੈ ; ਸਿਰਫ '>' ਅੱਖਰ ਹੀ ਮਨਜ਼ੂਰ ਹੈ"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਕੋਈ ਐਲੀਮਿੰਟ ਖੁੱਲ੍ਹਾ ਨਹੀਂ ਹੈ"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਪਰ ਅਜੇ '%s' ਐਲੀਮਿੰਟ ਖੁੱਲਾ ਹੈ"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "ਦਸਤਾਵੇਜ਼ ਖਾਲੀ ਹੈ ਜਾਂ ਕੇਵਲ ਖਾਲੀ ਥਾਂ ਹੀ ਰੱਖਦਾ ਹੈ"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਖੁੱਲੀ ਬਰੈਕਟ '<' ਪਾਉਣ ਮਗਰੋਂ"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਜਦੋਂ ਕਿ-ਇਹ '%s' ਆਖਰੀ ਐਲੀਮਿੰਟ ਖੁੱਲਾ ਹੈ"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -471,19 +493,19 @@
 msgstr ""
 "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਬੰਦ ਬਰੈਕਟ <%s/> ਜੋ ਕਿ ਪੱਟੀ ਨੂੰ ਬੰਦ ਕਰਦੀ ਹੈ, ਦੀ ਉਮੀਦ ਸੀ"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "ਇਕ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "ਇਕ ਐਲੀਮਿੰਟ-ਖੋਲ੍ਹਣ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -491,16 +513,16 @@
 "ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਤੋਂ ਪਹਿਲਾਂ ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਗੁਣ ਦਾ ਕੋਈ ਮੁੱਲ "
 "ਨਹੀਂ ਹੈ"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "ਇਕ ਗੁਣ ਦੇ ਮੁੱਲ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "ਇਕ ਐਲੀਮਿੰਟ '%s' ਦੇ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "ਇਕ ਟਿੱਪਣੀ ਜਾਂ ਹਦਾਇਤ ਚਲਾਉਣ ਦੌਰਾਨ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
 
@@ -548,66 +570,257 @@
 msgid "unknown error"
 msgstr "ਅਣਜਾਣ ਗਲਤੀ"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "ਇਕ ਅੱਧ ਪਚਦੇ ਅੱਖਰ ਉੱਤੇ ਚੈਨਲ ਬੰਦ ਹੋ ਗਿਆ"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "ਬਦਲਣ ਲਈ ਦਿੱਤੀ ਸਤਰ ਵਿੱਚ ਬਾਇਟ ਦਾ ਸਰੂਪ ਠੀਕ ਨਹੀਂ ਹੈ"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "ਅਧੂਰਾ ਅੱਖਰੀ ਰੈਫਰੈਂਸ"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "ਅਧੂਰਾ ਅੱਖਰੀ ਰੈਫਰੈਂਸ"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "ਅਧੂਰਾ ਅੱਖਰੀ ਰੈਫਰੈਂਸ"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ ਮੱਦਦ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹਨ"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "ਰੈਗੂਲਰ ਐਕਸਪਰੈਸ਼ਨ %s ਮਿਲਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE ਲਾਇਬਰੇਰੀ ਨੂੰ UTF8 ਮੱਦਦ ਬਗੈਰ ਕੰਪਾਇਲ ਕੀਤਾ ਗਿਆ ਹੈ।"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE ਲਾਇਬਰੇਰੀ ਨੂੰ UTF8 ਵਿਸ਼ੇਸ਼ਤਾ ਮੱਦਦ ਬਗੈਰ ਕੰਪਾਇਲ ਕੀਤਾ ਗਿਆ ਹੈ।"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "ਅੱਖਰ %2$d ਉੱਤੇ ਰੈਗੂਲਰ ਸਮੀਕਰਨ %1$s ਨਾਲ ਕੰਪਾਇਲ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %3$s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "%s ਰੈਗੂਲਰ ਐਕਸਪਰੈਸ਼ਨ ਅਨੁਕੂਲ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "ਹੈਕਸਾਡੈਸੀਮਕ ਅੰਕ ਜਾਂ '}' ਦੀ ਮੰਗ ਸੀ"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "ਹੈਕਾਡੈਸੀਮਲ ਅੰਕ ਲੋੜੀਦਾ ਸੀ"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "ਸਿੰਬੋਲਿਕ ਰੈਡਰੈਂਸ ਵਿੱਚ '<' ਨਹੀਂ ਹੈ"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "ਅਧੂਰਾ ਸਿੰਬੋਲਿਕ ਰੈਡਰੈਂਸ"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "ਜ਼ੀਰੋ-ਲੰਬਾਈ ਸਿੰਬੋਲਿਕ ਰੈਡਰੈਂਸ"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "ਅੰਕ ਲੋੜੀਦਾ ਸੀ"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "ਗਲਤ ਸਿੰਬੋਲਿਕ ਰੈਡਰੈਂਸ"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "ਸਟਰੇ ਫਾਈਨਲ '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "ਅਣਜਾਣ ਇਸਕੇਪ ਕਰਮ"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "ਬਦਲਣ ਟੈਕਸਟ \"%s\" ਨੂੰ ਪਾਰਸ ਕਰਨ ਦੌਰਾਨ ਅੱਖਰ %lu ਉੱਤੇ ਗਲਤੀ: %s"
@@ -642,17 +855,17 @@
 msgid "Failed to read data from child process"
 msgstr "ਚਾਈਲਡ ਪਰੋਸੈੱਸ ਤੋਂ ਡਾਟਾ ਪੜ੍ਹਨ ਲਈ ਫੇਲ੍ਹ"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "ਚਾਈਲਡ ਪਰੋਸੈਸ (%s) ਨਾਲ ਕਮਿਊਨੀਕੇਸ਼ਨ ਲਈ ਪਾਇਪ ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ੍ਹ"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "ਚਾਈਲਡ ਪਾਈਪ (%s) ਤੋਂ ਡਾਟਾ ਖੋਲ੍ਹਣ ਵਿੱਚ ਫੇਲ੍ਹ ਹੈ"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਬਦਲਣ ਵਿੱਚ ਫੇਲ੍ਹ (%s)"
@@ -700,42 +913,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "ਚਾਈਲਡ ਪਰੋਸੈਸ (%s) ਤੋਂ ਡਾਟਾ ਪੜ੍ਹਨ ਲਈ ਫੇਲ੍ਹ"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "ਚਾਈਲਡ ਪਰੋਸੈਸ (%s) ਤੋਂ ਡਾਟਾ ਖੋਲ੍ਹਣ ਲਈ select() ਵਿੱਚ ਅਚਾਨਕ ਗਲਤੀ"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid() (%s) ਵਿੱਚ ਅਚਾਨਕ ਗਲਤੀ"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "ਫੋਰਕ (%s) ਲਈ ਫੇਲ੍ਹ"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "ਚਾਈਲਡ ਪਰੋਸੈਸ \"%s\" (%s) ਸ਼ੁਰੂ ਕਰਨ ਲਈ ਫੇਲ੍ਹ ਹੈ"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "ਚਾਈਲਡ ਪਰੋਸੈਸ (%s) ਦੀ ਆਉਟਪੁੱਟ ਜਾਂ ਇੰਪੁੱਟ ਦੀ ਦਿਸ਼ਾ ਬਦਲਣ 'ਚ ਫੇਲ੍ਹ"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "ਚਾਈਲਡ ਪਰੋਸੈਸ (%s) ਫੋਰਕ ਕਰਨ ਲਈ ਫੇਲ੍ਹ"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "ਚਾਈਲਡ ਪਰੋਸੈਸ \"%s\" ਚਾਲੂ ਕਰਨ ਵਿੱਚ ਅਣਜਾਣੀ ਗਲਤੀ"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "ਚਾਈਲਡ pid ਪਾਇਪ (%s) ਤੋਂ ਚਾਹੀਦਾ ਡਾਟਾ ਪੜ੍ਹਨ ਲਈ ਫੇਲ੍ਹ"
@@ -756,129 +969,129 @@
 msgid "Character out of range for UTF-16"
 msgstr "UTF-16 ਲਈ ਅੱਖਰ ਰੇਜ਼ ਤੋਂ ਬਾਹਰ"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "ਵਰਤੋਂ:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[ਚੋਣ...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "ਮੱਦਦ ਚੋਣ:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "ਮੱਦਦ ਚੋਣ ਵੇਖਾਓ"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "ਸਭ ਮੱਦਦ ਚੋਣਾਂ ਵੇਖਾਓ"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "ਕਾਰਜ ਚੋਣ:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "ਪੂਰਨ ਅੰਕ ਮੁੱਲ %s' ਨੂੰ %s ਲਈ ਪਾਰਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "ਪੂਰਨ ਅੰਕ '%s' %s ਲਈ ਸੀਮਾ ਤੋਂ ਬਾਹਰ ਜਾ ਰਿਹਾ ਹੈ"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "%2$s ਲਈ ਡਬਲ ਮੁੱਲ '%1$s' ਪਾਰਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%2$s ਲਈ '%1$s' ਡਬਲ ਮੁੱਲ ਰੇਜ਼ ਤੋਂ ਬਾਹਰ ਹੈ"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "ਚੋਣ %s ਪਾਰਸ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s ਲਈ ਆਰਗੂਮਿੰਟ ਗੁੰਮ ਹੈ"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "ਅਣਜਾਣ ਚੋਣ %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "ਖੋਜ ਡਾਇਰੈਕਟਰੀਆਂ ਵਿੱਚ ਠੀਕ ਕੁੰਜੀ ਫਾਇਲ ਨਹੀਂ ਖੋਜੀ ਜਾ ਸਕੀ"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "ਇੱਕ ਰੈਗੂਲਰ ਫਾਇਲ ਨਹੀਂ"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "ਫਾਇਲ ਖਾਲੀ ਹੈ"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "ਕੁੰਜੀ ਫਾਇਲ ਲਾਈਨ '%s' ਰੱਖਦੀ ਹੈ, ਜੋ ਕਿ ਕੁੰਜੀ-ਮੁੱਲ ਜੋੜਾ, ਗਰੁੱਪ ਜਾਂ ਟਿੱਪਣੀ ਨਹੀਂ ਹੈ"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "ਗਲਤ ਗਰੁੱਪ ਨਾਂ: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "ਕੁੰਜੀ ਫਾਇਲ ਗਰੁੱਪ ਨਾਲ ਸ਼ੁਰੂ ਨਹੀਂ ਹੋ ਸਕਦੀ ਹੈ"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "ਗਲਤ ਕੁੰਜੀ ਨਾਂ: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "ਕੁੰਜੀ ਫਾਇਲ ਨਾ-ਸਹਾਇਕ ਇੰਕੋਡਿੰਗ '%s' ਰੱਖਦੀ ਹੈ"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "ਕੁੰਜੀ ਫਾਇਲ ਦਾ ਗਰੁੱਪ '%s' ਨਹੀਂ ਹੈ"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ '%s' ਕੁੰਜੀ ਨਹੀਂ ਹੈ"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਕੁੰਜੀ '%s' ਦਾ ਮੁੱਲ '%s' ਹੈ, ਜੋ ਕਿ UTF-8 ਨਹੀਂ ਹੈ"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ '%s' ਕੁੰਜੀ ਹੈ, ਜਿਸ ਤੇ ਕਾਰਵਾਈ ਨਹੀਂ ਹੋ ਸਕਦੀ ਹੈ"
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -886,37 +1099,588 @@
 msgstr ""
 "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਕੁੰਜੀ '%s' ਗਰੁੱਪ '%s' ਵਿੱਚ ਹੈ, ਜਿਸ ਦੇ ਮੁੱਲ ਨੂੰ ਇੰਟਰਪਰੇਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "ਕੁੰਜੀ ਫਾਇਲ ਕੁੰਜੀ '%s' ਗਰੁੱਪ '%s' ਵਿੱਚ ਨਹੀਂ ਹੈ"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਲਾਈਨ ਦੇ ਅੰਤ ਵਿੱਚ ਇਸਕੇਪ ਅੱਖਰ ਹੈ"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਗਲਤ ਇਸਕੇਪ ਕ੍ਰਮ '%s' ਹੈ"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "ਮੁੱਲ '%s' ਨੂੰ ਇੱਕ ਅੰਕ ਦੇ ਤੌਰ 'ਤੇ ਪਾਰਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ ਹੈ।"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "ਪੂਰਨ ਅੰਕ '%s' ਸੀਮਾ ਤੋਂ ਬਾਹਰ ਹੈ"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "ਮੁੱਲ '%s' ਨੂੰ ਇੱਕ ਦਸ਼ਮਲਵ ਅੰਕ ਦੇ ਤੌਰ 'ਤੇ ਪਾਰਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ ਹੈ।"
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "ਮੁੱਲ '%s' ਨੂੰ ਬੂਲੀਅਨ ਵਾਂਗ ਇੰਟਰਪਰੇਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।"
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "ਅਣਜਾਣ ਗਲਤੀ"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ ਮੱਦਦ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹਨ"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ ਮੱਦਦ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹਨ"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "ਗਲਤ ਕੁੰਜੀ ਨਾਂ: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "ਗਲਤ ਮੇਜ਼ਬਾਨ ਨਾਂ"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "ਫਾਇਲ %s' ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ੍ਹ: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "ਫਾਇਲ %s' ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ੍ਹ: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "ਫਾਇਲ %s' ਬਣਾਉਣ ਵਿੱਚ ਫੇਲ੍ਹ: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "ਚੋਣ %s ਪਾਰਸ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਖੋਲ੍ਹਣ ਲਈ ਗਲਤੀ: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "ਤਬਦੀਲੀ ਦੌਰਾਨ ਗਲਤੀ  %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "ਤਬਦੀਲੀ ਦੌਰਾਨ ਗਲਤੀ  %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "ਸਤਰ %d ਉੱਤੇ ਗਲਤੀ: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ ਮੱਦਦ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹਨ"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "ਚੋਣ %s ਪਾਰਸ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "ਚੋਣ %s ਪਾਰਸ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "ਇੱਕ ਰੈਗੂਲਰ ਫਾਇਲ ਨਹੀਂ"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "'%s' ਫਾਇਲ ਪੜ੍ਹਨ 'ਚ ਗਲਤੀ: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "ਸਤਰ %d ਉੱਤੇ ਗਲਤੀ: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "ਚੋਣ %s ਪਾਰਸ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "ਚੋਣ %s ਪਾਰਸ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ ਮੱਦਦ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹਨ"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[ਚੋਣ...]"
diff --git a/po/pl.po b/po/pl.po
index e6b82bf..b5a452d 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD.pl\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-14 17:12+0200\n"
 "Last-Translator: wadim dziedzic <wdziedzi@aviary.pl>\n"
 "Language-Team: Polish <translators@gnomepl.org>\n"
@@ -95,74 +95,74 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Rozwinięcie linii \"%s\" z adresem URI \"%s\" nie powiodło się"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr ""
 "Konwersja z zestawu znaków \"%s\" na zestaw \"%s\" nie jest obsługiwana"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Nie można otworzyć konwertera z \"%s\" na \"%s\""
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Niepoprawna sekwencja bajtów na wejściu konwersji"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Błąd podczas konwersji: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 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:913
+#: glib/gconvert.c:919
 #, 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:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr ""
 "URI \"%s\" nie jest bezwzględnym URI, używającym schematu \"plikowego\""
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "URI lokalnego pliku \"%s\" nie może zawierać znaku \"#\""
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI \"%s\" jest niepoprawny"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Nazwa komputera w URI \"%s\" jest niepoprawna"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI \"%s\" zawiera niewłaściwie zacytowane znaki"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Ścieżka \"%s\" nie jest ścieżką bezwzględną"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Niepoprawna nazwa komputera"
@@ -248,37 +248,60 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Szablon \"%s\" nie zawiera XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Niepowodzenie podczas odczytu dowiązania symbolicznego \"%s\": %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Dowiązania symboliczne nie są obsługiwane"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Nie można otworzyć konwertera z \"%s\" na \"%s\": %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Nie można wykonać surowego odczytu w g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "W buforze odczytu pozostały nieprzekonwertowane dane"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Na końcu kanału występuje sekwencja odpowiadająca części znaku"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Nie można wykonać surowego odczytu w g_io_channel_read_to_end"
@@ -293,24 +316,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Nie można zmapować pliku \"%s\": funkcja mmap() zwróciła błąd: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Błąd w wierszu %d przy znaku %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Błąd w wierszu %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Napotkano pustą jednostkę \"&;\"; poprawnymi jednostkami są: &amp; &quot; "
 "&lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -321,17 +344,17 @@
 "rozpoczyna jednostkę; jeśli znak ten nie powinien rozpoczynać jednostki, "
 "należy go zapisać jako &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Znak \"%s\" nie jest dopuszczalny wewnątrz nazwy jednostki"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Nazwa jednostki \"%s\" nie jest znana"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -339,7 +362,7 @@
 "Jednostka nie jest zakończona średnikiem; najprawdopodobniej został użyty "
 "znak &, który nie miał oznaczać jednostki - należy go zapisać jako &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -349,16 +372,16 @@
 "będąca częścią odniesienia do znaku (np. &#234;) - być może liczba jest zbyt "
 "duża"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Odniesienie do znaku \"%-.*s\" nie jest zapisem dozwolonego znaku"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Puste odniesienie do znaku; powinno ono zawierać cyfry, np. &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -368,33 +391,33 @@
 "został użyty znak &, który nie miał oznaczać jednostki - należy go zapisać "
 "jako &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Niezakończone odniesienie do jednostki"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Niezakończone odniesienie do znaku"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Tekst nie jest poprawnym łańcuchem UTF-8 - za długa sekwencja"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr ""
 "Tekst nie jest poprawnym łańcuchem UTF-8 - nie jest znakiem początkowym"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Tekst nie jest poprawnym łańcuchem UTF-8 - niepoprawne \"%s\""
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokument musi rozpoczynać się jakimś elementem (np. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -403,7 +426,7 @@
 "Znak \"%s\" nie powinien występować po znaku \"<\"; nie może on rozpoczynać "
 "nazwy elementu"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -412,7 +435,7 @@
 "Niespodziewany znak \"%s\"; oczekiwano znaku \">\", kończącego początkowy "
 "znacznik elementu \"%s\""
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -420,7 +443,7 @@
 "Niespodziewany znak \"%s\"; po nazwie atrybutu \"%s\" elementu \"%s\" "
 "oczekiwano znaku \"=\""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -431,7 +454,7 @@
 "znacznik początkowy elementu \"%s\" lub opcjonalnie atrybutu; być może w "
 "nazwie atrybutu został użyty niepoprawny znak"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -440,7 +463,7 @@
 "Niespodziewany znak \"%s\"; oczekiwano otwierającego znaku cudzysłowu po "
 "znaku równości przy podawaniu wartości atrybutu \"%s\" elementu \"%s\""
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -449,7 +472,7 @@
 "Znak \"%s\" nie jest znakiem, który może pojawić się po sekwencji \"</\"; \"%"
 "s\" nie może rozpoczynać nazwy elementu"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -458,28 +481,28 @@
 "Znak \"%s\" nie jest znakiem, który może wystąpić po domykającej nazwie "
 "elementu \"%s\"; dopuszczalnym znakiem jest \">\""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr ""
 "Element \"%s\" został zamknięty, lecz brak aktualnie otwartego elementu"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "Element \"%s\" został zamknięty, lecz aktualnie otwartym elementem jest \"%s"
 "\""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokument jest pusty lub zawiera tylko separatory"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Zaraz po znaku \"%s\" nastąpił nieoczekiwany koniec dokumentu"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -488,7 +511,7 @@
 "Nastąpił nieoczekiwany koniec dokumentu, gdy pewne elementy są wciąż otwarte "
 "- \"%s\" był ostatnim otwartym elementem"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -497,21 +520,21 @@
 "Nastąpił nieoczekiwany koniec dokumentu; oczekiwano znaku \">\", kończącego "
 "znacznik <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy elementu"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutu"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 "Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika otwierającego "
 "element."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -519,18 +542,18 @@
 "Nastąpił nieoczekiwany koniec dokumentu po znaku równości występującym po "
 "nazwie atrybutu; brak wartości atrybutu"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz wartości atrybutu"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika domykającego "
 "elementu \"%s\""
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Nastąpił nieoczekiwany koniec dokumentu wewnątrz komentarza lub instrukcji "
@@ -581,66 +604,257 @@
 msgid "unknown error"
 msgstr "nieznany błąd"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Na końcu kanału występuje sekwencja odpowiadająca części znaku"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Niepoprawna sekwencja bajtów na wejściu konwersji"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Niezakończone odniesienie do znaku"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Niezakończone odniesienie do znaku"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Niezakończone odniesienie do znaku"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Dowiązania symboliczne nie są obsługiwane"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Błąd podczas dopasowywania wyr. regularnego %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "Biblioteka PCRE została skompilowana bez obsługi UTF8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "Biblioteka PCRE została skompilowana bez obsługi własności UTF8"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Błąd kompilacji wyr. regularnego %s przy znaku %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Błąd podczas optymalizowania wyr. regularnego %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "oczekiwano cyfry szesnastkowej lub znaku }"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "oczekiwano cyfry szesnastkowej"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "brak znaku < w referencji symbolicznej"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "niezakończona referencja symboliczna"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "referencja symboliczna o zerowej długości"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "oczekiwano cyfry"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "niewłaściwa referencja symboliczna"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "pominięto końcowe '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "nieznana sekwencja wyjścia"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Błąd podczas analizy tekstu \"%s\" przy znaku %lu: %s"
@@ -681,17 +895,17 @@
 msgid "Failed to read data from child process"
 msgstr "Nie można odczytać danych z procesu potomnego"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Nie można utworzyć potoku do komunikacji z procesem potomnym (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Nie można odczytać danych z potoku łączącego z procesem potomnym (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Nie można zmienić katalogu na \"%s\" (%s)"
@@ -740,44 +954,44 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Nie można odczytać danych z procesu potomnego (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Nieoczekiwany błąd w funkcji select() przy odczytywaniu danych z procesu "
 "potomnego (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Nieoczekiwany błąd w funkcji waitpit() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Nie można utworzyć procesu (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Nie można wykonać procesu potomnego \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Nie można przekierować wejścia lub wyjścia procesu potomnego (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Nie można utworzyć procesu potomnego (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Przy wykonywaniu procesu potomnego \"%s\" wystąpił nieznany błąd"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -800,82 +1014,82 @@
 msgid "Character out of range for UTF-16"
 msgstr "Znak jest poza zakresem dopuszczalnym dla UTF-8"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Użycie:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPCJA...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Opcje pomocy:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Wyświetlenie opcji pomocy"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Wyświetlenie wszystkich opcji pomocy"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Opcje aplikacji:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Nie można przetworzyć wartości liczbowej \"%s\" dla %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Wartość liczbowa \"%s\" dla %s jest z poza dopuszczalnego zakresu"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Nie można przetworzyć podwójnej wartości liczbowej \"%s\" dla %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 "Podwójna wartość liczbowa \"%s\" dla %s jest z poza dopuszczalnego zakresu"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Błąd podczas przetwarzania opcji %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Brakujący parametr dla %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Nieznana opcja %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Nie można odnaleźć poprawnego pliku klucza w katalogach danych"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "To nie jest zwykły plik"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Plik jest pusty"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -883,53 +1097,53 @@
 "Plik klucza zawiera linię \"%s\", która nie jest parą klucz-wartość, grupą "
 "lub komentarzem"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Niepoprawna nazwa grupy: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Plik klucza nie rozpoczyna się od grupy"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Niepoprawna nazwa klucza: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Plik klucza zawiera nieobsługiwane kodowanie \"%s\""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Plik klucza nie zawiera grupy \"%s\""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Plik klucza nie zawiera klucza \"%s\""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Plik klucza zawiera klucz \"%s\" o wartości \"%s\", która nie jest zapisana "
 "w UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Plik klucza zawiera klucz \"%s\", który ma wartość niemożliwą do "
 "zinterpretowania."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -938,37 +1152,588 @@
 "Plik klucza zawiera klucz \"%s\" w grupie \"%s\", który ma wartość "
 "niemożliwą do zinterpretowania."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Plik klucza nie zawiera klucza \"%s\" w grupie \"%s\""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Plik klucza zawiera znak sterujący na końcu linii"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Plik klucza zawiera niepoprawną sekwencję sterującą \"%s\""
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Nie można zinterpretować \"%s\" jako wartości liczbowej."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Wartość liczbowa \"%s\" jest z poza dopuszczalnego zakresu"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Nie można zinterpretować \"%s\" jako wartości zmiennoprzecinkowej."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Nie można zinterpretować \"%s\" jako wartości logicznej."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "nieznany błąd"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Dowiązania symboliczne nie są obsługiwane"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Dowiązania symboliczne nie są obsługiwane"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Niepoprawna nazwa klucza: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Niepoprawna nazwa komputera"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Nie można utworzyć pliku \"%s\": %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Nie można utworzyć pliku \"%s\": %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Nie można utworzyć pliku \"%s\": %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Błąd podczas przetwarzania opcji %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutu"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Wystąpił błąd przy otwieraniu katalogu \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Błąd podczas konwersji: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Błąd podczas konwersji: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Błąd w wierszu %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Dowiązania symboliczne nie są obsługiwane"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Błąd podczas przetwarzania opcji %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Błąd podczas przetwarzania opcji %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "To nie jest zwykły plik"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Błąd w wierszu %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Błąd podczas przetwarzania opcji %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Błąd podczas przetwarzania opcji %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Dowiązania symboliczne nie są obsługiwane"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPCJA...]"
diff --git a/po/pt.po b/po/pt.po
index 003d6bf..babf92c 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: 2.20\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-08-19 23:40+0000\n"
 "Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
 "Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
@@ -89,71 +89,71 @@
 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:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Conversão do conjunto de caracteres '%s' para '%s' não é suportada"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Incapaz de abrir conversor de '%s' para '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Sequência de bytes inválida na origem da conversão"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Erro durante a conversão: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Sequência de caracteres parcial no final da origem"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Incapaz de converter recurso '%s' para conjunto de caracteres '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "O URI '%s' é inválido"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, 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:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "O URI '%s' contém caracteres incorrectamente mascarados"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, 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:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Nome de máquina inválido"
@@ -233,38 +233,60 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Modelo '%s' não contém XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Falha ao ler o atalho '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Atalhos não são suportados"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Incapaz de abrir conversor de '%s' para '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Dados residuais não convertidos no buffer de leitura"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Canal termina num caracter parcial"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -280,24 +302,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Falha ao mapear o ficheiro '%s': falha no mmap(): %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Erro na linha %d caracter %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Erro na linha %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Detectada entidade vazia '&;'; entidades válidas são: &amp; &quot; &lt; &gt; "
 "&apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -308,17 +330,17 @@
 "inicia uma entidade; se este 'i comercial' não é suposto ser uma entidade, "
 "mascare-o como &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Caracter '%s' não é válido dentro do nome de uma entidade"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Nome de entidade '%s' desconhecido"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -327,7 +349,7 @@
 "caracter 'i comercial' sem intenção de iniciar uma entidade - mascare-o como "
 "&amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -336,16 +358,16 @@
 "Falha ao parsear '%-.*s', que deveria ser um dígito dentro de uma referência "
 "de caracter (&#234; por exemplo) - talvez o dígito seja demasiado grande"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Referência de caracter '%-.*s' não codifica um caracter permitido"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Referência de caracter vazia; deverá incluir um dígito tal como &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -355,32 +377,32 @@
 "utilizado um caracter 'i comercial' sem intenção de iniciar uma entidade - "
 "mascare-o como &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Referência de entidade por terminar"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Referência de caracter por terminar"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Texto codificado UTF-8 inválido - sequência demasiado extensa"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Texto codificado UTF-8 inválido - não é um caracter inicial"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Texto codificado UTF-8 inválido - '%s' inválido"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Documento tem de começar com um elemento (ex. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -389,7 +411,7 @@
 "'%s' não é um caracter válido após um caracter '<'; não pode iniciar um nome "
 "de elemento"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -398,7 +420,7 @@
 "Caracter estranho '%s', era esperado um caracter '>' para terminar a "
 "etiqueta inicial do elemento '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -406,7 +428,7 @@
 "Caracter estranho '%s', era esperado um '=' após o nome do atributo '%s' do "
 "elemento '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -417,7 +439,7 @@
 "etiqueta inicial do elemento '%s', ou opcionalmente um atributo; talvez "
 "tenha sido utilizado um caracter inválido no nome de um atributo"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -426,7 +448,7 @@
 "Caracter estranho '%s', era esperada uma abertura de aspa após o sinal de "
 "igual ao atribuir valor ao atributo '%s' do elemento '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -435,7 +457,7 @@
 "'%s' não é um caracter válido após os caracteres '</'; '%s' não pode iniciar "
 "o nome de um elemento"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -444,25 +466,25 @@
 "'%s' não é um caracter válido após o nome do elemento de fecho '%s'; o "
 "caracter permitido é '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Elemento '%s' foi fechado, nenhum elemento está actualmente aberto"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Elemento '%s' foi fechado, mas o elemento actualmente aberto é '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Documento estava vazio ou apenas continha espaços"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Documento terminou inesperadamente logo após um caracter menor que '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -471,7 +493,7 @@
 "Documento terminou inesperadamente com elementos ainda abertos - '%s' foi o "
 "último elemento aberto"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -480,21 +502,21 @@
 "Documento terminou inesperadamente, era esperado um maior que '>' para "
 "terminar a etiqueta <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Documento terminou inesperadamente dentro do nome de um elemento"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Documento terminou inesperadamente dentro do nome de um atributo"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 "Documento terminou inesperadamente dentro da etiqueta de abertura de um "
 "elemento."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -502,18 +524,18 @@
 "Documento terminou inesperadamente após o sinal de igual posterior a um nome "
 "de atributo; nenhum valor de atributo"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Documento terminou inesperadamente dentro do valor de um atributo"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Documento terminou inesperadamente dentro da etiqueta de fecho do elemento '%"
 "s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Documento terminou inesperadamente dentro de um comentário ou instrução de "
@@ -565,66 +587,257 @@
 msgid "unknown error"
 msgstr "erro desconhecido"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Canal termina num caracter parcial"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Sequência de bytes inválida na origem da conversão"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Referência de caracter por terminar"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Referência de caracter por terminar"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Referência de caracter por terminar"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Atalhos não são suportados"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Erro ao comparar a expressão regular %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "biblioteca PCRE está compilada sem suporte UTF8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "biblioteca PCRE está compilada sem suporte para propriedades UTF8"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Erro ao compilar a expressão regular %s no caracter %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Erro ao optimizar a expressão regular %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "esperado um dígito hexadecimal ou '}'"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "esperado um dígito hexadecimal"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "falta '<' na referência simbólica"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "referência simbólica por terminar"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "referência simbólica de tamanho zero"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "esperado um dígito"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "referência simbólica ilegal"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "'\\' final a mais"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "sequência de escape desconhecida"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Erro ao parsear o texto de substituição \"%s\" no caracter %lu: %s"
@@ -661,17 +874,17 @@
 msgid "Failed to read data from child process"
 msgstr "Falha ao ler dados de processo filho"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Falha ao criar canal para comunicar com processo filho (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Falha ao ler de canal filho (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Falha ao ir para directório '%s' (%s)"
@@ -720,42 +933,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Falha ao ler dados de processo filho (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Erro inesperado no select() ao ler dados de processo filho (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Erro inesperado em waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Falha ao efectuar fork (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Falha ao executar o processo filho \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Falha ao redireccionar saída ou entrada de processo filho (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Falha ao efectuar fork de processo filho (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Erro desconhecido ao executar processo filho \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Incapaz de ler dados suficientes de canal pid do filho (%s)"
@@ -776,82 +989,82 @@
 msgid "Character out of range for UTF-16"
 msgstr "Caracter fora do limite para UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Utilização:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPÇÃO...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Opções de Ajuda:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Apresentar as opções de ajuda"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Apresentar todas as opções de ajuda"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Opções da Aplicação:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Incapaz de parsear o valor inteiro '%s' para %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Valor inteiro '%s' para %s para lá do limite permitido"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Incapaz de parsear o valor double '%s' para %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Valor double '%s' para %s para lá do limite permitido"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Erro ao parsear a opção %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Argumento em falta para %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Opção %s desconhecida"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 "Incapaz de encontrar um ficheiro de chave válido nos directórios procurados"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Não é um ficheiro comum"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Ficheiro está vazio"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -859,49 +1072,49 @@
 "O ficheiro de chave contém a linha '%s' que não é um par chave-valor, grupo "
 "ou comentário"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Nome de grupo inválido: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Ficheiro de chave não começa com um grupo"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Nome de chave inválida: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Ficheiro de chave contém uma codificação não suportada '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Ficheiro de chave não possui um grupo '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Ficheiro de chave não contém a chave '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Ficheiro de chave contém a chave '%s' com o valor '%s' que não é UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "Ficheiro de chave contém a chave '%s' cujo valor não é interpretável."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -910,43 +1123,594 @@
 "Ficheiro de chave contém a chave '%s' no grupo '%s' cujo valor não é "
 "interpretável."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Ficheiro de chave não possui a chave '%s' no grupo '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Ficheiro de chave contém caracteres escapados no final da linha"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr ""
 "Ficheiro de chave contém uma sequência de caracteres escapados inválida '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Incapaz de interpretar o valor '%s' como um numérico."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Valor inteiro '%s' para além do limite permitido"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 "Incapaz de interpretar o valor '%s' como um número de vírgula flutuante."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Incapaz de interpretar o valor '%s' como uma boleana."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "erro desconhecido"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Atalhos não são suportados"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Atalhos não são suportados"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Nome de chave inválida: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Nome de máquina inválido"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Falha ao criar o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Falha ao criar o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Falha ao criar o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Erro ao parsear a opção %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Documento terminou inesperadamente dentro do nome de um atributo"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Erro ao abrir o directório '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Erro durante a conversão: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Erro durante a conversão: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Erro na linha %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Atalhos não são suportados"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Erro ao parsear a opção %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Erro ao parsear a opção %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Não é um ficheiro comum"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Erro ao ler o ficheiro '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Erro na linha %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Erro ao parsear a opção %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Erro ao parsear a opção %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Atalhos não são suportados"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPÇÃO...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Incapaz de alterar o modo do ficheiro: falha no fork(): %s"
 
diff --git a/po/pt_BR.po b/po/pt_BR.po
index afe6a0c..4ff09d3 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-07 23:15-0200\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-12-07 23:26-0200\n"
 "Last-Translator: Vladimir Melo <vladimirmelo@foresightlinux.org>\n"
 "Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
@@ -18,281 +18,311 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Language: Portuguese\n"
 
-#: ../glib/gbookmarkfile.c:705 ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861 ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
 #, c-format
 msgid "Unexpected attribute '%s' for element '%s'"
 msgstr "Atributo \"%s\" inesperado para elemento \"%s\""
 
-#: ../glib/gbookmarkfile.c:716 ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803 ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
 #, c-format
 msgid "Attribute '%s' of element '%s' not found"
 msgstr "Não foi encontrado atributo \"%s\" do elemento \"%s\""
 
-#: ../glib/gbookmarkfile.c:1092 ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221 ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
 #, c-format
 msgid "Unexpected tag '%s', tag '%s' expected"
 msgstr "Tag \"%s\" inesperada; tag \"%s\" esperada"
 
-#: ../glib/gbookmarkfile.c:1117 ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199 ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
 #, c-format
 msgid "Unexpected tag '%s' inside '%s'"
 msgstr "Tag \"%s\" inesperada dentro de \"%s\""
 
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
+#, c-format
 msgid "No valid bookmark file found in data dirs"
 msgstr ""
 "Não foi encontrado arquivo de marcadores válido nos diretórios de dados"
 
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
 #, c-format
 msgid "A bookmark for URI '%s' already exists"
 msgstr "Já existe um marcador para o URI \"%s\""
 
-#: ../glib/gbookmarkfile.c:2028 ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270 ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435 ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596 ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717 ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940 ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206 ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460 ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
 #, c-format
 msgid "No bookmark found for URI '%s'"
 msgstr "Não foi encontrado marcador para o URI \"%s\""
 
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
 #, c-format
 msgid "No MIME type defined in the bookmark for URI '%s'"
 msgstr "Não foi definido tipo MIME no marcador para o URI \"%s\""
 
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
 #, c-format
 msgid "No private flag has been defined in bookmark for URI '%s'"
 msgstr "Não foi definido sinal de particular no marcador para o URI \"%s\""
 
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
 #, c-format
 msgid "No groups set in bookmark for URI '%s'"
 msgstr "Não há grupos definidos no marcador para o URI \"%s\""
 
-#: ../glib/gbookmarkfile.c:3224 ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
 #, c-format
 msgid "No application with name '%s' registered a bookmark for '%s'"
 msgstr "Nenhuma aplicação chamada \"%s\" registrou um marcador para \"%s\""
 
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
 #, c-format
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Falha em expandir linha de execução \"%s\" com URI \"%s\""
 
-#: ../glib/gconvert.c:424 ../glib/gconvert.c:502 ../glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Conversão do conjunto de caracteres \"%s\" para \"%s\" não é suportada"
 
-#: ../glib/gconvert.c:428 ../glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Não foi possível abrir conversor de \"%s\" para \"%s\""
 
-#: ../glib/gconvert.c:625 ../glib/gconvert.c:1010 ../glib/giochannel.c:1320
-#: ../glib/giochannel.c:1362 ../glib/giochannel.c:2204 ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
+#: glib/gutf8.c:1399
+#, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Sequência de bytes inválida na entrada de conversão"
 
-#: ../glib/gconvert.c:631 ../glib/gconvert.c:937 ../glib/giochannel.c:1327
-#: ../glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Erro durante a conversão: %s"
 
-#: ../glib/gconvert.c:662 ../glib/gutf8.c:946 ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291 ../glib/gutf8.c:1395
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
+#, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Sequência de caracteres parcial no final da entrada"
 
-#: ../glib/gconvert.c:912
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr ""
 "Não foi possível converter a seqüência \"%s\" para conjunto caracteres \"%s\""
 
-#: ../glib/gconvert.c:1726
+#: glib/gconvert.c:1733
 #, 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:1736
+#: glib/gconvert.c:1743
 #, 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:1753
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "O URI \"%s\" é inválido"
 
-#: ../glib/gconvert.c:1765
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "O nome de servidor do URI \"%s\" é inválido"
 
-#: ../glib/gconvert.c:1781
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "O URI \"%s\" contém caracteres com escape inválido"
 
-#: ../glib/gconvert.c:1876
+#: glib/gconvert.c:1883
 #, 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:1886
+#: glib/gconvert.c:1893
+#, c-format
 msgid "Invalid hostname"
 msgstr "Nome de servidor inválido"
 
-#: ../glib/gdir.c:104 ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
 #, c-format
 msgid "Error opening directory '%s': %s"
 msgstr "Erro ao abrir o diretório \"%s\": %s"
 
-#: ../glib/gfileutils.c:557 ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
 #, c-format
 msgid "Could not allocate %lu bytes to read file \"%s\""
 msgstr "Não foi possível alocar %lu bytes para ler arquivo \"%s\""
 
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
 #, c-format
 msgid "Error reading file '%s': %s"
 msgstr "Erro ao ler arquivo \"%s\": %s"
 
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
 #, c-format
 msgid "Failed to read from file '%s': %s"
 msgstr "Falha ao ler do arquivo \"%s\": %s"
 
-#: ../glib/gfileutils.c:705 ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "Falha ao abrir arquivo \"%s\": %s"
 
-#: ../glib/gfileutils.c:722 ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
 #, c-format
 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
 msgstr "Falha ao obter atributos do arquivo \"%s\": fstat() falhou: %s"
 
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
 #, c-format
 msgid "Failed to open file '%s': fdopen() failed: %s"
 msgstr "Falha ao abrir arquivo \"%s\": fdopen() falhou: %s"
 
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
 #, c-format
 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
 msgstr "Falha ao renomear arquivo \"%s\" para \"%s\": g_rename() falhou: %s"
 
-#: ../glib/gfileutils.c:932 ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
 #, c-format
 msgid "Failed to create file '%s': %s"
 msgstr "Falha ao criar arquivo \"%s\": %s"
 
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
 #, c-format
 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
 msgstr "Falha ao abrir arquivo \"%s\" para escrita: fdopen() falhou: %s"
 
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
 #, c-format
 msgid "Failed to write file '%s': fwrite() failed: %s"
 msgstr "Falha ao escrever no arquivo \"%s\": fwrite() falhou: %s"
 
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
 #, c-format
 msgid "Failed to close file '%s': fclose() failed: %s"
 msgstr "Falha ao fechar arquivo \"%s\": fclose() falhou: %s"
 
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
 #, c-format
 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
 msgstr "O arquivo \"%s\" não pôde ser removido: g_unlink() falhou: %s"
 
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
 #, c-format
 msgid "Template '%s' invalid, should not contain a '%s'"
 msgstr "Modelo \"%s\" inválido, não deveria conter um \"%s\""
 
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
 #, c-format
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Modelo \"%s\" não contém XXXXXX"
 
-#: ../glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Falha ao ler vínculo simbólico \"%s\": %s"
 
-#: ../glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
+#, c-format
 msgid "Symbolic links not supported"
 msgstr "Vínculos simbólicos não são suportados"
 
-#: ../glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Não foi possível abrir conversor de \"%s\" para \"%s\": %s"
 
-#: ../glib/giochannel.c:1497
+#: glib/giochannel.c:1507
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "Não foi possível fazer uma leitura em bruto em g_io_channel_read_line_string"
 
-#: ../glib/giochannel.c:1544 ../glib/giochannel.c:1801
-#: ../glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
+#, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Dados residuais não convertidos no buffer de leitura"
 
-#: ../glib/giochannel.c:1624 ../glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
+#, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Canal termina num caractere parcial"
 
-#: ../glib/giochannel.c:1687
+#: glib/giochannel.c:1697
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
 "Não foi possível fazer uma leitura em bruto de g_io_channel_read_to_end"
 
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
 #, c-format
 msgid "Failed to open file '%s': open() failed: %s"
 msgstr "Falha ao abrir arquivo \"%s\": open() falhou: %s"
 
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
 #, c-format
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Falha ao mapear arquivo \"%s\": mmap() falhou: %s"
 
-#: ../glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Erro na linha %d car %d: %s"
 
-#: ../glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Erro na linha %d: %s"
 
-#: ../glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Entidade \"&;\" vazia vista; as entidades válidas são: &amp; &quot; &lt; "
 "&gt; &apos;"
 
-#: ../glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -303,17 +333,17 @@
 "inicia uma entidade; se este \"e\" comercial não é suposto ser uma entidade, "
 "escape-o como &amp;"
 
-#: ../glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Caractere \"%s\" não é válido dentro de um nome de entidade"
 
-#: ../glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Nome de entidade \"%s\" não é conhecido"
 
-#: ../glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -321,7 +351,7 @@
 "Entidade não termina com um ponto e vírgula; provavelmente você utilizou um "
 "\"e\" comercial sem desejar iniciar uma entidade - mascare-o com &amp;"
 
-#: ../glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -331,17 +361,17 @@
 "referência de caractere (&#234; por exemplo) - talvez o dígito seja grande "
 "demais"
 
-#: ../glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Referência de caractere \"%-.*s\" não codifica um caractere permitido"
 
-#: ../glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 "Referência de caractere vazia; deveria incluir um dígito tal como &#454;"
 
-#: ../glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -351,32 +381,32 @@
 "utilizou um caractere \"e\" comercial sem desejar iniciar uma entidade - "
 "mascare-o com &amp;"
 
-#: ../glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Referência de entidade inacabada"
 
-#: ../glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Referência de caractere inacabada"
 
-#: ../glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Texto codificado em UTF-8 inválido - seqüência muito extensa"
 
-#: ../glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Texto codificado em UTF-8 inválido - não é um caractere inicial"
 
-#: ../glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Texto codificado em UTF-8 inválido - '%s' não válido"
 
-#: ../glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Documento tem de começar com um elemento (ex. <book>)"
 
-#: ../glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -385,7 +415,7 @@
 "\"%s\" não é um caractere válido após um caractere \"<\"; não poderá começar "
 "um nome de elemento"
 
-#: ../glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -394,7 +424,7 @@
 "Caractere estranho \"%s\", esperava-se um caractere \">\" para terminar a "
 "tag inicial do elemento \"%s\""
 
-#: ../glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -402,7 +432,7 @@
 "Caractere estranho \"%s\", esperava-se um \"=\" após o nome do atributo \"%s"
 "\" do elemento \"%s\""
 
-#: ../glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -413,7 +443,7 @@
 "terminar a tag inicial do elemento \"%s\", ou opcionalmente um atributo; "
 "talvez tenha utilizado um caractere inválido no nome de atributo"
 
-#: ../glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -422,7 +452,7 @@
 "Caractere estranho \"%s\", esperava-se uma aspa aberta após o sinal de igual "
 "ao atribuir o valor ao atributo \"%s\" do elemento \"%s\""
 
-#: ../glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -431,7 +461,7 @@
 "\"%s\" não é um caractere válido após os caracteres \"</\"; \"%s\" não "
 "poderá começar o nome de um elemento"
 
-#: ../glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -440,25 +470,25 @@
 "\"%s\" não é um caractere válido após o nome do elemento de fecho \"%s\"; o "
 "caractere permitido é \">\""
 
-#: ../glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Elemento \"%s\" foi fechado, nenhum elemento está atualmente aberto"
 
-#: ../glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Elemento \"%s\" foi fechado, mas o elemento atualmente aberto é \"%s\""
 
-#: ../glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Documento estava vazio ou apenas continha espaços"
 
-#: ../glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Documento terminou inesperadamente logo após um menor que \"<\""
 
-#: ../glib/gmarkup.c:1777 ../glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -467,7 +497,7 @@
 "Documento terminou inesperadamente com elementos ainda abertos - \"%s\" foi "
 "o último elemento aberto"
 
-#: ../glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -476,20 +506,20 @@
 "Documento terminou inesperadamente, esperava-se ver um maior que \">\" a "
 "terminar a tag <%s/>"
 
-#: ../glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Documento terminou inesperadamente dentro de um nome de elemento"
 
-#: ../glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Documento terminou inesperadamente dentro de um nome de atributo"
 
-#: ../glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 "Documento terminou inesperadamente dentro de uma tag de abertura de elemento."
 
-#: ../glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -497,386 +527,399 @@
 "Documento terminou inesperadamente após o sinal de igual que se seguiu a um "
 "nome de atributo; nenhum valor de atributo"
 
-#: ../glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Documento terminou inesperadamente dentro de um valor de atributo"
 
-#: ../glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Documento terminou inesperadamente dentro da tag de fechamento do elemento "
 "\"%s\""
 
-#: ../glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Documento terminou inesperadamente dentro de um comentário ou instrução de "
 "processamento"
 
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
 msgid "corrupted object"
 msgstr "objeto corrompido"
 
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
 msgid "internal error or corrupted object"
 msgstr "erro interno ou objeto corrompido"
 
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
 msgid "out of memory"
 msgstr "memória insuficiente"
 
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
 msgid "backtracking limit reached"
 msgstr "limite de backtracking alcançado"
 
-#: ../glib/gregex.c:152 ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
 msgid "the pattern contains items not supported for partial matching"
 msgstr "o padrão contém intens sem suporte para correspondência parcial"
 
-#: ../glib/gregex.c:154
+#: glib/gregex.c:154
 msgid "internal error"
 msgstr "erro interno"
 
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
 msgid "back references as conditions are not supported for partial matching"
 msgstr "sem suporte a retrovisores como condição para correspondência parcial"
 
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
 msgid "recursion limit reached"
 msgstr "limite de recursão alcançado"
 
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
 msgid "workspace limit for empty substrings reached"
 msgstr "limite de espaço de trabalho para substrings vazias alcançado"
 
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
 msgid "invalid combination of newline flags"
 msgstr "combinação inválida de sinalizador de nova linha"
 
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
 msgid "unknown error"
 msgstr "erro desconhecido"
 
-#: ../glib/gregex.c:189
+#: glib/gregex.c:199
 msgid "\\ at end of pattern"
 msgstr "\\ no fim do padrão"
 
-#: ../glib/gregex.c:191
+#: glib/gregex.c:202
 msgid "\\c at end of pattern"
 msgstr "\\c no fim do padrão"
 
-#: ../glib/gregex.c:193
+#: glib/gregex.c:205
 msgid "unrecognized character follows \\"
 msgstr "caractere não reconhecido segue \\"
 
-#: ../glib/gregex.c:195
-msgid "case changing escapes are not allowed here"
+#: glib/gregex.c:212
+#, fuzzy
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
 msgstr "escapes de alteração de maiusculização não são permitidos aqui"
 
-#: ../glib/gregex.c:197
+#: glib/gregex.c:215
 msgid "numbers out of order in {} quantifier"
 msgstr "números fora de ordem no quantificador {}"
 
-#: ../glib/gregex.c:199
+#: glib/gregex.c:218
 msgid "number too big in {} quantifier"
 msgstr "número grande demais no quantificador {}"
 
-#: ../glib/gregex.c:201
+#: glib/gregex.c:221
 msgid "missing terminating ] for character class"
 msgstr "terminação ] em falta para classe de caracteres"
 
-#: ../glib/gregex.c:203
+#: glib/gregex.c:224
 msgid "invalid escape sequence in character class"
 msgstr "seqüência de escape inválida na classe de caracteres"
 
-#: ../glib/gregex.c:205
+#: glib/gregex.c:227
 msgid "range out of order in character class"
 msgstr "intervalo fora de ordem na classe de caracteres"
 
-#: ../glib/gregex.c:207
+#: glib/gregex.c:230
 msgid "nothing to repeat"
 msgstr "nada a repetir"
 
-#: ../glib/gregex.c:209
+#: glib/gregex.c:233
 msgid "unrecognized character after (?"
 msgstr "caractere não reconhecido após (?"
 
-#: ../glib/gregex.c:211
+#: glib/gregex.c:237
 msgid "unrecognized character after (?<"
 msgstr "caractere não reconhecido após (?<"
 
-#: ../glib/gregex.c:213
+#: glib/gregex.c:241
 msgid "unrecognized character after (?P"
 msgstr "caractere não reconhecido após (?P"
 
-#: ../glib/gregex.c:215
+#: glib/gregex.c:244
 msgid "POSIX named classes are supported only within a class"
 msgstr "classes nomeadas POSIX têm suporte apenas dentro de uma classe"
 
-#: ../glib/gregex.c:217
+#: glib/gregex.c:247
+#, fuzzy
+msgid "missing terminating )"
+msgstr "terminação em falta no nome do subpadrão"
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
 msgid "(?R or (?[+-]digits must be followed by )"
 msgstr "dígitos (?R ou (?[+-] devem ser seguidos por )"
 
-#: ../glib/gregex.c:219
+#: glib/gregex.c:258
 msgid "reference to non-existent subpattern"
 msgstr "referência a subpadrão não existente"
 
-#: ../glib/gregex.c:221
+#: glib/gregex.c:261
 msgid "missing ) after comment"
 msgstr ") em falta após o comentário"
 
-#: ../glib/gregex.c:223
+#: glib/gregex.c:264
 msgid "regular expression too large"
 msgstr "expressão regular grande demais"
 
-#: ../glib/gregex.c:225
+#: glib/gregex.c:267
 msgid "failed to get memory"
 msgstr "falha ao obter memória"
 
-#: ../glib/gregex.c:227
+#: glib/gregex.c:270
 msgid "lookbehind assertion is not fixed length"
 msgstr "declaração lookbehind não é de largura fixa"
 
-#: ../glib/gregex.c:229
+#: glib/gregex.c:273
 msgid "malformed number or name after (?("
 msgstr "número mal formado ou nome após (?("
 
-#: ../glib/gregex.c:231
+#: glib/gregex.c:276
 msgid "conditional group contains more than two branches"
 msgstr "grupo condicional contém mais que duas ramificações"
 
-#: ../glib/gregex.c:233
+#: glib/gregex.c:279
 msgid "assertion expected after (?("
 msgstr "esperava-se declaração após (?("
 
-#: ../glib/gregex.c:235
+#: glib/gregex.c:282
 msgid "unknown POSIX class name"
 msgstr "nome de classe POSIX desconhecido"
 
-#: ../glib/gregex.c:237
+#: glib/gregex.c:285
 msgid "POSIX collating elements are not supported"
 msgstr "elementos de arranjo POSIX sem suporte"
 
-#: ../glib/gregex.c:239
+#: glib/gregex.c:288
 msgid "character value in \\x{...} sequence is too large"
 msgstr "valor de caractere na seqüência \\x{...} é grande demais"
 
-#: ../glib/gregex.c:241
+#: glib/gregex.c:291
 msgid "invalid condition (?(0)"
 msgstr "condição inválida (?(0)"
 
-#: ../glib/gregex.c:243
+#: glib/gregex.c:294
 msgid "\\C not allowed in lookbehind assertion"
 msgstr "\\C não permitido na declaração lookbehind"
 
-#: ../glib/gregex.c:245
+#: glib/gregex.c:297
 msgid "recursive call could loop indefinitely"
 msgstr "chamada recursiva pode causar uma repetição indefinidamente"
 
-#: ../glib/gregex.c:247
+#: glib/gregex.c:300
 msgid "missing terminator in subpattern name"
 msgstr "terminação em falta no nome do subpadrão"
 
-#: ../glib/gregex.c:249
+#: glib/gregex.c:303
 msgid "two named subpatterns have the same name"
 msgstr "dois subpadrões nomeados têm o mesmo nome"
 
-#: ../glib/gregex.c:251
+#: glib/gregex.c:306
 msgid "malformed \\P or \\p sequence"
 msgstr "seqüência \\P ou \\p mal formada"
 
-#: ../glib/gregex.c:253
+#: glib/gregex.c:309
 msgid "unknown property name after \\P or \\p"
 msgstr "nome de propriedade desconhecido após \\P ou \\p"
 
-#: ../glib/gregex.c:255
+#: glib/gregex.c:312
 msgid "subpattern name is too long (maximum 32 characters)"
 msgstr "nome de subpadrão é grande demais (máximo 32 caracteres)"
 
-#: ../glib/gregex.c:257
+#: glib/gregex.c:315
 msgid "too many named subpatterns (maximum 10,000)"
 msgstr "excesso de subpadrões nomeados (máximo 10.000)"
 
-#: ../glib/gregex.c:259
+#: glib/gregex.c:318
 msgid "octal value is greater than \\377"
 msgstr "valor octal é maior que \\377"
 
-#: ../glib/gregex.c:261
+#: glib/gregex.c:321
 msgid "DEFINE group contains more than one branch"
 msgstr "O grupo DEFINE contém mais que uma ramificação"
 
-#: ../glib/gregex.c:263
+#: glib/gregex.c:324
 msgid "repeating a DEFINE group is not allowed"
 msgstr "repetição de um grupo DEFINE não é permitida"
 
-#: ../glib/gregex.c:265
+#: glib/gregex.c:327
 msgid "inconsistent NEWLINE options"
 msgstr "opções do NEWLINE inconsistentes"
 
-#: ../glib/gregex.c:267
+#: glib/gregex.c:330
 msgid ""
 "\\g is not followed by a braced name or an optionally braced non-zero number"
 msgstr ""
 "\\g não é seguido por um nome entre chaves ou um número diferente de zero "
 "opcionalmente entre chaves"
 
-#: ../glib/gregex.c:270
+#: glib/gregex.c:335
 msgid "unexpected repeat"
 msgstr "repetição inesperada"
 
-#: ../glib/gregex.c:272
+#: glib/gregex.c:339
 msgid "code overflow"
 msgstr "estouro de código"
 
-#: ../glib/gregex.c:274
+#: glib/gregex.c:343
 msgid "overran compiling workspace"
 msgstr "espaço de trabalho de compilação invadido"
 
-#: ../glib/gregex.c:276
+#: glib/gregex.c:347
 msgid "previously-checked referenced subpattern not found"
 msgstr "subpadrão de referência verificado anteriormente não encontrado"
 
-#: ../glib/gregex.c:439 ../glib/gregex.c:1491
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Erro ao coincidir expressão regular %s: %s"
 
-#: ../glib/gregex.c:995
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "Biblioteca PCRE compilada sem suporte a UTF-8"
 
-#: ../glib/gregex.c:1004
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "Biblioteca PCRE compilada sem suporte a propriedades UTF-8"
 
-#: ../glib/gregex.c:1059
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Erro ao compilar expressão regular %s no caractere %d: %s"
 
-#: ../glib/gregex.c:1095
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Ero ao otimizar expressão regular %s: %s"
 
-#: ../glib/gregex.c:1919
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "esperava-se dígito hexadecimal ou \"}\""
 
-#: ../glib/gregex.c:1935
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "esperava-se dígito hexadecimal"
 
-#: ../glib/gregex.c:1975
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "\"<\" em falta na referência simbólica"
 
-#: ../glib/gregex.c:1984
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "referência simbólica inacabada"
 
-#: ../glib/gregex.c:1991
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "referência simbólica de comprimento zero"
 
-#: ../glib/gregex.c:2002
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "esperava-se dígito"
 
-#: ../glib/gregex.c:2020
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "referência simbólica ilegal"
 
-#: ../glib/gregex.c:2082
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "\"\\\" final sem isolado"
 
-#: ../glib/gregex.c:2086
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "seqüência de escape desconhecida"
 
-#: ../glib/gregex.c:2096
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Erro ao analisar texto de substituição \"%s\" no caractere %lu: %s"
 
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
+#, c-format
 msgid "Quoted text doesn't begin with a quotation mark"
 msgstr "Texto citado não começa com uma aspa"
 
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
+#, c-format
 msgid "Unmatched quotation mark in command line or other shell-quoted text"
 msgstr "Aspa sem par na linha de comando ou outro texto de consola citado"
 
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
 #, c-format
 msgid "Text ended just after a '\\' character. (The text was '%s')"
 msgstr "Texto terminou logo após um caractere \"\\\". (O texto era \"%s\")"
 
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
 #, c-format
 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
 msgstr ""
 "Texto terminou antes da aspa equivalente ter sido encontrada para %c. (texto "
 "era \"%s\")"
 
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
+#, c-format
 msgid "Text was empty (or contained only whitespace)"
 msgstr "Texto estava vazio (ou apenas continha espaços)"
 
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
+#, c-format
 msgid "Failed to read data from child process"
 msgstr "Falha ao ler dados de processo filho"
 
-#: ../glib/gspawn-win32.c:287 ../glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Falha ao criar canal para comunicar com processo filho (%s)"
 
-#: ../glib/gspawn-win32.c:325 ../glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Falha ao ler de canal filho (%s)"
 
-#: ../glib/gspawn-win32.c:351 ../glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Falha ao ir para diretório \"%s\" (%s)"
 
-#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
 #, c-format
 msgid "Failed to execute child process (%s)"
 msgstr "Falha ao executar processo filho (%s)"
 
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
 #, c-format
 msgid "Invalid program name: %s"
 msgstr "Nome de programa inválido: %s"
 
-#: ../glib/gspawn-win32.c:438 ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
 #, c-format
 msgid "Invalid string in argument vector at %d: %s"
 msgstr "String inválida no vetor de argumentos em %d: %s"
 
-#: ../glib/gspawn-win32.c:449 ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
 #, c-format
 msgid "Invalid string in environment: %s"
 msgstr "String inválida no ambiente: %s"
 
-#: ../glib/gspawn-win32.c:674 ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
 #, c-format
 msgid "Invalid working directory: %s"
 msgstr "Diretório de trabalho inválido: %s"
 
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
 #, c-format
 msgid "Failed to execute helper program (%s)"
 msgstr "Falha ao executar programa auxiliar (%s)"
 
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
+#, c-format
 msgid ""
 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
 "process"
@@ -884,138 +927,144 @@
 "Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo "
 "filho"
 
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
 #, c-format
 msgid "Failed to read data from child process (%s)"
 msgstr "Falha ao ler dados de processo filho (%s)"
 
-#: ../glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Erro inesperado no select() ao ler dados de processo filho (%s)"
 
-#: ../glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Erro inesperado em waitpid() (%s)"
 
-#: ../glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Falha no fork (%s)"
 
-#: ../glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Falha ao executar processo filho \"%s\" (%s)"
 
-#: ../glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Falha ao redireccionar saida ou entrada do processo filho (%s)"
 
-#: ../glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Falha no fork de processo filho (%s)"
 
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Erro desconhecido ao executar processo filho \"%s\""
 
-#: ../glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Falha ao ler dados suficientes de canal pid do filho (%s)"
 
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
+#, c-format
 msgid "Character out of range for UTF-8"
 msgstr "Caractere fora do limite para UTF-8"
 
-#: ../glib/gutf8.c:1118 ../glib/gutf8.c:1127 ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268 ../glib/gutf8.c:1409 ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
+#, c-format
 msgid "Invalid sequence in conversion input"
 msgstr "Sequência inválida na conversão da entrada"
 
-#: ../glib/gutf8.c:1420 ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
+#, c-format
 msgid "Character out of range for UTF-16"
 msgstr "Caractere fora do limite para UTF-16"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Uso:"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPÇÕES...]"
 
-#: ../glib/goption.c:677
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Opções de Ajuda:"
 
-#: ../glib/goption.c:678
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Exibir opções de ajuda"
 
-#: ../glib/goption.c:684
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Exibir todas as opções de ajuda"
 
-#: ../glib/goption.c:736
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Opções de Aplicação:"
 
-#: ../glib/goption.c:797 ../glib/goption.c:867
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Não foi possível analisar o valor inteiro \"%s\" para %s"
 
-#: ../glib/goption.c:807 ../glib/goption.c:875
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Valor inteiro \"%s\" para %s fora dos limites"
 
-#: ../glib/goption.c:832
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 "Não foi possível analisar o ponto flutuante com dupla precisão \"%s\" para %s"
 
-#: ../glib/goption.c:840
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Ponto flutuante com dupla precisão \"%s\" para %s fora dos limites"
 
-#: ../glib/goption.c:1177
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Erro ao ler a opção %s"
 
-#: ../glib/goption.c:1208 ../glib/goption.c:1319
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Falta argumento para %s"
 
-#: ../glib/goption.c:1714
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Opção %s desconhecida"
 
-#: ../glib/gkeyfile.c:355
+#: glib/gkeyfile.c:358
+#, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 "Não foi possível localizar arquivo de chave válido nos diretórios pesquisados"
 
-#: ../glib/gkeyfile.c:390
+#: glib/gkeyfile.c:393
+#, c-format
 msgid "Not a regular file"
 msgstr "Não é um arquivo comum"
 
-#: ../glib/gkeyfile.c:398
+#: glib/gkeyfile.c:401
+#, c-format
 msgid "File is empty"
 msgstr "Arquivo vazio"
 
-#: ../glib/gkeyfile.c:757
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1023,50 +1072,51 @@
 "Arquivo de chave contém a linha \"%s\" que não é um par chave-valor, grupo "
 "ou comentário"
 
-#: ../glib/gkeyfile.c:817
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Nome de grupo inválido: %s"
 
-#: ../glib/gkeyfile.c:839
+#: glib/gkeyfile.c:843
+#, c-format
 msgid "Key file does not start with a group"
 msgstr "Arquivo de chave não começa com um grupo"
 
-#: ../glib/gkeyfile.c:865
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Nome de chave inválido: %s"
 
-#: ../glib/gkeyfile.c:892
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Arquivo de chave contém codificação \"%s\" não suportada"
 
-#: ../glib/gkeyfile.c:1105 ../glib/gkeyfile.c:1264 ../glib/gkeyfile.c:2482
-#: ../glib/gkeyfile.c:2548 ../glib/gkeyfile.c:2667 ../glib/gkeyfile.c:2802
-#: ../glib/gkeyfile.c:2955 ../glib/gkeyfile.c:3140 ../glib/gkeyfile.c:3197
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Arquivo de chave não tem grupo \"%s\""
 
-#: ../glib/gkeyfile.c:1276
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Arquivo de chave não tem chave \"%s\""
 
-#: ../glib/gkeyfile.c:1378 ../glib/gkeyfile.c:1491
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Arquivo de chave contém chave \"%s\" com valor \"%s\" que não é UTF-8"
 
-#: ../glib/gkeyfile.c:1398 ../glib/gkeyfile.c:1511 ../glib/gkeyfile.c:1884
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Arquivo de chave contém chave \"%s\" que tem valor que não pode ser "
 "interpretado."
 
-#: ../glib/gkeyfile.c:2099 ../glib/gkeyfile.c:2311
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1075,40 +1125,593 @@
 "Arquivo de chave contém chave \"%s\" no grupo \"%s\" que tem valor que não "
 "pode ser interpretado."
 
-#: ../glib/gkeyfile.c:2497 ../glib/gkeyfile.c:2682 ../glib/gkeyfile.c:3208
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Arquivo de chave não tem chave \"%s\" no grupo \"%s\""
 
-#: ../glib/gkeyfile.c:3440
+#: glib/gkeyfile.c:3471
+#, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Arquivo de chave contém caractere de escape no fim da linha"
 
-#: ../glib/gkeyfile.c:3462
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Arquivo de chave contém seqüência de escape \"%s\" inválida"
 
-#: ../glib/gkeyfile.c:3604
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "O valor \"%s\" não pode ser interpretado como um número."
 
-#: ../glib/gkeyfile.c:3618
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Valor inteiro \"%s\" fora dos limites"
 
-#: ../glib/gkeyfile.c:3651
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "O valor \"%s\" não pode ser interpretado como ponto flutuante."
 
-#: ../glib/gkeyfile.c:3675
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "O valor \"%s\" não pode ser interpretado como um booleano."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "erro desconhecido"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Vínculos simbólicos não são suportados"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Vínculos simbólicos não são suportados"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Nome de chave inválido: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Nome de servidor inválido"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Falha ao criar arquivo \"%s\": %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Falha ao criar arquivo \"%s\": %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Falha ao criar arquivo \"%s\": %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Erro ao ler a opção %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Documento terminou inesperadamente dentro de um nome de atributo"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Erro ao abrir o diretório \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1446
+#, fuzzy
+msgid " (invalid encoding)"
+msgstr "condição inválida (?(0)"
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Erro durante a conversão: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Erro durante a conversão: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Erro na linha %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Vínculos simbólicos não são suportados"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Erro ao ler a opção %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Erro ao ler a opção %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Não é um arquivo comum"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Erro ao ler arquivo \"%s\": %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Erro na linha %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Erro ao ler a opção %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Erro ao ler a opção %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Vínculos simbólicos não são suportados"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPÇÕES...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Falha ao alterar o modo do arquivo: fork() falhou: %s"
 
diff --git a/po/ro.po b/po/ro.po
index b63da6e..a6d91be 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-11 22:57+0300\n"
 "Last-Translator: Mişu Moldovan <dumol@gnome.ro>\n"
 "Language-Team: Română <gnomero-list@lists.sourceforge.net>\n"
@@ -88,71 +88,71 @@
 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:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Conversia de la setul de caractere „%s” la „%s” nu este suportată"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, 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:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Secvenţă de octeţi invalidă în intrarea conversiei"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Eroare în timpul conversiei: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Secvenţă parţială de caractere la sfârşitul intrării"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, 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:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI-ul „%s” este invalid"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Gazda URI-ului „%s” este invalidă"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI-ul „%s” conţine caractere „escaped” invalide"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Calea „%s” nu este o cale absolută"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Nume gazdă invalid"
@@ -233,37 +233,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Şablonul „%s” nu conţine XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Nu s-a putut citi legătura simbolică „%s”: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Legăturile simbolice nu sunt suportate"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Nu s-a putut iniţia conversia de la „%s” la „%s”: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Nu s-au putut citi datele brute din g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Date neconvertite rămase în memoria tampon pentru citire"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Canalul se termină cu un caracter parţial"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Nu s-au putut citi datele brute din g_io_channel_read_to_end"
@@ -278,24 +300,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Nu s-a putut mapa fişierul „%s”: mmap() a eşuat: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Eroare în linia %d, caracterul %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Eroare în linia %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "S-a depistat o entitate nulă „&;”. Entităţile valide sunt: &amp; &quot; &lt; "
 "&gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -306,17 +328,17 @@
 "„&” e cel ce începe o entitate. Dacă acest ampersand nu ar trebui să fie "
 "într-o entitate, utilizaţi &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Caracterul „%s” nu este valid în cadrul unui nume de entitate"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Numele entităţii „%s” nu este cunoscut"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -324,7 +346,7 @@
 "Entitatea nu s-a terminat cu punct şi virgulă. Probabil că aţi folosit un "
 "caracter ampersand fără intenţia de a începe o entitate. Utilizaţi &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -333,16 +355,16 @@
 "Nu s-a putut procesa „%-.*s”, care ar fi trebui să fie o cifră într-un "
 "caracter referinţă (de exemplu &#234;). Poate cifra este prea mare"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Referinţa caracterului „%-.*s” nu codează un caracter permis"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Referinţă caracter goală. Ar trebui să includă o cifră precum &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -351,32 +373,32 @@
 "Referinţa caracter nu s-a terminat cu punct şi virgulă. Probabil aţi folosit "
 "un caracter ampersand fără intenţia de a începe o entitate. Utilizaţi &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Referinţă neterminată la o entitate"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Referinţă caracter neterminată"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Text codat UTF-8 invalid - secvenţă prea lungă"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Text codat UTF-8 invalid - nu e un caracter de start"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Text codat UTF-8 invalid - „%s” invalid"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Documentul trebuie să înceapă cu un element (de ex. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -385,7 +407,7 @@
 "„%s” nu este un caracter valid după caracterul „<”. Nu poate începe cu "
 "numele unui element"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -394,7 +416,7 @@
 "Caracter neobişnuit „%s”, se aştepta un „>” pentru a termina eticheta de "
 "început a elementului „%s”"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -402,7 +424,7 @@
 "Caracter neobişnuit „%s”, se aştepta un „=” după numele atributului „%s” al "
 "elementului „%s”"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -413,7 +435,7 @@
 "eticheta de început a elementului „%s” sau opţional un atribut. Poate aţi "
 "utilizat un caracter invalid în numele atributului"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -422,7 +444,7 @@
 "Caracter neobişnuit „%s”, se aşteptau ghilimele de deschidere după semnul "
 "egal pentru a da valoarea atributului „%s” al elementului „%s”"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -431,7 +453,7 @@
 "„%s” nu este un caracter valid după caracterele „</”. „%s” nu poate începe "
 "un nume de element"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -440,25 +462,25 @@
 "„%s” nu este un caracter valid după numele elementului de închidere „%s”. "
 "Caracterul permis este „>”"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Elementul „%s” a fost închis, nici un element nu este curent deschis"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Elementul „%s” a fost închis, dar elementul deschis curent este „%s”"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Documentul era gol sau conţinea doar spaţiu gol"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Documentul s-a terminat în mod neaşteptat imediat după un caracter „<”"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -467,7 +489,7 @@
 "Documentul s-a terminat în mod neaşteptat cu unele elemente încă deschise. „%"
 "s” a fost ultimul element deschis"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -476,23 +498,23 @@
 "Documentul s-a terminat în mod neaşteptat, se aştepta un caracter „>” care "
 "să încheie eticheta <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr ""
 "Documentul s-a terminat în mod neaşteptat în cadrul numelui unui element"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr ""
 "Documentul s-a terminat în mod neaşteptat în cadrul numele unui atribut"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 "Documentul s-a terminat în mod neaşteptat în cadul unei etichete ce "
 "deschidea un element"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -500,19 +522,19 @@
 "Documentul s-a terminat în mod neaşteptat după semnul egal ce urma unui nume "
 "atribut. Nici o valoare pentru atribut"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 "Documentul s-a terminat în mod neaşteptat în cadrul valorii unui atribut"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Documentul s-a terminat în mod neaşteptat în cadrul etichetei de închidere a "
 "elementului „%s”"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Documentul s-a terminat în mod neaşteptat în cadrul unui comentariu sau a "
@@ -565,66 +587,257 @@
 msgid "unknown error"
 msgstr "eroare necunoscută"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Canalul se termină cu un caracter parţial"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Secvenţă de octeţi invalidă în intrarea conversiei"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Referinţă caracter neterminată"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Referinţă caracter neterminată"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Referinţă caracter neterminată"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Legăturile simbolice nu sunt suportate"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Eroare la compararea expresiei regulare %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "Biblioteca PCRE este compilată cu suport UTF-8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "Biblioteca PCRE este compilată fără suport pentru proprietăţi UTF-8"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Eroare la parsarea expresiei regulare %s la caracterul %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Eroare la optimizarea expresiei regulare %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "se aştepta un digit hexadecimal or „}”"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "se aştepta un digit hexadecimal"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "„<” lipsă în referinţa simbolică"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "referinţă simbolică neterminată"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "referinţă simbolică de lungime zero"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "se aştepta un digit"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "referinţă simbolică ilegală"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "„\\” inutil la final"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "secvenţă „escape” necunoscută"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Eroare la prelucrarea textul de înlocuire „%s” la caracterul %lu: %s"
@@ -661,18 +874,18 @@
 msgid "Failed to read data from child process"
 msgstr "Nu s-au putut citi datele de la procesul copil"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "Nu s-a putut crea conectorul „pipe” pentru comunicarea cu procesul copil (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Nu s-au putut citi datele din conectorul „pipe” copil (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Nu s-a putut schimba directorul curent în directorul „%s” (%s)"
@@ -721,43 +934,43 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Nu s-au putut citi datele din procesul copil (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Eroare neaşteptată în select() la citirea datelor din procesul copil (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Eroare neaşteptată în waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Nu s-a putut clona procesul (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Nu s-a putut executa procesul „%s” (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Nu s-a putut redirecta ieşirea sau intrarea procesului copil (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Nu s-a putut clona procesul copil (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Eroare necunoscută la lansarea în execuţie a procesului copil „%s”"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Nu s-au putut citi date suficiente de la procesul copil (%s)"
@@ -778,81 +991,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Caracter în afara limitelor standardului UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Utilizare:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPŢIUNE...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Opţiuni ajutor:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Arată opţiunile de ajutor"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Arată toate opţiunile de ajutor"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Opţiuni aplicaţie:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Nu se poate prelucra valoarea întregului „%s” pentru %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Valoarea întregului „%s” pentru %s este în afara limitelor"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Nu se poate prelucra valoarea dublă „%s” pentru %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Valoarea dublă „%s” pentru %s este în afara limitelor"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Eroare la prelucrarea opţiunii %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Argument lipsă pentru %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Opţiune necunoscută %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Nu s-a găsit un fişier cheie valid în directoarele de căutare"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Nu este un fişier obişnuit"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Fişierul este gol"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -860,49 +1073,49 @@
 "Fişierul-cheie conţine linia „%s” care nu este o pereche cheie-valoare, un "
 "grup sau un comentariu"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Nume invalid de grup: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Fişierul cheie nu începe cu un grup"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Nume invalid de cheie: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Fişierul cheie are o codare nesuportată de tip „%s”"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Fişierul cheie nu are grupul „%s”"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Fişierul cheie nu are cheie „%s”"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Fişierul cheie conţine cheia „%s” cu valoarea „%s” care nu este UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "Fişierul cheie conţine cheia „%s” care are o valoare neinterpretabilă."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -911,37 +1124,589 @@
 "Fişierul cheie conţine cheia „%s” în grupul „%s” care are o valoare ce nu "
 "poate fi interpretată"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Fişierul cheie nu are cheia „%s” în grupul „%s”"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Fişieul cheie conţine caractere „escape” la sfârşit de linie"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "URI-ul „%s” conţine secvenţe „escaped” invalide"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Valoarea „%s” nu poate fi interpretată ca un număr."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Valoarea întregului „%s” este în afara limitelor"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Valoarea „%s” nu poate fi interpretată ca un număr flotant."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Valoarea „%s” nu poate fi interpretată ca o valoare booleană."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "eroare necunoscută"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Legăturile simbolice nu sunt suportate"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Legăturile simbolice nu sunt suportate"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Nume invalid de cheie: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Nume gazdă invalid"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Nu s-a putut crea fişierul „%s”: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Nu s-a putut crea fişierul „%s”: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Nu s-a putut crea fişierul „%s”: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Eroare la prelucrarea opţiunii %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr ""
+"Documentul s-a terminat în mod neaşteptat în cadrul numele unui atribut"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Eroare la deschiderea directorului „%s”: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Eroare în timpul conversiei: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Eroare în timpul conversiei: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Eroare în linia %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Legăturile simbolice nu sunt suportate"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Eroare la prelucrarea opţiunii %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Eroare la prelucrarea opţiunii %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Nu este un fişier obişnuit"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Eroare la citirea fişierului „%s”: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Eroare în linia %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Eroare la prelucrarea opţiunii %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Eroare la prelucrarea opţiunii %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Legăturile simbolice nu sunt suportate"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPŢIUNE...]"
diff --git a/po/ru.po b/po/ru.po
index d0a9677..7a1cded 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: glib trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2006-02-01 18:37+0200\n"
 "Last-Translator: Nickolay V. Shmyrev <nshmyrev@yandex.ru>\n"
 "Language-Team: Russian <gnome-cyr@gnome.org>\n"
@@ -90,18 +90,18 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Не удалось дополнить строку выполнения '%s' с помощью URI '%s'"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Преобразование из набора символов \"%s\" в \"%s\" не поддерживается"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Не удалось открыть преобразователь из \"%s\" в \"%s\""
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
@@ -109,58 +109,58 @@
 "Недопустимая последовательность байтов для преобразования содержится во "
 "входной строке"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Произошла ошибка при преобразовании: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Неполный символ содержится в конце входной строки"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr ""
 "Невозможно корректно преобразовать символ \"%s\" в символ из набора \"%s\""
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr ""
 "URI \"%s\" не является абсолютным идентификатором при использовании схемы "
 "\"file\""
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr ""
 "Идентификатор URI локального файла \"%s\" не может включать символ \"#\""
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "Идентификатор URI \"%s\" недопустим"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Имя узла недопустимо в идентификаторе URI \"%s\""
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "Идентификатор URI \"%s\" содержит недопустимо экранированный символ"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Путь \"%s\" не является абсолютным"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Имя узла недопустимо"
@@ -240,39 +240,62 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Шаблон \"%s\" не содержит XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Произошёл сбой при чтении символической ссылки \"%s\": %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Символические ссылки не поддерживаются"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Не удалось открыть преобразователь из \"%s\" в \"%s\": %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "Невозможно выполнить непосредственное чтение в функции "
 "g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Непреобразованные данные остались в буфере чтения "
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Канал закрывается на неполном символе"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -289,24 +312,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Не удается отразить файл \"%s\": сбой в функции mmap(): %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Ошибка в строке %d на символе %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Ошибка в строке %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Обнаружена пустая сущность \"&;\"; допустимыми сущностями являются: &amp; "
 "&quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -317,17 +340,17 @@
 "последовательность;  если этот символ не должен быть частью сущности, то "
 "экранируйте его сущностью &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Символ \"%s\" недопустим внутри названия сущности"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Наименование сущности \"%s\" неизвестно"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -335,7 +358,7 @@
 "Сущность не заканчивается точкой с запятой; похоже, что символ & был "
 "использован не для обозначения начала сущности - экранируйте его как &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -344,16 +367,16 @@
 "Сбой при разборе строки '%-.*s', где должно быть число внутри ссылки на "
 "символ (&#234; например): возможно, номер слишком велик"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Ссылка на символ '%-.*s' не определяет допустимый символ"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Ссылка на символ пуста; она должна включать номер, например &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -363,38 +386,38 @@
 "был использован не для обозначения начала сущности - экранируйте его как "
 "&amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Ссылка на сущность не закончена"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Ссылка на символ не закончена"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr ""
 "Текст закодирован как UTF-8 недопустимым образом - слишком длинная "
 "последовательность"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr ""
 "Текст закодирован как UTF-8 недопустимым образом - некорректное начало "
 "символа"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr ""
 "Текст закодирован как UTF-8 недопустимым образом - некорректная "
 "последовательность '%s'"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Документ должен начинаться с элемента (например <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -403,7 +426,7 @@
 "Символ \"%s\" является недопустим символом, следующим за символом \"<\"; "
 "этот символ не может начинать имя элемента"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -412,7 +435,7 @@
 "Встретился лишний символ \"%s\", ожидался символ \">\" для закрытия "
 "начального тэга элемента \"%s\""
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -420,7 +443,7 @@
 "Встретился лишний символ \"%s\", ожидался символ \"=\" после имени атрибута "
 "\"%s\" элемента \"%s\""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -431,7 +454,7 @@
 "закрытия начального тэга элемента \"%s\" или дополнительный атрибут; "
 "возможно, был использован недопустимый символ в имени атрибута"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -440,7 +463,7 @@
 "Встретился лишний символ \"%s\", ожидалась открывающая двойная кавычка после "
 "знака равенства при присваивании значения атрибуту \"%s\" элемента \"%s\""
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -449,7 +472,7 @@
 "Символ \"%s\" является недопустимым символом при следовании за символами \"</"
 "\"; символ \"%s\" не может начинать имя элемента"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -458,30 +481,30 @@
 "Символ \"%s\" является недопустимым символом при закрытии имени элемента \"%s"
 "\"; допутимым символом является \">\""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr ""
 "Элемент \"%s\" был закрыт, ни один элемент в настоящий момент не открыт"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "Элемент \"%s\" был закрыт, но открытым в настоящий момент является элемент "
 "\"%s\""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Документ был пуст или содержал только пробелы"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Документ непредвиденно окончился сразу же после открывающей угловой скобки "
 "\"<\""
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -490,7 +513,7 @@
 "Документ непредвиденно окончился, когда элементы были ещё открыты - \"%s\" "
 "был последним открытым элементом"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -499,19 +522,19 @@
 "Документ непредвиденно окончился, ожидается закрывающая тэг угловая скобка <%"
 "s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Документ непредвиденно окончился внутри имени элемента"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Документ непредвиденно окончился внутри имени атрибута"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Документ непредвиденно окончился внутри открывающего элемент тэга"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -519,17 +542,17 @@
 "Документ непредвиденно окончился после знака равенства, следующего за именем "
 "атрибута; значение атрибута не указано"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Документ непредвиденно окончился внутри значения атрибута"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Документ непредвиденно окончился внутри закрывающего элемент тэга \"%s\""
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Документ непредвиденно окончился внутри комментария или инструкции обработки"
@@ -582,68 +605,261 @@
 msgid "unknown error"
 msgstr "неизвестная ошибка"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Канал закрывается на неполном символе"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr ""
+"Недопустимая последовательность байтов для преобразования содержится во "
+"входной строке"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Ссылка на символ не закончена"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Ссылка на символ не закончена"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Ссылка на символ не закончена"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Символические ссылки не поддерживаются"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 "Во время поиска совпадений с регулярным выражением %s возникла ошибка: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "Библиотека PCRE не поддерживает UTF8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "Библиотека PCRE не поддерживает свойства в кодировке UTF8"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr ""
 "Ошибка при компиляции регулярного выражения %s у символа с номером %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "При оптимизации регулярного выражения %s возникла ошибка: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "ожидается шестнадцатеричная цифра или символ '}'"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "ожидается шестнадцатеричная цифра"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "в символьной ссылке отсутствует '<'"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "незаконченная символьная ссылка"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "символьная ссылка нулевой длины"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "ожидается цифра"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "некорректная символьная ссылка"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "отбрасывать конечные '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "неизвестная escape-последовательность"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -683,17 +899,17 @@
 msgid "Failed to read data from child process"
 msgstr "Сбой при чтении данных из процесса-потомка"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Сбой при создании канала для сообщения с процессом-потомком (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Сбой при чтении данных из канала потомка (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Сбой при смене каталога \"%s\" (%s)"
@@ -742,44 +958,44 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Сбой при чтении данных из процесса-потомка (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Произошла непредвиденная ошибка в функции select() при чтении данных из "
 "процесса-потомка (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Произошла непредвиденная ошибка в функции waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Сбой при ответвлении (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Сбой при выполнении процесса-потомка \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Сбой при перенаправлении вывода или ввода процесса-потомка (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Сбой при ответвлении процесса-потомка (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Произошла неизвестная ошибка при выполнении процесса-потомка \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -803,81 +1019,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Символ находится вне диапазона для UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Использование:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Параметры справки:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Показать параметры справки"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Показать все параметры справки"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Применимые параметры:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Не удается разобрать целое значение '%s' для %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Целое значение '%s' для %s выходит за пределы"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Не удается разобрать значение с плавающей точкой '%s' для %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Значение с плавающей точкой '%s' для %s выходит за допустимые пределы"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Ошибка разбора параметра %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Отсутствует аргумент для %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Неизвестный параметр %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "В каталогах поиска не удалось найти корректный файл ключей"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Не является обычным файлом"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Файл пуст"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -885,51 +1101,51 @@
 "Файл ключа содержит строку '%s', которая не является ключом - парой величин, "
 "группой или комментарием"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Некорректное имя группы: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Файл ключа не начинается с группы"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Некорректное имя ключа: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Файл ключа содержит неподдерживаемую кодировку '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Файл ключей не имеет группы '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Файл ключа не содержит ключ '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Файл ключа содержит ключ '%s', значение которого '%s' не в кодировке UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Файл содержит ключ '%s', значение которого не удалось интерпретировать."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -938,37 +1154,588 @@
 "Файл содержит ключ '%s' в группе '%s', значение которого не удалось "
 "интерпретировать."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Файл ключа не имеет ключа '%s' в группе '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Файл ключа содержит символ escape в конце файла"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Файл ключа содержит неверную escape-последовательность '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Не удалось преобразовать '%s' в целое число."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Целое значение '%s' выходит за пределы"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Не удалось преобразовать '%s' в число с плавающей точкой."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Не удалось преобразовать '%s' в булево значение."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "неизвестная ошибка"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Символические ссылки не поддерживаются"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Символические ссылки не поддерживаются"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Некорректное имя ключа: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Имя узла недопустимо"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Произошёл сбой при создании файла \"%s\": %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Произошёл сбой при создании файла \"%s\": %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Произошёл сбой при создании файла \"%s\": %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Ошибка разбора параметра %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Документ непредвиденно окончился внутри имени атрибута"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Произошла ошибка при открытии каталога \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Произошла ошибка при преобразовании: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Произошла ошибка при преобразовании: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Ошибка в строке %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Символические ссылки не поддерживаются"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Ошибка разбора параметра %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Ошибка разбора параметра %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Не является обычным файлом"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Произошла ошибка при чтении файла \"%s\": %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Ошибка в строке %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Ошибка разбора параметра %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Ошибка разбора параметра %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Символические ссылки не поддерживаются"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
diff --git a/po/rw.po b/po/rw.po
index 30ef0a1..807b296 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: glib 2.12\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -95,71 +95,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Kuri Gusoma Ihuza"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, fuzzy, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Bivuye Inyuguti Gushyiraho Kuri ni OYA"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "OYA Gufungura Bivuye Kuri"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, fuzzy, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Bayite in Ihindurangero Iyinjiza"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, fuzzy, c-format
 msgid "Error during conversion: %s"
 msgstr "Ihindurangero"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, fuzzy, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Inyuguti ku Impera Bya Iyinjiza"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, fuzzy, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "GUHINDURA Kuri"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, fuzzy, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "IDOSIYE Gicurasi OYA Gushyiramo a"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, fuzzy, c-format
 msgid "The URI '%s' is invalid"
 msgstr "ni Sibyo"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, fuzzy, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Izina ry'inturo: Bya ni Sibyo"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, fuzzy, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "Kirimo Inyuguti"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, fuzzy, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "ni OYA Inzira"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, fuzzy, c-format
 msgid "Invalid hostname"
 msgstr "Izina ry'inturo:"
@@ -240,37 +240,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Impera Na:"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, fuzzy, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Kuri Gusoma Ihuza"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, fuzzy, c-format
 msgid "Symbolic links not supported"
 msgstr "amahuza OYA"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "OYA Gufungura Bivuye Kuri"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, fuzzy, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "a Gusoma in"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, fuzzy, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Ibyatanzwe in Gusoma"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, fuzzy, c-format
 msgid "Channel terminates in a partial character"
 msgstr "in a Bituzuye Inyuguti"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, fuzzy, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "a Gusoma in"
@@ -285,23 +307,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Kuri Gufungura IDOSIYE Byanze"
 
-#: glib/gmarkup.c:226
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, fuzzy, c-format
-msgid "Error on line %d char %d: %s"
+msgid "Error on line %d char %d: "
 msgstr "ku Umurongo INYUGUTI"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, fuzzy, c-format
 msgid "Error on line %d: %s"
 msgstr "ku Umurongo"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 #, fuzzy
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "Byemewe"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, fuzzy, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -309,41 +331,41 @@
 "it as &amp;"
 msgstr "ni OYA Byemewe ku Gutangira Bya Izina: Inyuguti NIBA iyi Kuri Nka"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, fuzzy, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "ni OYA Byemewe Mo Imbere Izina:"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, fuzzy, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Izina: ni OYA"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 #, fuzzy
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
 msgstr "OYA Impera Na: a Akabago n'Akitso Inyuguti Kuri Gutangira Nka"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, fuzzy, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 msgstr "Kuri a Mo Imbere a Inyuguti Indango kugirango Urugero ni Binini"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, fuzzy, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Indango OYA a Inyuguti"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 #, fuzzy
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Inyuguti Indango Gushyiramo a Nka"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 #, fuzzy
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
@@ -351,44 +373,44 @@
 "as &amp;"
 msgstr "Indango OYA Impera Na: a Akabago n'Akitso Inyuguti Kuri Gutangira Nka"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 #, fuzzy
 msgid "Unfinished entity reference"
 msgstr "Indango"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 #, fuzzy
 msgid "Unfinished character reference"
 msgstr "Inyuguti Indango"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "8 Umwandiko"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "8 Umwandiko"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "8 Umwandiko"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 #, fuzzy
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "g."
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, fuzzy, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr "'%s'ni OYA a Byemewe Inyuguti a Inyuguti Gicurasi OYA Ikigize: Izina:"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, fuzzy, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -396,13 +418,13 @@
 msgstr ""
 "Inyuguti Ikitezwe: a Inyuguti Kuri Impera Gutangira Itagi: Bya Ikigize:"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, fuzzy, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "Inyuguti Ikitezwe: a Nyuma Ikiranga Izina: Bya Ikigize:"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, fuzzy, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -412,7 +434,7 @@
 "Inyuguti Ikitezwe: a Cyangwa Inyuguti Kuri Impera Gutangira Itagi: Bya "
 "Ikigize: Cyangwa Ikiranga Sibyo Inyuguti in Ikiranga Izina:"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, fuzzy, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -421,87 +443,87 @@
 "Inyuguti Ikitezwe: Gufungura Gushyiraho akugarizo Ikimenyetso Nyuma "
 "IKIMENYETSO Ryari: Agaciro kugirango Ikiranga Bya Ikigize:"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, fuzzy, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr "'%s'ni OYA a Byemewe Inyuguti Inyuguti Gicurasi OYA Ikigize: Izina:"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, fuzzy, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr "'%s'ni OYA a Byemewe Inyuguti Gufunga Ikigize: Izina: Inyuguti ni"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, fuzzy, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Oya Ikigize: ni Gufungura"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, fuzzy, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Gufungura Ikigize: ni"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 #, fuzzy
 msgid "Document was empty or contained only whitespace"
 msgstr "ubusa Cyangwa"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 #, fuzzy
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Nyuma Gufungura Imfuruka"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, fuzzy, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr "Na: Ibintu Gufungura Iheruka Ikigize:"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, fuzzy, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr "Ikitezwe: Kuri a Gufunga Imfuruka Itagi:"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 #, fuzzy
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Mo Imbere Ikigize: Izina:"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 #, fuzzy
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Mo Imbere Ikiranga Izina:"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 #, fuzzy
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Mo Imbere Ikigize: Gufungura%S Itagi:"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 #, fuzzy
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr "Nyuma IKIMENYETSO Ikiranga Izina: Oya Ikiranga Agaciro"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 #, fuzzy
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Mo Imbere Ikiranga Agaciro"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, fuzzy, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Mo Imbere Gufunga Itagi: kugirango Ikigize:"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 #, fuzzy
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Mo Imbere a Icyo wongeraho Cyangwa Inonosora"
@@ -550,67 +572,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "in a Bituzuye Inyuguti"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Bayite in Ihindurangero Iyinjiza"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Inyuguti Indango"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Inyuguti Indango"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Inyuguti Indango"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "amahuza OYA"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "ku Umurongo INYUGUTI"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Indango"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -647,17 +860,17 @@
 msgid "Failed to read data from child process"
 msgstr "Kuri Gusoma Ibyatanzwe Bivuye"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, fuzzy, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Kuri Kurema kugirango Na:"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, fuzzy, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Kuri Gusoma Bivuye"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, fuzzy, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Kuri Guhindura>> Kuri bushyinguro"
@@ -704,42 +917,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Kuri Gusoma Ibyatanzwe Bivuye"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, fuzzy, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Ikosa in Guhitamo Ibyatanzwe Bivuye a"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, fuzzy, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Ikosa in"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, fuzzy, c-format
 msgid "Failed to fork (%s)"
 msgstr "Kuri"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, fuzzy, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Kuri Gukora"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, fuzzy, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Kuri Ibisohoka Cyangwa Iyinjiza Bya"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, fuzzy, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Kuri"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, fuzzy, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Ikosa Gukora: %s%s"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, fuzzy, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Kuri Gusoma Ibyatanzwe Bivuye"
@@ -761,83 +974,83 @@
 msgstr "Inyuma Bya Urutonde kugirango"
 
 # crashrep/source\all\crashrep.lng:%MSG_CMDLINE_USAGE%.text
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Ikoresha:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 #, fuzzy
 msgid "Show help options"
 msgstr "Ifashayobora Amahitamo"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 #, fuzzy
 msgid "Show all help options"
 msgstr "Byose Ifashayobora Amahitamo"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, fuzzy, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Umubare wuzuye Agaciro kugirango"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, fuzzy, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Agaciro kugirango Inyuma Bya Urutonde"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, fuzzy, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Umubare wuzuye Agaciro kugirango"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, fuzzy, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Agaciro kugirango Inyuma Bya Urutonde"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Ihindurangero"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, fuzzy, c-format
 msgid "Unknown option %s"
 msgstr "Ihitamo ritazwi:"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Urufunguzo IDOSIYE OYA Byabonetse in Ibyatanzwe"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, fuzzy, c-format
 msgid "Not a regular file"
 msgstr "a Ibisanzwe IDOSIYE"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, fuzzy, c-format
 msgid "File is empty"
 msgstr "Idosiye ni ubusa"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, fuzzy, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -845,90 +1058,658 @@
 "IDOSIYE Kirimo Umurongo ni OYA a Urufunguzo Agaciro Itsinda Cyangwa Icyo "
 "wongeraho"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Izina ry'inturo:"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, fuzzy, c-format
 msgid "Key file does not start with a group"
 msgstr "IDOSIYE OYA Gutangira Na: a Itsinda"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Izina ry'inturo:"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, fuzzy, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "IDOSIYE Kirimo Imisobekere:"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, fuzzy, c-format
 msgid "Key file does not have group '%s'"
 msgstr "IDOSIYE OYA Itsinda"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, fuzzy, c-format
 msgid "Key file does not have key '%s'"
 msgstr "IDOSIYE OYA Urufunguzo"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, fuzzy, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "IDOSIYE Kirimo Urufunguzo Na: Agaciro ni OYA 8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, fuzzy, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "IDOSIYE Kirimo Urufunguzo Agaciro"
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, fuzzy, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr "IDOSIYE Kirimo Urufunguzo in Itsinda Agaciro"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, fuzzy, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "IDOSIYE OYA Urufunguzo in Itsinda"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, fuzzy, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "IDOSIYE Kirimo Inyuguti ku Impera Bya Umurongo"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, fuzzy, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "IDOSIYE Kirimo Sibyo"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, fuzzy, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Nka a Umubare"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, fuzzy, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Agaciro kugirango Inyuma Bya Urutonde"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, fuzzy, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Nka a Umubare"
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, fuzzy, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Nka a Icyungo"
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Ihitamo ritazwi:"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "amahuza OYA"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "amahuza OYA"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Izina ry'inturo:"
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Izina ry'inturo:"
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Kuri Kurema IDOSIYE"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Kuri Kurema IDOSIYE"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Kuri Kurema IDOSIYE"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Ihindurangero"
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Mo Imbere Ikiranga Izina:"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+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:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Ihindurangero"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Ihindurangero"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "ku Umurongo"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "amahuza OYA"
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Ihindurangero"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Ihindurangero"
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "a Ibisanzwe IDOSIYE"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Ikosa mu gusoma idosiye"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "ku Umurongo"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Ihindurangero"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Ihindurangero"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "amahuza OYA"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Kuri Gufunga IDOSIYE Byanze"
diff --git a/po/sk.po b/po/sk.po
index b1b8c1d..cd12fe5 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2005-10-16 19:30+0200\n"
 "Last-Translator: Marcel Telka <marcel@telka.sk>\n"
 "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -94,71 +94,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Nepodarilo sa prečítať symbolický odkaz '%s': %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Prevod zo znakovej sady '%s' do '%s' nie je podporovaný"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Nepodarilo sa otvoriť program na prevod z '%s' do '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Neplatná sekvencia bajtov na vstupe prevodu"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Chyba počas prevodu: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Čiastočná sekvencia znakov na konci vstupu"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Nepodarilo sa previesť náhradné `%s' do kódovej stránky `%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "URI lokálneho súboru '%s' nesmie obsahovať '#'"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' je neplatné"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI hostiteľa '%s' je neplatné."
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' obsahuje neplatne zadané znaky"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Cesta '%s' nie je absolútna"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Neplatné meno hostiteľa"
@@ -241,37 +241,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Šablóna '%s' nekončí XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Nepodarilo sa prečítať symbolický odkaz '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Symbolické odkazy nepodporované"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Nepodarilo sa otvoriť program na prevod z '%s' do '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Nepodarilo sa 'raw' čítanie v g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Zanechané neprevedené dáta vo vstupnom bufferi"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanál končí čiastočným znakom"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Nepodarilo sa 'raw' čítanie v g_io_channel_read_to_end"
@@ -286,23 +308,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Nepodarilo sa namapovať súbor '%s': mmap() zlyhala: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Chyba na riadku %d znak %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Chyba na riadku %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Nájdená prázdna entita '&;', platné entity sú: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -312,17 +334,17 @@
 "Znak '%s' nie je platný na začiatku mena entity. Znak & začína entitu. Ak tu "
 "ale nemá predstavovať entitu, musíte ho zapísať ako &amp;."
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Znak '%s' nie je platný v mene entity"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Meno entity '%s' nie je známe"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -330,7 +352,7 @@
 "Entita nekončí bodkočiarkou. Asi ste použili znak & bez toho, aby ste ho "
 "zapísali ako &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -339,17 +361,17 @@
 "Nepodarilo sa spracovať '%-.*s', čo by mala byť číslica v odkaze na znak "
 "(napríklad &#234;) - možno je číslica príliš veľká"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Odkaz na znak '%-.*s' nie je kódom povoleného znaku"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 "Prázdny odkaz na znak. Odkaz by mal obsahovať číslice, napríklad &#434;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -358,41 +380,41 @@
 "Odkaz na znak neskončil bodkočiarkou. Asi ste použili & a nezadali ste ho "
 "ako &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Neukončený odkaz na entitu"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Neukončený odkaz na znak"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Neplatný text v kódovaní UTF-8"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Neplatný text v kódovaní UTF-8"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Neplatný text v kódovaní UTF-8"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokument musí začínať elementom (napr. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr "'%s' nie je platný znak za znakom '<', nesmie začínať meno elementu"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -401,7 +423,7 @@
 "Prebytočný znak '%s'. Bol očakávaný znak '>', aby skončil začiatočnú značku "
 "elementu '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -409,7 +431,7 @@
 "Prebytočný znak '%s'. Bol očakávaný znak '=' za menom atribútu '%s' elementu "
 "'%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -420,7 +442,7 @@
 "začiatočnú značku elementu '%s' alebo nepovinne atribút. Možno ste použili "
 "neplatný znak v mene atribútu"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -429,7 +451,7 @@
 "Prebytočný znak '%s'. Boli očakávané úvodzovky po '=' pri zadávaní hodnoty "
 "atribútu '%s' v elemente '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -437,7 +459,7 @@
 msgstr ""
 "'%s' nie je platný znak po znakoch '</'. '%s' nesmie začínať meno elementu"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -445,25 +467,25 @@
 msgstr ""
 "'%s' nie je platný znak po koncovom mene elementu '%s'. Povolený znak je '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element '%s' bol ukončený, momentálne nie je otvorený žiadny element"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element '%s' bol ukončený, ale momentálne otvorený element je '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokument je prázdny alebo obsahuje iba medzery"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokument neočakávane skončil hneď po začiatočnom znaku '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -472,7 +494,7 @@
 "Dokument neočakávane skončil s otvorenými elementami - '%s' bol posledný "
 "otvorený element."
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -480,35 +502,35 @@
 msgstr ""
 "Dokument neočakávane skončil, očakával sa znak '>' pre ukončenie značky <%s>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokument neočakávane skončil v mene elementu"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokument neočakávane skončil v mene atribútu"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokument neočakávane skončil v začiatočnej značke elementu."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr ""
 "Dokument neočakávane skončil po '=' za menom atribútu, chýba hodnota atribútu"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokument neočakávane skončil v hodnote atribútu"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Dokument neočakávane skončil v koncovej značke pre element '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Dokument neočakávane skončil v komentári alebo inštrukcii pre spracovanie"
@@ -557,67 +579,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanál končí čiastočným znakom"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Neplatná sekvencia bajtov na vstupe prevodu"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Neukončený odkaz na znak"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Neukončený odkaz na znak"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Neukončený odkaz na znak"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Symbolické odkazy nepodporované"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Chyba na riadku %d znak %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Neukončený odkaz na entitu"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -653,17 +866,17 @@
 msgid "Failed to read data from child process"
 msgstr "Nepodarilo sa čítať dáta z procesu potomka"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Nepodarilo sa vytvoriť rúru pre komunikáciu s procesom potomka (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Nepodarilo sa čítať z rúry potomka (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Nepodarilo sa zmeniť priečinok na '%s' (%s)"
@@ -712,42 +925,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Nepodarilo sa čítať dáta z procesu potomka (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Neočakávaná chyba v select() pri čítaní dát z procesu potomka (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Neočakávaná chyba vo waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Nepodarilo sa zavolať fork (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Nepodarilo sa spustiť proces potomka \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Nepodarilo sa presmerovať vstup alebo výstup procesu potomka (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Nepodarilo sa spustiť proces potomka (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Neznáma chyba počas behu procesu potomka \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Nepodarilo sa prečítať dostatok dát z rúry potomka (%s)"
@@ -768,81 +981,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Znak mimo rozsah UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Použitie:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[VOĽBA...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Voľby pomocníka:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Zobraziť voľby pomocníka"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Zobraziť všetky voľby pomocníka"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Voľby aplikácie:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Nepodarilo sa spracovať celočíselnú hodnotu '%s' pre %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Celočíselná hodnota '%s' pre %s je mimo rozsah"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, fuzzy, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Nepodarilo sa spracovať celočíselnú hodnotu '%s' pre %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, fuzzy, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Celočíselná hodnota '%s' pre %s je mimo rozsah"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Chyba počas prevodu: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Chýbajúci parameter pre %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Neznáma voľby %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Nepodarilo sa nájsť platný súbor kľúčov v dátových adresároch"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Nie je obyčajný súbor"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Súbor je prázdny"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -850,51 +1063,51 @@
 "Súbor kľúčov obsahuje riadok '%s', ktorý nie je pár kľúč-hodnota, skupinou, "
 "ani komentárom"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Neplatný názov programu: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Súbor kľúčov nezačína skupinou"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Neplatný názov programu: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Súbor kľúčov obsahuje nepodporované kódovane '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Súbor kľúčov nemá skupinu '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Súbor kľúčov nemá kľúč '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Súbor kľúčov obsahuje kľúč '%s' s hodnotou '%s', ktorá nie je UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Súbor kľúčov obsahuje kľúč '%s', ktorý má hodnotu, ktorá nemohla byť "
 "interpretovaná."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -903,41 +1116,592 @@
 "Súbor kľúčov obsahuje kľúč '%s', v skupine '%s', ktorý má hodnotu, ktorá "
 "nemohla byť interpretovaná."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Súbor kľúčov nemá kľúč '%s' v skupine '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Súbor kľúčov obsahuje znak escape na konci riadku"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Súbor kľúčov obsahuje neplatne zadanú sekvenciu '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Hodnota '%s' nemohla byť interpretovaná ako číslo."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Celočíselná hodnota '%s' je mimo rozsah"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, fuzzy, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Hodnota '%s' nemohla byť interpretovaná ako číslo."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Hodnota '%s' nemohla byť interpretovaná ako boolovská."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Neznáma voľby %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Symbolické odkazy nepodporované"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Symbolické odkazy nepodporované"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Neplatný názov programu: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Neplatné meno hostiteľa"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Nepodarilo sa vytvoriť súbor '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Nepodarilo sa vytvoriť súbor '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Nepodarilo sa vytvoriť súbor '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Chyba počas prevodu: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokument neočakávane skončil v mene atribútu"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Chyba pri otváraní priečinku'%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Chyba počas prevodu: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Chyba počas prevodu: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Chyba na riadku %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Symbolické odkazy nepodporované"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Chyba počas prevodu: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Chyba počas prevodu: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Nie je obyčajný súbor"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Chyba pri čítaní súboru '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Chyba na riadku %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Chyba počas prevodu: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Chyba počas prevodu: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Symbolické odkazy nepodporované"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[VOĽBA...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Nepodarilo sa zmeniť režim súboru: funkcia fork() zlyhala: %s"
 
diff --git a/po/sl.po b/po/sl.po
index ed957c7..3723c06 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -8,265 +8,236 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-12-10 11:22+0000\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-12-20 15:24+0100\n"
 "Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
 "Language-Team: Slovenian <sl@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
+"%100==4 ? 3 : 0);\n"
 "X-Poedit-Country: SLOVENIA\n"
 "X-Poedit-Language: Slovenian\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ../glib/gbookmarkfile.c:705
-#: ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861
-#: ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
 #, c-format
 msgid "Unexpected attribute '%s' for element '%s'"
 msgstr "Nepričakovan atribut '%s' za element '%s'"
 
-#: ../glib/gbookmarkfile.c:716
-#: ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803
-#: ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
 #, c-format
 msgid "Attribute '%s' of element '%s' not found"
 msgstr "Atribut '%s' elementa '%s' ni najden"
 
-#: ../glib/gbookmarkfile.c:1092
-#: ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221
-#: ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
 #, c-format
 msgid "Unexpected tag '%s', tag '%s' expected"
 msgstr "Nepričakovana oznaka '%s'. Pričakovana je oznaka '%s'"
 
-#: ../glib/gbookmarkfile.c:1117
-#: ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199
-#: ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
 #, c-format
 msgid "Unexpected tag '%s' inside '%s'"
 msgstr "Nepričakovana oznaka '%s' znotraj '%s'"
 
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
+#, c-format
 msgid "No valid bookmark file found in data dirs"
 msgstr "Ni veljavne datoteke zaznamkov v podatkovnih mapah"
 
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
 #, c-format
 msgid "A bookmark for URI '%s' already exists"
 msgstr "Zaznamek za URI '%s' že obstaja"
 
-#: ../glib/gbookmarkfile.c:2028
-#: ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270
-#: ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435
-#: ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596
-#: ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717
-#: ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940
-#: ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206
-#: ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460
-#: ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
 #, c-format
 msgid "No bookmark found for URI '%s'"
 msgstr "Ni veljavnega zaznamka za URI '%s'"
 
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
 #, c-format
 msgid "No MIME type defined in the bookmark for URI '%s'"
 msgstr "V zaznamku za URI '%s' ni določena vrsta MIME"
 
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
 #, c-format
 msgid "No private flag has been defined in bookmark for URI '%s'"
 msgstr "V zaznamku za URI '%s' ni določene zasebne zastavice"
 
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
 #, c-format
 msgid "No groups set in bookmark for URI '%s'"
 msgstr "V zaznamku za URI '%s' ni nastavljenih skupin"
 
-#: ../glib/gbookmarkfile.c:3224
-#: ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
 #, c-format
 msgid "No application with name '%s' registered a bookmark for '%s'"
 msgstr "Program z imenom '%s' ni ustvaril zaznamka za '%s'"
 
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
 #, c-format
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Napaka pri razširjanju ukazne vrstice '%s' z URI '%s'"
 
-#: ../glib/gconvert.c:431
-#: ../glib/gconvert.c:509
-#: ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Pretvorba iz nabora znakov '%s' v '%s' ni podprta"
 
-#: ../glib/gconvert.c:435
-#: ../glib/gconvert.c:513
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Ni mogoče odpreti pretvornika iz '%s' v '%s'"
 
-#: ../glib/gconvert.c:632
-#: ../glib/gconvert.c:1017
-#: ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372
-#: ../glib/giochannel.c:2215
-#: ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
+#: glib/gutf8.c:1399
+#, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Neveljavno zaporedje bajtov na vhodu pretvorbe"
 
-#: ../glib/gconvert.c:638
-#: ../glib/gconvert.c:944
-#: ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Napaka med pretvorbo: %s"
 
-#: ../glib/gconvert.c:669
-#: ../glib/gutf8.c:946
-#: ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291
-#: ../glib/gutf8.c:1395
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
+#, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Delno (nedokončano) zaporedje znakov na koncu vhoda"
 
-#: ../glib/gconvert.c:919
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Ni mogoče pretvoriti '%s' v nabor znakov '%s'"
 
-#: ../glib/gconvert.c:1733
+#: glib/gconvert.c:1733
 #, 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:1743
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Krajevna datoteka URI '%s' ne sme vsebovati '#'"
 
-#: ../glib/gconvert.c:1760
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' je neveljaven"
 
-#: ../glib/gconvert.c:1772
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Ime gostitelja naslova URI '%s' ni veljavno"
 
-#: ../glib/gconvert.c:1788
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "Naslov URI '%s' vsebuje neveljavne ubežne znake"
 
-#: ../glib/gconvert.c:1883
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Pot '%s' ni absolutna pot"
 
-#: ../glib/gconvert.c:1893
+#: glib/gconvert.c:1893
+#, c-format
 msgid "Invalid hostname"
 msgstr "Neveljavno ime gostitelja"
 
-#: ../glib/gdir.c:104
-#: ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
 #, c-format
 msgid "Error opening directory '%s': %s"
 msgstr "Napaka ob odpiranju imenika '%s': %s"
 
-#: ../glib/gfileutils.c:557
-#: ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
 #, c-format
 msgid "Could not allocate %lu bytes to read file \"%s\""
 msgstr "Ni mogoče rezervirati %lu bajtov za branje datoteke \"%s\""
 
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
 #, c-format
 msgid "Error reading file '%s': %s"
 msgstr "Napaka ob branju datoteke '%s': %s"
 
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
 #, c-format
 msgid "Failed to read from file '%s': %s"
 msgstr "Ni mogoče brati iz datoteke '%s': %s"
 
-#: ../glib/gfileutils.c:705
-#: ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "Ni mogoče odpreti datoteke '%s': %s"
 
-#: ../glib/gfileutils.c:722
-#: ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
 #, c-format
 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
 msgstr "Ni mogoče dobiti atributov datoteke '%s': fstat() ni uspel: %s"
 
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
 #, c-format
 msgid "Failed to open file '%s': fdopen() failed: %s"
 msgstr "Ni mogoče odpreti datoteke '%s': fdopen() ni uspel: %s"
 
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
 #, c-format
 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
 msgstr "Ni mogoče preimenovati datoteke '%s' v '%s': g_rename() ni uspel: %s"
 
-#: ../glib/gfileutils.c:932
-#: ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
 #, c-format
 msgid "Failed to create file '%s': %s"
 msgstr "Ni mogoče ustvariti datoteke '%s' %s"
 
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
 #, c-format
 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
 msgstr "Ni mogoče odpreti datoteke '%s' za pisanje: fdopen() ni uspel: %s"
 
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
 #, c-format
 msgid "Failed to write file '%s': fwrite() failed: %s"
 msgstr "Ni mogoče zapisati datoteke '%s': fwrite() ni uspel: %s"
 
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
 #, c-format
 msgid "Failed to close file '%s': fclose() failed: %s"
 msgstr "Ni mogoče zapreti datoteke '%s': fclose() ni uspel: %s"
 
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
 #, c-format
 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
 msgstr "Obstoječe datoteke '%s' ni mogoče odstraniti: g_unlink() ni uspel: %s"
 
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
 #, c-format
 msgid "Template '%s' invalid, should not contain a '%s'"
 msgstr "Predloga '%s' je neveljavna, saj ne sme vsebovati '%s'"
 
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
 #, c-format
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Predloga '%s' ne vsebuje XXXXXX"
 
-#: ../glib/gfileutils.c:1826
+#: glib/gfileutils.c:1826
 #, c-format
 msgid "%u byte"
 msgid_plural "%u bytes"
@@ -275,1394 +246,1456 @@
 msgstr[2] "%u bajta"
 msgstr[3] "%u bajti"
 
-#: ../glib/gfileutils.c:1834
+#: glib/gfileutils.c:1834
 #, c-format
 msgid "%.1f KB"
 msgstr "%.1f KB"
 
-#: ../glib/gfileutils.c:1839
+#: glib/gfileutils.c:1839
 #, c-format
 msgid "%.1f MB"
 msgstr "%.1f MB"
 
-#: ../glib/gfileutils.c:1844
+#: glib/gfileutils.c:1844
 #, c-format
 msgid "%.1f GB"
 msgstr "%.1f GB"
 
-#: ../glib/gfileutils.c:1887
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Ni mogoče prebrati simbolne povezave '%s': %s"
 
-#: ../glib/gfileutils.c:1908
+#: glib/gfileutils.c:1908
+#, c-format
 msgid "Symbolic links not supported"
 msgstr "Simbolne povezave niso podprte"
 
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Ni mogoče odpreti pretvornika iz '%s' v '%s': %s"
 
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Ni mogoče prebrati g_io_channel_read_line_string"
 
-#: ../glib/giochannel.c:1554
-#: ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
+#, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Preostanek nepretvorjenih podatkov v bralnem medpomnilniku"
 
-#: ../glib/giochannel.c:1634
-#: ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
+#, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanal je prekinjen v delnem znaku"
 
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
+#, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Ni mogoče prebrati v g_io_channel_read_to_end"
 
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
 #, c-format
 msgid "Failed to open file '%s': open() failed: %s"
 msgstr "Ni mogoče odpreti datoteke '%s': open() ni uspel: %s"
 
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
 #, c-format
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Ni mogoče preslikati datoteke '%s': mmap() ni uspel: %s"
 
-#: ../glib/gmarkup.c:228
-#: ../glib/gmarkup.c:244
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, c-format
 msgid "Error on line %d char %d: "
 msgstr "Napaka v vrstici %d, znak %d:"
 
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Napaka v vrstici %d: %s"
 
-#: ../glib/gmarkup.c:442
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
-msgstr "Zaznana prazna entiteta '&;'; veljavne entitete so: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:442
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+msgstr ""
+"Zaznana prazna entiteta '&;'; veljavne entitete so: &amp; &quot; &lt; &gt; "
+"&apos;"
 
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:452
 #, c-format
-msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &amp;"
-msgstr "Znak '%s' ni veljaven na začetku imena entitete; entiteto začne znak &; v primeru, da znak ne predstavlja entitete, mora biti zapisan kot &amp;"
+msgid ""
+"Character '%s' is not valid at the start of an entity name; the & character "
+"begins an entity; if this ampersand isn't supposed to be an entity, escape "
+"it as &amp;"
+msgstr ""
+"Znak '%s' ni veljaven na začetku imena entitete; entiteto začne znak &; v "
+"primeru, da znak ne predstavlja entitete, mora biti zapisan kot &amp;"
 
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Znak '%s' ni veljaven znotraj imena entitete"
 
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Neznano ime entitete '%s'"
 
-#: ../glib/gmarkup.c:534
-msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &amp;"
-msgstr "Entiteta se ne zaključi s podpičjem; najverjetneje je uporabljen znak '&' brez povezave z entiteto - znak '&' mora biti zapisan kot '&amp;'"
+#: glib/gmarkup.c:534
+msgid ""
+"Entity did not end with a semicolon; most likely you used an ampersand "
+"character without intending to start an entity - escape ampersand as &amp;"
+msgstr ""
+"Entiteta se ne zaključi s podpičjem; najverjetneje je uporabljen znak '&' "
+"brez povezave z entiteto - znak '&' mora biti zapisan kot '&amp;'"
 
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:587
 #, c-format
-msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (&#234; for example) - perhaps the digit is too large"
-msgstr "Ni mogoče razčleniti '%-.*s', ki bi morala biti številka znotraj reference znaka (na primer &#234;) - morda je številka prevelika"
+msgid ""
+"Failed to parse '%-.*s', which should have been a digit inside a character "
+"reference (&#234; for example) - perhaps the digit is too large"
+msgstr ""
+"Ni mogoče razčleniti '%-.*s', ki bi morala biti številka znotraj reference "
+"znaka (na primer &#234;) - morda je številka prevelika"
 
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Referenca znaka '%-.*s' ne šifrira dovoljenega znaka"
 
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Prazna referenca znaka; vsebovati bi morala številko kot &#454;"
 
-#: ../glib/gmarkup.c:637
-msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &amp;"
-msgstr "Referenca znaka se ni končala s podpičjem; najverjetneje je uporabljen znak '&' brez povezave z entiteto - znak '&' mora biti zapisan kot '&amp;'"
+#: glib/gmarkup.c:637
+msgid ""
+"Character reference did not end with a semicolon; most likely you used an "
+"ampersand character without intending to start an entity - escape ampersand "
+"as &amp;"
+msgstr ""
+"Referenca znaka se ni končala s podpičjem; najverjetneje je uporabljen znak "
+"'&' brez povezave z entiteto - znak '&' mora biti zapisan kot '&amp;'"
 
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Nedokončano nanašanje na entiteto"
 
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Nedokončano nanašanje na znak"
 
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Neveljavno UTF-8 kodirano besedilo - predolgo zaporedje"
 
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Neveljavno UTF-8 kodirano besedilo - ni začetnega znaka"
 
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Neveljavno UTF-8 kodirano besedilo - neveljaven '%s'"
 
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokument se mora začeti z elementom (na primer <book>)"
 
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1114
 #, c-format
-msgid "'%s' is not a valid character following a '<' character; it may not begin an element name"
-msgstr "'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne začne z imenom elementa"
+msgid ""
+"'%s' is not a valid character following a '<' character; it may not begin an "
+"element name"
+msgstr ""
+"'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne začne z imenom "
+"elementa"
 
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1178
 #, c-format
-msgid "Odd character '%s', expected a '>' character to end the start tag of element '%s'"
-msgstr "Nenavaden znak '%s'. Pričakovan znak je '>', da se zaključi oznako elementa '%s'"
+msgid ""
+"Odd character '%s', expected a '>' character to end the start tag of element "
+"'%s'"
+msgstr ""
+"Nenavaden znak '%s'. Pričakovan znak je '>', da se zaključi oznako elementa "
+"'%s'"
 
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1267
 #, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
-msgstr "Nenavaden znak '%s'. Za imenom atributa '%s' (elementa '%s') je pričakovan znak '='"
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgstr ""
+"Nenavaden znak '%s'. Za imenom atributa '%s' (elementa '%s') je pričakovan "
+"znak '='"
 
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1309
 #, c-format
-msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name"
-msgstr "Nenavaden znak '%s'. Pričakovan znak '>' ali '/', ki bi zaključil oznako elementa '%s' ali atribut; morda ste uporabili neveljaven znak v imenu atributa'"
+msgid ""
+"Odd character '%s', expected a '>' or '/' character to end the start tag of "
+"element '%s', or optionally an attribute; perhaps you used an invalid "
+"character in an attribute name"
+msgstr ""
+"Nenavaden znak '%s'. Pričakovan znak '>' ali '/', ki bi zaključil oznako "
+"elementa '%s' ali atribut; morda ste uporabili neveljaven znak v imenu "
+"atributa'"
 
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1395
 #, c-format
-msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'"
-msgstr "Nenavaden znak '%s'. Za enačajem je pričakovan narekovaj znotraj katerega je podana vrednost atributa '%s' elementa '%s'"
+msgid ""
+"Odd character '%s', expected an open quote mark after the equals sign when "
+"giving value for attribute '%s' of element '%s'"
+msgstr ""
+"Nenavaden znak '%s'. Za enačajem je pričakovan narekovaj znotraj katerega je "
+"podana vrednost atributa '%s' elementa '%s'"
 
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1537
 #, c-format
-msgid "'%s' is not a valid character following the characters '</'; '%s' may not begin an element name"
-msgstr "'%s' ni veljaven znak za znakoma '</'; ime elementa se ne sme začeti z '%s'"
+msgid ""
+"'%s' is not a valid character following the characters '</'; '%s' may not "
+"begin an element name"
+msgstr ""
+"'%s' ni veljaven znak za znakoma '</'; ime elementa se ne sme začeti z '%s'"
 
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1577
 #, c-format
-msgid "'%s' is not a valid character following the close element name '%s'; the allowed character is '>'"
-msgstr "Znak '%s' ni veljaven kadar sledi zaprtju imena elementa '%s'; dovoljen znak je '>'"
+msgid ""
+"'%s' is not a valid character following the close element name '%s'; the "
+"allowed character is '>'"
+msgstr ""
+"Znak '%s' ni veljaven kadar sledi zaprtju imena elementa '%s'; dovoljen znak "
+"je '>'"
 
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element '%s' je zaprt, trenutno ni odprtega elementa"
 
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element '%s' je zaprt, še vedno pa je odprt element '%s'"
 
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokument je prazen ali pa vsebuje le presledke"
 
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokument nepričakovano zaključen takoj za odprtjem predmeta '<'"
 
-#: ../glib/gmarkup.c:1779
-#: ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
-msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened"
-msgstr "Dokument nepričakovano zaključen s še odprtimi elementi - '%s' je zadnji odprt element"
+msgid ""
+"Document ended unexpectedly with elements still open - '%s' was the last "
+"element opened"
+msgstr ""
+"Dokument nepričakovano zaključen s še odprtimi elementi - '%s' je zadnji "
+"odprt element"
 
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1787
 #, c-format
-msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>"
-msgstr "Dokument nepričakovano zaključen, pričakovan je zaključni zaklepaj oznake <%s/>"
+msgid ""
+"Document ended unexpectedly, expected to see a close angle bracket ending "
+"the tag <%s/>"
+msgstr ""
+"Dokument nepričakovano zaključen, pričakovan je zaključni zaklepaj oznake <%"
+"s/>"
 
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokument nepričakovano zaključen sredi imena elementa"
 
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokument nepričakovano zaključen sredi imena atributa"
 
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokument nepričakovano zaključen sredi oznake za odprtje elementa."
 
-#: ../glib/gmarkup.c:1810
-msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value"
-msgstr "Dokument nepričakovano zaključen za enačajem, ki sledil imenu atributa; ni določena vrednosti atributa"
+#: glib/gmarkup.c:1810
+msgid ""
+"Document ended unexpectedly after the equals sign following an attribute "
+"name; no attribute value"
+msgstr ""
+"Dokument nepričakovano zaključen za enačajem, ki sledil imenu atributa; ni "
+"določena vrednosti atributa"
 
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokument nepričakovano zaključen sredi vrednosti atributa"
 
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Dokument nepričakovano zaključen sredi oznake zaprtja elementa '%s'"
 
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Dokument nepričakovano zaključen sredi komentarja ali ukaza"
 
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
 msgid "corrupted object"
 msgstr "pokvarjen predmet"
 
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
 msgid "internal error or corrupted object"
 msgstr "notranja napaka ali pokvarjen predmet"
 
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
 msgid "out of memory"
 msgstr "zmanjkalo je pomnilnika"
 
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
 msgid "backtracking limit reached"
 msgstr "dosežena omejitev sledenja nazaj"
 
-#: ../glib/gregex.c:152
-#: ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
 msgid "the pattern contains items not supported for partial matching"
 msgstr "vzorec vsebuje predmete, ki niso podprti za delno iskanje zadetkov"
 
-#: ../glib/gregex.c:154
+#: glib/gregex.c:154
 msgid "internal error"
 msgstr "notranja napaka"
 
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
 msgid "back references as conditions are not supported for partial matching"
 msgstr "predhodne povezave, kot pogoji, niso podprti za delno primerjavo"
 
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
 msgid "recursion limit reached"
 msgstr "dosežena omejitev globine drevesne ravni"
 
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
 msgid "workspace limit for empty substrings reached"
 msgstr "dosežena omejitev delovnega prostora za prazne podrejene niti"
 
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
 msgid "invalid combination of newline flags"
 msgstr "nepravilna kombinacija zastavic nove vrstice"
 
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
 msgid "unknown error"
 msgstr "neznana napaka"
 
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
 msgid "\\ at end of pattern"
 msgstr "\\ na koncu vzorca"
 
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
 msgid "\\c at end of pattern"
 msgstr "\\c na koncu vzorca"
 
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
 msgid "unrecognized character follows \\"
 msgstr "neprepoznan znak sledi znaku \\"
 
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
 msgstr ""
 
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
 msgid "numbers out of order in {} quantifier"
 msgstr ""
 
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
 msgid "number too big in {} quantifier"
 msgstr ""
 
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
 msgid "missing terminating ] for character class"
 msgstr "manjkajoč zaključni znak ] za znakovni razred"
 
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
 msgid "invalid escape sequence in character class"
 msgstr "neveljavno ubežno zaporedje v znakovnem razredu"
 
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
 msgid "range out of order in character class"
 msgstr ""
 
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
 msgid "nothing to repeat"
 msgstr "ni mogoče ponoviti"
 
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
 msgid "unrecognized character after (?"
 msgstr "neprepoznan znak za (?"
 
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
 msgid "unrecognized character after (?<"
 msgstr "neprepoznan znak za (?<"
 
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
 msgid "unrecognized character after (?P"
 msgstr "neprepoznan znak za (?P"
 
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
 msgid "POSIX named classes are supported only within a class"
 msgstr ""
 
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
 msgid "missing terminating )"
 msgstr "manjka zaključujoči )"
 
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
 msgid ") without opening ("
 msgstr ") brez odpirajočega ("
 
-#: ../glib/gregex.c:255
+#: glib/gregex.c:255
 msgid "(?R or (?[+-]digits must be followed by )"
 msgstr "(?R ali (?[+-] številom mora slediti )"
 
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
 msgid "reference to non-existent subpattern"
 msgstr ""
 
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
 msgid "missing ) after comment"
 msgstr "manjka ) po opombi"
 
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
 msgid "regular expression too large"
 msgstr "logični izraz je predolg"
 
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
 msgid "failed to get memory"
 msgstr "napaka med pridobivanjem spomina"
 
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
 msgid "lookbehind assertion is not fixed length"
 msgstr ""
 
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
 msgid "malformed number or name after (?("
 msgstr "nepravilno oblikovano ime ali številka za (?("
 
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
 msgid "conditional group contains more than two branches"
 msgstr "pogojna skupina vsebuje več kot dve veji"
 
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
 msgid "assertion expected after (?("
 msgstr ""
 
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
 msgid "unknown POSIX class name"
 msgstr "neznano POSIX ime razreda"
 
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
 msgid "POSIX collating elements are not supported"
 msgstr "POSIX primerjalni elementi niso podprti"
 
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
 msgid "character value in \\x{...} sequence is too large"
 msgstr "znakovna vrednost v zaporedju \\x{...} je predolga"
 
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
 msgid "invalid condition (?(0)"
 msgstr "neveljaven pogoj (?(0)"
 
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
 msgid "\\C not allowed in lookbehind assertion"
 msgstr ""
 
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
 msgid "recursive call could loop indefinitely"
 msgstr "drevesni klic opravila se lahko izvaja v neskončnost"
 
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
 msgid "missing terminator in subpattern name"
 msgstr ""
 
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
 msgid "two named subpatterns have the same name"
 msgstr ""
 
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
 msgid "malformed \\P or \\p sequence"
 msgstr "nepravilno oblikovano \\P ali \\p zaporedje"
 
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
 msgid "unknown property name after \\P or \\p"
 msgstr "neznano ime lastnosti za \\P ali \\p"
 
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
 msgid "subpattern name is too long (maximum 32 characters)"
 msgstr ""
 
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
 msgid "too many named subpatterns (maximum 10,000)"
 msgstr "preveč imenovanih podrejenih vzorcev (največ 10,000)"
 
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
 msgid "octal value is greater than \\377"
 msgstr "osmiška vrednost je večja kot \\377"
 
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
 msgid "DEFINE group contains more than one branch"
 msgstr "DEFINE skupina vsebuje več kot eno vejo"
 
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
 msgid "repeating a DEFINE group is not allowed"
 msgstr "ponavljanje DEFINE skupine ni dovoljeno"
 
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
 msgid "inconsistent NEWLINE options"
 msgstr "nepopolna NEWLINE možnost"
 
-#: ../glib/gregex.c:330
-msgid "\\g is not followed by a braced name or an optionally braced non-zero number"
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
 msgstr ""
 
-#: ../glib/gregex.c:335
+#: glib/gregex.c:335
 msgid "unexpected repeat"
 msgstr "nepričakovana ponovitev"
 
-#: ../glib/gregex.c:339
+#: glib/gregex.c:339
 msgid "code overflow"
 msgstr ""
 
-#: ../glib/gregex.c:343
+#: glib/gregex.c:343
 msgid "overran compiling workspace"
 msgstr "pretečena delovna površina prevajanja kode"
 
-#: ../glib/gregex.c:347
+#: glib/gregex.c:347
 msgid "previously-checked referenced subpattern not found"
 msgstr ""
 
-#: ../glib/gregex.c:514
-#: ../glib/gregex.c:1562
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Napaka med primerjanjem logičnega izraza %s: %s"
 
-#: ../glib/gregex.c:1067
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "Knjižnica PCRE je pretvorjena brez UTF-8 podpore"
 
-#: ../glib/gregex.c:1076
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "Knjižnica PCRE je pretvorjena brez lastnosti UTF-8 podpore"
 
-#: ../glib/gregex.c:1130
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Napaka med pretvarjanjem logičnega izraza %s pri znaku %d: %s"
 
-#: ../glib/gregex.c:1166
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Napaka med prilagajanjem logičnega izraza %s: %s"
 
-#: ../glib/gregex.c:1990
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "šestnajstiško število ali pa pričakovan '}'"
 
-#: ../glib/gregex.c:2006
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "pričakovano šestnajstiško število"
 
-#: ../glib/gregex.c:2046
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "manjkajoč znak '<' v simbolni povezavi"
 
-#: ../glib/gregex.c:2055
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "nedokončana simbolna povezava"
 
-#: ../glib/gregex.c:2062
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "simbolna povezava nične dolžine"
 
-#: ../glib/gregex.c:2073
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "pričakovano število"
 
-#: ../glib/gregex.c:2091
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "neveljavna simbolna povezava"
 
-#: ../glib/gregex.c:2153
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "obidi končna '\\'"
 
-#: ../glib/gregex.c:2157
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "neznano ubežno zaporedje"
 
-#: ../glib/gregex.c:2167
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Napaka med razčlenjevanjem besedila zamenjave \"%s\" pri znaku %lu: %s"
 
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
+#, c-format
 msgid "Quoted text doesn't begin with a quotation mark"
 msgstr "Citirano besedilo se ne začne z narekovajem"
 
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
+#, c-format
 msgid "Unmatched quotation mark in command line or other shell-quoted text"
 msgstr "V ukazni vrstici ali v citiranem besedilu manjka končni narekovaj"
 
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
 #, c-format
 msgid "Text ended just after a '\\' character. (The text was '%s')"
 msgstr "Besedilo končano takoj po znaku '\\'. (Besedilo je bilo '%s')"
 
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
 #, c-format
 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
-msgstr "Besedilo končano preden je bil najden zaključni narekovaj za %c. (besedilo je bilo '%s')"
+msgstr ""
+"Besedilo končano preden je bil najden zaključni narekovaj za %c. (besedilo "
+"je bilo '%s')"
 
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
+#, c-format
 msgid "Text was empty (or contained only whitespace)"
 msgstr "Besedilo je bilo prazno (ali vsebovalo le presledke)"
 
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
+#, c-format
 msgid "Failed to read data from child process"
 msgstr "Ni mogoče prebrati podatkov iz procesa podrejenega predmeta"
 
-#: ../glib/gspawn-win32.c:287
-#: ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
-msgstr "Ni mogoče ustvariti cevi za komunikacijo s procesom podrejenega predmeta (%s)"
+msgstr ""
+"Ni mogoče ustvariti cevi za komunikacijo s procesom podrejenega predmeta (%s)"
 
-#: ../glib/gspawn-win32.c:325
-#: ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Ni mogoče prebrati iz cevi podrejenega procesa (%s)"
 
-#: ../glib/gspawn-win32.c:351
-#: ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Ni mogoče spremeniti imenika v '%s' (%s)"
 
-#: ../glib/gspawn-win32.c:357
-#: ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
 #, c-format
 msgid "Failed to execute child process (%s)"
 msgstr "Ni mogoče izvesti podrejenega procesa (%s)"
 
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
 #, c-format
 msgid "Invalid program name: %s"
 msgstr "Neveljavno ime programa: %s"
 
-#: ../glib/gspawn-win32.c:438
-#: ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
 #, c-format
 msgid "Invalid string in argument vector at %d: %s"
 msgstr "Neveljaven niz v vektorju argumenta pri %d: %s"
 
-#: ../glib/gspawn-win32.c:449
-#: ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
 #, c-format
 msgid "Invalid string in environment: %s"
 msgstr "Neveljaven niz okolja: %s"
 
-#: ../glib/gspawn-win32.c:674
-#: ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
 #, c-format
 msgid "Invalid working directory: %s"
 msgstr "Neveljavna delovna mapa: %s"
 
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
 #, c-format
 msgid "Failed to execute helper program (%s)"
 msgstr "Napaka pri izvedbi pomožnega programa  (%s)"
 
-#: ../glib/gspawn-win32.c:938
-msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process"
-msgstr "Nepričakovana napaka v g_io_channel_win32_poll() med branjem podatkov procesa podrejenega predmeta"
+#: glib/gspawn-win32.c:938
+#, c-format
+msgid ""
+"Unexpected error in g_io_channel_win32_poll() reading data from a child "
+"process"
+msgstr ""
+"Nepričakovana napaka v g_io_channel_win32_poll() med branjem podatkov "
+"procesa podrejenega predmeta"
 
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
 #, c-format
 msgid "Failed to read data from child process (%s)"
 msgstr "Ni mogoče prebrati podatkov podrejenega procesa (%s)"
 
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
-msgstr "Nepričakovana napaka v select() med branjem podatkov procesa podrejenega predmeta (%s)"
+msgstr ""
+"Nepričakovana napaka v select() med branjem podatkov procesa podrejenega "
+"predmeta (%s)"
 
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Nepričakovana napaka v waitpid() (%s)"
 
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Ni mogoča razvejitev (%s)"
 
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Ni mogoče izvesti podrejenega procesa \"%s\" (%s)"
 
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Ni mogoče preusmeriti vhoda ali izhoda podrejenega procesa (%s)"
 
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Ni mogoče razvejiti podrejenega procesa (%s)"
 
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Neznana napaka med izvajanjem podrejenega procesa \"%s\""
 
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Ni mogoče prebrati dovolj podatkov iz cevi podrejenega procesa (%s)"
 
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
+#, c-format
 msgid "Character out of range for UTF-8"
 msgstr "Znak izven intervala za UTF-8"
 
-#: ../glib/gutf8.c:1118
-#: ../glib/gutf8.c:1127
-#: ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268
-#: ../glib/gutf8.c:1409
-#: ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
+#, c-format
 msgid "Invalid sequence in conversion input"
 msgstr "Neveljavno zaporedje na vhodu pretvorbe"
 
-#: ../glib/gutf8.c:1420
-#: ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
+#, c-format
 msgid "Character out of range for UTF-16"
 msgstr "Znak izven intervala za UTF-16"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Uporaba:"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[MOŽNOST ...]"
 
-#: ../glib/goption.c:677
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Možnosti pomoči:"
 
-#: ../glib/goption.c:678
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Pokaži možnosti pomoči"
 
-#: ../glib/goption.c:684
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Pokaži vse možnosti pomoči"
 
-#: ../glib/goption.c:736
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Možnosti programa:"
 
-#: ../glib/goption.c:797
-#: ../glib/goption.c:867
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Ni mogoče razčleniti celoštevilske vrednosti '%s' za %s"
 
-#: ../glib/goption.c:807
-#: ../glib/goption.c:875
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Celoštevilska vrednost '%s' za %s izven obsega"
 
-#: ../glib/goption.c:832
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Ni mogoče razčleniti dvojne vrednosti '%s' za %s"
 
-#: ../glib/goption.c:840
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Vrednost dvojne velikosti '%s' za %s izven obsega"
 
-#: ../glib/goption.c:1177
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Napaka med razčlenjevanjem %s"
 
-#: ../glib/goption.c:1208
-#: ../glib/goption.c:1319
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Manjka argument za %s"
 
-#: ../glib/goption.c:1714
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Neznana možnost %s"
 
-#: ../glib/gkeyfile.c:358
+#: glib/gkeyfile.c:358
+#, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Veljavnega ključa v iskanih imenikih ni mogoče najti"
 
-#: ../glib/gkeyfile.c:393
+#: glib/gkeyfile.c:393
+#, c-format
 msgid "Not a regular file"
 msgstr "Ni običajna datoteka"
 
-#: ../glib/gkeyfile.c:401
+#: glib/gkeyfile.c:401
+#, c-format
 msgid "File is empty"
 msgstr "Datoteka je prazna"
 
-#: ../glib/gkeyfile.c:761
+#: glib/gkeyfile.c:761
 #, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
-msgstr "Datoteka s ključem vsebuje vrstico '%s', ki ni ključ-vrednost par, skupina ali komentar"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgstr ""
+"Datoteka s ključem vsebuje vrstico '%s', ki ni ključ-vrednost par, skupina "
+"ali komentar"
 
-#: ../glib/gkeyfile.c:821
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Neveljavno ime skupine: %s"
 
-#: ../glib/gkeyfile.c:843
+#: glib/gkeyfile.c:843
+#, c-format
 msgid "Key file does not start with a group"
 msgstr "Datoteka s ključem se ne začne s skupino"
 
-#: ../glib/gkeyfile.c:869
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Neveljavno ime ključa: %s"
 
-#: ../glib/gkeyfile.c:896
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Datoteka s ključem vsebuje nepodprto kodiranje '%s'"
 
-#: ../glib/gkeyfile.c:1109
-#: ../glib/gkeyfile.c:1269
-#: ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2555
-#: ../glib/gkeyfile.c:2690
-#: ../glib/gkeyfile.c:2825
-#: ../glib/gkeyfile.c:2978
-#: ../glib/gkeyfile.c:3165
-#: ../glib/gkeyfile.c:3226
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Datoteka s ključem ni del skupine '%s'"
 
-#: ../glib/gkeyfile.c:1281
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Datoteka s ključem nima ključa '%s'"
 
-#: ../glib/gkeyfile.c:1383
-#: ../glib/gkeyfile.c:1496
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
-msgstr "Datoteka s ključem vsebuje ključ '%s' z vrednostjo '%s', ki ni zapisan v UTF-8 naboru"
+msgstr ""
+"Datoteka s ključem vsebuje ključ '%s' z vrednostjo '%s', ki ni zapisan v UTF-"
+"8 naboru"
 
-#: ../glib/gkeyfile.c:1403
-#: ../glib/gkeyfile.c:1516
-#: ../glib/gkeyfile.c:1889
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
-msgstr "Datoteka s ključem vsebuje ključ '%s' z vrednostjo, ki je ni mogoče obravnavati."
+msgstr ""
+"Datoteka s ključem vsebuje ključ '%s' z vrednostjo, ki je ni mogoče "
+"obravnavati."
 
-#: ../glib/gkeyfile.c:2104
-#: ../glib/gkeyfile.c:2316
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
-msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted."
-msgstr "Datoteka s ključem vsebuje ključ '%s' v skupini '%s' z vrednostjo, ki je ni mogoče obravnavati."
+msgid ""
+"Key file contains key '%s' in group '%s' which has value that cannot be "
+"interpreted."
+msgstr ""
+"Datoteka s ključem vsebuje ključ '%s' v skupini '%s' z vrednostjo, ki je ni "
+"mogoče obravnavati."
 
-#: ../glib/gkeyfile.c:2502
-#: ../glib/gkeyfile.c:2705
-#: ../glib/gkeyfile.c:3237
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Datoteka s ključem nima ključa '%s' v skupini '%s'"
 
-#: ../glib/gkeyfile.c:3471
+#: glib/gkeyfile.c:3471
+#, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Datoteka s ključem vsebuje ubežni znak na koncu vrstice"
 
-#: ../glib/gkeyfile.c:3493
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Datoteka ključa vsebuje neveljavno ubežno zaporedje '%s'"
 
-#: ../glib/gkeyfile.c:3635
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Vrednosti '%s' ni mogoče obravnavati kot število."
 
-#: ../glib/gkeyfile.c:3649
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Celoštevilska vrednost '%s' izven obsega"
 
-#: ../glib/gkeyfile.c:3682
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Vrednosti '%s' ni mogoče obravnavati kot število s plavajočo vejico."
 
-#: ../glib/gkeyfile.c:3706
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Vrednosti '%s' ni mogoče obravnavati kot Boolovo vrednost."
 
-#: ../gio/gbufferedinputstream.c:483
-#: ../gio/ginputstream.c:558
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
 msgid "Too large count value passed to g_input_stream_read_async"
 msgstr "Prevelika vrednost štetja poslana na g_input_stream_read_async"
 
-#: ../gio/gbufferedinputstream.c:869
-#: ../gio/ginputstream.c:888
-#: ../gio/goutputstream.c:1064
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
 msgid "Stream is already closed"
 msgstr "Pretok je že zaprt"
 
-#: ../gio/gcancellable.c:296
-#: ../gio/gsimpleasyncresult.c:611
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
 msgid "Operation was cancelled"
 msgstr "Operacija je bila preklicana."
 
-#: ../gio/gcontenttype.c:156
+#: gio/gcontenttype.c:156
 msgid "Unknown type"
 msgstr "neznana vrsta"
 
-#: ../gio/gcontenttype.c:157
+#: gio/gcontenttype.c:157
 #, c-format
 msgid "%s filetype"
 msgstr "%s vrsta datoteke"
 
-#: ../gio/gcontenttype.c:571
+#: gio/gcontenttype.c:571
 #, c-format
 msgid "%s type"
 msgstr "%s vrsta"
 
-#: ../gio/gdatainputstream.c:309
+#: gio/gdatainputstream.c:309
+#, c-format
 msgid "Unexpected early end-of-stream"
 msgstr "Nepričakovan prezgodnji konec pretoka"
 
-#: ../gio/gdesktopappinfo.c:386
-#: ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
 msgid "Unnamed"
 msgstr "Neimenovan"
 
-#: ../gio/gdesktopappinfo.c:562
+#: gio/gdesktopappinfo.c:562
+#, c-format
 msgid "Desktop file didn't specify Exec field"
 msgstr "Namizna datoteka ne vsebuje določenega polja Exec"
 
-#: ../gio/gdesktopappinfo.c:844
+#: gio/gdesktopappinfo.c:844
+#, c-format
 msgid "Unable to find terminal required for application"
 msgstr "Ni mogoče najti terminala, ki ga zahteva program"
 
-#: ../gio/gdesktopappinfo.c:1026
+#: gio/gdesktopappinfo.c:1026
 #, c-format
 msgid "Can't create user application configuration folder %s: %s"
 msgstr "Ni mogoče ustvariti nastavitvene mape uporabnikovega programa %s: %s"
 
-#: ../gio/gdesktopappinfo.c:1030
+#: gio/gdesktopappinfo.c:1030
 #, c-format
 msgid "Can't create user MIME configuration folder %s: %s"
 msgstr "Ni mogoče ustvariti uporabnikove nastavitvene MIME mape %s: %s"
 
-#: ../gio/gdesktopappinfo.c:1403
+#: gio/gdesktopappinfo.c:1403
 #, c-format
 msgid "Custom definition for %s"
 msgstr "Določilo po meri za %s"
 
-#: ../gio/gdesktopappinfo.c:1427
+#: gio/gdesktopappinfo.c:1427
 #, c-format
 msgid "Can't create user desktop file %s"
 msgstr "Ni mogoče ustvariti uporabnikove datoteke namizja %s"
 
-#: ../gio/gdesktopappinfo.c:1452
+#: gio/gdesktopappinfo.c:1452
+#, c-format
 msgid "Can't load just created desktop file"
 msgstr "Ni mogoče naložiti na novo ustvarjene datoteke namizja"
 
-#: ../gio/gdrive.c:365
+#: gio/gdrive.c:365
 msgid "drive doesn't implement eject"
 msgstr "pogona ni mogoče izvreči"
 
-#: ../gio/gdrive.c:432
+#: gio/gdrive.c:432
 msgid "drive doesn't implement polling for media"
 msgstr ""
 
-#: ../gio/gfile.c:730
-#: ../gio/gfile.c:871
-#: ../gio/gfile.c:1004
-#: ../gio/gfile.c:1090
-#: ../gio/gfile.c:1143
-#: ../gio/gfile.c:1200
-#: ../gio/gfile.c:1281
-#: ../gio/gfile.c:2188
-#: ../gio/gfile.c:2233
-#: ../gio/gfile.c:2283
-#: ../gio/gfile.c:2322
-#: ../gio/gfile.c:2641
-#: ../gio/gfile.c:3035
-#: ../gio/gfile.c:3114
-#: ../gio/gfile.c:3194
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, c-format
 msgid "Operation not supported"
 msgstr "Operacija ni podprta"
 
-#: ../gio/gfile.c:1046
-#: ../gio/glocalfile.c:888
-#: ../gio/glocalfile.c:897
-#: ../gio/glocalfile.c:908
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
 msgid "Containing mount does not exist"
 msgstr "Obstoječa enota ne obstaja"
 
-#: ../gio/gfile.c:1620
+#: gio/gfile.c:1620
+#, c-format
 msgid "Can't copy over directory"
 msgstr "Ni mogoče kopirati preko mape"
 
-#: ../gio/gfile.c:1680
+#: gio/gfile.c:1680
+#, c-format
 msgid "Can't copy directory over directory"
 msgstr "Ni mogoče kopirati mape preko mape"
 
-#: ../gio/gfile.c:1688
+#: gio/gfile.c:1688
+#, c-format
 msgid "Target file exists"
 msgstr "Ciljna datoteka obstaja"
 
-#: ../gio/gfile.c:1706
+#: gio/gfile.c:1706
+#, c-format
 msgid "Can't recursively copy directory"
 msgstr "Ni mogoče kopirati drevesne strukture mape"
 
-#: ../gio/gfile.c:2273
+#: gio/gfile.c:2273
+#, c-format
 msgid "Invalid symlink value given"
 msgstr "Neveljavna vrednost simbolne povezave"
 
-#: ../gio/gfile.c:2365
+#: gio/gfile.c:2365
+#, c-format
 msgid "Trash not supported"
 msgstr "Smeti niso podprte"
 
-#: ../gio/gfile.c:2412
+#: gio/gfile.c:2412
 #, c-format
 msgid "File names cannot contain '%c'"
 msgstr "Ni mogoče uporabiti '%c' v imenu datoteke"
 
-#: ../gio/gfile.c:4039
-#: ../gio/gvolume.c:318
+#: gio/gfile.c:4039 gio/gvolume.c:318
 msgid "volume doesn't implement mount"
 msgstr "enota ne podpira priklopa"
 
-#: ../gio/gfileenumerator.c:151
+#: gio/gfileenumerator.c:151
+#, c-format
 msgid "Enumerator is closed"
 msgstr ""
 
-#: ../gio/gfileenumerator.c:158
-#: ../gio/gfileenumerator.c:217
-#: ../gio/gfileenumerator.c:317
-#: ../gio/gfileenumerator.c:424
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
 msgid "File enumerator has outstanding operation"
 msgstr ""
 
-#: ../gio/gfileenumerator.c:307
-#: ../gio/gfileenumerator.c:414
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
 msgid "File enumerator is already closed"
 msgstr ""
 
-#: ../gio/gfileinputstream.c:143
-#: ../gio/gfileinputstream.c:439
-#: ../gio/gfileoutputstream.c:154
-#: ../gio/gfileoutputstream.c:556
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
 msgid "Stream doesn't support query_info"
 msgstr "Pretok ne podpira query_info"
 
-#: ../gio/gfileinputstream.c:354
-#: ../gio/gfileoutputstream.c:395
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
 msgid "Seek not supported on stream"
 msgstr "Iskanje po pretoku ni podprto"
 
-#: ../gio/gfileinputstream.c:398
+#: gio/gfileinputstream.c:398
+#, c-format
 msgid "Truncate not allowed on input stream"
 msgstr "Razčlenitev ni dovoljena na dovodnem pretoku"
 
-#: ../gio/gfileoutputstream.c:490
+#: gio/gfileoutputstream.c:490
+#, c-format
 msgid "Truncate not supported on stream"
 msgstr "Razčlenitev ni podprta na pretoku"
 
-#: ../gio/ginputstream.c:186
+#: gio/ginputstream.c:186
+#, c-format
 msgid "Too large count value passed to g_input_stream_read"
 msgstr "Prevelika vrednost štetja poslana na g_input_stream_read"
 
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
+#, c-format
 msgid "Input stream doesn't implement read"
 msgstr "Vhodni pretok ne podpira branja"
 
-#: ../gio/ginputstream.c:318
+#: gio/ginputstream.c:318
+#, c-format
 msgid "Too large count value passed to g_input_stream_skip"
 msgstr "Prevelika vrednost štetja poslana na g_input_stream_skip"
 
-#: ../gio/ginputstream.c:681
+#: gio/ginputstream.c:681
 msgid "Too large count value passed to g_input_stream_skip_async"
 msgstr "Prevelika vrednost štetja poslana na g_input_stream_skip_async"
 
-#: ../gio/ginputstream.c:895
-#: ../gio/goutputstream.c:1071
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
 msgid "Stream has outstanding operation"
 msgstr ""
 
-#: ../gio/glocalfile.c:554
+#: gio/glocalfile.c:554
 #, c-format
 msgid "Invalid filename %s"
 msgstr "Neveljavno ime datoteke %s"
 
-#: ../gio/glocalfile.c:810
+#: gio/glocalfile.c:810
 #, c-format
 msgid "Error getting filesystem info: %s"
 msgstr "Napaka med branjem podrobnosti datotečnega sistema %s"
 
-#: ../gio/glocalfile.c:928
+#: gio/glocalfile.c:928
+#, c-format
 msgid "Can't rename root directory"
 msgstr "Ni mogoče preimenovati skrbniške mape"
 
-#: ../gio/glocalfile.c:946
+#: gio/glocalfile.c:946
+#, c-format
 msgid "Can't rename file, filename already exist"
 msgstr "Ni mogoče preimenovati datoteke, izbrano ime že obstaja"
 
-#: ../gio/glocalfile.c:959
-#: ../gio/glocalfile.c:1681
-#: ../gio/glocalfile.c:1710
-#: ../gio/glocalfile.c:1842
-#: ../gio/glocalfileoutputstream.c:451
-#: ../gio/glocalfileoutputstream.c:494
-#: ../gio/glocalfileoutputstream.c:886
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, c-format
 msgid "Invalid filename"
 msgstr "Neveljavno ime datoteke"
 
-#: ../gio/glocalfile.c:963
+#: gio/glocalfile.c:963
 #, c-format
 msgid "Error renaming file: %s"
 msgstr "Napaka med preimenovanjem datoteke: %s"
 
-#: ../gio/glocalfile.c:1080
+#: gio/glocalfile.c:1080
 #, c-format
 msgid "Error opening file: %s"
 msgstr "Napaka med odpiranjem datoteke: %s"
 
-#: ../gio/glocalfile.c:1090
+#: gio/glocalfile.c:1090
+#, c-format
 msgid "Can't open directory"
 msgstr "Ni mogoče odpreti mape"
 
-#: ../gio/glocalfile.c:1142
-#: ../gio/glocalfile.c:1685
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
 #, c-format
 msgid "Error removing file: %s"
 msgstr "Napaka med odstranjevanjem datoteke: %s"
 
-#: ../gio/glocalfile.c:1434
+#: gio/glocalfile.c:1434
 #, c-format
 msgid "Error trashing file: %s"
 msgstr "Napaka ob premikanjem datoteke v smeti: %s"
 
-#: ../gio/glocalfile.c:1458
+#: gio/glocalfile.c:1458
 #, c-format
 msgid "Unable to create trash dir %s: %s"
 msgstr "Ni mogoče ustvariti mape smeti %s: %s"
 
-#: ../gio/glocalfile.c:1482
+#: gio/glocalfile.c:1482
+#, c-format
 msgid "Unable to find toplevel directory for trash"
 msgstr "Ni mogoče najti vrhnje ravni smeti"
 
-#: ../gio/glocalfile.c:1542
-#: ../gio/glocalfile.c:1562
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
 msgid "Unable to find or create trash directory"
 msgstr "Ni mogoče najti ali ustvariti mape smeti"
 
-#: ../gio/glocalfile.c:1594
+#: gio/glocalfile.c:1594
 #, c-format
 msgid "Unable to create trashed file: %s"
 msgstr "Ni mogoče ustvariti datoteke smeti: %s"
 
-#: ../gio/glocalfile.c:1617
+#: gio/glocalfile.c:1617
 #, c-format
 msgid "Unable to trash file: %s"
 msgstr "Ni mogoče premakniti datoteke v smeti: %s"
 
-#: ../gio/glocalfile.c:1714
+#: gio/glocalfile.c:1714
 #, c-format
 msgid "Error making symbolic link: %s"
 msgstr "Napaka med ustvarjanjem simbolne povezave: %s"
 
-#: ../gio/glocalfile.c:1761
-#: ../gio/glocalfile.c:1846
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
 #, c-format
 msgid "Error moving file: %s"
 msgstr "Napaka med premikanjem datoteke: %s"
 
-#: ../gio/glocalfile.c:1782
+#: gio/glocalfile.c:1782
+#, c-format
 msgid "Can't move directory over directory"
 msgstr "Ni mogoče premakniti mape čez mapo"
 
-#: ../gio/glocalfile.c:1791
+#: gio/glocalfile.c:1791
+#, c-format
 msgid "Target file already exists"
 msgstr "Ciljna datoteka že obstaja"
 
-#: ../gio/glocalfile.c:1804
-#: ../gio/glocalfileoutputstream.c:740
-#: ../gio/glocalfileoutputstream.c:754
-#: ../gio/glocalfileoutputstream.c:769
-#: ../gio/glocalfileoutputstream.c:785
-#: ../gio/glocalfileoutputstream.c:799
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
 msgid "Backup file creation failed"
 msgstr "Ni mogoče ustvariti varnostne kopije"
 
-#: ../gio/glocalfile.c:1821
+#: gio/glocalfile.c:1821
 #, c-format
 msgid "Error removing target file: %s"
 msgstr "Napaka med odstranjevanjem ciljne datoteke: %s"
 
-#: ../gio/glocalfile.c:1835
+#: gio/glocalfile.c:1835
+#, c-format
 msgid "Move between mounts not supported"
 msgstr "Premikanje med priklopi ni podprto"
 
-#: ../gio/glocalfileinfo.c:707
+#: gio/glocalfileinfo.c:707
+#, c-format
 msgid "Attribute value must be non-NULL"
 msgstr "Vrednost atributa ne sme biti določena kot NULL"
 
-#: ../gio/glocalfileinfo.c:714
+#: gio/glocalfileinfo.c:714
+#, c-format
 msgid "Invalid attribute type (string expected)"
 msgstr "Neveljavna vrsta atributa (pričakovan niz)"
 
-#: ../gio/glocalfileinfo.c:721
+#: gio/glocalfileinfo.c:721
+#, c-format
 msgid "Invalid extended attribute name"
 msgstr "Neveljavno razširjeno ime atributa"
 
-#: ../gio/glocalfileinfo.c:761
+#: gio/glocalfileinfo.c:761
 #, c-format
 msgid "Error setting extended attribute '%s': %s"
 msgstr "Napaka med določanjem razširjenega atributa '%s': %s"
 
-#: ../gio/glocalfileinfo.c:1392
-#: ../gio/glocalfileoutputstream.c:630
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
 #, c-format
 msgid "Error stating file '%s': %s"
 msgstr "Napaka med potrjevanjem datoteke '%s': %s"
 
-#: ../gio/glocalfileinfo.c:1446
+#: gio/glocalfileinfo.c:1446
 msgid " (invalid encoding)"
 msgstr " (neveljavni kodni nabor)"
 
-#: ../gio/glocalfileinfo.c:1621
+#: gio/glocalfileinfo.c:1621
 #, c-format
 msgid "Error stating file descriptor: %s"
 msgstr "Napaka med potrjevanjem opisovalca datoteke: %s"
 
-#: ../gio/glocalfileinfo.c:1666
+#: gio/glocalfileinfo.c:1666
+#, c-format
 msgid "Invalid attribute type (uint32 expected)"
 msgstr "Neveljavna vrsta atributa (pričakovan uint32)"
 
-#: ../gio/glocalfileinfo.c:1683
+#: gio/glocalfileinfo.c:1683
+#, c-format
 msgid "Invalid attribute type (uint64 expected)"
 msgstr "Neveljavna vrsta atributa (pričakovan uint64)"
 
-#: ../gio/glocalfileinfo.c:1701
+#: gio/glocalfileinfo.c:1701
+#, c-format
 msgid "Invalid attribute type (byte string expected)"
 msgstr "Neveljavna vrsta atributa (pričakovan bitni niz)"
 
-#: ../gio/glocalfileinfo.c:1725
+#: gio/glocalfileinfo.c:1725
 #, c-format
 msgid "Error setting permissions: %s"
 msgstr "Napaka med določanjem dovoljenj: %s"
 
-#: ../gio/glocalfileinfo.c:1772
-#: ../gio/glocalfileinfo.c:1932
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
 #, c-format
 msgid "Error setting owner: %s"
 msgstr "Napaka med določanjem lastnika: %s"
 
-#: ../gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1795
+#, c-format
 msgid "symlink must be non-NULL"
 msgstr "Simbolna povezava ne sme biti določena kot NULL"
 
-#: ../gio/glocalfileinfo.c:1803
-#: ../gio/glocalfileinfo.c:1820
-#: ../gio/glocalfileinfo.c:1829
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
 #, c-format
 msgid "Error setting symlink: %s"
 msgstr "Napaka med določanjem simbolne povezave: %s"
 
-#: ../gio/glocalfileinfo.c:1812
+#: gio/glocalfileinfo.c:1812
+#, c-format
 msgid "Error setting symlink: file is not a symlink"
-msgstr "Napaka med določevanjem simbolne povezave; datoteka ni simbolna povezava"
+msgstr ""
+"Napaka med določevanjem simbolne povezave; datoteka ni simbolna povezava"
 
-#: ../gio/glocalfileinfo.c:1987
+#: gio/glocalfileinfo.c:1987
 #, c-format
 msgid "Setting attribute %s not supported"
 msgstr "Določanje atributa %s ni podprto"
 
-#: ../gio/glocalfileinputstream.c:158
-#: ../gio/glocalfileoutputstream.c:541
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
 #, c-format
 msgid "Error reading from file: %s"
 msgstr "Napaka med branjem iz datoteke: %s"
 
-#: ../gio/glocalfileinputstream.c:187
-#: ../gio/glocalfileinputstream.c:197
-#: ../gio/glocalfileinputstream.c:301
-#: ../gio/glocalfileoutputstream.c:351
-#: ../gio/glocalfileoutputstream.c:815
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
 #, c-format
 msgid "Error seeking in file: %s"
 msgstr "Napaka med iskanjem v datoteki: %s"
 
-#: ../gio/glocalfileinputstream.c:224
-#: ../gio/glocalfileoutputstream.c:259
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
 #, c-format
 msgid "Error closing file: %s"
 msgstr "Napaka med zapiranjem datoteke: %s"
 
-#: ../gio/glocalfileoutputstream.c:166
-#: ../gio/glocalfileoutputstream.c:560
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
 #, c-format
 msgid "Error writing to file: %s"
 msgstr "Napaka med pisanjem v datoteko: %s"
 
-#: ../gio/glocalfileoutputstream.c:205
+#: gio/glocalfileoutputstream.c:205
 #, c-format
 msgid "Error removing old backup link: %s"
 msgstr "Napaka med odstranjevanjem stare varnostne povezave: %s"
 
-#: ../gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:214
 #, c-format
 msgid "Error creating backup link: %s"
 msgstr "Napaka med ustvarjanjem varnostne povezave: %s"
 
-#: ../gio/glocalfileoutputstream.c:224
+#: gio/glocalfileoutputstream.c:224
 #, c-format
 msgid "Error creating backup copy: %s"
 msgstr "Napaka med ustvarjanjem varnostne kopije: %s"
 
-#: ../gio/glocalfileoutputstream.c:240
+#: gio/glocalfileoutputstream.c:240
 #, c-format
 msgid "Error renaming temporary file: %s"
 msgstr "Napaka med preimenovanjem začasne datoteke: %s"
 
-#: ../gio/glocalfileoutputstream.c:395
-#: ../gio/glocalfileoutputstream.c:830
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
 #, c-format
 msgid "Error truncating file: %s"
 msgstr "Napaka med obrezovanjem datoteke: %s"
 
-#: ../gio/glocalfileoutputstream.c:455
-#: ../gio/glocalfileoutputstream.c:498
-#: ../gio/glocalfileoutputstream.c:621
-#: ../gio/glocalfileoutputstream.c:890
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
 #, c-format
 msgid "Error opening file '%s': %s"
 msgstr "Napaka med odpiranjem datoteke '%s': %s"
 
-#: ../gio/glocalfileoutputstream.c:642
+#: gio/glocalfileoutputstream.c:642
+#, c-format
 msgid "Target file is a directory"
 msgstr "Ciljna datoteka je mapa"
 
-#: ../gio/glocalfileoutputstream.c:647
+#: gio/glocalfileoutputstream.c:647
+#, c-format
 msgid "Target file is not a regular file"
 msgstr "Ciljna datoteka ni običajna datoteka"
 
-#: ../gio/glocalfileoutputstream.c:659
+#: gio/glocalfileoutputstream.c:659
+#, c-format
 msgid "The file was externally modified"
 msgstr "Datoteka je bila zunanje spremenjena"
 
-#: ../gio/gmount.c:335
+#: gio/gmount.c:335
 msgid "mount doesn't implement unmount"
 msgstr "enota ne podpira odklopa"
 
-#: ../gio/gmount.c:407
+#: gio/gmount.c:407
 msgid "mount doesn't implement eject"
 msgstr "enote ni mogoče izvreči"
 
-#: ../gio/gmount.c:484
+#: gio/gmount.c:484
 msgid "mount doesn't implement remount"
 msgstr "enota ne podpira ponovnega priklopa"
 
-#: ../gio/goutputstream.c:193
+#: gio/goutputstream.c:193
+#, c-format
 msgid "Too large count value passed to g_output_stream_write"
 msgstr "Prevelika vrednost štetja poslana na g_output_stream_write"
 
-#: ../gio/goutputstream.c:202
-#: ../gio/goutputstream.c:403
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
 msgid "Output stream doesn't implement write"
 msgstr "Odvodni pretok ne podpira pisanja"
 
-#: ../gio/goutputstream.c:363
-#: ../gio/goutputstream.c:764
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
 msgid "Source stream is already closed"
 msgstr "Izvorni pretok je že zaprt"
 
-#: ../gio/goutputstream.c:646
+#: gio/goutputstream.c:646
 msgid "Too large count value passed to g_output_stream_write_async"
 msgstr "Prevelika vrednost štetja poslana na g_output_stream_write_async"
 
-#: ../gio/gunixinputstream.c:200
-#: ../gio/gunixinputstream.c:218
-#: ../gio/gunixinputstream.c:290
-#: ../gio/gunixoutputstream.c:281
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
 #, c-format
 msgid "Error reading from unix: %s"
 msgstr "Napaka med branjem unix-a: %s"
 
-#: ../gio/gunixinputstream.c:248
-#: ../gio/gunixinputstream.c:423
-#: ../gio/gunixoutputstream.c:238
-#: ../gio/gunixoutputstream.c:385
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
 #, c-format
 msgid "Error closing unix: %s"
 msgstr "Napaka med zapiranjem unix-a: %s"
 
-#: ../gio/gunixmounts.c:1753
-#: ../gio/gunixmounts.c:1790
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
 msgid "Filesystem root"
 msgstr "Koren datotečnega sistema"
 
-#: ../gio/gunixoutputstream.c:188
-#: ../gio/gunixoutputstream.c:207
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
 #, c-format
 msgid "Error writing to unix: %s"
 msgstr "Napaka med pisanjem na unix: %s"
 
-#: ../gio/gvolume.c:384
+#: gio/gvolume.c:384
 msgid "volume doesn't implement eject"
 msgstr "medija ni mogoče izvreči"
 
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
+#, c-format
 msgid "Can't find application"
 msgstr "Ni mogoče najti programa"
 
-#: ../gio/gwin32appinfo.c:312
+#: gio/gwin32appinfo.c:312
 #, c-format
 msgid "Error launching application: %s"
 msgstr "Napaka med zaganjanjem programa: %s"
 
-#: ../gio/gwin32appinfo.c:343
+#: gio/gwin32appinfo.c:343
+#, c-format
 msgid "URIs not supported"
 msgstr "naslovi URI niso podprti"
 
-#: ../gio/gwin32appinfo.c:366
+#: gio/gwin32appinfo.c:366
+#, c-format
 msgid "association changes not supported on win32"
 msgstr "Spreminjanje asociativnih povezav ni podprto na win32 sistemih"
 
-#: ../gio/gwin32appinfo.c:378
+#: gio/gwin32appinfo.c:378
+#, c-format
 msgid "Association creation not supported on win32"
 msgstr "Ustvarjanje asociativnih povezav ni podprto na win32 sistemih"
 
-#: ../tests/gio-ls.c:28
+#: tests/gio-ls.c:28
 msgid "do not hide entries"
 msgstr "ne skrij vnosov"
 
-#: ../tests/gio-ls.c:30
+#: tests/gio-ls.c:30
 msgid "use a long listing format"
 msgstr "uporabi zapis v obliki dolgega seznama"
 
-#: ../tests/gio-ls.c:38
+#: tests/gio-ls.c:38
 msgid "[FILE...]"
 msgstr "[DATOTEKA ...]"
-
diff --git a/po/sq.po b/po/sq.po
index 266e94e..506e400 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: glib HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-12 12:47+0200\n"
 "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
 "Language-Team: albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
@@ -88,71 +88,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Zgjerimi i rreshtit exec '%s' me URI '%s' dështoi"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Konvertimi nga familja e simboleve '%s' në '%s' nuk suportohet"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "E pamundur hapja e konvertuesit nga '%s' në '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Gabim gjatë konvertimit: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Sekuencë simbolesh e pjesëshme në fund të të dhënave në hyrje"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "I pamundur konvertimi i '%s' në familjen e simboleve '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' është e pasaktë"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Emri i host të URI '%s' është i pasaktë"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' përmban simbole escape të pavlefshëm"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, 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:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Emër host i pasaktë"
@@ -233,39 +233,61 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Modeli '%s' nuk përmban XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "I pamundur leximi i lidhjes simbolike '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Lidhjet simbolike nuk suportohen"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Nuk arrij të hap konvertuesin nga '%s' në '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "I pamundur leximi i të dhënave të papërpunuara tek "
 "g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Kanë tepruar të dhëna të pakonvertuara tek buffer i leximit"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanali përfundon me një simbol të pjesëshëm"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -281,24 +303,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "I pamundur mapimi i file '%s': mmap() dështoi: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Gabim tek rreshti %d simboli %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Gabim tek rreshti %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "U gjet një entitet bosh '&;'; entitetet e vlefshme janë: &amp; &quot; &lt; "
 "&gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -309,17 +331,17 @@
 "një entitet; nëse ky simbol nuk do të jetë fillimi i një entiteti, përdore "
 "si &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Simboli '%s' nuk është i vlefshëm brenda emrit të një entiteti"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Emri entitetit '%s' nuk njihet"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -327,7 +349,7 @@
 "Entiteti nuk përfundon me pikëpresje; ndoshta keni përdorur një 'e' "
 "komerciale pa dashur të nisni një entity - zëvendësojeni me &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -336,16 +358,16 @@
 "I pamundur analizimi i '%-.*s', duhet të ishte një numër brenda riferimeve "
 "të një simboli (p.sh. &#234;) - ndoshta numri është tepër i madh"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Riferimi '%-.*s' i simbolit nuk kodifikon një simbol të lejuar"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Simbol bosh, duhet të përmbajë një vlerë numerike, si &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -354,32 +376,32 @@
 "Simboli nuk mbaron me pikëpresje; ndoshta keni përdorur një simbol ampersand "
 "& pa pasur ndërmend fillimin e një entiteti të ri - përdorni &amp;  "
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Riferim entiteti i papërfunduar"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Referim i papërfunduar i simbolit"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm - sekuencë tepër e gjatë"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm - nuk është një simbol nisje"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm - '%s' e pavlefshme"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokumenti duhet të fillojë me një element (p.sh. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -388,7 +410,7 @@
 "'%s' nuk është një simbol i vlefshëm mbas simbolit '<', nuk mund të fillojë "
 "me emrin e një elementi"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -397,7 +419,7 @@
 "U gjet simboli '%s', në pritje të një simboli '>' për të përfunduar tag-un e "
 "fillimit të elementit '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -405,7 +427,7 @@
 "U gjet simboli '%s', përkundrazi pritej një '=' mbas emrit të atributit '%s' "
 "të elementit '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -417,7 +439,7 @@
 "shumë mundësi të keni përdorur një simbol të pavlefshëm tek emri i një "
 "atributi"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -426,7 +448,7 @@
 "U gjet simboli '%s', pritet simboli i kuotës së hapur mbas shenjës së "
 "barazimit për t'i caktuar një vlerë atributit '%s' të elementit '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -435,7 +457,7 @@
 "'%s' nuk është një simbol i vlefshëm mbrapa simboleve '</'; '%s' nuk mund të "
 "nisë emrin e një elementi"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -444,27 +466,27 @@
 "'%s' nuk është një simbol i vlefshëm për të vazhduar mbylljen e emrit të "
 "elementit '%s'; simboli i lejuar është '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Elementi '%s' është mbyllur, asnjë element aktualisht është i hapur"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "Elementi '%s' është mbyllur, por elementi aktualisht i hapur është '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokumenti ishte bosh apo përmbante vetëm hapësira të bardha"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Dokumenti u mbyll papritur, menjëherë pas hapjes së kllapës këndore '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -473,26 +495,26 @@
 "Dokumenti u mbyll papritur me elementë akoma të hapur - '%s' ishte elementi "
 "i fundit i hapur"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr "Dokumenti u mbyll papritur, pritet simboli i mbylljes për tag-un <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokumenti përfundoi papritur në brendësi të emrit të një elementi"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokumenti u mbyll papritur në brendësi të emrit të një atributi"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokumenti u mbyll papritur brënda një tag-u hapës të elementit"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -500,17 +522,17 @@
 "Dokumenti u mbyll papritur mbas shenjës së barazimit që vjen mbas emrit të "
 "një atributi; atributi nuk ka vlerë"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokumenti u mbyll papritur në brendësi të vlerës së një atributi"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Dokumenti u mbyll papritur në brendësi të tag-ut mbyllës të elementit '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Dokumenti u mbyll papritur në brendësi të një komenti apo instruksioni "
@@ -561,67 +583,258 @@
 msgid "unknown error"
 msgstr "gabim i panjohur"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanali përfundon me një simbol të pjesëshëm"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Referim i papërfunduar i simbolit"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Referim i papërfunduar i simbolit"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Referim i papërfunduar i simbolit"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Lidhjet simbolike nuk suportohen"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 "Gabim gjatë kërkimit të korrispondimeve për shprehjen e rregullt %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "Libraria PCRE është kompiluar pa suportin për UTF8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "Libraria PCRE është kompiluar pa suportin për pronësitë UTF8"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Gabim gjatë kompilimit të shprehjes së rregullt %s tek simboli %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Gabim gjatë optimizimit të shprehjes së rregullt %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "pritej një shifër exadecimale ose '}'"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "pritej një shifër exadecimale"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "mungon '<' në referimin simbolik"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "Riferim simbolik i papërfunduar"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "referim simbolik me gjatësi zero"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "pritej një shifër"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "referim simbolik i palejuar"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "'\\' në fund e izoluar"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "sekuencë e panjohur escape"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -661,17 +874,17 @@
 msgid "Failed to read data from child process"
 msgstr "I pamundur leximi i të dhënave nga proçesi bir"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "I pamundur krijimi i pipe për të komunikuar me proçesin bir (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "I pamundur leximi nga pipe bijë (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "I pamundur ndryshimi i directory në '%s' (%s)"
@@ -720,45 +933,45 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "I pamundur leximi i të dhënave nga proçesi bir (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Difekt i papritur në select() gjatë leximit të të dhënave nga një proçes bir "
 "(%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Gabim i papritur në waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "E pamundur kryerja e fork (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "I pamundur zbatimi i proçesit bir \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 "I pamundur ridrejtimi i të dhënave në hyrje apo dalje të proçesit bir (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "E pamundur kryerja e fork për proçesin bir (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Gabim i panjohur gjatë ekzekutimit të proçesit bir \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -780,130 +993,130 @@
 msgid "Character out of range for UTF-16"
 msgstr "Simboli nuk ekziston në UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Përdorimi:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPCIONI...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Opcionet e ndihmës:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Shfaq opcionet e ndihmës"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Shfaq të gjithë opcionet e ndihmës"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Opcionet e programit:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "I pamundur analizimi i vlerës së plotë '%s' për %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Vlera integruese '%s' për %s është jashtë kufirit"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "I pamundur analizimi i vlerës së dyfishtë '%s' për %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Vlera e dyfishtë '%s' për %s është jashtë kufirit"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Gabim gjatë analizimit të opsionit %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Mungojnë argumentë për %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Opcion i panjohur %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Nuk u gjet asnjë file i vlefshëm kyçi tek directory e kërkimit"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Nuk është një file i rregullt"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "File është bosh"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 "Kyçi përmban rreshtin '%s' që nuk është një vlerë çift, grup apo koment kyçi"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Emër i pasaktë grupi: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "File i kyçit nuk fillon me një grup"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Emër i pasaktë kyçi: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "File i kyçit përmban kodifikimin e pasuportuar '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "File i kyçit nuk ka grupin '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "File i kyçit nuk përmban kyçin '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "File i kyçit përmban kyçin '%s' me vlerë '%s' që nuk është në UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "File i kyçit përmban kyçin '%s' që ka një vlerë të painterpretueshme."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -912,37 +1125,588 @@
 "File i kyçit përmban kyçin '%s' në grupin '%s' që ka një vlerë të "
 "painterpretueshme."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "File i kyçit nuk ka kyçin '%s' në grupin '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "File i kyçit përmban simbolin escape në fund të rreshtit"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "File i kyçit përmban sekuencën e pavlefshme escape '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Vlera '%s' nuk mund të interpretohet si një numër."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Vlera integruese '%s' është jashtë kufirit"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Vlera '%s' nuk mund të interpretohet si një numër float."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Vlera '%s' nuk mund të interpretohet si një boolean."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "gabim i panjohur"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Lidhjet simbolike nuk suportohen"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Lidhjet simbolike nuk suportohen"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Emër i pasaktë kyçi: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Emër host i pasaktë"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Dështoi krijimi i file '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Dështoi krijimi i file '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Dështoi krijimi i file '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Gabim gjatë analizimit të opsionit %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokumenti u mbyll papritur në brendësi të emrit të një atributi"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Gabim gjatë hapjes së directory '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Gabim gjatë konvertimit: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Gabim gjatë konvertimit: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Gabim tek rreshti %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Lidhjet simbolike nuk suportohen"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Gabim gjatë analizimit të opsionit %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Gabim gjatë analizimit të opsionit %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Nuk është një file i rregullt"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Gabim gjatë leximit të file '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Gabim tek rreshti %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Gabim gjatë analizimit të opsionit %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Gabim gjatë analizimit të opsionit %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Lidhjet simbolike nuk suportohen"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPCIONI...]"
diff --git a/po/sr.po b/po/sr.po
index ab53102..ed94ebd 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: 2.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-06 21:11+0100\n"
 "Last-Translator: Горан Ракић <grakic@devbase.net>\n"
 "Language-Team: Serbian (sr) <gnom@prevod.org>\n"
@@ -94,72 +94,72 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Не могу да проширим комадну линију „%s“ са везом ка „%s“"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Претварање из скупа знакова „%s“ у „%s“ није подржано"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Не могу да покренем претварање из „%s“ у „%s“"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Неисправан низ бајтова у улазу који претварам"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Грешка при претварању: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Непотпун низ знакова на крају улаза"
 
 # ово претпостављам да се односи на делимичан УТФ8 запис
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Не може претворити резерву „%s“ у запис „%s“"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "Адреса „%s“ није апсолутна адреса помоћу „file“ шеме"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Адреса локалне датотеке „%s“ не сме садржати „#“"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "Адреса „%s“ је неисправна"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Име домаћина из адресе „%s“ је неисправно"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "Адреса „%s“ садржи неисправно назначене знаке"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Путања „%s“ није апсолутна путања"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Неисправно име домаћина"
@@ -240,37 +240,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Шаблон „%s“ не садржи XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Не могу да прочитам симболичку везу „%s“: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Симболичке везе нису подржане"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Не могу да покренем претварање из „%s“ у „%s“: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Не могу да читам без обраде у g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Преостали непретворени подаци у баферу за читање"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Канал се завршава делимичним знаком"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Не могу да читам без обраде у g_io_channel_read_to_end"
@@ -285,24 +307,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Не могу да мапирам датотеку „%s“: неуспешан mmap(): %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Грешка у %d. реду, %d. знак: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Грешка у %d. реду: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Уочен празан ентитет „&;“; прихватљиви ентитети су &amp; &quot; &lt; &gt; "
 "&apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -312,17 +334,17 @@
 "Име ентитета не може почети знаком „%s“ ; знак & започиње ентитет; ако овај "
 "знак не означава ентитет, истакните га помоћу &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Знак „%s“ није дозвољен у имену ентитета"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Ентитет „%s“ није познат"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -330,7 +352,7 @@
 "Ентитет се не завршава тачка-запетом; највероватније сте користили амперсанд "
 "без намере да започнете ентитет — назначите амперсанд са &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -339,16 +361,16 @@
 "Нисам успео да рашчланим „%-.*s“, што је требало да представља цифру унутар "
 "знаковне референце (на пример &#234;) — можда је цифра превелика"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Знаковна референца „%-.*s“ не представља дозвољени знак"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Празна знаковна референца; мора да садржи цифру као на пример &#747;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -358,32 +380,32 @@
 "користили амперсанд без намере да започнете ентитет — назначите амперсанд са "
 "&amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Недовршена референца ентитета"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Недовршена знаковна референца"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Неисправан текст у УТФ-8 запису – предугачка секвенца"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Неисправан текст у УТФ-8 запису — карактер није почетни"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Неисправан текст у УТФ-8 запису — „%s“ није исправно"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Документ мора почети елементом (нпр. <књига>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -392,7 +414,7 @@
 "„%s“ не представља исправан знак након знака „<“; име елемента не може њиме "
 "почети"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -401,14 +423,14 @@
 "Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке "
 "елемента „%s“"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "Чудан знак „%s“, очекивао сам „=“ после имена атрибута „%s“ елемента „%s“"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -419,7 +441,7 @@
 "елемента „%s“, или можда атрибут; можда сте користили неисправан знак у "
 "имену атрибута"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -428,7 +450,7 @@
 "Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при "
 "додели вредности атрибута  „%s“ елемента „%s“"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -436,7 +458,7 @@
 msgstr ""
 "„%s“ није исправан знак након низа „</“; „%s“ не може започети име елемента"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -445,26 +467,26 @@
 "„%s“ није исправан знак након имена затвореног елемента „%s“; дозвољени знак "
 "је „>“"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Документ је празан или садржи само белине"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Документ завршен неочекивано непосредно након отворене косоугле заграде „<“"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -473,7 +495,7 @@
 "Документ завршен неочекивано са отвореним елементима — „%s“ је последње "
 "отворен елемент"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -482,19 +504,19 @@
 "Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу "
 "заграду која затвара ознаку <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Документ завршен неочекивано усред имена елемента"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Документ завршен неочекивано усред имена атрибута"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Документ завршен неочекивано усред почетне ознаке елемента."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -502,16 +524,16 @@
 "Документ завршен неочекивано након знака једнакости после имена атрибута; "
 "вредност атрибута није наведена"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Документ завршен неочекивано усред вредности атрибута"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Документ завршен неочекивано усред примедбе или упута за обраду"
 
@@ -560,66 +582,257 @@
 msgid "unknown error"
 msgstr "непозната грешка"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Канал се завршава делимичним знаком"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Неисправан низ бајтова у улазу који претварам"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Недовршена знаковна референца"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Недовршена знаковна референца"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Недовршена знаковна референца"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Симболичке везе нису подржане"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Грешка приликом претраживања регуларним изразом %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "ПЦРЕ библиотека је преведена без подршка за УТФ8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "ПЦРЕ библиотека је преведена без подршке за УТФ8 особине"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Грешка при превођењу регуларног израза %s код знака %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Грешка при оптимизовању регуларног израза %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "очекивана је хексадекадна цифра или „}“"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "очекивана је хексадекадна цифра"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "недостаје „<“ у референци симбола"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "Недовршена референца симбола"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "референца симбола је дужине нула"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "очекивана је цифра"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "неисправна референца симбола"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "одлутало завршно „\\“"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "непозната секвенца избегавања"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Грешка приликом обраде текста за замену „%s“ код карактера %lu: %s"
@@ -656,17 +869,17 @@
 msgid "Failed to read data from child process"
 msgstr "Неуспело читање података из потпроцеса"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Неуспело стварање цевке за везу са потпроцесом (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Неуспело читање из подређене цевке (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Неуспело приступање директоријуму „%s“ (%s)"
@@ -715,43 +928,43 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Неуспело читање података од потпроцеса (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Неочекивана грешка у select() при читању података из потпроцеса (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Неочекивана грешка у waitpid() (%s)"
 
 # за сада овако, можда гранање, умножавање? виљушкање ;-)
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Неуспео fork() (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Неуспело извршавање потпроцеса „%s“ (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Неуспело преусмеравање улаза или излаза потпроцеса (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Неуспео fork() потпроцеса (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Непозната грешка при извршавању потпроцеса „%s“"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Није успео да прочита довољно података из цевке ка потпроцесу (%s)"
@@ -772,82 +985,82 @@
 msgid "Character out of range for UTF-16"
 msgstr "Знак ван опсега за УТФ-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Употреба:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[ОПЦИЈА...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Помоћне опције:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Прикажи опције за помоћ"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Прикажи све опције за помоћ"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Опције програма:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Не могу да рашланим целобројну вредност „%s“ за %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Целобројна вредност „%s“ за %s је изван опсега"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Не могу да рашланим реалну вредност двоструке тачности „%s“ за %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Реална вредност двоструке тачности „%s“ за %s је изван опсега"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Грешка при рашчлањивању могућности %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Недостаје аргумент за %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Непозната опција %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 "Не могу да нађем исправну датотеку са кључевима међу директоријумима претраге"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Није обична датотека"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Датотека је празна"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -855,49 +1068,49 @@
 "Датотека са кључевима садржи ред „%s“ што не чини пар кључ-вредност, групу "
 "или примедбу"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Неисправно име групе: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Датотека са кључевима не почиње групом"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Неисправно име кључа: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Датотека са кључевима садржи неподржано кодирање „%s“"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Датотека са кључевима нема групу „%s“"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Датотека са кључевима нема кључ „%s“"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Датотека са кључевима садржи кључ „%s“ вредности „%s“ што није УТФ-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "Датотека са кључевима садржи кључ „%s“ неразумљиве вредности."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -905,41 +1118,592 @@
 msgstr ""
 "Датотека са кључевима садржи кључ „%s“ у групи „%s“ неразумљиве вредности."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Датотека са кључевима не садржи кључ „%s“ у групи „%s“"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Датотека са кључевима садржи знак истицања на крају реда"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Датотека са кључевима садржи недозвољен низ истицања „%s“"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Вредност „%s“ се не може сматрати бројем."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Целобројна вредност „%s“ је изван опсега"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Вредност „%s“ се не може сматрати реалним бројем једноструке тачности."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Вредност „%s“ се не може сматрати истинитосном."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "непозната грешка"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Симболичке везе нису подржане"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Симболичке везе нису подржане"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Неисправно име кључа: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Неисправно име домаћина"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Не могу да направим датотеку „%s“: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Не могу да направим датотеку „%s“: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Не могу да направим датотеку „%s“: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Грешка при рашчлањивању могућности %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Документ завршен неочекивано усред имена атрибута"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Грешка при отварању директоријума „%s“: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Грешка при претварању: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Грешка при претварању: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Грешка у %d. реду: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Симболичке везе нису подржане"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Грешка при рашчлањивању могућности %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Грешка при рашчлањивању могућности %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Није обична датотека"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Грешка у %d. реду: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Грешка при рашчлањивању могућности %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Грешка при рашчлањивању могућности %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Симболичке везе нису подржане"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[ОПЦИЈА...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Не могу да променим овлашћења датотеке: неуспешан fork(): %s"
 
diff --git a/po/sr@Latn.po b/po/sr@Latn.po
index 079205a..9a051e2 100644
--- a/po/sr@Latn.po
+++ b/po/sr@Latn.po
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: 2.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-06 21:11+0100\n"
 "Last-Translator: Goran Rakić <grakic@devbase.net>\n"
 "Language-Team: Serbian (sr) <gnom@prevod.org>\n"
@@ -94,72 +94,72 @@
 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:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Pretvaranje iz skupa znakova „%s“ u „%s“ nije podržano"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Neispravan niz bajtova u ulazu koji pretvaram"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Greška pri pretvaranju: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 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:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Ne može pretvoriti rezervu „%s“ u zapis „%s“"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Adresa lokalne datoteke „%s“ ne sme sadržati „#“"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "Adresa „%s“ je neispravna"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Ime domaćina iz adrese „%s“ je neispravno"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "Adresa „%s“ sadrži neispravno naznačene znake"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Putanja „%s“ nije apsolutna putanja"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Neispravno ime domaćina"
@@ -240,37 +240,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Šablon „%s“ ne sadrži XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, 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:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Simboličke veze nisu podržane"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Ne mogu da čitam bez obrade u g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Preostali nepretvoreni podaci u baferu za čitanje"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanal se završava delimičnim znakom"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Ne mogu da čitam bez obrade u g_io_channel_read_to_end"
@@ -285,24 +307,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Ne mogu da mapiram datoteku „%s“: neuspešan mmap(): %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Greška u %d. redu, %d. znak: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Greška u %d. redu: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Uočen prazan entitet „&;“; prihvatljivi entiteti su &amp; &quot; &lt; &gt; "
 "&apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -312,17 +334,17 @@
 "Ime entiteta ne može početi znakom „%s“ ; znak & započinje entitet; ako ovaj "
 "znak ne označava entitet, istaknite ga pomoću &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Znak „%s“ nije dozvoljen u imenu entiteta"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Entitet „%s“ nije poznat"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -330,7 +352,7 @@
 "Entitet se ne završava tačka-zapetom; najverovatnije ste koristili ampersand "
 "bez namere da započnete entitet — naznačite ampersand sa &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -339,16 +361,16 @@
 "Nisam uspeo da raščlanim „%-.*s“, što je trebalo da predstavlja cifru unutar "
 "znakovne reference (na primer &#234;) — možda je cifra prevelika"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Znakovna referenca „%-.*s“ ne predstavlja dozvoljeni znak"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Prazna znakovna referenca; mora da sadrži cifru kao na primer &#747;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -358,32 +380,32 @@
 "koristili ampersand bez namere da započnete entitet — naznačite ampersand sa "
 "&amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Nedovršena referenca entiteta"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Nedovršena znakovna referenca"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Neispravan tekst u UTF-8 zapisu – predugačka sekvenca"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Neispravan tekst u UTF-8 zapisu — karakter nije početni"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Neispravan tekst u UTF-8 zapisu — „%s“ nije ispravno"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokument mora početi elementom (npr. <knjiga>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -392,7 +414,7 @@
 "„%s“ ne predstavlja ispravan znak nakon znaka „<“; ime elementa ne može "
 "njime početi"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -401,14 +423,14 @@
 "Čudan znak „%s“, a očekivao sam „>“ znak radi okončanja početne oznake "
 "elementa „%s“"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "Čudan znak „%s“, očekivao sam „=“ posle imena atributa „%s“ elementa „%s“"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -419,7 +441,7 @@
 "elementa „%s“, ili možda atribut; možda ste koristili neispravan znak u "
 "imenu atributa"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -428,7 +450,7 @@
 "Čudan znak „%s“, očekivao sam početni navodnik nakon znaka jednakosti pri "
 "dodeli vrednosti atributa  „%s“ elementa „%s“"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -436,7 +458,7 @@
 msgstr ""
 "„%s“ nije ispravan znak nakon niza „</“; „%s“ ne može započeti ime elementa"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -445,26 +467,26 @@
 "„%s“ nije ispravan znak nakon imena zatvorenog elementa „%s“; dozvoljeni "
 "znak je „>“"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Element „%s“ je zatvoren, nema trenutno otvorenih elemenata"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Element „%s“ je zatvoren, a trenutno otvoren element je „%s“"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokument je prazan ili sadrži samo beline"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Dokument završen neočekivano neposredno nakon otvorene kosougle zagrade „<“"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -473,7 +495,7 @@
 "Dokument završen neočekivano sa otvorenim elementima — „%s“ je poslednje "
 "otvoren element"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -482,19 +504,19 @@
 "Dokument završen neočekivano, očekivao sam da naiđem na zatvorenu kosouglu "
 "zagradu koja zatvara oznaku <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokument završen neočekivano usred imena elementa"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokument završen neočekivano usred imena atributa"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokument završen neočekivano usred početne oznake elementa."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -502,16 +524,16 @@
 "Dokument završen neočekivano nakon znaka jednakosti posle imena atributa; "
 "vrednost atributa nije navedena"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokument završen neočekivano usred vrednosti atributa"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Dokument završen neočekivano usred završne oznake elementa „%s“"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Dokument završen neočekivano usred primedbe ili uputa za obradu"
 
@@ -560,66 +582,257 @@
 msgid "unknown error"
 msgstr "nepoznata greška"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanal se završava delimičnim znakom"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Neispravan niz bajtova u ulazu koji pretvaram"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Nedovršena znakovna referenca"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Nedovršena znakovna referenca"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Nedovršena znakovna referenca"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Simboličke veze nisu podržane"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Greška prilikom pretraživanja regularnim izrazom %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE biblioteka je prevedena bez podrška za UTF8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE biblioteka je prevedena bez podrške za UTF8 osobine"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Greška pri prevođenju regularnog izraza %s kod znaka %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Greška pri optimizovanju regularnog izraza %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "očekivana je heksadekadna cifra ili „}“"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "očekivana je heksadekadna cifra"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "nedostaje „<“ u referenci simbola"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "Nedovršena referenca simbola"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "referenca simbola je dužine nula"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "očekivana je cifra"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "neispravna referenca simbola"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "odlutalo završno „\\“"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "nepoznata sekvenca izbegavanja"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Greška prilikom obrade teksta za zamenu „%s“ kod karaktera %lu: %s"
@@ -656,17 +869,17 @@
 msgid "Failed to read data from child process"
 msgstr "Neuspelo čitanje podataka iz potprocesa"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Neuspelo stvaranje cevke za vezu sa potprocesom (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Neuspelo čitanje iz podređene cevke (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Neuspelo pristupanje direktorijumu „%s“ (%s)"
@@ -715,43 +928,43 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Neuspelo čitanje podataka od potprocesa (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Neočekivana greška u select() pri čitanju podataka iz potprocesa (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Neočekivana greška u waitpid() (%s)"
 
 # za sada ovako, možda grananje, umnožavanje? viljuškanje ;-)
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Neuspeo fork() (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Neuspelo izvršavanje potprocesa „%s“ (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Neuspelo preusmeravanje ulaza ili izlaza potprocesa (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Neuspeo fork() potprocesa (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Nepoznata greška pri izvršavanju potprocesa „%s“"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Nije uspeo da pročita dovoljno podataka iz cevke ka potprocesu (%s)"
@@ -772,83 +985,83 @@
 msgid "Character out of range for UTF-16"
 msgstr "Znak van opsega za UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Upotreba:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPCIJA...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Pomoćne opcije:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Prikaži opcije za pomoć"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Prikaži sve opcije za pomoć"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Opcije programa:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Ne mogu da rašlanim celobrojnu vrednost „%s“ za %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Celobrojna vrednost „%s“ za %s je izvan opsega"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Ne mogu da rašlanim realnu vrednost dvostruke tačnosti „%s“ za %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Realna vrednost dvostruke tačnosti „%s“ za %s je izvan opsega"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Greška pri raščlanjivanju mogućnosti %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Nedostaje argument za %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Nepoznata opcija %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 "Ne mogu da nađem ispravnu datoteku sa ključevima među direktorijumima "
 "pretrage"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Nije obična datoteka"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Datoteka je prazna"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -856,49 +1069,49 @@
 "Datoteka sa ključevima sadrži red „%s“ što ne čini par ključ-vrednost, grupu "
 "ili primedbu"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Neispravno ime grupe: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Datoteka sa ključevima ne počinje grupom"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Neispravno ime ključa: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Datoteka sa ključevima sadrži nepodržano kodiranje „%s“"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Datoteka sa ključevima nema grupu „%s“"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Datoteka sa ključevima nema ključ „%s“"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Datoteka sa ključevima sadrži ključ „%s“ vrednosti „%s“ što nije UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "Datoteka sa ključevima sadrži ključ „%s“ nerazumljive vrednosti."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -906,41 +1119,592 @@
 msgstr ""
 "Datoteka sa ključevima sadrži ključ „%s“ u grupi „%s“ nerazumljive vrednosti."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Datoteka sa ključevima ne sadrži ključ „%s“ u grupi „%s“"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Datoteka sa ključevima sadrži znak isticanja na kraju reda"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Datoteka sa ključevima sadrži nedozvoljen niz isticanja „%s“"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Vrednost „%s“ se ne može smatrati brojem."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Celobrojna vrednost „%s“ je izvan opsega"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Vrednost „%s“ se ne može smatrati realnim brojem jednostruke tačnosti."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Vrednost „%s“ se ne može smatrati istinitosnom."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "nepoznata greška"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Simboličke veze nisu podržane"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Simboličke veze nisu podržane"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Neispravno ime ključa: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Neispravno ime domaćina"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Ne mogu da napravim datoteku „%s“: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Ne mogu da napravim datoteku „%s“: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Ne mogu da napravim datoteku „%s“: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Greška pri raščlanjivanju mogućnosti %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokument završen neočekivano usred imena atributa"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Greška pri otvaranju direktorijuma „%s“: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Greška pri pretvaranju: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Greška pri pretvaranju: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Greška u %d. redu: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Simboličke veze nisu podržane"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Greška pri raščlanjivanju mogućnosti %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Greška pri raščlanjivanju mogućnosti %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Nije obična datoteka"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Greška pri čitanju datoteke „%s“: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Greška u %d. redu: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Greška pri raščlanjivanju mogućnosti %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Greška pri raščlanjivanju mogućnosti %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Simboličke veze nisu podržane"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPCIJA...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Ne mogu da promenim ovlašćenja datoteke: neuspešan fork(): %s"
 
diff --git a/po/sr@ije.po b/po/sr@ije.po
index 84778ab..b8a2306 100644
--- a/po/sr@ije.po
+++ b/po/sr@ije.po
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: 2.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -90,73 +90,73 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Не могу да прочитам симболичку везу „%s“: %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Претварање из скупа знакова „%s“ у „%s“ није подржано"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Не могу да покренем претварање из „%s“ у „%s“"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Неисправан низ бајтова у улазу који претварам"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Грешка при претварању: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Непотпун низ знакова на крају улаза"
 
 # ово претпостављам да се односи на делимичан УТФ8 запис
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, 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:1727
+#: glib/gconvert.c:1733
 #, fuzzy, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "Адреса „%s“ није апсолутна адреса помоћу „file“ шеме"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Адреса локалне датотеке „%s“ не смије садржати „#“"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "Адреса „%s“ је неисправна"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Име домаћина из адресе „%s“ је неисправно"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "Адреса „%s“ садржи неисправно назначене знаке"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Путања „%s“ није апсолутна путања"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Неисправно име домаћина"
@@ -237,37 +237,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Шаблон „%s“ се не завршава са XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Не могу да прочитам симболичку везу „%s“: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Симболичке везе нису подржане"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Не могу да покренем претварање из „%s“ у „%s“: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Не могу да читам без обраде у g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Преостали непретворени подаци у међуспремнику за читање"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Канал се завршава дјелимичним знаком"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Не могу да читам без обраде у g_io_channel_read_to_end"
@@ -282,24 +304,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Грешка у %d. реду, %d. знак: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Грешка у %d. реду: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Уочен празан ентитет „&;“; прихватљиви ентитети су &amp; &quot; &lt; &gt; "
 "&apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -309,17 +331,17 @@
 "Име ентитета не може почети знаком „%s“ ; знак & започиње ентитет; ако овај "
 "знак не означава ентитет, истакните га помоћу &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Знак „%s“ није дозвољен у имену ентитета"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Ентитет „%s“ није познат"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -327,7 +349,7 @@
 "Ентитет се не завршава тачка-запетом; највјероватније сте користили "
 "амперсанд без намере да започнете ентитет — назначите амперсанд као &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, fuzzy, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -336,16 +358,16 @@
 "Нисам успио да рашчланим „%s“, што је требало да представља цифру унутар "
 "позива знака (на пример &#234;) — можда је цифра превелика"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, fuzzy, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Позив знака „%s“ не стоји за дозвољени знак"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Празан позив знака; морао би садржати цифру као на примјер &#747;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -354,39 +376,39 @@
 "Позив знака се не завршава тачка-запетом; највјероватније сте користили "
 "амперсанд без намере да започнете ентитет — назначите амперсанд као &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Недовршена ознака ентитета"
 
 # позив уместо ознака?
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Недовршен позив знака"
 
 # ознака знака??? неееее
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Неисправан текст у УТФ-8 запису"
 
 # ознака знака??? неееее
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Неисправан текст у УТФ-8 запису"
 
 # ознака знака??? неееее
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Неисправан текст у УТФ-8 запису"
 
 # може и ћирилица: „Уникод ТрансФормација 8“
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Документ мора почети елементом (нпр. <књига>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -395,7 +417,7 @@
 "„%s“ не представља исправан знак након знака „<“; име елемента не може њиме "
 "почети"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -404,13 +426,13 @@
 "Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке "
 "елемента „%s“"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "Чудан знак „%s“, очекивао сам „=“ после особине „%s“ елемента „%s“"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -421,7 +443,7 @@
 "елемента „%s“, или могућу особину; можда сте користили неисправан знак у "
 "имену особине"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -430,7 +452,7 @@
 "Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при "
 "додјели вриједности особини „%s“ елемента „%s“"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -438,7 +460,7 @@
 msgstr ""
 "„%s“ није исправан знак након низа „</“; „%s“ не може започети име елемента"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -447,26 +469,26 @@
 "„%s“ није исправан знак након имена затвореног елемента „%s“; дозвољени знак "
 "је „>“"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Документ је празан или садржи само бјелине"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Документ завршен неочекивано непосредно након отворене косоугле заграде „<“"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -475,7 +497,7 @@
 "Документ завршен неочекивано са отвореним елементима — „%s“ је последње "
 "отворен елемент"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -484,19 +506,19 @@
 "Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу "
 "заграду која затвара ознаку <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Документ завршен неочекивано усред имена елемента"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Документ завршен неочекивано усред имена особине"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Документ завршен неочекивано усред почетне ознаке елемента."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -504,16 +526,16 @@
 "Документ завршен неочекивано након знака једнакости после имена особине; "
 "вриједност особине није наведена"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Документ завршен неочекивано усред вриједности особине"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Документ завршен неочекивано усред примедбе или упута за обраду"
 
@@ -561,67 +583,261 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Канал се завршава дјелимичним знаком"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Неисправан низ бајтова у улазу који претварам"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+# позив уместо ознака?
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Недовршен позив знака"
+
+# позив уместо ознака?
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Недовршен позив знака"
+
+# позив уместо ознака?
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Недовршен позив знака"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Симболичке везе нису подржане"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Грешка у %d. реду, %d. знак: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Недовршена ознака ентитета"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -658,17 +874,17 @@
 msgid "Failed to read data from child process"
 msgstr "Неуспјело читање података из подређеног процеса"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Неуспјело стварање цјевке за везу са подређеним процесом (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Неуспјело читање из подређене цјевке (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Неуспјело приступање директоријуму „%s“ (%s)"
@@ -718,44 +934,44 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Неуспјело читање података од подређеног процеса (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Неочекивана грешка у select() при читању података од подређеног процеса (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Неочекивана грешка у waitpid() (%s)"
 
 # за сада овако, можда гранање, умножавање? виљушкање ;-)
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Неуспио fork() (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Неуспјело извршавање подређеног процеса „%s“ (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Неуспјело преусмјеравање улаза или излаза подређеног процеса (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Неуспио fork() подређеног процеса (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Непозната грешка при извршавању подређеног процеса „%s“"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -777,170 +993,719 @@
 msgid "Character out of range for UTF-16"
 msgstr "Знак ван опсега за УТФ-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr ""
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Грешка при претварању: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr ""
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr ""
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Неисправно име домаћина"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Неисправно име домаћина"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, fuzzy, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Адреса „%s“ садржи неисправно назначене знаке"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+msgid "Unknown type"
+msgstr ""
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Симболичке везе нису подржане"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Симболичке везе нису подржане"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Неисправно име домаћина"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Неисправно име домаћина"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Не могу да направим датотеку „%s“: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Не могу да направим датотеку „%s“: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Не могу да направим датотеку „%s“: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Грешка при претварању: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Документ завршен неочекивано усред имена особине"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Грешка при отварању директоријума „%s“: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Грешка при претварању: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Грешка при претварању: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Грешка у %d. реду: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Симболичке везе нису подржане"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Грешка при претварању: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Грешка при претварању: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Грешка при читању датотеке „%s“: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Грешка у %d. реду: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Грешка при претварању: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Грешка при претварању: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Симболичке везе нису подржане"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s"
diff --git a/po/sv.po b/po/sv.po
index 2e267d8..3645700 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-23 12:12+0100\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-11-23 12:15+0100\n"
 "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -17,945 +17,1743 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../glib/gbookmarkfile.c:705
-#: ../glib/gbookmarkfile.c:782
-#: ../glib/gbookmarkfile.c:861
-#: ../glib/gbookmarkfile.c:908
+#: glib/gbookmarkfile.c:705 glib/gbookmarkfile.c:782 glib/gbookmarkfile.c:861
+#: glib/gbookmarkfile.c:908
 #, c-format
 msgid "Unexpected attribute '%s' for element '%s'"
 msgstr "Oväntat attribut \"%s\" för elementet \"%s\""
 
-#: ../glib/gbookmarkfile.c:716
-#: ../glib/gbookmarkfile.c:793
-#: ../glib/gbookmarkfile.c:803
-#: ../glib/gbookmarkfile.c:919
+#: glib/gbookmarkfile.c:716 glib/gbookmarkfile.c:793 glib/gbookmarkfile.c:803
+#: glib/gbookmarkfile.c:919
 #, c-format
 msgid "Attribute '%s' of element '%s' not found"
 msgstr "Attributet \"%s\" för elementet \"%s\" hittades inte"
 
-#: ../glib/gbookmarkfile.c:1092
-#: ../glib/gbookmarkfile.c:1157
-#: ../glib/gbookmarkfile.c:1221
-#: ../glib/gbookmarkfile.c:1231
+#: glib/gbookmarkfile.c:1092 glib/gbookmarkfile.c:1157
+#: glib/gbookmarkfile.c:1221 glib/gbookmarkfile.c:1231
 #, c-format
 msgid "Unexpected tag '%s', tag '%s' expected"
 msgstr "Oväntad tagg \"%s\"\", taggen \"%s\" förväntades"
 
-#: ../glib/gbookmarkfile.c:1117
-#: ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1199
-#: ../glib/gbookmarkfile.c:1251
+#: glib/gbookmarkfile.c:1117 glib/gbookmarkfile.c:1131
+#: glib/gbookmarkfile.c:1199 glib/gbookmarkfile.c:1251
 #, c-format
 msgid "Unexpected tag '%s' inside '%s'"
 msgstr "Oväntad tagg \"%s\" inom \"%s\""
 
-#: ../glib/gbookmarkfile.c:1781
+#: glib/gbookmarkfile.c:1781
 #, c-format
 msgid "No valid bookmark file found in data dirs"
 msgstr "Ingen giltig bokmärkesfil hittades i datakataloger"
 
-#: ../glib/gbookmarkfile.c:1982
+#: glib/gbookmarkfile.c:1982
 #, c-format
 msgid "A bookmark for URI '%s' already exists"
 msgstr "Ett bokmärke för uri \"%s\" finns redan"
 
-#: ../glib/gbookmarkfile.c:2028
-#: ../glib/gbookmarkfile.c:2185
-#: ../glib/gbookmarkfile.c:2270
-#: ../glib/gbookmarkfile.c:2350
-#: ../glib/gbookmarkfile.c:2435
-#: ../glib/gbookmarkfile.c:2518
-#: ../glib/gbookmarkfile.c:2596
-#: ../glib/gbookmarkfile.c:2675
-#: ../glib/gbookmarkfile.c:2717
-#: ../glib/gbookmarkfile.c:2814
-#: ../glib/gbookmarkfile.c:2940
-#: ../glib/gbookmarkfile.c:3130
-#: ../glib/gbookmarkfile.c:3206
-#: ../glib/gbookmarkfile.c:3371
-#: ../glib/gbookmarkfile.c:3460
-#: ../glib/gbookmarkfile.c:3550
-#: ../glib/gbookmarkfile.c:3677
+#: glib/gbookmarkfile.c:2028 glib/gbookmarkfile.c:2185
+#: glib/gbookmarkfile.c:2270 glib/gbookmarkfile.c:2350
+#: glib/gbookmarkfile.c:2435 glib/gbookmarkfile.c:2518
+#: glib/gbookmarkfile.c:2596 glib/gbookmarkfile.c:2675
+#: glib/gbookmarkfile.c:2717 glib/gbookmarkfile.c:2814
+#: glib/gbookmarkfile.c:2940 glib/gbookmarkfile.c:3130
+#: glib/gbookmarkfile.c:3206 glib/gbookmarkfile.c:3371
+#: glib/gbookmarkfile.c:3460 glib/gbookmarkfile.c:3550
+#: glib/gbookmarkfile.c:3677
 #, c-format
 msgid "No bookmark found for URI '%s'"
 msgstr "Inget bokmärke hittades för uri \"%s\""
 
-#: ../glib/gbookmarkfile.c:2359
+#: glib/gbookmarkfile.c:2359
 #, c-format
 msgid "No MIME type defined in the bookmark for URI '%s'"
 msgstr "Ingen Mime-typ definierad i bokmärket för uri \"%s\""
 
-#: ../glib/gbookmarkfile.c:2444
+#: glib/gbookmarkfile.c:2444
 #, c-format
 msgid "No private flag has been defined in bookmark for URI '%s'"
 msgstr "Ingen privat flagga har definierats i bokmärket för uri \"%s\""
 
-#: ../glib/gbookmarkfile.c:2823
+#: glib/gbookmarkfile.c:2823
 #, c-format
 msgid "No groups set in bookmark for URI '%s'"
 msgstr "Inga grupper inställda i bokmärket för uri \"%s\""
 
-#: ../glib/gbookmarkfile.c:3224
-#: ../glib/gbookmarkfile.c:3381
+#: glib/gbookmarkfile.c:3224 glib/gbookmarkfile.c:3381
 #, c-format
 msgid "No application with name '%s' registered a bookmark for '%s'"
 msgstr "Inget program med namnet \"%s\" registrerade ett bokmärke för \"%s\""
 
-#: ../glib/gbookmarkfile.c:3404
+#: glib/gbookmarkfile.c:3404
 #, c-format
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Misslyckades med att expandera exec-raden \"%s\" med URI \"%s\""
 
-#: ../glib/gconvert.c:424
-#: ../glib/gconvert.c:502
-#: ../glib/giochannel.c:1158
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Konvertering från teckentabellen \"%s\" till \"%s\" stöds inte"
 
-#: ../glib/gconvert.c:428
-#: ../glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\""
 
-#: ../glib/gconvert.c:625
-#: ../glib/gconvert.c:1010
-#: ../glib/giochannel.c:1330
-#: ../glib/giochannel.c:1372
-#: ../glib/giochannel.c:2215
-#: ../glib/gutf8.c:950
-#: ../glib/gutf8.c:1399
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
+#: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Ogiltig bytesekvens i konverteringsindata"
 
-#: ../glib/gconvert.c:631
-#: ../glib/gconvert.c:937
-#: ../glib/giochannel.c:1337
-#: ../glib/giochannel.c:2227
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Fel vid konvertering: %s"
 
-#: ../glib/gconvert.c:662
-#: ../glib/gutf8.c:946
-#: ../glib/gutf8.c:1150
-#: ../glib/gutf8.c:1291
-#: ../glib/gutf8.c:1395
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Ofullständig teckensekvens vid slutet av indata"
 
 # fallback syftar på en sträng
-#: ../glib/gconvert.c:912
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Kan inte konvertera reservsträngen \"%s\" till kodningen \"%s\""
 
-#: ../glib/gconvert.c:1726
+#: glib/gconvert.c:1733
 #, 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:1736
+#: glib/gconvert.c:1743
 #, 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:1753
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI:n \"%s\" är ogiltig"
 
-#: ../glib/gconvert.c:1765
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt"
 
-#: ../glib/gconvert.c:1781
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI:n \"%s\" innehåller ogiltigt kodade tecken"
 
-#: ../glib/gconvert.c:1876
+#: glib/gconvert.c:1883
 #, 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:1886
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Ogiltigt värdnamn"
 
-#: ../glib/gdir.c:104
-#: ../glib/gdir.c:124
+#: glib/gdir.c:104 glib/gdir.c:124
 #, c-format
 msgid "Error opening directory '%s': %s"
 msgstr "Fel vid öppning av katalogen \"%s\": %s"
 
-#: ../glib/gfileutils.c:557
-#: ../glib/gfileutils.c:630
+#: glib/gfileutils.c:557 glib/gfileutils.c:630
 #, c-format
 msgid "Could not allocate %lu bytes to read file \"%s\""
 msgstr "Kunde inte allokera %lu byte för att läsa filen \"%s\""
 
-#: ../glib/gfileutils.c:572
+#: glib/gfileutils.c:572
 #, c-format
 msgid "Error reading file '%s': %s"
 msgstr "Fel vid läsning av filen \"%s\": %s"
 
-#: ../glib/gfileutils.c:654
+#: glib/gfileutils.c:654
 #, c-format
 msgid "Failed to read from file '%s': %s"
 msgstr "Misslyckades med att läsa från filen \"%s\": %s"
 
-#: ../glib/gfileutils.c:705
-#: ../glib/gfileutils.c:792
+#: glib/gfileutils.c:705 glib/gfileutils.c:792
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "Misslyckades med att öppna filen \"%s\": %s"
 
-#: ../glib/gfileutils.c:722
-#: ../glib/gmappedfile.c:133
+#: glib/gfileutils.c:722 glib/gmappedfile.c:133
 #, c-format
 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
-msgstr "Misslyckades med att få tag på attributen på filen \"%s\": fstat() misslyckades: %s"
+msgstr ""
+"Misslyckades med att få tag på attributen på filen \"%s\": fstat() "
+"misslyckades: %s"
 
-#: ../glib/gfileutils.c:756
+#: glib/gfileutils.c:756
 #, c-format
 msgid "Failed to open file '%s': fdopen() failed: %s"
 msgstr "Misslyckades med att öppna filen \"%s\": fdopen() misslyckades: %s"
 
-#: ../glib/gfileutils.c:890
+#: glib/gfileutils.c:890
 #, c-format
 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
-msgstr "Misslyckades med att byta namn på filen \"%s\" till \"%s\": g_rename() misslyckades: %s"
+msgstr ""
+"Misslyckades med att byta namn på filen \"%s\" till \"%s\": g_rename() "
+"misslyckades: %s"
 
-#: ../glib/gfileutils.c:932
-#: ../glib/gfileutils.c:1390
+#: glib/gfileutils.c:932 glib/gfileutils.c:1390
 #, c-format
 msgid "Failed to create file '%s': %s"
 msgstr "Misslyckades med att skapa filen \"%s\": %s"
 
-#: ../glib/gfileutils.c:946
+#: glib/gfileutils.c:946
 #, c-format
 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
-msgstr "Misslyckades med att öppna filen \"%s\" för skrivning: fdopen() misslyckades: %s"
+msgstr ""
+"Misslyckades med att öppna filen \"%s\" för skrivning: fdopen() "
+"misslyckades: %s"
 
-#: ../glib/gfileutils.c:971
+#: glib/gfileutils.c:971
 #, c-format
 msgid "Failed to write file '%s': fwrite() failed: %s"
 msgstr "Misslyckades med att skriva filen \"%s\": fwrite() misslyckades: %s"
 
-#: ../glib/gfileutils.c:990
+#: glib/gfileutils.c:990
 #, c-format
 msgid "Failed to close file '%s': fclose() failed: %s"
 msgstr "Misslyckades med att stänga filen \"%s\": fclose() misslyckades: %s"
 
-#: ../glib/gfileutils.c:1108
+#: glib/gfileutils.c:1108
 #, c-format
 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
-msgstr "Befintliga filen \"%s\" kunde inte tas bort: g_unlink() misslyckades: %s"
+msgstr ""
+"Befintliga filen \"%s\" kunde inte tas bort: g_unlink() misslyckades: %s"
 
-#: ../glib/gfileutils.c:1352
+#: glib/gfileutils.c:1352
 #, c-format
 msgid "Template '%s' invalid, should not contain a '%s'"
 msgstr "Mallen \"%s\" är ogiltig, den får inte innehålla ett \"%s\""
 
-#: ../glib/gfileutils.c:1365
+#: glib/gfileutils.c:1365
 #, c-format
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Mallen \"%s\" innehåller inte XXXXXX"
 
-#: ../glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Misslyckades med att läsa den symboliska länken \"%s\": %s"
 
-#: ../glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Symboliska länkar stöds inte"
 
-#: ../glib/giochannel.c:1162
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\": %s"
 
-#: ../glib/giochannel.c:1507
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Kan inte göra en rå läsning i g_io_channel_read_line_string"
 
-#: ../glib/giochannel.c:1554
-#: ../glib/giochannel.c:1811
-#: ../glib/giochannel.c:1898
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Överbliven okonverterad data i läsbufferten"
 
-#: ../glib/giochannel.c:1634
-#: ../glib/giochannel.c:1711
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanalen slutar med ett ofullständigt tecken"
 
-#: ../glib/giochannel.c:1697
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Kan inte göra en rå läsning i g_io_channel_read_to_end"
 
-#: ../glib/gmappedfile.c:116
+#: glib/gmappedfile.c:116
 #, c-format
 msgid "Failed to open file '%s': open() failed: %s"
 msgstr "Misslyckades med att öppna filen \"%s\": open() misslyckades: %s"
 
-#: ../glib/gmappedfile.c:193
+#: glib/gmappedfile.c:193
 #, c-format
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Misslyckades med att mappa filen \"%s\": mmap() misslyckades: %s"
 
-#: ../glib/gmarkup.c:228
-#: ../glib/gmarkup.c:244
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
 #, c-format
 msgid "Error on line %d char %d: "
 msgstr "Fel på rad %d tecken %d:"
 
-#: ../glib/gmarkup.c:338
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Fel på rad %d: %s"
 
-#: ../glib/gmarkup.c:442
-msgid "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
-msgstr "Tom entitet \"&;\" hittades, giltiga entiteter är: &amp; &quot; &lt; &gt; &apos;"
+#: glib/gmarkup.c:442
+msgid ""
+"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
+msgstr ""
+"Tom entitet \"&;\" hittades, giltiga entiteter är: &amp; &quot; &lt; &gt; "
+"&apos;"
 
-#: ../glib/gmarkup.c:452
+#: glib/gmarkup.c:452
 #, c-format
-msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &amp;"
-msgstr "Tecknet \"%s\" är inte giltigt i början på ett entitetsnamn; tecknet & inleder en entitet. Om detta &-tecken inte ska vara en entitet måste du skriva om det som &amp;."
+msgid ""
+"Character '%s' is not valid at the start of an entity name; the & character "
+"begins an entity; if this ampersand isn't supposed to be an entity, escape "
+"it as &amp;"
+msgstr ""
+"Tecknet \"%s\" är inte giltigt i början på ett entitetsnamn; tecknet & "
+"inleder en entitet. Om detta &-tecken inte ska vara en entitet måste du "
+"skriva om det som &amp;."
 
-#: ../glib/gmarkup.c:486
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Tecknet \"%s\" är inte giltigt inuti ett entitetsnamn"
 
-#: ../glib/gmarkup.c:523
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Entitetsnamnet \"%s\" är okänt"
 
-#: ../glib/gmarkup.c:534
-msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &amp;"
-msgstr "Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
+#: glib/gmarkup.c:534
+msgid ""
+"Entity did not end with a semicolon; most likely you used an ampersand "
+"character without intending to start an entity - escape ampersand as &amp;"
+msgstr ""
+"Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken "
+"utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
 
-#: ../glib/gmarkup.c:587
+#: glib/gmarkup.c:587
 #, c-format
-msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (&#234; for example) - perhaps the digit is too large"
-msgstr "Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en teckenreferens (&#234; till exempel). Talet är kanske för stort"
+msgid ""
+"Failed to parse '%-.*s', which should have been a digit inside a character "
+"reference (&#234; for example) - perhaps the digit is too large"
+msgstr ""
+"Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en "
+"teckenreferens (&#234; till exempel). Talet är kanske för stort"
 
-#: ../glib/gmarkup.c:612
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Teckenreferensen \"%-.*s\" kodar inte ett tillåtet tecken"
 
-#: ../glib/gmarkup.c:627
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Tom teckenreferens, måste innehålla ett tal som exempelvis &#454;"
 
-#: ../glib/gmarkup.c:637
-msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &amp;"
-msgstr "Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
+#: glib/gmarkup.c:637
+msgid ""
+"Character reference did not end with a semicolon; most likely you used an "
+"ampersand character without intending to start an entity - escape ampersand "
+"as &amp;"
+msgstr ""
+"Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-"
+"tecken utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
 
-#: ../glib/gmarkup.c:723
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Oavslutad entitetsreferens"
 
-#: ../glib/gmarkup.c:729
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Oavslutad teckenreferens"
 
-#: ../glib/gmarkup.c:972
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Ogiltigt UTF-8-kodad text - för lång sekvens"
 
-#: ../glib/gmarkup.c:1000
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Ogiltigt UTF-8-kodad text - inte ett starttecken"
 
-#: ../glib/gmarkup.c:1036
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Ogiltigt UTF-8-kodad text - inte giltig \"%s\""
 
-#: ../glib/gmarkup.c:1074
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Dokumentet måste börja med ett element (exempelvis <book>)"
 
-#: ../glib/gmarkup.c:1114
+#: glib/gmarkup.c:1114
 #, c-format
-msgid "'%s' is not a valid character following a '<' character; it may not begin an element name"
-msgstr "\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det får inte inleda ett elementnamn"
+msgid ""
+"'%s' is not a valid character following a '<' character; it may not begin an "
+"element name"
+msgstr ""
+"\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det får inte "
+"inleda ett elementnamn"
 
-#: ../glib/gmarkup.c:1178
+#: glib/gmarkup.c:1178
 #, c-format
-msgid "Odd character '%s', expected a '>' character to end the start tag of element '%s'"
-msgstr "Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta starttaggen för elementet \"%s\""
+msgid ""
+"Odd character '%s', expected a '>' character to end the start tag of element "
+"'%s'"
+msgstr ""
+"Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta "
+"starttaggen för elementet \"%s\""
 
-#: ../glib/gmarkup.c:1267
+#: glib/gmarkup.c:1267
 #, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
-msgstr "Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" till elementet \"%s\""
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgstr ""
+"Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" "
+"till elementet \"%s\""
 
-#: ../glib/gmarkup.c:1309
+#: glib/gmarkup.c:1309
 #, c-format
-msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name"
-msgstr "Konstigt tecken \"%s\", ett \">\"- eller \"/\"-tecken förväntades för att avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du kanske använde ett ogiltigt tecken i ett attributnamn"
+msgid ""
+"Odd character '%s', expected a '>' or '/' character to end the start tag of "
+"element '%s', or optionally an attribute; perhaps you used an invalid "
+"character in an attribute name"
+msgstr ""
+"Konstigt tecken \"%s\", ett \">\"- eller \"/\"-tecken förväntades för att "
+"avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du "
+"kanske använde ett ogiltigt tecken i ett attributnamn"
 
-#: ../glib/gmarkup.c:1395
+#: glib/gmarkup.c:1395
 #, c-format
-msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'"
-msgstr "Konstigt tecken \"%s\", ett startcitationstecken förväntades efter likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" tilldelades"
+msgid ""
+"Odd character '%s', expected an open quote mark after the equals sign when "
+"giving value for attribute '%s' of element '%s'"
+msgstr ""
+"Konstigt tecken \"%s\", ett startcitationstecken förväntades efter "
+"likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" "
+"tilldelades"
 
-#: ../glib/gmarkup.c:1537
+#: glib/gmarkup.c:1537
 #, c-format
-msgid "'%s' is not a valid character following the characters '</'; '%s' may not begin an element name"
-msgstr "\"%s\" är inte ett giltigt tecken efter tecknen \"</\". \"%s\" får inte inleda ett elementnamn"
+msgid ""
+"'%s' is not a valid character following the characters '</'; '%s' may not "
+"begin an element name"
+msgstr ""
+"\"%s\" är inte ett giltigt tecken efter tecknen \"</\". \"%s\" får inte "
+"inleda ett elementnamn"
 
-#: ../glib/gmarkup.c:1577
+#: glib/gmarkup.c:1577
 #, c-format
-msgid "'%s' is not a valid character following the close element name '%s'; the allowed character is '>'"
-msgstr "\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det tillåtna tecknet är \">\""
+msgid ""
+"'%s' is not a valid character following the close element name '%s'; the "
+"allowed character is '>'"
+msgstr ""
+"\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det "
+"tillåtna tecknet är \">\""
 
-#: ../glib/gmarkup.c:1588
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Elementet \"%s\" stängdes, inget element är öppet för tillfället"
 
-#: ../glib/gmarkup.c:1597
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
-msgstr "Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%s\""
+msgstr ""
+"Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%"
+"s\""
 
-#: ../glib/gmarkup.c:1757
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Dokumentet var tomt eller innehöll endast tomrum"
 
-#: ../glib/gmarkup.c:1771
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Dokumentet tog oväntat slut efter ett öppningsklammer \"<\""
 
-#: ../glib/gmarkup.c:1779
-#: ../glib/gmarkup.c:1824
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
-msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened"
-msgstr "Dokumentet tog oväntat slut då element fortfarande var öppna. \"%s\" var det senast öppnade elementet"
+msgid ""
+"Document ended unexpectedly with elements still open - '%s' was the last "
+"element opened"
+msgstr ""
+"Dokumentet tog oväntat slut då element fortfarande var öppna. \"%s\" var det "
+"senast öppnade elementet"
 
-#: ../glib/gmarkup.c:1787
+#: glib/gmarkup.c:1787
 #, c-format
-msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>"
-msgstr "Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta taggen <%s/>"
+msgid ""
+"Document ended unexpectedly, expected to see a close angle bracket ending "
+"the tag <%s/>"
+msgstr ""
+"Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta "
+"taggen <%s/>"
 
-#: ../glib/gmarkup.c:1793
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Dokumentet tog oväntat slut inuti ett elementnamn"
 
-#: ../glib/gmarkup.c:1799
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Dokumentet tog oväntat slut inuti ett attributnamn"
 
-#: ../glib/gmarkup.c:1804
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Dokumentet tog oväntat slut inuti en elementöppnande tagg."
 
-#: ../glib/gmarkup.c:1810
-msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value"
-msgstr "Dokumentet tog oväntat slut efter likhetstecknet som följde ett attributnamn. Inget attributvärde"
+#: glib/gmarkup.c:1810
+msgid ""
+"Document ended unexpectedly after the equals sign following an attribute "
+"name; no attribute value"
+msgstr ""
+"Dokumentet tog oväntat slut efter likhetstecknet som följde ett "
+"attributnamn. Inget attributvärde"
 
-#: ../glib/gmarkup.c:1817
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Dokumentet tog oväntat slut inuti ett attributvärde"
 
-#: ../glib/gmarkup.c:1833
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
-msgstr "Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\""
+msgstr ""
+"Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\""
 
-#: ../glib/gmarkup.c:1839
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
-msgstr "Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion"
+msgstr ""
+"Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion"
 
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
 msgid "corrupted object"
 msgstr "skadat objekt"
 
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
 msgid "internal error or corrupted object"
 msgstr "internt fel eller skadat objekt"
 
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
 msgid "out of memory"
 msgstr "slut på minne"
 
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
 msgid "backtracking limit reached"
 msgstr "bakåtspårningsgräns nådd"
 
-#: ../glib/gregex.c:152
-#: ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
 msgid "the pattern contains items not supported for partial matching"
 msgstr "mönstret innehåller objekt som inte stöds för delvis matchning"
 
-#: ../glib/gregex.c:154
+#: glib/gregex.c:154
 msgid "internal error"
 msgstr "internt fel"
 
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
 msgid "back references as conditions are not supported for partial matching"
 msgstr "bakreferenser som villkor stöds inte för delvis matchning"
 
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
 msgid "recursion limit reached"
 msgstr "rekursionsgräns nådd"
 
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
 msgid "workspace limit for empty substrings reached"
 msgstr "arbetsytans gräns för tomma understrängar nådd"
 
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
 msgid "invalid combination of newline flags"
 msgstr "ogiltig kombination av nyradsflaggor"
 
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
 msgid "unknown error"
 msgstr "okänt fel"
 
-#: ../glib/gregex.c:324
-#: ../glib/gregex.c:1367
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanalen slutar med ett ofullständigt tecken"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Ogiltig bytesekvens i konverteringsindata"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Oavslutad teckenreferens"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Oavslutad teckenreferens"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Oavslutad teckenreferens"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Symboliska länkar stöds inte"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Fel vid matchning av reguljära uttrycket %s: %s"
 
-#: ../glib/gregex.c:876
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE-biblioteket är byggt utan stöd för UTF8"
 
-#: ../glib/gregex.c:885
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE-biblioteket är byggt utan stöd för UTF8-egenskaper"
 
-#: ../glib/gregex.c:935
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Fel vid kompilering av reguljära uttrycket %s vid tecknet %d: %s"
 
-#: ../glib/gregex.c:971
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Fel vid optimering av reguljära uttrycket %s: %s"
 
-#: ../glib/gregex.c:1795
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "hexadecimal siffra eller \"}\" förväntades"
 
-#: ../glib/gregex.c:1811
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "hexadecimal siffra förväntades"
 
-#: ../glib/gregex.c:1851
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "saknar \"<\" i symbolisk referens"
 
-#: ../glib/gregex.c:1860
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "oavslutad symbolisk referens"
 
-#: ../glib/gregex.c:1867
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "symbolisk referens med noll-längd"
 
-#: ../glib/gregex.c:1878
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "siffra förväntades"
 
-#: ../glib/gregex.c:1896
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "otillåten symbolisk referens"
 
-#: ../glib/gregex.c:1958
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "felplacerad avslutande \"\\\""
 
-#: ../glib/gregex.c:1962
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "okänd escape-sekvens"
 
-#: ../glib/gregex.c:1972
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Fel vid tolkning av ersättningstexten \"%s\" vid tecknet %lu: %s"
 
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
 #, c-format
 msgid "Quoted text doesn't begin with a quotation mark"
 msgstr "Citerad text börjar inte med citationstecken"
 
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
 #, c-format
 msgid "Unmatched quotation mark in command line or other shell-quoted text"
 msgstr "Ensamt citationstecken på kommandoraden eller annan skalciterad text"
 
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
 #, c-format
 msgid "Text ended just after a '\\' character. (The text was '%s')"
 msgstr "Texten slutade efter ett \"\\\"-tecken (texten var \"%s\")."
 
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
 #, c-format
 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
-msgstr "Texten slutade innan matchande citationstecken hittades för %c (texten var \"%s\")."
+msgstr ""
+"Texten slutade innan matchande citationstecken hittades för %c (texten var "
+"\"%s\")."
 
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
 #, c-format
 msgid "Text was empty (or contained only whitespace)"
 msgstr "Texten var tom (eller innehöll bara tomrum)"
 
-#: ../glib/gspawn-win32.c:272
+#: glib/gspawn-win32.c:272
 #, c-format
 msgid "Failed to read data from child process"
 msgstr "Misslyckades med att läsa data från barnprocessen"
 
-#: ../glib/gspawn-win32.c:287
-#: ../glib/gspawn.c:1455
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Misslyckades med att skapa rör för kommunikation med barnprocess (%s)"
 
-#: ../glib/gspawn-win32.c:325
-#: ../glib/gspawn.c:1119
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Misslyckades med att läsa från rör till barn (%s)"
 
-#: ../glib/gspawn-win32.c:351
-#: ../glib/gspawn.c:1324
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Misslyckades med att byta till katalogen \"%s\" (%s)"
 
-#: ../glib/gspawn-win32.c:357
-#: ../glib/gspawn-win32.c:481
+#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:481
 #, c-format
 msgid "Failed to execute child process (%s)"
 msgstr "Misslyckades med att köra barnprocess (%s)"
 
-#: ../glib/gspawn-win32.c:428
+#: glib/gspawn-win32.c:428
 #, c-format
 msgid "Invalid program name: %s"
 msgstr "Ogiltigt programnamn: %s"
 
-#: ../glib/gspawn-win32.c:438
-#: ../glib/gspawn-win32.c:678
-#: ../glib/gspawn-win32.c:1218
+#: glib/gspawn-win32.c:438 glib/gspawn-win32.c:678 glib/gspawn-win32.c:1218
 #, c-format
 msgid "Invalid string in argument vector at %d: %s"
 msgstr "Ogiltig sträng i argumentvektorn vid %d: %s"
 
-#: ../glib/gspawn-win32.c:449
-#: ../glib/gspawn-win32.c:692
-#: ../glib/gspawn-win32.c:1251
+#: glib/gspawn-win32.c:449 glib/gspawn-win32.c:692 glib/gspawn-win32.c:1251
 #, c-format
 msgid "Invalid string in environment: %s"
 msgstr "Ogiltig sträng i miljön: %s"
 
-#: ../glib/gspawn-win32.c:674
-#: ../glib/gspawn-win32.c:1199
+#: glib/gspawn-win32.c:674 glib/gspawn-win32.c:1199
 #, c-format
 msgid "Invalid working directory: %s"
 msgstr "Ogiltig arbetskatalog: %s"
 
-#: ../glib/gspawn-win32.c:738
+#: glib/gspawn-win32.c:738
 #, c-format
 msgid "Failed to execute helper program (%s)"
 msgstr "Misslyckades med att köra hjälparprogram (%s)"
 
-#: ../glib/gspawn-win32.c:938
+#: glib/gspawn-win32.c:938
 #, c-format
-msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process"
-msgstr "Oväntat fel i g_io_channel_win32_poll() vid inläsning av data från en barnprocess"
+msgid ""
+"Unexpected error in g_io_channel_win32_poll() reading data from a child "
+"process"
+msgstr ""
+"Oväntat fel i g_io_channel_win32_poll() vid inläsning av data från en "
+"barnprocess"
 
-#: ../glib/gspawn.c:180
+#: glib/gspawn.c:180
 #, c-format
 msgid "Failed to read data from child process (%s)"
 msgstr "Misslyckades med att läsa data från barnprocess (%s)"
 
-#: ../glib/gspawn.c:317
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Oväntat fel i select() vid läsning av data från en barnprocess (%s)"
 
-#: ../glib/gspawn.c:400
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Oväntat fel i waitpid() (%s)"
 
-#: ../glib/gspawn.c:1184
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Misslyckades med att grena (%s)"
 
-#: ../glib/gspawn.c:1334
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Misslyckades med att köra barnprocessen \"%s\" (%s)"
 
-#: ../glib/gspawn.c:1344
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
-msgstr "Misslyckades med att dirigera om utdata eller indata från barnprocess (%s)"
+msgstr ""
+"Misslyckades med att dirigera om utdata eller indata från barnprocess (%s)"
 
-#: ../glib/gspawn.c:1353
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Misslyckades med att skapa barnprocess (%s)"
 
-#: ../glib/gspawn.c:1361
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Okänt fel vid körning av barnprocessen \"%s\""
 
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
-msgstr "Misslyckades med att läsa tillräckligt med data från röret till barnets pid (%s)"
+msgstr ""
+"Misslyckades med att läsa tillräckligt med data från röret till barnets pid "
+"(%s)"
 
-#: ../glib/gutf8.c:1024
+#: glib/gutf8.c:1024
 #, c-format
 msgid "Character out of range for UTF-8"
 msgstr "Tecknet är utanför intervallet för UTF-8"
 
-#: ../glib/gutf8.c:1118
-#: ../glib/gutf8.c:1127
-#: ../glib/gutf8.c:1259
-#: ../glib/gutf8.c:1268
-#: ../glib/gutf8.c:1409
-#: ../glib/gutf8.c:1505
+#: glib/gutf8.c:1118 glib/gutf8.c:1127 glib/gutf8.c:1259 glib/gutf8.c:1268
+#: glib/gutf8.c:1409 glib/gutf8.c:1505
 #, c-format
 msgid "Invalid sequence in conversion input"
 msgstr "Ogiltig sekvens i konverteringsindata"
 
-#: ../glib/gutf8.c:1420
-#: ../glib/gutf8.c:1516
+#: glib/gutf8.c:1420 glib/gutf8.c:1516
 #, c-format
 msgid "Character out of range for UTF-16"
 msgstr "Tecknet är utanför intervallet för UTF-16"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Användning:"
 
-#: ../glib/goption.c:573
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[FLAGGA...]"
 
-#: ../glib/goption.c:677
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Hjälpflaggor:"
 
-#: ../glib/goption.c:678
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Visa hjälpflaggor"
 
-#: ../glib/goption.c:684
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Visa alla hjälpflaggor"
 
-#: ../glib/goption.c:736
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Programflaggor:"
 
-#: ../glib/goption.c:797
-#: ../glib/goption.c:867
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Kan inte tolka heltalsvärdet \"%s\" för %s"
 
-#: ../glib/goption.c:807
-#: ../glib/goption.c:875
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Heltalsvärdet \"%s\" för %s är utanför intervallet"
 
-#: ../glib/goption.c:832
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Kan inte tolka dubbelvärdet \"%s\" för %s"
 
-#: ../glib/goption.c:840
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Dubbelvärdet \"%s\" för %s är utanför intervallet"
 
-#: ../glib/goption.c:1177
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Fel vid tolkning av flaggan %s"
 
-#: ../glib/goption.c:1208
-#: ../glib/goption.c:1319
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Argument saknas för %s"
 
-#: ../glib/goption.c:1714
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Okänd flagga %s"
 
-#: ../glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Giltig nyckelfil kunde inte hittas i sökkatalogerna"
 
-#: ../glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Inte en vanlig fil"
 
-#: ../glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Filen är tom"
 
-#: ../glib/gkeyfile.c:747
+#: glib/gkeyfile.c:761
 #, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
-msgstr "Nyckelfilen innehåller raden \"%s\" som inte är ett nyckel-värde-par, grupp eller kommentar"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgstr ""
+"Nyckelfilen innehåller raden \"%s\" som inte är ett nyckel-värde-par, grupp "
+"eller kommentar"
 
-#: ../glib/gkeyfile.c:807
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Ogiltigt gruppnamn: %s"
 
-#: ../glib/gkeyfile.c:829
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Nyckelfilen börjar inte med en grupp"
 
-#: ../glib/gkeyfile.c:855
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Ogiltigt nyckelnamn: %s"
 
-#: ../glib/gkeyfile.c:882
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Nyckelfilen innehåller kodningen \"%s\" som inte stöds"
 
-#: ../glib/gkeyfile.c:1095
-#: ../glib/gkeyfile.c:1254
-#: ../glib/gkeyfile.c:2472
-#: ../glib/gkeyfile.c:2540
-#: ../glib/gkeyfile.c:2675
-#: ../glib/gkeyfile.c:2810
-#: ../glib/gkeyfile.c:2963
-#: ../glib/gkeyfile.c:3145
-#: ../glib/gkeyfile.c:3206
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Nyckelfilen har inte gruppen \"%s\""
 
-#: ../glib/gkeyfile.c:1266
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Nyckelfilen har inte nyckeln \"%s\""
 
-#: ../glib/gkeyfile.c:1368
-#: ../glib/gkeyfile.c:1481
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
-msgstr "Nyckelfilen innehåller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8"
+msgstr ""
+"Nyckelfilen innehåller nyckeln \"%s\" med värdet \"%s\" som inte är UTF-8"
 
-#: ../glib/gkeyfile.c:1388
-#: ../glib/gkeyfile.c:1501
-#: ../glib/gkeyfile.c:1874
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
-msgstr "Nyckelfilen innehåller nyckeln \"%s\" som har värde som inte kan tolkas."
+msgstr ""
+"Nyckelfilen innehåller nyckeln \"%s\" som har värde som inte kan tolkas."
 
-#: ../glib/gkeyfile.c:2089
-#: ../glib/gkeyfile.c:2301
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
-msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted."
-msgstr "Nyckelfilen innehåller nyckeln \"%s\" i gruppen \"%s\" som har värde som inte kan tolkas."
+msgid ""
+"Key file contains key '%s' in group '%s' which has value that cannot be "
+"interpreted."
+msgstr ""
+"Nyckelfilen innehåller nyckeln \"%s\" i gruppen \"%s\" som har värde som "
+"inte kan tolkas."
 
-#: ../glib/gkeyfile.c:2487
-#: ../glib/gkeyfile.c:2690
-#: ../glib/gkeyfile.c:3217
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Nyckelfilen har inte nyckeln \"%s\" i gruppen \"%s\""
 
-#: ../glib/gkeyfile.c:3458
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Nyckelfilen innehåller kontrolltecken i slutet på en rad"
 
-#: ../glib/gkeyfile.c:3480
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Nyckelfilen innehåller ogiltiga kontrollsekvensen \"%s\""
 
-#: ../glib/gkeyfile.c:3622
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Värdet \"%s\" kan inte tolkas som ett tal."
 
-#: ../glib/gkeyfile.c:3636
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Heltalsvärdet \"%s\" är utanför intervallet"
 
-#: ../glib/gkeyfile.c:3669
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Värdet \"%s\" kan inte tolkas som ett flyttal."
 
-#: ../glib/gkeyfile.c:3693
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Värdet \"%s\" kan inte tolkas som ett booleskt värde."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "okänt fel"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Symboliska länkar stöds inte"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Symboliska länkar stöds inte"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Ogiltigt nyckelnamn: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Ogiltigt värdnamn"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Misslyckades med att skapa filen \"%s\": %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Misslyckades med att skapa filen \"%s\": %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Misslyckades med att skapa filen \"%s\": %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Fel vid tolkning av flaggan %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Dokumentet tog oväntat slut inuti ett attributnamn"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Fel vid öppning av katalogen \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Fel vid konvertering: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Fel vid konvertering: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Fel på rad %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Symboliska länkar stöds inte"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Fel vid tolkning av flaggan %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Fel vid tolkning av flaggan %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Inte en vanlig fil"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Fel vid läsning av filen \"%s\": %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Fel på rad %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Fel vid tolkning av flaggan %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Fel vid tolkning av flaggan %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Symboliska länkar stöds inte"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[FLAGGA...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Kunde inte byta filläge: fork() misslyckades: %s"
+
 #~ msgid "Could not change file mode: waitpid() failed: %s"
 #~ msgstr "Kunde inte byta filläge: waitpid() misslyckades %s"
+
 #~ msgid "Could not change file mode: chmod() failed: %s"
 #~ msgstr "Kunde inte byta filläge: chmod() misslyckades: %s"
+
 #~ msgid "Could not change file mode: Child terminated by signal: %s"
 #~ msgstr "Kunde inte byta filläge: Barnet avslutades med signal: %s"
+
 #~ msgid "Could not change file mode: Child terminated abnormally"
 #~ msgstr "Kunde inte byta filläge: Barnet avslutades onormalt"
+
 #~ msgid "Conversion from character set `%s' to `%s' is not supported"
 #~ msgstr "Konvertering från teckentabellen \"%s\" till \"%s\" stöds inte"
+
 #~ msgid "Could not open converter from `%s' to `%s': %s"
 #~ msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\": %s"
+
 #~ msgid ""
 #~ "Failed to parse '%s', which should have been a digit inside a character "
 #~ "reference (&#234; for example) - perhaps the digit is too large"
 #~ msgstr ""
 #~ "Misslyckades med att tolka \"%s\", som skulle ha varit ett tal inuti en "
 #~ "teckenreferens (&#234; till exempel). Talet är kanske för stort"
+
 #~ msgid "Character reference '%s' does not encode a permitted character"
 #~ msgstr "Teckenreferensen \"%s\" kodar inte ett tillåtet tecken"
+
 #~ msgid "Incorrect message size"
 #~ msgstr "Felaktig meddelandestorlek"
+
 #~ msgid "Socket error"
 #~ msgstr "Uttagsfel"
+
 #~ msgid "Channel set flags unsupported"
 #~ msgstr "Kanalinställningsflaggor stöds inte"
+
 #~ msgid ""
 #~ "The hostname of the URI `%s' is contains invalidly escaped characters"
 #~ msgstr "Värdnamnet för URI:n \"%s\" innehåller felaktigt inbäddade tecken"
-
diff --git a/po/ta.po b/po/ta.po
index 20613b4..e56ba21 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: glib.HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-08-13 09:47+0530\n"
 "Last-Translator: Dr.T.Vasudevan <agnihot3@gmail.com>\n"
 "Language-Team: TAMIL <ubuntu-l10n-tam@lists.ubuntu.com>\n"
@@ -93,71 +93,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "exec வரி '%s'  ஐ யூஆர்ஐ (URI) '%s' உடன் விரிவாக்குதல் தோல்வியுற்றது"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "வரியுரு வகை `%s' இலிருந்து `%s' க்கு மாற்றுவதற்கு ஆதரவளிப்பு கிடையாது"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s' லிருந்து '%s'க்கு மாற்றியை திறக்க முடியவில்லை"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "நிலை மாற்றியின் உள்ளீடுக்கு தவறான பைட் வரிசைமுறை"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "மாற்றும் போது பிழை: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "உள்ளீடின் முடிவில் பூர்த்தியாகாத வரியுரு வரிசைமுறை"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "பின்னடைப்பு '%s', '%s' குறிக் கணமிற்கு மாற்ற முடியவில்லை"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI '%s' \"கோப்பு\"திட்டத்தை பயன்படுத்தும் முழுமையான URI அல்ல"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "உள்ளமைக் கோப்பு வலை முகவரி `%s' இல் ஓர் `#' இல்லாமல் இருக்கலாம்"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "`%s' செல்லுபடியாகாத வலை முகவரி"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "`%s' வலை முகவரியின் விருந்தோம்புப்-பெயர் செல்லுபடியாகாதது"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "வலை முகவரி `%s' இல் செல்லுபடியாகாத 'விடுபடு' வரியுருகள்"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "'%s' பாதைப்-பெயர் ஓர் தனிப் பாதை அல்ல"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "பிழையான விருந்தோம்புப்-பெயர்"
@@ -237,37 +237,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "'%s' படிம அச்சில் XXXXXX இல்லை"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "'%s' என்பதன்-குறுக்கம் இணைப்பை வாசிக்க முடியவில்லை: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "'%s' லிருந்து'%s'க்கு மாற்றியை திறக்க முடியவில்லை: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string இல் மூலமாக வாசிக்க முடியாது"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "வாசிப்புத் தாங்ககத்தில் மாற்றப்படாத மீதித் தரவுகள்"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "வாய்க்கால் பாதி வரியுருவில் முடிவடைகிறது"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end இல் மூலமாக வாசிக்க முடியாது"
@@ -282,23 +304,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "'%s' கோப்பினை ஒப்பிட முடியவில்லை: mmap() செயலிழந்தது: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "%d வரியில் %d வரியுருவில் பிழை: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "%d வரியில் பிழை: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "வெற்றா பிரதிநிதி '&;' கண்டது; சரியான பிரதிநிதிகள்: &amp; &quot; &lt; &qt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -308,17 +330,17 @@
 "'%s' வரியுரு பிரதிநிதியின் தொடக்கத்தில் வரக்கூடாது; & வரியுரு பிரதிநிதியைத் "
 "தொடங்கும்; இந்த & ஓர் பிரதிநிதியாக இருக்கக்கூடாது என்றால்; அதை &amp ஆக விடுவி;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "'%s' வரியுரு பிரதிநிதியின் பெயரில் பிழையானது"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "பிரதிநிதியின் பெயர் '%s' தெரியாதது"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -326,7 +348,7 @@
 "பிரதிநிதி ';' உடன் முடிவடையவில்லை; நீங்கள் பிரதிநிதி ஒன்றை தொடங்க யோசிக்காமல் '&' "
 "பயன்படுத்தி இருக்கலாம் - '&'சை &amp ஆக விடுவி;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -335,16 +357,16 @@
 "'%-.*s'ஐ கூறிட முடியவில்லை,அதன் ஒரு எழுத்துக்குள் ஒரு தசமத்தை கொண்டிருக்க வேண்டும் "
 "குறிப்பு (&#234; எடுத்துக்காட்டாக) - எனினும் தசமம் மிக பெரியதாக உள்ளது"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "எழுத்து குறிப்பு '%-.*s' ஒரு அனுமதிக்கப்பட்ட எழுத்தினை குறிமுறையாக்கவில்லை"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "வேற்றான வரியுரு குறிப்பு; &#454 ஆகிய இலக்கங்கள் சேர்ந்திருக் வேண்டும்;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -354,32 +376,32 @@
 "ampersand character without intending to start an entity - escape ampersand "
 "as &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "முடிவடையாத உள்ளீட்பு மேற்கோள்"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "முடிவடையாத வரியுரு மேற்கோள்"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - மிக நீண்ட உரை"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - துவங்கும் குறியல்ல"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "பிழையான UTF-8 குறியீடு செய்யப்பட்ட உரை - செல்லுபடியாகும் '%s' அல்ல"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "ஆவணம் ஓர் உறுப்புடன் (உதாரணம்: <book>) தொடங்க வேண்டும்"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -388,7 +410,7 @@
 "'<' வரியுருவை தொடர்ந்து '%s' வர முடியாது; அதைப் பயன்படுத்தி ஓர் உறுப்படியின் பெயரைத் "
 "தொடங்க முடியாது"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -397,7 +419,7 @@
 "ஒற்றை வரியுரு '%s', '%s' உறுப்படி தொடங்கல் ஒட்டை ஓர் '>' வரியுரு முடிவு செய்யும் "
 "என்று எதிர்பார்த்தது"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -405,7 +427,7 @@
 "'%s' ஓர் ஒற்றை வரியுரு, பண்பின் பெயர் '%s' பின் ('%s' உறுப்பின்) எதிர்பார்த்தது ஓர் '=' "
 "வரியுரு"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -416,7 +438,7 @@
 "element '%s', or optionally an attribute; perhaps you used an invalid "
 "character in an attribute name"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -425,7 +447,7 @@
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -434,7 +456,7 @@
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -443,25 +465,25 @@
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "'%s' உறுப்பு மூடப்பட்டுல்லது, தற்பொது ஒரு உறுப்பும் திறந்து இல்லை"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "'%s' உறுப்பு மூடப்பட்டுல்லது, அனால் தற்பொது திறந்திறுக்கும் உறுப்பு '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "வெற்றான ஆவணம் அல்லது ஆவணத்தில் இறுப்பது அனைத்தும் வெண்வெளி"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "'<' பிறகு ஆவணம் திடீரென முடிவடைந்தது"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -470,7 +492,7 @@
 "உறுப்புகள் திறந்திறுக்கும்போது ஆவணம் திடீரென முடிவடைந்தது - கடைசியாகத் திறக்கப்பட்ட "
 "உறுப்பு '%s'"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -479,19 +501,19 @@
 "ஆவணம் திடீரென முடிவடைந்தது, அடையாள ஒட்டு <%s/> முடிவில் ஓர் '}' இருக்கும் என "
 "எதிர்பார்த்தது"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "உறுப்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "பண்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "உறுப்பு-தொடங்களின் அடையாள ஒட்டு  உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -499,16 +521,16 @@
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "பண்பு பெயர் உள்ளிறுக்கும் போது ஆவணம் திடீரென முடிவடைந்தது"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "'%s' என்னும் மூடு-அடையாள ஒட்டு உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "ஆவணம் திடீரென குறிப்புரையுல் அல்லது செயலாக்கம் ஆணையுல் முடிவடைந்தது"
 
@@ -556,66 +578,257 @@
 msgid "unknown error"
 msgstr "தெரியாத தவறு"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "வாய்க்கால் பாதி வரியுருவில் முடிவடைகிறது"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "நிலை மாற்றியின் உள்ளீடுக்கு தவறான பைட் வரிசைமுறை"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "முடிவடையாத வரியுரு மேற்கோள்"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "முடிவடையாத வரியுரு மேற்கோள்"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "முடிவடையாத வரியுரு மேற்கோள்"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "வழக்கமான கூற்றை பொருத்துவதில் பிழை%s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "பிசிஆர்ஈ நூலகம் யூடிஎஃப்8 ஆதரவு இல்லாமல் தொகுக்கப்பட்டது."
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "பிசிஆர்ஈ நூலகம் யூடிஎஃப்8 பண்புகள் ஆதரவு இல்லாமல் தொகுக்கப்பட்டது."
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "இயல்பான கூற்று %s ஐ தொகுக்கும்போது  %d வரியுருவில் பிழை: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "இயல்பான கூற்று ஐ உகந்ததாக்கும்போது பிழை:%s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "பதின்னறும எண் அல்லது '}'  எதிர்பார்க்கப்பட்டது."
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "பதின்னறும எண் எதிர்பார்க்கப்பட்டது."
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "குறியீட்டுருவான சமர்பணத்தில் '<' ஐ காணவில்லை"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "முடிவடையாத உள்ளீட்பு மேற்கோள்"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "பூஜ்ய நீள உள்ளீட்பு மேற்கோள்"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "எண் எதிர்பார்க்கப்பட்டது"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "சட்டவிரோத உள்ளீட்பு மேற்கோள்"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "அனாதையான கடைசி '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "தெரியாத வெளியேற்ற வரிசைமுறை"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "மாற்று உரை \"%s\" ஐ பகுக்கையில் பிழை வரியுரு %lu இல்: %s"
@@ -651,17 +864,17 @@
 msgid "Failed to read data from child process"
 msgstr "சேய் செயலில் இருந்து தரவு வாசிக்க முடியவில்லை"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "(%s) சேய்-செயலிடன் தொடர்பு கொல்ல கழாய்த்-தொடரைப் படைக்க முடியவில்லை"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "(%s) சேய் கழாய்த் தொடரில் இருந்து வாசிக்க முடியவில்லை"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "'%s' (%s) அடைவுக்கு போக முடியவில்லை"
@@ -710,42 +923,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "(%s) சேய்-செயலில் இருந்து தரவு வாசிக்க முடியவில்லை"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "(%s) சேய்-செயலில் இருந்து தரவு வாசிக்கும் போது, select()'டில் எதிர்பாராத பிழை"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "(%s) waitpid()'டில் எதிர்பாராத பிழை"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "(%s) தொடங்க முடியவில்லை"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "\"%s\" (%s) சேய்-செயலை இயக்க முடியவில்லை"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "சேய் (%s) செயலகத்தின் வெளியீடலை அல்லது உள்ளடலை திசை-மாற்றும்போது பிழை"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "சேய் (%s) செயலகத்தை தொடங்க முடியவில்லை"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "சேய் செயல் \"%s\" இயக்கும்போது தெரியாத பிழை"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Failed to read enough data from child pid pipe (%s)"
@@ -766,130 +979,130 @@
 msgid "Character out of range for UTF-16"
 msgstr "UTF-16 க்கு வரியுரு வீச்சு எல்லைக்கு வெளியே"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "ஓபயன்பாடு:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "உதவி விருப்பங்கள்:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "உதவி விருப்பங்களை காட்டு"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "அனைத்து உதவி விருப்பங்களை காட்டு"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "பயன்பாடு விருப்பங்கள்:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "'%s' க்கு %sன் இயல் எண் மதிப்பினை கூறிட முடியாது"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "'%s' க்கு %sன் இயல் எண் மதிப்பு வரையறையை தாண்டியுள்ளது"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "இரட்டை மதிப்பு '%s' ஐ %sக்கு கூறிட முடியாது"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "இரட்டை மதிப்பு '%s' %sக்கு வரையறையை தாண்டியுள்ளது"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "கூறிடும் போது பிழை: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr " %sக்கான விடுபட்ட மதிப்புரு"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "தெரியாத விருப்பம் %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "தேடல் அடைவுகளில் சரியான விசை கோப்பினை காண முடியவில்லை"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "ஒரு முறையான கோப்பில்லை"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "கோப்பு வெற்றாக உள்ளது"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 "விசை கோப்பு வரி '%s' கொண்டுள்ளது இது விசை-மதிப்பு சோடியை, குழு, அல்லது குறிப்பு அல்ல"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "செல்லுபடியாகாத குழு பெயர்: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "விசை கோப்பு ஒரு குழுவாக ஆரம்பமாகாது"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "செல்லுபடியாகாத விசை பெயர்: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "விசை கோப்பு துணையில்லாத குறிமுறையை கொண்டுள்ளது '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "விசை கோப்பு குழுவினை கொண்டிருக்கவில்லை '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr " '%s' விசையை விசை கோப்பு கொண்டிருக்கவில்லை"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr " '%s'மதிப்பினை உடைய '%s'விசை விசை கோப்பு கொண்டுள்ளது, இது UTF-8 அல்ல"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "%s'விசையை விசை கோப்பு கொண்டுள்ளது அது கொண்டுள்ள மதிப்பினை மாற்ற முடியாது."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -898,37 +1111,588 @@
 "'%s'குழுவில் %s'விசையை விசை கோப்பு கொண்டுள்ளது அது கொண்டுள்ள மதிப்பினை மாற்ற "
 "முடியாது."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "'%s' குழுவில் '%s' விசையை விசை கோப்பு கொண்டிருக்கவில்லை"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "கடைசி வரியில் விசை கோப்பு விடுபடு எழுத்தினை கொண்டுள்ளது"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "விசை கோப்பு தவறான விடுபடு வரிசையை கொண்டுள்ளது '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "மதிப்பு '%s' ஒரு எண்ணாக செயல்பட முடியாது."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "இயல் எண் மதிப்பு '%s' வரையறையை தாண்டியுள்ளது"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "மதிப்பு '%s' தசம எண்ணாக செயல்பட முடியாது."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "மதிப்பு '%s' பூலியனாக செயல்பட முடியாது."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "தெரியாத தவறு"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "செல்லுபடியாகாத விசை பெயர்: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "பிழையான விருந்தோம்புப்-பெயர்"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "கூறிடும் போது பிழை: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "பண்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "மாற்றும் போது பிழை: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "மாற்றும் போது பிழை: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "%d வரியில் பிழை: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "கூறிடும் போது பிழை: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "கூறிடும் போது பிழை: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "ஒரு முறையான கோப்பில்லை"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "%d வரியில் பிழை: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "கூறிடும் போது பிழை: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "கூறிடும் போது பிழை: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
diff --git a/po/te.po b/po/te.po
index 38c9557..e27ebde 100644
--- a/po/te.po
+++ b/po/te.po
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: GLIB\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2004-12-13 20:16+0100\n"
 "Last-Translator: రమణ సాయి <rmn_sai@yahoo.com>\n"
 "Language-Team: Free Software Foundation, Andhra Pradesh <fsfap@gnu.org.in>\n"
@@ -90,71 +90,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr " '%s'  చిహ్న పూరితజోడి చదువుటలో విఫలమయినావు : %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "అక్షరమాలలొ కల '%s' నుండి '%s'  కు పరివర్తించడానికి  సహకరించదు"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s' నుండి  '%s' కు పరివర్తించడం సాధ్యం కాదు "
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "ఎగుబడి బైట్ క్రమంను పరివర్తించుట నిస్సారమగును"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "పరివర్తనం నందు దోషం కలదు: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "చివరి ఎగుబడి నందు పాక్షికముగా అక్షర క్రమము కలదు."
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "ఫాల్ బ్యాక్ '%s' ను  '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "\"దస్త్రం\" యోచనను ఉపయోగించిన యుఆర్ఐ '%s' సంపూర్ణమైన యుఆర్ఐ కాదు"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "స్థానిక యుఆర్ఐ '%s'   '#' ను కలుపుకొనియండలెదు  "
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr " '%s' యుఆర్ఐ నిస్సారము"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "ఆతిథ్య నామం యొక్క యుఆర్ఐ '%s' నిస్సారము"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "యుఆర్ఐ '%s' నిస్సారమైన ఎస్కేప్ అక్షరాలు కలిగియున్నాయి."
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr " '%s' త్రోవ నామం సరిఐనది కాదు."
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "నిస్సారమైన ఆతిథ్య నామము"
@@ -234,37 +234,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr " '%s' మాదిరి XXXXXX అంతం అవలేదు. "
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr " '%s'  చిహ్న పూరితజోడి చదువుటలో విఫలమయినావు : %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr " తెరచుటలో `%s' నుండి `%s' సాధ్యం కాదు  : %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr " జి_ఐఓ_ఛానెల్_రీడ్_లైన్_స్ర్టింగ్ ముడి చదువు సాధ్యపడదు  "
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr " మిగిలిన దత్తాంశమును రీడ్ బఫర్ లో పరివర్తించలెము  "
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr " పూర్తికాని అక్షరాన్ని ప్రసార మార్గం ముగించును. "
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "జి_ఐఓ_ఛానెల్_రీడ్_లైన్_ఎండ్ ముడి చదువు సాధ్యపడదు"
@@ -279,22 +301,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "దస్త్రం '%s' తెరుచుటలో విఫలమైనారు: ఎఫ్ డిఓపన్()  విఫలమైనది: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr " %d క్యార్ %d వరుసలో దోషం కలదు  : %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "%d  వరుసలో దోషం కలదు : %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr " ఖాశి వ్యష్టి '&;' చూడబడినది;  వర్తించు వ్యష్టిలు: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -304,17 +326,17 @@
 "  వ్యష్టినామముతో ప్రారంభమగు అక్షరము '%s' నిస్సారము; వ్యష్టి & అక్షరముతో ప్రారంభమగును;వ్యష్టి "
 "ప్రారంబమగును; ఒక వేశ ఆంపర్సండ్ ఊహించిన విధంగా వ్యష్టి కాకపోతే , ఎస్కేప్it as &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr " వ్యష్టినామంలో అక్షరము '%s' నిస్సారము "
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr " '%s' వ్యష్టి నామం తెలియదు "
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -322,7 +344,7 @@
 " వ్యష్టి సెమికోలన్ తో పూర్తవలేదు; దాదాపుగా యాంపర్ సెండ్ ఉపయెగించవలెను  అక్షరము దాదాపుగా  -' ఎస్కేప్ "
 "యంపర్ సెండ్ యాజ్ &యాంప్;' తో ప్రారంభమవలేదు. "
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -331,16 +353,16 @@
 "అక్షరములో అంకె కలిగియున్నందువలన '%-.*s', పార్సింగ్ విఫలమైనది.దాదాపుగా అంక్య భారీగా ఉన్నది -నివేదన "
 "(ఉదాహరణకు : &#234; )"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "అక్షర నివేదన '%-.*s' అనుమతించబడిన అక్షరము ఎన్ కోడ్ అవ్వదు."
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr " ఖాళీ అక్షర నివేదన తప్పనిసరిగా &#454 ఈ సంఖ్యను కలుపుకొనవలెను"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -349,34 +371,34 @@
 "అక్షర నివేదన సెమికోలన్ తో ముగియలేదు; దాదాపుగా యిది ఉపయెగించండి యాంపర్ సెండ్ అక్షరం తో ప్రారంభమవరాదు - "
 "ఎస్సేప్ యాంపర్ సెండ్ యాజ్ &యాంప్ "
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr " పూర్తికాని వ్యష్టినివెదన  "
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr " అక్షర నివేదన పూర్తికాలేదు "
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "నిస్సారమైన యుటిఎఫ్-8 ఎన్ కోడెడ్ పాఠం"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "పత్రం తప్పనిసరిగా ఒక మూలకంతో ప్రారంభమవలెను (ఉదా. <బుక్>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -384,20 +406,20 @@
 msgstr ""
 "  '<' తో ప్రారంభమగు '%s' అనునది సరరిఐన అక్షరం కాదు ; యిది మూలక నామంతో ప్రారంభమవలేదు.  "
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr "బేసి అక్షరము '%s', ఊహించిన '>' అక్షరము చివరి ప్రారంభ బొందు మూతకం '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "బేసి అక్షరము '%s', ఊహించిన '=' తర్వాత '%s'  ఆపాదించు నామం '%s' మూలకం "
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -407,7 +429,7 @@
 "'%s' ఊహించిన బేసి అక్షరము '>' లేక '/' చివరి ర్రంభ బొందు అక్షరము మాలకం %sలేక ఇచ్చాపూర్వక "
 "ఆపాదన; దాదాపుగా ఆపాదన నామంలో అనర్హమైన అక్షరం ఉపమెగించినావు"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -415,14 +437,14 @@
 msgstr ""
 "బేసి అక్షరము '%s', ఊహించిన తెరచిన క్వోట్ చిహ్నం తరాత ఇచ్చిన ఆపాదన విలువ  '%s' మూతకము '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr "  '</' వెంటనే ప్రారంభమగు '%s' నిసారమైన అక్షరము  ; '%s' తో మూలకనామం ప్రారంభమవరాదు "
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -431,26 +453,26 @@
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr " '%s' మూలకం మూయబడినది, ప్రస్ధుతం ఏ మూలకము తెరచియుండలెదు "
 
 # ../glib/gmarkup.c:1588
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "'%s' మూలకం మూయబడినది, కాని ప్రస్ధుతం తెరువ బడిన మూలకం '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr " పత్రం ఖాలిగా ఉన్నది లేక ఒక వైట్ స్పేస్ కలిగి యున్నది.  "
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "పత్రం చివర కోణ కుండలీకరణము'<' వెంటనె అనవసరముగా ముగింపు అయినది"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -458,7 +480,7 @@
 msgstr ""
 "మూలకములు ఇంకను తెరచియున్న పత్రం ఊహించని విధంగా అంతమైనది- '%s' చివరిది మూలకము తెరచబడినది"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -466,19 +488,19 @@
 msgstr ""
 "పత్రం ఊహించని విధంగా అంతమైనది,మూసిన కోణకుండశికరణం అంతము చూచుటకు ఊహించబడినది బొందు <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr " పత్రం చివర ఊహించని మూలకనామం కలదు "
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "పత్రం చివర ఊహించని ఆపాదననామం కలదు"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "పత్రం చివర ఊహించని తెరచిన బొందు కలదు."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 #, fuzzy
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
@@ -486,16 +508,16 @@
 msgstr ""
 " '=' చిహ్నము తర్వాత క్రింద కనబరిచిన ఆపాదన పాఠం చివర ఊహించకుండా ఉన్నది. నామం; ఆపాదన విలువ లేదు."
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr " లోపల ఆపాదన విలువ ఉన్నపుడు పాఠం ఊహించకుండా ముగింపు అయినది "
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr " '%s'మూలకము యోక్క మూసిన బొందు ఊహించకుండా పాఠం ముగింపు అయినది "
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr " లోపల వ్యాఖ్య క్రమగతి ఆదేశం ఉండగా ఊహించకుండా పాఠం ముగింపు  అయినది "
 
@@ -543,67 +565,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr " పూర్తికాని అక్షరాన్ని ప్రసార మార్గం ముగించును. "
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "ఎగుబడి బైట్ క్రమంను పరివర్తించుట నిస్సారమగును"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr " అక్షర నివేదన పూర్తికాలేదు "
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr " అక్షర నివేదన పూర్తికాలేదు "
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr " అక్షర నివేదన పూర్తికాలేదు "
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr " %d క్యార్ %d వరుసలో దోషం కలదు  : %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr " పూర్తికాని వ్యష్టినివెదన  "
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -638,17 +851,17 @@
 msgid "Failed to read data from child process"
 msgstr " శిశు కార్యం నుండి చదువుటలో విఫలమయినావు "
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr " (%s) శిశు కార్యం తో తెలియచేయుటకు పైప్ ను సృష్టించుటలో విఫలమైనావు "
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr " శిశు పైప్ నుండి చదువుటలో విఫలమయినావు(%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr " '%s' (%s) వివరణ మార్చుటలో విఫలమయినావు  "
@@ -695,42 +908,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "(%s) శిశు కార్యం నుండి వివరము చదువుటలో విఫలమయినావు "
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr " శిశు కార్యం (%s) నుండి పాఠం చదువుటలో సెలెక్ట్() లో ఊహించని దోషం కలదు.  "
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "వెయిట్ పిడ్() లో ఊహించని దోషం కలదు(%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "(%s) ఫోర్క్ విఫలమయినది  "
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr " \"%s\" శిశుకార్యం నిర్వర్తించుటలో విఫలమయినావు (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "ఎగుబడికి రిడైరెక్ట్ చేయుటలో విఫలమైనది లేక శిశు కార్యం యొక్క దిగుబడి  (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr " (%s) శిశుకార్యం యెక్క ఫోర్క్ విఫలమయినది "
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr " \"%s\" శిశుకార్యం నిర్వర్తించుటలో తెలియని ధోషం కలదు  "
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "శిశు పిడ్ పైప్ (%s) నుండి సరిపడునంత చదువుటలో విఫలమైనావు.  "
@@ -752,129 +965,129 @@
 msgid "Character out of range for UTF-16"
 msgstr "అక్షరము UTF-16 శ్రేణియందు లేదు"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "వినిమయం:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[ఇచ్చాపూర్వరకం...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "సహాయ ఇచ్ఛాపూర్వకాలు:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "సహాయ ఇచ్ఛాపూర్వకాలను చూపించుట"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "సహాయ ఇచ్ఛాపూర్వకాలన్నింటని చూపించుట"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "కార్యక్షేత్ర ఇచ్ఛాపూర్వకాలు :"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, fuzzy, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "పూర్ణాంకం విలువ '%s' పార్స్ చేయలేదు --%s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr " పూర్ణాంకం విలువ '%s' లో విస్రృతి లో లేని %s "
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, fuzzy, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "పూర్ణాంకం విలువ '%s' పార్స్ చేయలేదు --%s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, fuzzy, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr " పూర్ణాంకం విలువ '%s' లో విస్రృతి లో లేని %s "
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "పరివర్తనం నందు దోషం కలదు: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "తెలియని  ఇచ్ఛాపూర్వకము %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr " సరియైన మీటదస్త్రం దత్తాంశవివరణలో లభించలేదు  "
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "క్రమబద్దమైన దస్త్రం కాదు"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr " కాళీ దస్త్రం "
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "ఏదైతే మీట-విలువలు , గ్రూప్ ,లేక వ్యాఖ్య కాదో అది మీట దస్త్రంలో లైన్ '%s' కలిగియున్నది"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "నిస్సారమైన ఆతిథ్య నామము"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr " మీట దస్త్రం సముదాయంతో ప్రారంభమవలెదు.  "
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "నిస్సారమైన ఆతిథ్య నామము"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr " మీట దస్త్రం కలిగియున్న సంకేతరచన '%s' సహకరించదు "
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr " మీట దస్త్రం సముదాయం '%s' ను కలిగియుండలేదు "
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "మీట దస్త్రం '%s' తాళంను కలిగియుండలేదు. "
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "'%s' మీట దస్త్రం యొక్క మీటను కలిగియున్నది,దాని విలువ '%s' యుటిఫ్-8 "
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "'%s' మీట దస్త్రం యొక్క మీట ను కలిగియున్నది,దాని విలువను చదువుటకు సాధ్యపడదు."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -882,41 +1095,592 @@
 msgstr ""
 "'%s' మీట దస్త్రం యొక్క మీట ను గ్రూప్ '%s' లో కలిగియున్నది,దాని విలువను చదువుటకు సాధ్యపడదు."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "'%s' మీట దస్త్రం యొక్క మీట ను గ్రూప్ '%s' లో కలిగియుండలేదు "
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr " మీట దస్త్రం గీత చివర ఎస్పేప్ అక్షరము కలదు"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr " '%s' మీట దస్త్రం నిస్సారమైన ఎస్పేప్ వరుస కలదు "
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "'%s' విలువను సంఖ్య గా చదువుటకు సాధ్యపడదు."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, fuzzy, c-format
 msgid "Integer value '%s' out of range"
 msgstr " పూర్ణాంకం విలువ '%s' లో విస్రృతి లో లేని %s "
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, fuzzy, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "'%s' విలువను సంఖ్య గా చదువుటకు సాధ్యపడదు."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "%s' విలువను బులియన్ గా చదువుటకు సాధ్యపడదు."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "తెలియని  ఇచ్ఛాపూర్వకము %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "నిస్సారమైన ఆతిథ్య నామము"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "నిస్సారమైన ఆతిథ్య నామము"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "పరివర్తనం నందు దోషం కలదు: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "పత్రం చివర ఊహించని ఆపాదననామం కలదు"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr " వివరణ తెరచుటలో దోషం '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "పరివర్తనం నందు దోషం కలదు: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "పరివర్తనం నందు దోషం కలదు: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "%d  వరుసలో దోషం కలదు : %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "పరివర్తనం నందు దోషం కలదు: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "పరివర్తనం నందు దోషం కలదు: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "క్రమబద్దమైన దస్త్రం కాదు"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "దస్త్రం '%s': %s చదువుటలో దోషం"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "%d  వరుసలో దోషం కలదు : %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "పరివర్తనం నందు దోషం కలదు: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "పరివర్తనం నందు దోషం కలదు: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "చిహ్న పూరితజోడి సహకరించలెదు. "
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[ఇచ్చాపూర్వరకం...]"
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "దస్త్రం '%s' తెరుచుటలో విఫలమైనారు: ఎఫ్ డిఓపన్()  విఫలమైనది: %s"
diff --git a/po/th.po b/po/th.po
index 3c235f2..7279ed3 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: glib 2.14.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-08-10 15:21+0700\n"
 "Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
 "Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -88,71 +88,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "กระจายบรรทัดคำสั่ง '%s' ด้วย URI '%s' ไม่สำเร็จ"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "ไม่สนับสนุนการแปลงรหัสอักขระจาก '%s' ไปเป็น '%s'"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "ไม่สามารถเปิดตัวแปลงรหัสอักขระจาก '%s' ไปเป็น '%s' ได้"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "มีลำดับไบต์ที่ไม่ถูกต้องในข้อมูลที่ป้อนให้ตัวแปลงรหัส"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "เกิดข้อผิดพลาดระหว่างแปลงรหัส: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "มีลำดับไบต์ไม่เต็มอักขระอยู่ที่ท้ายข้อมูลเข้า"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "ไม่สามารถแปลงสตริงซ่อมเสริม '%s' ให้เป็นรหัส '%s' ได้"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI '%s' ไม่ใช่ URI สัมบูรณ์ที่ใช้ scheme \"file\""
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "URI ของแฟ้มท้องถิ่น '%s' ต้องไม่มี '#'"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' ใช้ไม่ได้"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "ชื่อโฮสต์ของ URI '%s' ใช้ไม่ได้"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI '%s' มีอักขระหลีกที่ไม่ถูกต้อง"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "ชื่อพาธ '%s' ไม่ใช่พาธเต็ม"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "ชื่อโฮสต์ผิดรูปแบบ"
@@ -232,37 +232,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "แม่แบบ '%s' ไม่มี XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "อ่านลิงก์สัญลักษณ์ '%s' ไม่สำเร็จ: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "ไม่สนับสนุนลิงก์สัญลักษณ์"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "ไม่สามารถเปิดตัวแปลงรหัสอักขระจาก '%s' ไปเป็น '%s' ได้: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "ไม่สามารถอ่านข้อมูลแบบดิบใน g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "มีข้อมูลตกค้างไม่ได้แปลงอยู่ในบัฟเฟอร์สำหรับอ่าน"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "แชนเนลจบด้วยข้อมูลไม่เต็มอักขระ"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "ไม่สามารถอ่านข้อมูลแบบดิบใน g_io_channel_read_to_end"
@@ -277,22 +299,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "แม็ปแฟ้ม '%s' ไม่สำเร็จ: mmap() ล้มเหลว: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "มีข้อผิดพลาดที่บรรทัด %d อักขระที่ %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "มีข้อผิดพลาดที่บรรทัด %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "พบเอนทิตี '&;' ซึ่งไม่ถูกต้อง ค่าที่ใช้ได้คือ: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -302,17 +324,17 @@
 "อักขระ '%s' ไม่สามารถใช้ขึ้นต้นชื่อเอนทิตีได้ อักขระ & ใช้เริ่มเอนทิตี ถ้าเครื่องหมาย ampersand "
 "นี้ไม่ได้เจตนาให้เป็นเอนทิตี ต้องหลีกโดยแทนด้วย &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "อักขระ '%s' ใช้ในชื่อเอนทิตีไม่ได้"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "ไม่รู้จักเอนทิตีชื่อ '%s'"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -320,7 +342,7 @@
 "เอนทิตีไม่ได้ปิดด้วยอัฒภาค เป็นไปได้สูงที่คุณอาจใช้ ampersand โดยไม่ได้จงใจให้เริ่มเอนทิตี ถ้าใช่ "
 "ก็จงหลีก ampersand โดยแทนด้วย &amp; เสีย"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -329,16 +351,16 @@
 "ไม่สามารถแจง '%-.*s' ซึ่งควรจะเป็นตัวเลขภายในตัวอ้างอิงอักขระ (เช่น &#234;) "
 "เป็นไปได้ว่าตัวเลขอาจจะมากเกินไป"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "ตัวอ้างอิงอักขระ '%-.*s' ไม่ได้เข้ารหัสอักขระที่เป็นไปได้"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "ตัวอ้างอิงอักขระว่างเปล่า ควรจะมีตัวเลข เช่น &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -347,53 +369,53 @@
 "ตัวอ้างอิงอักขระไม่ได้ปิดด้วยอัฒภาค เป็นไปได้สูงที่คุณอาจใช้ ampersand โดยไม่ได้จงใจให้เริ่มเอนทิตี "
 "ถ้าใช่ ก็จงหลีก ampersand โดยแทนด้วย &amp; เสีย"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "ตัวอ้างอิงเอนทิตีไม่สมบูรณ์"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "ตัวอ้างอิงอักขระไม่สมบูรณ์"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ลำดับซ้อนเหลื่อมกัน"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ไม่ได้เริ่มด้วยไบต์ที่เป็นต้นอักขระ"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "ข้อความลงรหัส UTF-8 ไม่ถูกต้อง - ข้อความที่ผิด: '%s'"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "เอกสารต้องเริ่มด้วยอิลิเมนต์ (เช่น <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr "'%s' ไม่ใช่อักขระที่ใช้ตามหลัง '<' ได้ จึงไม่สามารถใช้ขึ้นต้นชื่ออิลิเมนต์ได้"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr "พบอักขระแปลกปลอม '%s' ในขณะที่มองหาอักขระ '>' ที่จะมาปิดแท็กตั้งต้นอิลิเมนต์ '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 "พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหา '=' หลังชื่อแอตทริบิวต์ '%s' ของอิลิเมนต์ '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -403,7 +425,7 @@
 "พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหา '>' หรือ '/' ที่จะมาปิดแท็กตั้งต้นของอิลิเมนต์ '%"
 "s' หรือไม่ก็เป็นแอตทริบิวต์ เป็นไปได้ว่าคุณกำลังใช้อักขระที่ใช้ไม่ได้ในชื่อแอตทริบิวต์"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -412,80 +434,80 @@
 "พบอักขระแปลกปลอม '%s' ในขณะที่กำลังมองหาอัญประกาศเปิดหลัง '=' "
 "ในการกำหนดค่าให้กับแอตทริบิวต์ '%s' ของอิลิเมนต์ '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr "'%s' ไม่ใช่อักขระที่ตามหลัง '</' ได้ '%s' ไม่สามารถใช้ขึ้นต้นชื่ออิลิเมนต์ได้"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr "'%s' ไม่ใช่อักขระที่ใช้ตามหลังชื่ออิลิเมนต์ '%s' ในแท็กปิดได้ อักขระเดียวที่อนุญาตคือ '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "พบการปิดอิลิเมนต์ '%s' แต่ไม่มีอิลิเมนต์ใดเปิดอยู่"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "พบการปิดอิลิเมนต์ '%s' แต่อิลิเมนต์ที่เปิดอยู่คือ '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "เอกสารว่างเปล่า หรือมีแต่อักขระช่องว่าง"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "เอกสารจบแบบผิดปกติหลังจากวงเล็บแหลม '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr "เอกสารจบแบบผิดปกติ โดยยังมีอิลิเมนต์เปิดอยู่ - '%s' คืออิลิเมนต์ที่เปิดล่าสุด"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr "เอกสารจบแบบผิดปกติ ในขณะที่กำลังมองหาวงเล็บแหลมที่จะมาปิดแท็ก <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "เอกสารจบแบบผิดปกติระหว่างกลางชื่ออิลิเมนต์"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "เอกสารจบแบบผิดปกติระหว่างกลางชื่อแอตทริบิวต์"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "เอกสารจบแบบผิดปกติระหว่างกลางแท็กเปิดอิลิเมนต์"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr "เอกสารจบแบบผิดปกติหลังจากเครื่องหมาย '=' หลังชื่อแอตทริบิวต์ โดยไม่มีค่าของแอตทริบิวต์"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "เอกสารจบแบบผิดปกติระหว่างกลางค่าแอตทริบิวต์"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "เอกสารจบแบบผิดปกติระหว่างกลางแท็กปิดสำหรับอิลิเมนต์ '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "เอกสารจบแบบผิดปกติระหว่างกลางหมายเหตุหรือคำสั่งประมวลผล"
 
@@ -533,66 +555,257 @@
 msgid "unknown error"
 msgstr "ข้อผิดพลาดไม่ทราบสาเหตุ"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "แชนเนลจบด้วยข้อมูลไม่เต็มอักขระ"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "มีลำดับไบต์ที่ไม่ถูกต้องในข้อมูลที่ป้อนให้ตัวแปลงรหัส"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "ตัวอ้างอิงอักขระไม่สมบูรณ์"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "ตัวอ้างอิงอักขระไม่สมบูรณ์"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "ตัวอ้างอิงอักขระไม่สมบูรณ์"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "ไม่สนับสนุนลิงก์สัญลักษณ์"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "เกิดข้อผิดพลาดขณะจับคู่นิพจน์เรกกิวลาร์ %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "ไลบรารี PCRE ถูกคอมไพล์มาแบบไม่สนับสนุน UTF8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "ไลบรารี PCRE ถูกคอมไพล์มาแบบไม่สนับสนุนคุณสมบัติ UTF8"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "เกิดข้อผิดพลาดขณะแจงนิพจน์เรกกิวลาร์ %s ที่อักขระที่ %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "เกิดข้อผิดพลาดขณะออปติไมซ์นิพจน์เรกกิวลาร์ %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "ต้องการเลขฐานสิบหกหรือ '}'"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "ต้องการเลขฐานสิบหก"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "ไม่มี '<' ในตัวอ้างอิงสัญลักษณ์"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "ตัวอ้างอิงสัญลักษณ์ไม่สมบูรณ์"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "ตัวอ้างอิงสัญลักษณ์มีความยาวเป็นศูนย์"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "ต้องการตัวเลข"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "ตัวอ้างอิงสัญลักษณ์ไม่ถูกต้อง"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "'\\' ปราศจากข้อมูลอยู่ที่ท้ายสตริง"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "ลำดับอักขระหลีกไม่รู้จัก"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "เกิดข้อผิดพลาดขณะแจงข้อความสำหรับแทนที่ \"%s\" ที่อักขระที่ %lu: %s"
@@ -627,17 +840,17 @@
 msgid "Failed to read data from child process"
 msgstr "อ่านข้อมูลจากโพรเซสลูกไม่สำเร็จ"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "สร้างไปป์เพื่อสื่อสารกับโพรเซสลูกไม่สำเร็จ (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "อ่านข้อมูลจากไปป์จากโพรเซสลูกไม่สำเร็จ (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "เข้าไปที่ไดเรกทอรี '%s' ไม่สำเร็จ (%s)"
@@ -685,42 +898,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "อ่านข้อมูลจากโพรเซสลูกไม่สำเร็จ (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "เกิดข้อผิดพลาดไม่คาดหมายใน select() ระหว่างอ่านข้อมูลจากโพรเซสลูก (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "เกิดข้อผิดพลาดไม่คาดหมายใน waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "fork ไม่สำเร็จ (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "ดำเนินงานโพรเซสลูก \"%s\" ไม่สำเร็จ (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "เปลี่ยนทิศทางข้อมูลเข้าหรือออกจากโพรเซสลูกไม่สำเร็จ (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "fork โพรเซสลูกไม่สำเร็จ (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "เกิดข้อผิดพลาดไม่ทราบสาเหตุขณะดำเนินงานโพรเซสลูก \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "อ่านข้อมูลจากไปป์จากโพรเซสลูกได้ไม่เพียงพอ (%s)"
@@ -741,170 +954,721 @@
 msgid "Character out of range for UTF-16"
 msgstr "อักขระอยู่นอกช่วงของ UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "วิธีใช้:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "ตัวเลือกแสดงวิธีใช้:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "แสดงวิธีใช้ตัวเลือกต่างๆ"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "แสดงวิธีใช้ตัวเลือกต่างๆ ทั้งหมด"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "ตัวเลือกของโปรแกรม:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "ไม่สามารถแจงค่าจำนวนเต็ม '%s' สำหรับ %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "ค่าจำนวนเต็ม '%s' สำหรับ %s ออกนอกช่วงที่กำหนด"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "ไม่สามารถแจงค่า double '%s' สำหรับ %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "ค่า double '%s' สำหรับ %s ออกนอกช่วงที่กำหนด"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "เกิดข้อผิดพลาดระหว่างแจงตัวเลือก: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "ขาดอาร์กิวเมนต์สำหรับ %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "ไม่รู้จักตัวเลือก %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "ไม่พบแฟ้มคีย์ที่ใช้การได้ในไดเรกทอรีแหล่งค้นหา"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "ไม่ใช่แฟ้มปกติ"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "แฟ้มว่างเปล่า"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "แฟ้มคีย์มีบรรทัด '%s' ซึ่งไม่ใช่รูปแบบคู่คีย์-ค่า, กลุ่ม, หรือหมายเหตุ ที่ถูกต้อง"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "ชื่อกลุ่มผิดรูปแบบ: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "แฟ้มคีย์ไม่ได้ขึ้นต้นด้วยกลุ่ม"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "ชื่อคีย์ผิดรูปแบบ: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "แฟ้มคีย์มีเนื้อหาเป็นรหัสอักขระ '%s' ซึ่งไม่สนับสนุน"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "แฟ้มคีย์ไม่มีกลุ่ม '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "แฟ้มคีย์ไม่มีคีย์ '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "แฟ้มคีย์มีคีย์ '%s' ซึ่งมีค่า '%s' ซึ่งไม่ใช่รูปแบบ UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "แฟ้มคีย์มีคีย์ '%s' ซึ่งมีค่าที่ไม่สามารถตีความได้"
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr "แฟ้มคีย์มีคีย์ '%s' ในกลุ่ม '%s' ซึ่งมีค่าที่ไม่สามารถตีความได้"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "แฟ้มคีย์ไม่มีคีย์ '%s' ในกลุ่ม '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "แฟ้มคีย์มีอักขระหลีกที่ท้ายบรรทัด"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "แฟ้มคีย์มีลำดับหลีก '%s' ที่ไม่ถูกต้อง"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "ค่า '%s' ไม่สามารถตีความเป็นตัวเลขได้"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "ค่าจำนวนเต็ม '%s' ออกนอกช่วง"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "ค่า '%s' ไม่สามารถตีความเป็นตัวเลข float ได้"
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "ค่า '%s' ไม่สามารถตีความเป็นบูลีนได้"
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "ข้อผิดพลาดไม่ทราบสาเหตุ"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "ไม่สนับสนุนลิงก์สัญลักษณ์"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "ไม่สนับสนุนลิงก์สัญลักษณ์"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "ชื่อคีย์ผิดรูปแบบ: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "ชื่อโฮสต์ผิดรูปแบบ"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "สร้างแฟ้ม '%s' ไม่สำเร็จ: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "สร้างแฟ้ม '%s' ไม่สำเร็จ: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "สร้างแฟ้ม '%s' ไม่สำเร็จ: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "เกิดข้อผิดพลาดระหว่างแจงตัวเลือก: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "เอกสารจบแบบผิดปกติระหว่างกลางชื่อแอตทริบิวต์"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "เกิดข้อผิดพลาดขณะเปิดไดเรกทอรี '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "เกิดข้อผิดพลาดระหว่างแปลงรหัส: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "เกิดข้อผิดพลาดระหว่างแปลงรหัส: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "มีข้อผิดพลาดที่บรรทัด %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "ไม่สนับสนุนลิงก์สัญลักษณ์"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "เกิดข้อผิดพลาดระหว่างแจงตัวเลือก: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "เกิดข้อผิดพลาดระหว่างแจงตัวเลือก: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "ไม่ใช่แฟ้มปกติ"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้ม '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "มีข้อผิดพลาดที่บรรทัด %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "เกิดข้อผิดพลาดระหว่างแจงตัวเลือก: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "เกิดข้อผิดพลาดระหว่างแจงตัวเลือก: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "ไม่สนับสนุนลิงก์สัญลักษณ์"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "ไม่สามารถเปลี่ยนโหมดของแฟ้มได้: fork() ล้มเหลว: %s"
 
diff --git a/po/tl.po b/po/tl.po
index c7a1a54..6c2ee95 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -91,71 +91,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Sawi ang pagbasa ng symbolic link '%s': %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Pagsalin mula sa character set '%s' patungong '%s' ay hindi suportado"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Hindi mabuksan ang converter mula '%s' tungong '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Hindi tanggap na byte sequence sa conversion input"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Error habang nagco-convert: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Hindi kumpletong karakter sequence sa dulo ng input"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Hindi maka-balik '%s' sa codeset '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "Ang URI '%s' ay hindi tanggap"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Ang hostname ng URI '%s' ay hindi tanggap"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "Ang URI '%s' ay may hindi tanggap na escaped karakter"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Ang pathname '%s' ay hindi absolute path"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Hindi tanggap na hostname"
@@ -239,37 +239,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Hindi XXXXXX ang dulo ng template '%s'"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Sawi ang pagbasa ng symbolic link '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Hindi suportado ang mga symbolic link"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Hindi mabuksan ang converter mula '%s' patungong '%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "Hindi mabasa ng hilaw ang g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "May natirang hindi na-convert na datos sa read buffer"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Nagwakas sa partial karakter ang channel"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "Hindi makapagbasa ng hilaw sa g_io_channel_read_to_end"
@@ -285,24 +307,24 @@
 msgstr ""
 "Bigo ang pagreserba ng memory para sa talaksang '%s': bigo ang mmap(): %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Error sa linya %d char %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Error sa linya %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Walang laman na entity '&' ay nakita; tanggap na mga entity ay: &amp; &quot; "
 "&lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -313,17 +335,17 @@
 "karakter ang nag-uumpisa ng entity; kung ang ampersand ay hindi dapat maging "
 "entity, itaglay ito bilang &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Hindi tanggap ang karakter '%s' sa loob ng pangalan ng entity"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Pangalan ng entity '%s' ay hindi kilala"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -332,7 +354,7 @@
 "ampersand karakter na hindi sinasadyang mag-umpisa ng entity - itaglay ang "
 "ampersand ng &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -341,19 +363,19 @@
 "Sawi sa pag-parse ng '%-.*s', na dapat ay numero sa loob ng reference sa "
 "karakter (halimbawa ay &#234;) - maaaring ang numero ay sobra ang laki"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr ""
 "Reference sa karakter '%-.*s' ay hindi nag-encode ng tanggap na karakter"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 "Walang laman na reference sa karakter; dapat may kasamang numero tulad ng "
 "&#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -363,34 +385,34 @@
 "gumamit kayo ng ampersand na karakter na hindi sinadyang mag-umpisa ng "
 "entity - itaglay ang ampersand bilang &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Hindi tapos na reference sa entity"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Hindi tapos na reference sa karakter"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Hindi tanggap na tekstong encoded ng UTF-8"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Hindi tanggap na tekstong encoded ng UTF-8"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Hindi tanggap na tekstong encoded ng UTF-8"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Kailangang mag-umpisa ang dokumento ng elemento (hal. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -399,7 +421,7 @@
 "'%s' ay hindi tanggap na karakter matapos ng '<' na karakter; hindi ito "
 "maaaring mag-umpisa ng pangalang elemento"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -408,7 +430,7 @@
 "Kakaibang karakter '%s', inasahan na '>' karakter ang pambungad ng pambukas "
 "na tag ng elementong '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -416,7 +438,7 @@
 "Kakaibang karakter '%s', inasahan na '=' matapos ng pangalang attribute '%s' "
 "ng elementong '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +449,7 @@
 "pangbukas na tag ng elementong '%s' o attribute; maaaring gumamit kayo ng "
 "hindi tanggap na karakter sa pangalang attribute"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -437,7 +459,7 @@
 "equals sign kapag nagbigay ng halaga para sa attribute '%s' ng elementong '%"
 "s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -446,7 +468,7 @@
 "Hindi tanggap na karakter ang '%s' matapos ng mga karakter na '</'; Ang '%s' "
 "ay hindi maaaring umpisa ng pangalang elemento"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -455,29 +477,29 @@
 "Hindi tanggap na karakter ang '%s' matapos ang pangsara ng pangalang "
 "elemento '%s'; ang tinatanggap na karakter ay '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Sinarhan ang elementong '%s', walang bukas na elemento."
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "Sinarhan ang elementong '%s', ngunit ang kasalukuyang elementong bukas ay '%"
 "s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Walang laman ang dokumento o naglalaman lamang ito ng puwang"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Nagwakas ng hindi inaasahan ang dokumento matapos lamang ng pangbukas na "
 "angle bracket '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -486,7 +508,7 @@
 "Nagwakas ng hindi inaasahan ang dokumento na may mga bukas na elemento - '%"
 "s' ay ang huling elementong binuksan"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -495,23 +517,23 @@
 "Nagwakas ng hindi inaasahan ang dokumento, inasahan na makita ang angle "
 "bracket na pang-sara ng tag <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr ""
 "Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng elemento"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr ""
 "Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng attribute"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 "Nagwakas ng hindi inaasahan ang dokumento sa loob ng pagbukas na tag ng "
 "elemento."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -519,20 +541,20 @@
 "Nagwakas ng hindi inaasahan ang dokumento matapos ang equal sign na sumunod "
 "sa pangalan ng attribute; walang halaga ang attribute"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 "Nagwakas ng hindi inaasahan ang dokumento habang nasa loob ng halagang "
 "attribute"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Nagwakas ang dokumento ng hindi inaasahan sa loob ng tag ng pagsara para sa "
 "elementong '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Nagwakas ang dokumento ng hindi inaasahan sa loob ng komento o utos ng "
@@ -582,67 +604,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Nagwakas sa partial karakter ang channel"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Hindi tanggap na byte sequence sa conversion input"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Hindi tapos na reference sa karakter"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Hindi tapos na reference sa karakter"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Hindi tapos na reference sa karakter"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Hindi suportado ang mga symbolic link"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Error sa linya %d char %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Hindi tapos na reference sa entity"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -680,17 +893,17 @@
 msgid "Failed to read data from child process"
 msgstr "Sawi sa pagbasa ng datos mula sa prosesong anak"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Sawi sa paglikha ng pipe para makausap ang prosesong anak (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Sawi sa pagbasa mula sa child pipe (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Sawi sa paglipat sa directory '%s' (%s)"
@@ -739,44 +952,44 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Sawi sa pagbasa ng datos mula sa prosesong anak (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Hindi inaasahang error sa select() habang nagbabasa ng datos mula sa "
 "prosesong anak (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Hindi inaasahang error sa waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Sawi sa pag-fork (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Sawi sa pagtakbo ng prosesong anak \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Sawi sa pag-redirect ng output o input ng prosesong anak (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Sawi sa pag-fork ng prosesong anak (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Hindi kilalang error sa pagpatakbo ng prosesong anak \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Sawi sa pagbasa ng akmang datos mula sa child pid pipe (%s)"
@@ -797,81 +1010,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Character wala sa sakop ng UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Pag-gamit:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Option ng Tulong:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Ipakita ang option ng tulong"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Ipakita ang option ng tulong"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Option ng Aplikasyon:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Hindi mai-parse ang halagang integer '%s' para sa %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Halagang integer '%s' para sa %s ay wala sa sakop"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, fuzzy, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Hindi mai-parse ang halagang integer '%s' para sa %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, fuzzy, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Halagang integer '%s' para sa %s ay wala sa sakop"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Error habang nagco-convert: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Kulang na argumento para sa %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Hindi kilalang option %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Walang mahanap na talaksang susi sa mga dir ng datos"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Hindi karaniwang talaksan"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Walang laman ang talaksan"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -879,52 +1092,52 @@
 "Ang talaksang susi ay naglalaman ng linyang '%s' na hindi pares na susi-"
 "halaga, grupo, o komento"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Imbalidong pangalan ng programa: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Ang talaksang susi ay hindi naguumpisa sa isang grupo"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Imbalidong pangalan ng programa: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Ang talaksang susi ay naglalaman ng hindi suportadong encoding '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Ang talaksang susi ay walang grupong '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Ang talaksang susi ay walang susing '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Ang talaksang susi ay naglalaman ng susing '%s' na may halagang '%s' na "
 "hindi UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Ang talaksang susi ay naglalaman ng susing '%s' na may halagang hindi mabasa."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -933,41 +1146,593 @@
 "Ang talaksang susi ay naglalaman ng susing '%s' sa grupong '%s' na may "
 "halaga na hindi mabasa."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Ang talaksang susi ay walang susing '%s' sa grupong '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Ang talaksang susi ay may escape karakter sa dulo ng linya"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Ang talaksang susi ay may hindi tanggap na escape sequence '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Ang halagang '%s' ay hindi mabasa bilang numero."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Halagang integer '%s' ay wala sa sakop"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, fuzzy, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Ang halagang '%s' ay hindi mabasa bilang numero."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Ang halagang '%s' ay hindi mabasa bilang boolean."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Hindi kilalang option %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Hindi suportado ang mga symbolic link"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Hindi suportado ang mga symbolic link"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Imbalidong pangalan ng programa: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Hindi tanggap na hostname"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Sawi ang paglikha ng talaksang '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Sawi ang paglikha ng talaksang '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Sawi ang paglikha ng talaksang '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Error habang nagco-convert: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr ""
+"Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng attribute"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Error sa pagbukas ng directory '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Error habang nagco-convert: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Error habang nagco-convert: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Error sa linya %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Hindi suportado ang mga symbolic link"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Error habang nagco-convert: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Error habang nagco-convert: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Hindi karaniwang talaksan"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Error sa pagbasa ng talaksang '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Error sa linya %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Error habang nagco-convert: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Error habang nagco-convert: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Hindi suportado ang mga symbolic link"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Hindi mapalitan ang modo ng talaksan: bigo ang fork(): %s"
 
diff --git a/po/tr.po b/po/tr.po
index 5817124..2cc156e 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-08-03 20:03+0300\n"
 "Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
 "Language-Team: Turkish <gnome-turk@gnome.org>\n"
@@ -90,72 +90,72 @@
 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:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "'%s' karakter kümesinden '%s' karakter kümesine dönüşüm desteklenmiyor"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s'--'%s' dönüştürücüsü açılamıyor"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Dönüşüm girdisinde geçersiz bayt dizisi"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Dönüşüm sırasında hata oluştu: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Girdinin sonunda parçalı karakter dizisi"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr ""
 "Geridönüş karakter kümesi '%s', '%s' karakter kümesine dönüştürülemiyor"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Yerel dosya URI'si '%s', '#' içeremez"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI '%s' geçersiz"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI makine adı '%s' geçersiz"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, 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:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Yol adı '%s', kesin bir yol değil"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Geçersiz makine adı"
@@ -238,37 +238,58 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Şablon '%s' XXXXXX içermiyor"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "'%s' sembolik bağını okuma başarısız: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Sembolik bağlar desteklenmiyor"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "`%s'-`%s' dönüştürücüsü açılamıyor: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string içinde okuma yapılamıyor"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Okuma tampon belleğinde kalıntı çevrilmemiş veri"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kanal kısmi bir karakterde sonlanıyor"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end içinde okuma başarısız"
@@ -283,23 +304,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "'%s' için eşlem oluşturulamadı: mmap() başarısızlığı: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Satır %d karakter %d hata içeriyor: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Satır %d hata içeriyor: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Boş özvarlık '&;' görüldü; geçerli öğeler: &amp; &quot; &lt; &qt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -310,17 +331,17 @@
 "özvarlığı başlatır; eger bu & işareti bir özvarlık değilse, &amp; olarak "
 "kullanabilirsiniz"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Karakter '%s' bir özvarlık isminin içinde geçerli değildir"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Özvarlık ismi '%s' bilinmiyor"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -329,7 +350,7 @@
 "istemeksizin & karakteri kullandınız - & işaretini &amp; olarak "
 "kullanabilirsiniz"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -338,16 +359,16 @@
 "Karakter referansı içinde bir rakam olması gereken '%-.*s' ayrıştırılamadı, "
 "(örneğin; &#234;) - rakam çok büyük olabilir"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Karakter referansı '%-.*s' izin verilen karakteri kodlamıyor"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Boş karakter referansı; &#454; gibi bir rakam içermelidir"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -357,34 +378,34 @@
 "başlatmak istemeksizin & karakteri kullandınız - & işaretini &amp; olarak "
 "kullanabilirsiniz"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Tamamlanmamış özvarlık referansı"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Tamamlanmamış karakter referansı"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Geçersiz UTF-8 kodlanmış metin"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Geçersiz UTF-8 kodlanmış metin"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Geçersiz UTF-8 kodlanmış metin"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Belge bir öğe ile başlamalı (örneğin <kitap>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -393,7 +414,7 @@
 "'<' karakterinden sonra gelen '%s' geçerli bir karakter değil; bir öğe adı "
 "başlatmamalı"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -402,7 +423,7 @@
 "Tuhaf karakter '%s', '%s' öğesinin başlangıç etiketinin sonunda '>' "
 "karakteri bekleniyor"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -410,7 +431,7 @@
 "Tuhaf karakter '%1$s', '%3$s' öğesinin '%2$s' özniteliğinin sonunda '=' "
 "karakteri bekleniyor"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -421,7 +442,7 @@
 "veya bir öznitelik bekleniyor; öznitelik isminde geçersiz bir karakter "
 "kullanmış olabilirsiniz"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -430,7 +451,7 @@
 "Tuhaf karakter '%s', '%s' özniteliğini '%s' öğesinde değiştirmek için "
 "eşittir işaretinden sonra tırnak işareti bekleniyor"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -439,7 +460,7 @@
 "'</' karakterlerini takip eden '%s' geçerli bir karakter değildir; öğe ismi "
 "'%s' ile başlamamalı"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -448,27 +469,27 @@
 "'%s', kapalı öğe ismi '%s' ardından gelebilecek bir karakter değil; izin "
 "verilen karakter ise '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "'%s' öğesi kapatılmış, hiç bir öğe açık değil"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "'%s' öğesi kapatılmış, fakat şu an açık öğe '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Belge boş veya sadece boşluk karakteri içeriyor"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Belge açık açı parantezi '<' işaretinden hemen sonra beklenmedik bir şekilde "
 "bitti"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -477,7 +498,7 @@
 "Belge öğeleri hala açıkken beklenmedik bir şekilde bitti - son açılan öğe: '%"
 "s'"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -486,19 +507,19 @@
 "Belge beklenmedik bir şekilde bitti, etiketi bitiren kapalı açı parantezi "
 "ile biten <%s/> beklendi"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Belge bir öğe isminin içinde beklenmedik bir şekilde bitti"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Belge bir öznitelik ismi içinde beklenmedik bir şekilde bitti"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Belge bir öğe-açma etiketi içinde beklenmedik bir şekilde bitti."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -506,17 +527,17 @@
 "Belge öznitelik adını takip eden eşittir işaretinden sonra beklenmedik bir "
 "şekilde bitti; öznitelik değeri yok"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Belge bir öznitelik değeri içinde iken beklenmedik bir şekilde bitti"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Belge, '%s' öğesinin kapama etiketi içinde beklenmedik bir şekilde bitti"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Belge bir yorum veya işlem talimatı içindeyken beklenmedik bir şekilde bitti"
@@ -565,66 +586,257 @@
 msgid "unknown error"
 msgstr "bilinmeyen hata"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kanal kısmi bir karakterde sonlanıyor"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Dönüşüm girdisinde geçersiz bayt dizisi"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Tamamlanmamış karakter referansı"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Tamamlanmamış karakter referansı"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Tamamlanmamış karakter referansı"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Sembolik bağlar desteklenmiyor"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Düzenli ifade %s eşleşirken hata: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE kütüphanesi UTF8 desteği olmadan derlenmiş"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE kütüphanesi UTF8 özellikleri desteği olmadan derlenmiş"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Düzenli ifade %s derlenirken karakter %d hatalı: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Düzenli ifade %s eniyilemesinde (optimization) hata: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "onaltılı rakam ya da '}' beklendi"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "onaltılı rakam beklendi"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "sembolik referansda eksik '<'"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "tamamlanmamış sembolik referans"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "sıfır-uzunlukta sembolik referans"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "rakam beklendi"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "geçersiz sembolik referans"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "son '\\' kayıp"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "geçersiz çıkış dizisi"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Yerine koyma metni \"%s\" işlenirken karakter %lu hatalı: %s"
@@ -660,17 +872,17 @@
 msgid "Failed to read data from child process"
 msgstr "Alt süreçten bilgi okuma başarısızlığı"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Alt süreçle haberleşme için boru yaratılamadı (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Alt süreç borusundan okuma başarısızlığı (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "'%s' dizinine değiştirme başarısızlığı (%s)"
@@ -719,42 +931,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Alt süreçten bilgi okuma başarısızlığı (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "Alt süreçten bilgi okurken select()'te beklenmeyen hata oluştu (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid()'de beklenmeyen hata (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Çatallama başarısızlığı (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "\"%s\" alt süreç çalıştırılırken hata oluştu (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Alt sürecin girdisi veya çıktısı yönlendirilemedi (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Alt süreç çatallanamadı (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Alt süreç \"%s\" çalıştırılırken bilinmeyen hata oluştu"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Alt süreç borusundan yeterli bilgi okunamadı (%s)"
@@ -775,81 +987,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Karakter UTF-16 sınırlarının dışında"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Kullanım:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[SEÇENEK...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Yardım Seçenekleri:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Yardım seçeneklerini göster"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Tüm yardım seçeneklerini göster"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Uygulama Seçenekleri:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "%2$s için tamsayı değeri '%1$s' ayrıştırılamıyor"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%2$s için tamsayı değeri '%1$s' aralık dışında"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "'%2$s' için double değeri '%1$s' ayrıştırılamıyor"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%2$s için double değeri '%1$s' aralık dışında"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "%s seçeneği işlenirken hata"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s için parametre eksik"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Bilinmeyen seçenek %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Arama dizinlerinde geçerli anahtar dosyası bulunamadı"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Normal dosya değil"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Dosya boş"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -857,49 +1069,49 @@
 "Anahtar dosyası anahtar-değer çifti, grup veya yorum olmayan '%s' satırını "
 "içeriyor"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Geçersiz grup adı: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Anahtar dosyası bir grupla başlamıyor"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Geçersiz anahtar adı: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Anahtar dosya geçersiz kodlama '%s' içeriyor"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Anahtar dosyasında '%s' grubu yok"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Anahtar dosyasında '%s' anahtarı yok"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "Anahtar dosyası UTF-8 olmayan '%s' anahtarını '%s' değeriyle içeriyor"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "Anahtar dosyası değeri yorumlanamayan '%s' değerini içeriyor."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -907,37 +1119,588 @@
 msgstr ""
 "Anahtar dosyası, yorumlanamayan '%2$s' grubundaki '%1$s' anahtarını içeriyor."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Anahtar dosyası '%2$s' grubunda '%1$s' anahtarı içermiyor"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Anahtar dosyası satır sonunda çıkış karakteri içeriyor"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "URI '%s' geçersiz çıkış dizisi içeriyor"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "'%s' değeri bir sayı olarak yorumlanamıyor."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Tamsayı değeri '%s' aralık dışında"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "'%s' değeri bir gerçel sayı olarak yorumlanamıyor."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "'%s' değeri mantıksal değer olarak yorumlanamıyor."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "bilinmeyen hata"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Sembolik bağlar desteklenmiyor"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Sembolik bağlar desteklenmiyor"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Geçersiz anahtar adı: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Geçersiz makine adı"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "'%s' dosyasını oluşturma başarısız: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "'%s' dosyasını oluşturma başarısız: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "'%s' dosyasını oluşturma başarısız: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "%s seçeneği işlenirken hata"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Belge bir öznitelik ismi içinde beklenmedik bir şekilde bitti"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "'%s' dizini açılamadı: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Dönüşüm sırasında hata oluştu: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Dönüşüm sırasında hata oluştu: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Satır %d hata içeriyor: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Sembolik bağlar desteklenmiyor"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "%s seçeneği işlenirken hata"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "%s seçeneği işlenirken hata"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Normal dosya değil"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "'%s' dosyası okunurken hata: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Satır %d hata içeriyor: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "%s seçeneği işlenirken hata"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "%s seçeneği işlenirken hata"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Sembolik bağlar desteklenmiyor"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[SEÇENEK...]"
diff --git a/po/tt.po b/po/tt.po
index 93aece8..09a0c76 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libgnome\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -85,71 +85,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "'%s' biremennän uqıp bulmadı: %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "'%s' -› '%s' digän bilge äyländerü totılmí"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "'%s' -› '%s' äyländergeçen açıp bulmadı"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr ""
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Äyländergändä xata çıqtı: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr ""
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr ""
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr ""
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "'%s' digän URI yaraqsız"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "'%s' digän URI'nıñ host adı yaraqsız"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr ""
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "'%s' digän yul töptän tügel"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Host adı yaraqsız"
@@ -229,37 +229,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "'%s' ürçetmäneñ azağında XXXXXX tügel"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr ""
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr ""
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "'%s' -› '%s' äyländergeçen açıp bulmadı: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr ""
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr ""
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -274,22 +296,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr ""
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "%d. yulnıñ %d. bilgedä xata: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "%d. yulda xata: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -297,93 +319,93 @@
 "it as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr ""
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr ""
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 msgstr ""
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr ""
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
 "as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr ""
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr ""
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Yazmanıñ UTF-8 bilgelämäse yaraqsız"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr ""
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr ""
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -391,87 +413,87 @@
 "character in an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr ""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr ""
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "İstälek eçtälege yä buş, yä buşlıq bilgelärennän genä tora"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr ""
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr ""
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 
@@ -519,66 +541,251 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+msgid "missing terminating ] for character class"
+msgstr ""
+
+#: glib/gregex.c:224
+msgid "invalid escape sequence in character class"
+msgstr ""
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+msgid "unrecognized character after (?"
+msgstr ""
+
+#: glib/gregex.c:237
+msgid "unrecognized character after (?<"
+msgstr ""
+
+#: glib/gregex.c:241
+msgid "unrecognized character after (?P"
+msgstr ""
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+msgid "POSIX collating elements are not supported"
+msgstr ""
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "%d. yulnıñ %d. bilgedä xata: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -613,17 +820,17 @@
 msgid "Failed to read data from child process"
 msgstr ""
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr ""
@@ -670,42 +877,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr ""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -726,170 +933,721 @@
 msgid "Character out of range for UTF-16"
 msgstr "UTF-16 çigennän çıqqan bilge"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Totılu:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[KÖYLÄMÄ...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Yärdäm Köylämäse:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Yärdäm köylämäsen kürsätü"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Yärdäm köylämäsen kürsätü"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Yazılım Köylämäläre:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%2$s öçen '%1$s' digän tulısan bäyäse çiktän uzdı"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, fuzzy, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%2$s öçen '%1$s' digän tulısan bäyäse çiktän uzdı"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Äyländergändä xata çıqtı: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "%s öçen köylämä birelmäde"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Bilgesez %s atlı köylämä"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Ğädäti birem tügel"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Birem buş ikän"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Yazılım adı yaraqsız: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Açqıç bireme törkem belän başlanmí"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Yazılım adı yaraqsız: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Açqıç biremendä '%s' digän totılmağan bilgelämä"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Açqıç biremendä '%s' törkeme yuq"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Açqıç biremendä '%s' açqıçı yuq"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Açqıç biremendäge '%2$s' törkemendä '%1$s' açqıçı yuq"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "'%s' digän bäyäsen san itep tanıp bulmí."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "'%s' digän tulısan bäyäse çiktän çıqtı"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, fuzzy, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "'%s' digän bäyäsen san itep tanıp bulmí."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "'%s' digän bäyäsen yuqbar itep tanıp bulmí."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Bilgesez %s atlı köylämä"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, c-format
+msgid "Operation not supported"
+msgstr ""
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, c-format
+msgid "Trash not supported"
+msgstr ""
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Yazılım adı yaraqsız: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Host adı yaraqsız"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "'%s' biremen yasap bulmadı: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "'%s' biremen yasap bulmadı: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "'%s' biremen yasap bulmadı: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Äyländergändä xata çıqtı: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, c-format
+msgid "Invalid extended attribute name"
+msgstr ""
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "'%s' törgägen açıp bulmadı: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Äyländergändä xata çıqtı: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Äyländergändä xata çıqtı: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "%d. yulda xata: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, c-format
+msgid "Setting attribute %s not supported"
+msgstr ""
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Äyländergändä xata çıqtı: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Äyländergändä xata çıqtı: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Ğädäti birem tügel"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "'%s' biremen uqığanda xata: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "%d. yulda xata: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Äyländergändä xata çıqtı: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Äyländergändä xata çıqtı: %s"
+
+#: gio/gwin32appinfo.c:343
+#, c-format
+msgid "URIs not supported"
+msgstr ""
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[KÖYLÄMÄ...]"
+
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Birem ısulın üzgärtep bulmadı: fork() uzmadı: %s"
 
diff --git a/po/uk.po b/po/uk.po
index ad100bb..174f1ad 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-07 11:56+0300\n"
 "Last-Translator: Maxim Dziumanenko <dziumanenko@gmail.com>\n"
 "Language-Team: Ukrainian <uk@li.org>\n"
@@ -87,73 +87,73 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Помилка розкривання рядка виконання \"%s\" для URI %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Перетворення з набору символів \"%s\" у \"%s\" не підтримується"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Не вдається відкрити модуль перетворення з \"%s\" у \"%s\""
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Неправильна послідовність байтів у перетворюваних вхідних даних"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Помилка під час перетворення: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Незавершена символьна послідовність на кінці вводу"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Неможливо коректно перетворити символ \"%s\" у символ з набору \"%s\""
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr ""
 "Ідентифікатор URI \"%s\" не є абсолютним ідентифікатором при використанні "
 "схеми \"file\""
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "Ідентифікатор URI \"%s\" локального файла не може містити символ \"#\""
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI \"%s\" - неправильний"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Неправильна назва вузла в URI \"%s\""
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "Ідентифікатор URI \"%s\" містить неправильно екранований символ"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Шлях \"%s\" не є абсолютним"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Неправильна назва вузла"
@@ -233,39 +233,61 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Шаблон \"%s\" не містить XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Помилка читання символічного посилання \"%s\": %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Символічні посилання не підтримуються"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Не вдається відкрити модуль перетворення з \"%s\" у \"%s\": %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "Не вдається виконати безпосереднє зчитування у функції "
 "g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "В буфері зчитування лишились не перетворені дані"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Канал завершується на неповному символі"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -282,24 +304,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Помилка створення карти файлу \"%s\": помилка mmap(): %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Помилка в рядку %d на символі %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Помилка в рядку %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Виявлено порожній предикат \"&;\"; допустимими предикатами є: &amp; &quot; "
 "&lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -310,17 +332,17 @@
 "\";  якщо цей символ вживається не для позначення початку предикату, то "
 "повинен екрануватись як символ &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Символ \"%s\" не допускається в назві предикату"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Назва предикату \"%s\" невідома"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -328,7 +350,7 @@
 "Предикат не закінчується крапкою з комою; очевидно, що символ & було "
 "використано не для позначення початку предикату – екрануйте його як &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -337,16 +359,16 @@
 "Помилка аналізу '%-.*s', де має бути число у символьному посиланні "
 "(наприклад, &#234), можливо, число надто велике"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Посилання на символ \"%-.*s\" не визначає дозволений символ"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Порожнє посилання на символ, воно має включати число, наприклад &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -355,37 +377,37 @@
 "Посилання на символ не закінчується крапкою з комою, схоже символ \"&\" було "
 "використано не для позначення початку предикату – екрануйте його як &amp;."
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Незавершене посилання на предикат"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Незавершене посилання на символ"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr ""
 "Текст закодований як UTF-8 неприпустимим способом - надто довга послідовність"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr ""
 "Текст закодований як UTF-8 неприпустимим способом - некоректний початок "
 "символу"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr ""
 "Текст закодований як UTF-8 неприпустимим способом - некоректна послідовність "
 "'%s'"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Документ має починатися з елемента (наприклад, <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -394,7 +416,7 @@
 "Символ \"%s\" не дозволяється вживати після символу \"<\", він не може "
 "починати назву елемента"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -403,7 +425,7 @@
 "Зайвий символ \"%s\", очікувався символ \">\" для закриття початкового тегу "
 "елементу \"%s\""
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -411,7 +433,7 @@
 "Зайвий символ \"%s\", очікувався символ \"=\" після назви ознаки \"%s\" "
 "елемента \"%s\""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -422,7 +444,7 @@
 "початкового тегу елементу \"%s\", чи додаткова ознака; можливо, було "
 "використано неприпустимий символ в назві ознаки"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -431,7 +453,7 @@
 "Зайвий символ \"%s\", очікувались відкриваючі лапки після знаку рівності на "
 "присвоєнні значення ознаці \"%s\" елементу \"%s\""
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -440,7 +462,7 @@
 "Символ \"%s\" неприпустимий після символів \"</\"; символ \"%s\" не може "
 "починати назву елементу"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -449,26 +471,26 @@
 "Символ \"%s\" неприпустимий на закритті назви елемента \"%s\"; припустимим "
 "символом є \">\""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Було закрито не відкритий елемент \"%s\""
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Було закрито елемент \"%s\", але зараз відрито елемент \"%s\""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Документ порожній чи містить лише пропуски"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Документ раптово закінчився відразу після початкової кутової дужки \"<\""
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -477,7 +499,7 @@
 "Документ раптово закінчився, коли деякі елементи ще були відкритими – \"%s\" "
 "був останнім відкритим елементом"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -486,19 +508,19 @@
 "Документ раптово закінчився, очікувалась кінцева кутова дужка для закриття "
 "тегу <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Документ раптово закінчився посеред назви елемента"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Документ раптово закінчився посеред назви ознаки"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Документ раптово закінчився у середині тегу, що відкривав елемент"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -506,17 +528,17 @@
 "Документ раптово закінчився після знака рівності, що йшов за назвою ознаки; "
 "значення ознаки не вказано"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Документ раптово закінчився посеред значення ознаки"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Документ раптово закінчився у середині тегу, що закривав елемент \"%s\""
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "Документ раптово закінчився у середині коментарю чи інструкції обробки"
 
@@ -568,66 +590,257 @@
 msgid "unknown error"
 msgstr "невідома помилка"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Канал завершується на неповному символі"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Неправильна послідовність байтів у перетворюваних вхідних даних"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Незавершене посилання на символ"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Незавершене посилання на символ"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Незавершене посилання на символ"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Символічні посилання не підтримуються"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Помилка під час пошуку відповідності регулярному виразу %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "Бібліотека PCRE не підтримує UTF8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "Бібліотека PCRE не підтримує властивості у кодуванні UTF8"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Помилка при компіляції регулярного виразу %s на символі %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "При оптимізації регулярного виразу %s виникла помилка: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "очікується шістнадцяткова цифра або символ '}'"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "очікується шістнадцяткова цифра"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "у символьному рядку відсутня '<'"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "незакінчене символьне посилання"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "символьне посилання нульової довжини"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "очікується цифра"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "некоректне символьне посилання"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "відкидати кінцеві '\\'"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "невідома escape-послідовність"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -665,17 +878,17 @@
 msgid "Failed to read data from child process"
 msgstr "Помилка зчитування даних з дочірнього процесу"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Помилка створення каналу для обміну з дочірнім процесом (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Помилка зчитування з дочірнього каналу (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Помилка переходу в каталог \"%s\" (%s)"
@@ -724,44 +937,44 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Помилка зчитування даних з дочірнього процесу (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Неочікувана помилка під час очікування на зміну стану файлового дескриптора "
 "дочірнього процесу (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Неочікувана помилка у waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Помилка створення процесу (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Помилка виконання дочірнього процесу \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Помилка перенаправлення виводу чи вводу дочірнього процесу (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Помилка запуску дочірнього процесу (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Невідома помилка виконання дочірнього процесу \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Не вдається зчитати достатню кількість даних з дочірнього каналу (%s)"
@@ -782,81 +995,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Символ не входить в набір UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Використання:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[ПАРАМЕТР...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Параметри довідки:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Показати параметри довідки"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Показати усі параметри довідки"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Параметри програми:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Не вдається розібрати числове ціле значення '%s' для %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Числове ціле значення '%s' для %s поза межами діапазону"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Не вдається розібрати числове значення подвійної точності '%s' для %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Числове значення подвійної точності '%s' для %s поза межами діапазону"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Помилка розбору параметра %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Відсутній аргумент %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Невідомий параметр %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Не вдається знайти правильний ключовий файл у каталогах ключів"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Не є звичайним файлом"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Файл порожній"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -864,51 +1077,51 @@
 "Ключовий файл містить рядок '%s, який не є парою ключ-значення, групою або "
 "коментарем"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Неправильна назва групи: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Ключовий файл не починається з групи"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Неправильна назва ключа: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Ключовий фал містить кодування, що не підтримується '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Ключовий файл не містить групи '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Ключовий файл не містить ключ '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Ключовий файл містить ключ '%s' зі значенням '%s', кодування якого не UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Ключовий файл містить ключ '%s', що має значення, яке не вдається розібрати."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -917,37 +1130,588 @@
 "Ключовий файл містить '%s' у групі '%s', що має значення, яке неможливо "
 "розібрати."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Ключовий файл не містить ключ '%s' у групі '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Ключовий файл містить escape-символ наприкінці рядка"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Ключовий файл містить неправильну escape-послідовність '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Не вдається розібрати значення '%s' як число."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Числове ціле значення '%s' поза межами діапазону"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Значення '%s' не вдається перетворити у число з рухомою комою."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Не вдається розібрати значення '%s' як логічне значення."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "невідома помилка"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Символічні посилання не підтримуються"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Символічні посилання не підтримуються"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Неправильна назва ключа: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Неправильна назва вузла"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Помилка створення файлу \"%s\": %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Помилка створення файлу \"%s\": %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Помилка створення файлу \"%s\": %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Помилка розбору параметра %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Документ раптово закінчився посеред назви ознаки"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Помилка відкривання каталогу \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Помилка під час перетворення: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Помилка під час перетворення: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Помилка в рядку %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Символічні посилання не підтримуються"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Помилка розбору параметра %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Помилка розбору параметра %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Не є звичайним файлом"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Помилка зчитування файлу \"%s\": %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Помилка в рядку %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Помилка розбору параметра %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Помилка розбору параметра %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Символічні посилання не підтримуються"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[ПАРАМЕТР...]"
diff --git a/po/vi.po b/po/vi.po
index 33a7ffc..0a8c16d 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib GNOME TRUNK\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-09-03 22:50+0930\n"
 "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
 "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
@@ -89,72 +89,72 @@
 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:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Không hỗ trợ khả năng chuyển đổi từ bộ ký tự « %s » sang « %s »"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Không thể mở bộ chuyển đổi từ « %s » sang « %s »"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Gặp dây byte không hợp lệ trong dữ liệu nhập chuyển đổi"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Gặp lỗi khi chuyển đổi: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Dây ký tự riêng phần ở cuối dữ liệu nhập"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Không thể chuyển đổi đồ dữ trữ « %s » thành bộ mã « %s »"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, 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:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI « %s » không hợp lệ"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, 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:1782
+#: glib/gconvert.c:1788
 #, 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:1877
+#: glib/gconvert.c:1883
 #, 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:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Tên máy không hợp lệ"
@@ -234,39 +234,60 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Biểu mẫu « %s » không chứa XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Lỗi đọc liên kết tượng trưng « %s »: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Không hỗ trợ khả năng sử dụng liên kết tượng trưng"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Không thể mở bộ chuyển đổi từ « %s » sang « %s »: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "Không thể thực hiện tiến trình đọc thô trong « g_io_channel_read_line_string "
 "»"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Có dữ liệu chưa được chuyển đổi còn lại nằm trong bộ đệm đọc"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Kênh tận hết trong ký tự riêng phần"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -282,24 +303,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Lỗi ánh xạ tập tin « %s »: lỗi « mmap() »: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Lỗi trên dòng %d ký tự %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Lỗi trên dòng %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Thấy thực thể rỗng « &; »; những thực thể hợp lệ là: &amp; &quot; &lt; &gt; "
 "&apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -310,17 +331,17 @@
 "đầu một thực thể; nếu dấu và này không nên là một thực thể, hãy thoát nó như "
 "là « &amp; »"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Ký tự « %s » không phải là hợp lệ bên trong tên thực thể"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Không biết tên thực thể « %s »"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -328,7 +349,7 @@
 "Thực thể không có dấu chấm phẩy cuối cùng; dường như bạn đã dùng dấu và mà "
 "không định bắt đầu một thực thể — hãy thoát dấu và như là « &amp; »"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -337,16 +358,16 @@
 "Lỗi phân tách « %-.*s », nó nên là một chữ số bên trong một tham chiếu ký tự "
 "(v.d. « &#234 ») — có lẽ chư số quá lớn."
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Tham chiếu ký tự « %-.*s » không mã hóa một ký tự được phép."
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Tham chiếu ký tự trống; nên chứa chữ số như là « &#454; »."
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -355,32 +376,32 @@
 "Tham chiếu ký tự không có dấu chấm phẩy cuối cùng; dường như bạn đã dùng một "
 "dấu và mà không định bắt đầu một thực thể — hãy thoát dấu và như là « &amp; »"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Tham chiếu thực thể chưa hoàn thành"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Tham chiếu ký tự chưa hoàn thành"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Văn bản được mã hoá UTF-8 không hợp lệ: dáy quá dài"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Văn bản được mã hoá UTF-8 không hợp lệ: không phải ký tự bắt đầu"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Văn bản được mã hoá UTF-8 không hợp lệ: không phải « %s » hợp lệ"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Tài liệu phải bắt đầu bằng một yếu tố (v.d. <book> [quyển sách])"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -389,7 +410,7 @@
 "« %s » không phải là một ký tự hợp lệ đi theo một dấu ngoặc nhọn mở « < » ; "
 "không cho phép nó bắt đầu một tên yếu tố"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -398,7 +419,7 @@
 "Ký tự lẻ « %s », mong đợi một dấu ngoặc nhọn đóng « > » để kết thúc thẻ khởi "
 "đầu của yếu tố « %s »"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -406,7 +427,7 @@
 "Ký tự lẻ « %s », mong đợi một dấu bằng « = » nằm sau tên thuộc tính « %s » "
 "của yếu tố « %s »"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -417,7 +438,7 @@
 "để kết thúc thẻ khởi đầu của yếu tố « %s », hay tùy ý một thuộc tính; có lẽ "
 "bạn đã dùng một ký tự không hợp lệ trong một tên thuộc tính."
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -426,7 +447,7 @@
 "Ký tự lẻ « %s », mong đợi một dấu nháy kép mở nằm sau dấu bằng khi đưa giá "
 "trị cho thuộc tính « %s » của yếu tố « %s »"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -435,7 +456,7 @@
 "« %s » không phải là một ký tự hợp lệ nằm theo các ký tự « </ » ; không cho "
 "phép « %s » bắt đầu một tên yếu tố"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -444,25 +465,25 @@
 "« %s »  không phải là một ký tự hợp lệ nằm theo tên yếu tố đóng « %s »; ký "
 "tự được phép là « > »."
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Yếu tố « %s » đã được đóng, không có yếu tố mở hiện thời"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "Yếu tố « %s » đã được đóng, nhưng yếu tố mở hiện thời là « %s »"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Tài liệu rỗng hay chứa chỉ khoảng trắng"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "Tài liệu đã kết thúc bất thường ngay sau một dấu ngoặc nhọn mở « < »"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -471,7 +492,7 @@
 "Tài liệu đã kết thúc bất thường với các yếu tố vẫn còn mở — « %s » là yếu tố "
 "đã mở cuối cùng"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -480,19 +501,19 @@
 "Tài liệu kết thúc bất thường, mong đợi thấy dấu ngoặc nhọn đóng kết thúc thẻ "
 "« <%s/> »"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Tài liệu đã kết thúc bất thường bên trong một tên yếu tố"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Tài liệu đã kết thúc bất thường bên trong một tên thuộc tính"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Tài liệu đã kết thúc bất thường bên trong một thẻ mở yếu tố"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -500,17 +521,17 @@
 "Tài liệu đã kết thúc bất thường sau dấu bằng nằm sau một tên thuộc tính; "
 "không có giá trị thuộc tính"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 "Tài liệu đã kết thúc bất thường trong khi nằm trong một giá trị thuộc tính"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "Tài liệu đã kết thúc bất thường bên trong thẻ đóng cho yếu tố « %s »"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Tài liệu đã kết thúc bất thường bên trong một chú thích hay hướng dẫn xử lý"
@@ -559,66 +580,257 @@
 msgid "unknown error"
 msgstr "lỗi lạ"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Kênh tận hết trong ký tự riêng phần"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Gặp dây byte không hợp lệ trong dữ liệu nhập chuyển đổi"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Tham chiếu ký tự chưa hoàn thành"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Tham chiếu ký tự chưa hoàn thành"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Tham chiếu ký tự chưa hoàn thành"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Không hỗ trợ khả năng sử dụng liên kết tượng trưng"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "Gặp lỗi trong khi khớp biểu thức chính quy %s: %s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "Thư viện PCRE đã biên dịch không có khả năng hỗ trợ UTF-8"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "Thư viện PCRE đã biên dịch không có khả năng hỗ trợ tài sản UTF-8"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Gặp lỗi trong khi biên dịch biểu thức chính quy %s ở ký tự %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "Gặp lỗi trong khi tối hưu hoá biểu thức chính quy %s: %s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "đợi chữ số thập lục hay dấu ngoặc móc đóng « } »"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "đợi chữ số thập lục"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "thiếu dấu ngoặc nhọn mở « < » trong tham chiếu tượng trưng"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "tham chiếu tượng trưng chưa hoàn thành"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "tham chiếu tượng trưng có độ dài số không"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "đợi chữ số"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "tham chiếu tượng trưng không cho phép"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "dấu xuyệc ngược kết thúc rải rác « \\ »"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "dãy thoạt lạ"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "Gặp lỗi trong khi phân tách văn bản thay thế « %s » ở ký tự %lu: %s"
@@ -658,17 +870,17 @@
 msgid "Failed to read data from child process"
 msgstr "Lỗi đọc dữ liệu từ tiến trình con"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "Lỗi tạo ống dẫn để liên lạc với tiến trình con (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Lỗi đọc từ ống dẫn con (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Lỗi chuyển đổi sang thư mục « %s » (%s)"
@@ -717,44 +929,44 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Lỗi đọc dữ liệu từ tiến trình con (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Gặp lỗi bất thường nằm trong « select() » khi đọc dữ liệu từ tiến trình con "
 "(%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Gặp lỗi bất thường nằm trong « waitpid() » (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Lỗi tạo tiến trình con (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Lỗi thực hiện tiến trình con « %s » (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "Lỗi chuyển hướng kết nhập hay kết xuất của tiến trình con (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Lỗi tạo tiến trình con (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Gặp lỗi không rõ khi thực hiện tiến trình con « %s »"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "Lỗi đọc đủ dữ liệu từ ống dẫn PID con (%s)"
@@ -775,81 +987,81 @@
 msgid "Character out of range for UTF-16"
 msgstr "Ký tự ở ngoại phạm vi UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Sử dụng:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[TÙY_CHỌN...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Tùy chọn trợ giúp:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Hiển thị các tùy chọn trợ giúp"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Hiển thị mọi tùy chọn trợ giúp"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Tùy chọn ứng dụng:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Không thể phân tách giá trị số nguyên « %s » cho %s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Giá trị số nguyên « %s » cho %s ở ngoại phạm vi"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Không thể phân tách giá trị đôi « %s » cho %s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Giá trị đôi « %s » cho %s ở ngoại phạm vi"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "Gặp lỗi khi phân tách tùy chọn %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "Thiếu đối số cho %s"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Không biết tùy chọn %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "Không tìm thấy tập tin khoá hợp lệ nằm trong thư mục tìm kiếm"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Không phải là một tập tin chuẩn"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Tập tin rỗng"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -857,51 +1069,51 @@
 "Tập tin khóa chứa dòng « %s » mà không phải là một cặp giá trị khóa, nhóm, "
 "hay chú thích"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "Tên nhóm không hợp lệ: %s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Tập tin khóa không bắt đầu với nhóm"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "Tên khoá không hợp lệ: %s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Tập tin khóa chứa bảng mã không được hỗ trợ « %s »"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Tập tin khóa không có nhóm « %s »"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Tập tin khóa không có khóa « %s »"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Tập tin khóa chứa khóa « %s » với giá trị « %s » mà không phải là UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Tập tin khóa chứa khóa « %s » mà có giá trị không có khả năng giải dịch."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -910,37 +1122,588 @@
 "Tập tin khóa chứa khóa « %s » trong nhóm « %s » mà có giá trị không có khả "
 "năng giải dịch."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Tập tin khóa không có khóa « %s » trong nhóm « %s »"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Tập tin khóa chứa ký tự thoát tại kết thúc của dòng"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "Tập tin khóa chứa dãy thoát không hợp lệ « %s »"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Không thể giải dịch giá trị « %s » dạng con số."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Giá trị số nguyên « %s » ở ngoại phạm vi"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Không thể giải dịch giá trị « %s » dạng con số nổi."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Không thể giải dịch giá trị « %s » dạng bun (đúng/sai)."
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "lỗi lạ"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Không hỗ trợ khả năng sử dụng liên kết tượng trưng"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Không hỗ trợ khả năng sử dụng liên kết tượng trưng"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Tên khoá không hợp lệ: %s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Tên máy không hợp lệ"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Lỗi tạo tập tin « %s »: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Lỗi tạo tập tin « %s »: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Lỗi tạo tập tin « %s »: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Gặp lỗi khi phân tách tùy chọn %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Tài liệu đã kết thúc bất thường bên trong một tên thuộc tính"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Gặp lỗi khi mở thư mục « %s »: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Gặp lỗi khi chuyển đổi: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Gặp lỗi khi chuyển đổi: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Lỗi trên dòng %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Không hỗ trợ khả năng sử dụng liên kết tượng trưng"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Gặp lỗi khi phân tách tùy chọn %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Gặp lỗi khi phân tách tùy chọn %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Không phải là một tập tin chuẩn"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Gặp lỗi khi đọc tập tin « %s »: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Lỗi trên dòng %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Gặp lỗi khi phân tách tùy chọn %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Gặp lỗi khi phân tách tùy chọn %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Không hỗ trợ khả năng sử dụng liên kết tượng trưng"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[TÙY_CHỌN...]"
diff --git a/po/wa.po b/po/wa.po
index df9b7e8..79c6773 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -92,71 +92,71 @@
 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:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "Li cviersaedje di l' ecôdaede «%s» viè «%s» n' est nén sopoirté"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, 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:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Secwince d' octets nén valide e l' intrêye do cviersaedje"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Åk n' a nén stî tot cviersant: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr ""
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr ""
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr ""
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr ""
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr ""
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr ""
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, 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:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "No d' lodjoe nén valide"
@@ -238,37 +238,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "Li patron «%s» èn finixh nén avou XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, 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:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Loyéns simbolikes nén sopoirtés"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Dji n' a savou drovi l' cvierseu di «%s» viè «%s»: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr ""
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr ""
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -283,24 +305,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Aroke el roye %d caractere %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Aroke el roye %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Vude intité «&;» di trovêye; les intités valides sont: &amp; &quot; &lt; "
 "&gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -311,17 +333,17 @@
 "caractere & cmince ene intité; si ç' caractere ampersande doet esse håyné té "
 "ké, adon el fåt scrire come « &amp; »"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Li caractere «%s» n' est nén valide dins on no d' intité"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Li no d' intité «%s» n' est nén cnoxhou"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -330,77 +352,77 @@
 "on caractere ampersande sins vleur sicrire ene intité, dins ç' cas el fåt "
 "scrire insi: « &map; »"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 msgstr ""
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr ""
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr ""
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
 "as &amp;"
 msgstr ""
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr ""
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr ""
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Tecse ecôdé en UTF-8 nén valide"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Tecse ecôdé en UTF-8 nén valide"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Tecse ecôdé en UTF-8 nén valide"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Li documint doet cmincî avou èn elemint (eg: <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr ""
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -408,87 +430,87 @@
 "character in an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr ""
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr ""
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Li documint esteut vude ou avou seulmint des blancs"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr ""
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr ""
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr ""
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr ""
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr ""
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr ""
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 
@@ -536,66 +558,253 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+msgid "missing terminating ] for character class"
+msgstr ""
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Secwince d' octets nén valide e l' intrêye do cviersaedje"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+msgid "unrecognized character after (?"
+msgstr ""
+
+#: glib/gregex.c:237
+msgid "unrecognized character after (?<"
+msgstr ""
+
+#: glib/gregex.c:241
+msgid "unrecognized character after (?P"
+msgstr ""
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Loyéns simbolikes nén sopoirtés"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Aroke el roye %d caractere %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -630,17 +839,17 @@
 msgid "Failed to read data from child process"
 msgstr "Dji n' a savou lére do process efant"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Dji n' a savou lére del buze efant (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Dji n' a savou candjî viè l' ridant «%s» (%s)"
@@ -687,42 +896,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Dji n' a savou fé on fork() (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Dji n' a savou enonder l' process efant «%s» (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Dji n' a savou fé on fork do process efant (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Aroke nén cnoxhowe tot-z enondant l' processus efant «%s»"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -743,170 +952,719 @@
 msgid "Character out of range for UTF-16"
 msgstr "Caractere foû fortchete po l' ecôdaedje UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr ""
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Åk n' a nén stî tot cviersant: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr ""
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr ""
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "No d' lodjoe nén valide"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "No d' lodjoe nén valide"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+msgid "Unknown type"
+msgstr ""
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Loyéns simbolikes nén sopoirtés"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Loyéns simbolikes nén sopoirtés"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "No d' lodjoe nén valide"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "No d' lodjoe nén valide"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Åk n' a nén stî tot cviersant: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, c-format
+msgid "Invalid extended attribute name"
+msgstr ""
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, 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:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, 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:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Åk n' a nén stî tot cviersant: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Åk n' a nén stî tot cviersant: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Aroke el roye %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Loyéns simbolikes nén sopoirtés"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Åk n' a nén stî tot cviersant: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Åk n' a nén stî tot cviersant: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Aroke el roye %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Åk n' a nén stî tot cviersant: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Åk n' a nén stî tot cviersant: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Loyéns simbolikes nén sopoirtés"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s"
diff --git a/po/xh.po b/po/xh.po
index 6a5b270..2dc144f 100644
--- a/po/xh.po
+++ b/po/xh.po
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -91,72 +91,72 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "Akuphumelelanga ukufunda ikhonkco elingumfuziselo '%s': %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr ""
 "Uguqulo ukusuka kwingqokelela yeempawu '%s' ukuya kwi '%s' ayixhaswanga"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "Akukwazekanga ukuvula isiguquli ukusuka ku '%s' ukuya ku '%s'"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "Ulandelelwano olungasebenziyo lwe-byte kungeniso-lwazi yenguqulo"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "Impazamo ngelixa lenguqulo: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "Inxalenye yophawu lolandelelwano ekupheleni kongeniso-lwazi"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "Akukwazeki ukuguqula i-fallback '%s' kwiseti yekhowudi '%s'"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, 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:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "I-URI yefayili yendawo '%s' kunokwenzeka ingaquki i-'#'"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "Ayisebenzi i-'%s' yeURI"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "Igama lomququzeleli weURI '%s' alisebenzi"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "I-URI '%s' iqulethe iimpawu ezisindileyo ezingasebenziyo"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "Igama lendlela yothungelwano '%s' akuyiyo kuphela indlela"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "Igama lomququzeleli elingasebenziyo"
@@ -238,39 +238,61 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "I-Template '%s' ayipheli ngo XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "Akuphumelelanga ukufunda ikhonkco elingumfuziselo '%s': %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "Ikhonkco elingumfuziselo alixhaswanga"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "Akukwazekanga ukuvula isiguquli ukusuka ku `%s' ukuya ku `%s': %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr ""
 "Akukwazeki ukwenza ukufunda okungalungiswanga kwi "
 "g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "Intsalela yedata engaguqulwanga kwisigcini sethutyana sokufunda"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "Isiqhagamshelanisi siphelela inxalenye yophawu"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr ""
@@ -286,24 +308,24 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "Impazamo emgceni %d uphawu %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "Impazamo emgceni %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "Into ezimeleyo eze '&;' ebonwayo; izinto ezizimeleyo ezisebenzayo: &amp; "
 "&quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -314,17 +336,17 @@
 "into ezimeleyo; ukuba le ampersand ayifanelanga ukuba yinto ezimeleyo, "
 "yiphephise njenge &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "Uphawu '%s' alusebenzi ngaphakathi kwegama lento ezimeleyo"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "Igama lento ezimeleyo '%s' alaziwa"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -333,7 +355,7 @@
 "lwe- ampersand ungazimiselanga ukuqala into ezimeleyo - phepha i- ampersand "
 "njenge &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -343,16 +365,16 @@
 "ngaphakathi kophawu lokuthumela (&#234; umzekelo) - mhlawumbi umvo mkhulu "
 "kakhulu"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "Uphawu lokuthumela '%-.*s' alulunxulumanisi uphawu olunemvume"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "Uphawu lokuthumela oluze; kufuneka luquke umvo ofana nalo &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -362,34 +384,34 @@
 "uphawu lwe- ampersand ungenanjongo yokuqala into ezimeleyo - phepha i- "
 "ampersand njenge &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "Into ezimeleyo yokuthumela engagqitywanga"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "Uphawu lokuthumela olungagqitywanga"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "Umbhalo onxulumanisayo ongasebenziyo we- UTF-8"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "Uxwebhu kufuneka luqale ngesiqalelo (umzkl. <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -398,7 +420,7 @@
 "'%s' asilophawu elisebenzayo elilandela u '<' uphawu; linokungaqali igama "
 "lesiqalelo"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -407,7 +429,7 @@
 "Uphawu olutenxileyo '%s', lulindele '>' uphawu lokuphelisa ilebhile "
 "yokuqalisa isiqalelo '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -415,7 +437,7 @@
 "Uphawu olutenxileyo '%s', lulindele '=' emva kwegama lophawu '%s' "
 "lwesiqalelo '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -426,7 +448,7 @@
 "ilebhile yokuqala isiqalelo '%s', okanye ngokhetho lophawu; mhlawumbi "
 "usebenzise uphawu olungasebenziyo kwigama lophawu"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,7 +457,7 @@
 "Uphawu olutenxileyo '%s', lulindele uphawu locaphulo oluvulekileyo emva "
 "kweempawu zokulingana xa kunikwa ixabiso lophawu '%s' lwesiqalelo '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -444,7 +466,7 @@
 "'%s' asilophawu olusebenzayo ukulandela iimpawu '</'; '%s' linokungaqali "
 "igama lesiqalelo"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -453,27 +475,27 @@
 "'%s' asilophawu olusebenzayo ukulandela igama lesiqalelo elikufuphi '%s'; "
 "uphawu oluvunyelweyo lolu '>'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "Isiqalelo '%s' besivaliwe, akukho siqalelo sivuliweyo njengangoku"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr ""
 "Isiqalelo '%s' besivaliwe, kodwa isiqalelo esivuliweyo njengangoku sesi '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "Uxwebhu beluze okanye luqulathe isikhewu esimhlophe kuphela"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr ""
 "Uxwebhu luphele ngesiquphe kanye emva kwesibiyeli sedolo elivulekileyo '<'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -482,7 +504,7 @@
 "Uxwebhu luphele ngesiquphe xeshikweni iziqalelo bezisavulile - '%s' "
 "isiqalelo sokugqibela besivuliwe"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -491,19 +513,19 @@
 "Uxwebhu luphele ngesiquphe, kulindelwe ukubona isibiyeli sedolo elivaliweyo "
 "esiphelisa ilebhile <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lesiqalelo"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwelebhile evula isiqalelo."
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -511,17 +533,17 @@
 "Uxwebhu luphele ngesiquphe emva kokuba uphawu lokulingana lulandele igama "
 "lophawu; kungekho xabiso lophawu"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "Uxwebhu luphele ngesiquphe xeshikweni lungaphakathi kwexabiso lophawu"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "Uxwebhu luphele ngesiquphe ngaphakathi kwelebhile evaliweyo yesiqalelo '%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "Uxwebhu luphele ngesiquphe ngaphaikathi komyalelo wezimvo okanye inkqubo"
@@ -570,67 +592,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "Isiqhagamshelanisi siphelela inxalenye yophawu"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "Ulandelelwano olungasebenziyo lwe-byte kungeniso-lwazi yenguqulo"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "Uphawu lokuthumela olungagqitywanga"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "Uphawu lokuthumela olungagqitywanga"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "Uphawu lokuthumela olungagqitywanga"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "Ikhonkco elingumfuziselo alixhaswanga"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "Impazamo emgceni %d uphawu %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "Into ezimeleyo yokuthumela engagqitywanga"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -669,19 +882,19 @@
 msgid "Failed to read data from child process"
 msgstr "Akuphumelelekanga ukufunda idata kwinkqubo yomntwana"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr ""
 "Akuphumelelekanga ukudala uthungelwano lokunxibelelana nenkqubo yomntwana (%"
 "s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "Akuphumelelekanga ukufunda kuthungelwano lomntwana (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "Akuphumelelekanga ukuguqukela kuvimba weefayili '%s' (%s)"
@@ -730,45 +943,45 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "Akuphumelelekanga ukufunda idata kwinkqubo yomntwana (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr ""
 "Impazamo engalindelekanga select() lokufunda idata kwinkqubo yomntwana (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "Impazamo engalindelekanga kwi-waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "Akuphumelelekanga ukudala inkqubo entsha (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "Akuphumelelekanga ukuphumeza inkqubo yomntwana \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr ""
 "Akuphumelelekanga ukuyalela kwakhona ungeniso nophumezo lolwazi kwinkqubo "
 "yomntwana (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "Akuphumelelekanga ukudala inkqubo entsha yomntwana (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "Impazamo engaziwayo yokuphumeza inkqubo yomntwana \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr ""
@@ -791,82 +1004,82 @@
 msgid "Character out of range for UTF-16"
 msgstr "Uphawu lungaphandle kwesigaba se-UTF-16"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "Ukusetyenziswa:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[OPTION...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "Uncedo lokunokukhethwa:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "Bonisa amancedo anokukhethwa"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "Bonisa onke amancedo anokukhethwa"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "Iindlela zokusebenza ezinokukhethwa:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, fuzzy, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "Akukwazeki ukwahlula ngezijungqe ixabiso lanani elimbaxa '%s' for --%s"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "Ixabiso lenani elimbaxa '%s' le %s lingaphaya kwesigaba"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, fuzzy, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "Akukwazeki ukwahlula ngezijungqe ixabiso lanani elimbaxa '%s' for --%s"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, fuzzy, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "Ixabiso lenani elimbaxa '%s' le %s lingaphaya kwesigaba"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "Impazamo ngelixa lenguqulo: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "Ukhetho olungaziwayo %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 "Iqhosha elisebenzayo lefayili alifumanekanga kwidata yoovimba beefayili"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "Asiyofayili esebenza rhoqo"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "Ifayili ize"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -874,51 +1087,51 @@
 "Ifayili engundoqo iqulethe umgca '%s' ongesiso isibini sexabiso okanye "
 "isindululo"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "Igama lomququzeleli elingasebenziyo"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "Ifayili engundoqo ayiqali ngeqela"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "Igama lomququzeleli elingasebenziyo"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "Ifayili engundoqo iqulethe unxulumano olungaxhaswanga '%s'"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "Ifayili engundoqo ayinalo iqela '%s'"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "Ifayili engundoqo ayinalo iqhosha '%s'"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 "Ifayili engundoqo iqulethe iqhosa '%s' elinexabiso '%s' elingeyiyo UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 "Ifayili engundoqo iqulethe iqhosha '%s' elinexabiso elingekhe lichazwe."
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -927,42 +1140,593 @@
 "Ifayili engundoqo iqulethe iqhosha '%s' kwiqela '%s' elinexabiso elingekhe "
 "lichazwe."
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "Ifayili engundoqo ayinalo iqhosha '%s' eqeleni '%s'"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "Ifayili engundoqo iqulethe uphawu lokuphepha ekupheleni komgca"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr ""
 "Ifayili engundoqo iqulethe ulandelelwano olungasebenziyo lokuphepha '%s'"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "Ixabiso '%s' alinakho ukuchazwa njengenani."
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, fuzzy, c-format
 msgid "Integer value '%s' out of range"
 msgstr "Ixabiso lenani elimbaxa '%s' le %s lingaphaya kwesigaba"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, fuzzy, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "Ixabiso '%s' alinakho ukuchazwa njengenani."
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "Ixabiso '%s' alinakho ukuchazwa njenge-boolean."
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "Ukhetho olungaziwayo %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "Ikhonkco elingumfuziselo alixhaswanga"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "Ikhonkco elingumfuziselo alixhaswanga"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "Igama lomququzeleli elingasebenziyo"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "Igama lomququzeleli elingasebenziyo"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "Akuphumelelekanga ukudala ifayili '%s': %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "Akuphumelelekanga ukudala ifayili '%s': %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "Akuphumelelekanga ukudala ifayili '%s': %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "Impazamo ngelixa lenguqulo: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "Impazamo yokuvula uvimba weefayili '%s': %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "Impazamo ngelixa lenguqulo: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "Impazamo ngelixa lenguqulo: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "Impazamo emgceni %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "Ikhonkco elingumfuziselo alixhaswanga"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "Impazamo ngelixa lenguqulo: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "Impazamo ngelixa lenguqulo: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "Asiyofayili esebenza rhoqo"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "Impazamo yokufunda ifayili '%s': %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "Impazamo emgceni %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "Impazamo ngelixa lenguqulo: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "Impazamo ngelixa lenguqulo: %s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "Ikhonkco elingumfuziselo alixhaswanga"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[OPTION...]"
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr ""
diff --git a/po/yi.po b/po/yi.po
index a568f07..979d213 100644
--- a/po/yi.po
+++ b/po/yi.po
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: 1.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-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"
@@ -88,71 +88,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "פֿאַרװאַנדלונג פֿון קאָדירונג %s צו %s ניט געשטיצט"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "ניט געקענט עפֿענען פֿאַרװאַנדלער פֿון %s צו %s: %s"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "אומלעקסיק אַכטעלע־סעײַװענץ אין פֿאַרװאַנדלונג אַרױסשרײַב"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "האַלבע כאַראַקטער־סעקװענץ צום סוף פֿון אַרײַנשרײַב"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "ניט געקענט פֿאַרװאַנדלען גרונטבאַטרעף %s צו קאָדירונג %s"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, fuzzy, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "דער URI %s איז ניט אַבסאָלוט לױט דער טעקע־סכעמע"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "דער לאָקאַלער טעקע־URI %s טאָר ניט כּולל זײַן אַ '#'"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "דער URI %s איז אומלעקסיק"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "דער מאַשין־נאָמען פֿונעם URI %s איז אומלעקסיק"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "דער URI %s איז כּולל אומלעקסיקע פּליטה־כאַראַקטערס"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "די פּאַפּקע־רשימה %s איז ניט אַבסאָלוט"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "אומלעקסיקער מאַשין־נאָמען"
@@ -232,37 +232,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "מוסטער %s ענדיקט זיך ניט מיט XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, fuzzy, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr ""
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, fuzzy, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "ניט געקענט עפֿענען פֿאַרװאַנדלער פֿון %s צו %s: %s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "ניט געקענט מאַכן אַ רױ־לײען אין g_io_channel_read_line_string"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "איבעריקע ניט־פֿאַרװאַנדלטע דאַטן אין לײען־באַהאַלטאָרט"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "קאַנאַל ענדיקט זיך מיט אַ האַלבן שריפֿטצײכן"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "ניט געקענט מאַכן אַ רױ־לײען אין g_io_channel_read_to_end"
@@ -277,23 +299,23 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "דורכפֿאַל אױף שורה %d פּאָזיציע %d: %s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "דורכפֿאַל אױף שורה %d: %s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr ""
 "לײדיקער אײנס '&;' געזען; לעקסיקע אײנסן זײַנען: &amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -303,17 +325,17 @@
 "שריפֿטצײכן %s איז ניט לעקסיק צום אָנהײב פֿון אַן אײנסנאָמען; דער & שריפֿטצײכן הײבט "
 "אַן אײנס אָן; אױב מיט דעם דאָזיקן & מײנט מען ניט קײן אײנס, נאָרמאַליר אים װי &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "שריפֿטצײכן %s איז אומלעקסיק אין מיטן פֿון אַן אײנסנאָמען"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "אײנסנאָמען %s איז ניט באַקאַנט"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -321,7 +343,7 @@
 "אײנס האָט זיך ניט געענדיקט מיט קײן \";\". מסתּמא האָט מען געשריבן אַן & "
 "שריפֿטצײכן אָן דער כּװנה אָנצוהײבן אַן אײנס.  נאָרמאַליר & װי &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, fuzzy, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -330,16 +352,16 @@
 "דורכפֿאַל אין אַנאַליזירן '%s', װאָס זאָל האָבן אַ ציפֿער אין דער שריפֿטצײכן־רעפֿערענץ "
 "(למשל &#234;); אפֿשר איז דער ציפֿער צו גרױס"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, fuzzy, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "שריפֿטצײכן־רעפֿערענץ '%s' קאָדירט ניט קײן דערלאָזטן שריפֿטצײכן"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "נוליקע שריפֿטצײכן־רעפֿערענץ; מוז כּולל זײַן אַ ציפֿער, װי &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -348,34 +370,34 @@
 "שריפֿטצײכן־רעפֿערענץ האָט זיך ניט געענדיקט מיט קײן \";\". מסתּמא האָט מען געשריבן "
 "אַן & שריפֿטצײכן אָן דער כּװנה אָנצוהײבן אַן אײנס.  נאָרמאַליר & װי &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "ניט־געענדיקט אײנס־רעפֿערענץ"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "ניט־געענדיקט שריפֿטצײכן־רעפֿערענץ"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "אומלעקסיק UTF־8 קאָדירטער טעקסט"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "אומלעקסיק UTF־8 קאָדירטער טעקסט"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "אומלעקסיק UTF־8 קאָדירטער טעקסט"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "דאָקומענט מוז אָנהײבן מיט אַן עלעמענט (װי למשל <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
@@ -384,7 +406,7 @@
 "'%s' איך ניט קײן לעקסיקער שריפֿטצײכן נאָך אַ '‪<‬' שריפֿטצײכן;עס טאָר ניט אָנהײבן "
 "קײן אײנסנאָמען"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
@@ -393,7 +415,7 @@
 "מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '‪>‬' שריפֿטצײכן צו ענדיקן דעם אָנהײב־הענטל "
 "פֿונעם עלעמענט '%s'"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -401,7 +423,7 @@
 "מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '=' שריפֿטצײכן נאָך אַטריבוט־נאָמען %s פֿונעם "
 "עלעמענט '%s'"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -412,7 +434,7 @@
 "אָנהײב־הענטל פֿונעם עלעמענט '%s'; אפֿשר האָט מען געלײגט אַן אומלעקסיקן שריפֿטצײכן "
 "אין אַן אַטריבוט־נאָמען"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -421,7 +443,7 @@
 "מאָדנע שריפֿטצײכן '%s'; דערװאַרט אַ '\"' נאָך דעם '=' צו באַשטעטיקן דעם באַטרעף פֿון "
 "אַטריבוט '%s' פֿונעם עלעמענט '%s'"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -430,7 +452,7 @@
 "'%s' איז ניט קײן לעקסיקער שריפֿטצײכן נאָך די שריפֿטצײכנס '‪</‬'; '%s' טאָר ניט "
 "אָנהײבן קײן עלעמענט־נאָמען"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
@@ -439,25 +461,25 @@
 "'%s' איז ניט קײן לעקסיקער שריפֿטצײכן נאָך דעם שלאָס־עלעמענט נאָמען '%s'; מען מוז "
 "שטעלן '‪>‬'"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "עלעמענט '%s' איז פֿאַרמאַכט; קײן עלעמענט איז דערװײַל אָפֿן"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "עלעמענט '%s' איז פֿאַרמאַכט; דער איצטיקער אָפֿענער עלעמענט איז '%s'"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "דאָקומענט איז פּוסט אָדער איז כּולל בלױז לײדיק אָרט"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט נאָך אַן עפֿן־צײכן '‪<‬'"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
@@ -466,7 +488,7 @@
 "דאָקומענט ענדיקט זיך אומגעריכטערהײט מיט אָפֿענע עלעמענטן; '%s' איז געװען דער "
 "לעצט־געעפֿנטער עלעמענט"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -475,19 +497,19 @@
 "דאָקומענט ענדיקט זיך אומגעריכטערהײט; דערװאַרט אַ שלאָס־צײכן '‪>‬' צו ענדיקן דעם "
 "הענטל ‪<%s/>‬"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן עלעמענט־נאָמען"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־נאָמען"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן עלעמענט־עפֿן הענטל"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
@@ -495,18 +517,18 @@
 "דאָקומענט ענדיקט זיך אומגעריכטערהײט נאָך דעם '=' שריפֿטצײכן נאָך אַן "
 "אַטריבוט־נאָמען אָן קײן אַטריבוט־באַטרעף"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־באַטרעף"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr ""
 "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון דעם שלאָס־הענטל פֿון עלעמענט "
 "'%s'"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr ""
 "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַ קאָמענטאַר אָדער אַ "
@@ -556,67 +578,257 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "קאַנאַל ענדיקט זיך מיט אַ האַלבן שריפֿטצײכן"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "אומלעקסיק אַכטעלע־סעײַװענץ אין פֿאַרװאַנדלונג אַרױסשרײַב"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "ניט־געענדיקט שריפֿטצײכן־רעפֿערענץ"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "ניט־געענדיקט שריפֿטצײכן־רעפֿערענץ"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "ניט־געענדיקט שריפֿטצײכן־רעפֿערענץ"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+msgid "POSIX collating elements are not supported"
+msgstr ""
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "דורכפֿאַל אױף שורה %d פּאָזיציע %d: %s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "ניט־געענדיקט אײנס־רעפֿערענץ"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -654,17 +866,17 @@
 msgid "Failed to read data from child process"
 msgstr "ניט געקענט לײענען דאַטן פֿון קינדפּראָצעס"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "דורכפֿאַל אין שאַפֿן רער צוליב קאָמוניקירן מיט קינדפּראָצעס (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "דורכפֿאַל אין לײענע פֿון אַ ינדרער (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "דורכפֿאַל אין זיך קערן צו פּאַפּקע '%s' (%s)"
@@ -713,42 +925,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "דורכפֿאַל אין לײענען דאַטן פֿון אַ קינדפּראָצעס (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "אומדערװאַרטער דורכפֿאַל אין select() לײענען דאַטן פֿון אַ קינדפּראָצעס (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "אומדערװאַרטער דורכפֿאַל אין waitpid() (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "דורכפֿאַל אין קלאָנירן (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "דורכפֿאַל אין באַאַרבעטן קינדפּראָצעס \"%s\" (%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "דורכפֿאַל אין װידערצילן אַרױסשרײַב אָדער אַרײַנשרײַב פֿון קינדפּראָצעס (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "דורכפֿאַל אין קלאָנירן קינדפּראָצעס (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "אומבאַקאַנטער דורכפֿאַל אין באַאַרבעטן קינדפּראָצעס \"%s\""
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "דורכפֿאַל אין לײענען גענוג דאַטן פֿון קינד pid-רער (%s)"
@@ -769,170 +981,719 @@
 msgid "Character out of range for UTF-16"
 msgstr "שריפֿטצײכן ניט אין דער UTF־16 גאַמע"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr ""
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr ""
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr ""
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr ""
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr ""
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr ""
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr ""
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr ""
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, fuzzy, c-format
 msgid "Error parsing option %s"
 msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr ""
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr ""
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr ""
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr ""
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr ""
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr ""
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, fuzzy, c-format
 msgid "Invalid group name: %s"
 msgstr "אומלעקסיקער מאַשין־נאָמען"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr ""
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, fuzzy, c-format
 msgid "Invalid key name: %s"
 msgstr "אומלעקסיקער מאַשין־נאָמען"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr ""
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr ""
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr ""
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr ""
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, fuzzy, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "דער URI %s איז כּולל אומלעקסיקע פּליטה־כאַראַקטערס"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr ""
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr ""
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr ""
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr ""
 
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+msgid "Unknown type"
+msgstr ""
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, c-format
+msgid "Operation not supported"
+msgstr ""
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, c-format
+msgid "Trash not supported"
+msgstr ""
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "אומלעקסיקער מאַשין־נאָמען"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "אומלעקסיקער מאַשין־נאָמען"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "ניט געקענט שאַפֿן טעקע %s: %s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־נאָמען"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "דורכפֿאַל אױף שורה %d: %s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, c-format
+msgid "Setting attribute %s not supported"
+msgstr ""
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, c-format
+msgid "Target file is not a regular file"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "דורכפֿאַל אין לײענען טעקע %s: %s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "דורכפֿאַל אױף שורה %d: %s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s"
+
+#: gio/gwin32appinfo.c:343
+#, c-format
+msgid "URIs not supported"
+msgstr ""
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+msgid "[FILE...]"
+msgstr ""
+
 #, fuzzy
 #~ msgid "Could not change file mode: fork() failed: %s"
 #~ msgstr "ניט געקענט עפֿענען טעקע %s: fdopen() איז דורכגעפֿאַלן: %s"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index aaab8b2..aecebec 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: glib\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-08-23 16:55+0700\n"
 "Last-Translator: yetist <yetist@gmail.com>\n"
 "Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
@@ -87,71 +87,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "用 URI ’%2$s‘展开 exec 行‘%1$s’失败"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "不支持从字符集“%s”到“%s”的转换"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "无法打开从“%s”到“%s”的转换器"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "转换输入中出现无效字符序列"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "转换过程中出错:%s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "输入末尾出现未尽字符序列"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "无法转换后备字符集“%s”到字符集“%s”"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI“%s”不是“file”格式的绝对 URI"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "本地文件 URI“%s”不能包含“#”"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI“%s”无效"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI中的主机名“%s”无效"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI“%s”中包含无效的转义字符"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "路径名“%s”不是绝对路径"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "无效的主机名"
@@ -231,37 +231,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "模板“%s”的不包含 XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "读取符号链接“%s”失败:%s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "不支持符号链接"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "无法打开从“%s”到“%s”的转换器:%s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "g_io_channel_read_line_string 函数无法进行原始读取"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "在读缓冲里留有未转换数据"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "通道终止于未尽字符"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end 函数无法进行原始读取"
@@ -276,22 +298,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "映射文件“%s”失败:mmap() 失败:%s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "第%d行第%d个字符出错:%s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "第%d行出错:%s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "发现空的实体“&;”。有效的实体为:&amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -301,17 +323,17 @@
 "字符“%s”出现在实体名的开头无效。实体都以 & 字符 开头,如果这个 & 不是一个实体"
 "的开头,把它变为 &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "字符“%s”在实体名中无效"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "未知的实体名“%s”"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -319,23 +341,23 @@
 "实体没有以分号结束。很可能您使用了 & 字符而又不是一个实体 - 将这个 & 变为 "
 "&amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 msgstr "分析“%-.*s”失败。它应该是字符引用中的数字(如&#234;) - 可能该数字太大了"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "字符引用“%-.*s”不是编码一个被允许的字符"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "空的字符引用;应该包括数字,如 &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -344,52 +366,52 @@
 "字符引用没有以分号结束。很可能您使用了 & 字符而又不是一个实体 - 将这个 & 变"
 "为 &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "未完成的实体引用"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "未完成的字符引用"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "无效的 UTF-8 编码文本 - 序列过长"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "无效的 UTF-8 编码文本 - 非开始字符"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "无效的 UTF-8 编码文本 - “%s”无效"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "文档必须以一个元素开始(例如 <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr "“%s”出现在字符“<”后是无效字符;它不能作为元素名的开头"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr "字符“%s”无效,应该以字符“>”来结束元素“%s”的起始标记"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "字符“%s”无效,在属性名“%s”(元素“%s”)的后应该是字符“=”"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -399,87 +421,87 @@
 "字符“%s”无效,应该以“>”或“/”结束元素“%s”的起始标记,或紧跟该元素的属性;可能"
 "您在属性名中使用了无效字符"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
 "giving value for attribute '%s' of element '%s'"
 msgstr "字符“%s”无效,在给属性“%s”(元素“%s”)赋值时,在等号后应该是引号"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr "“%s”出现在字符“</”后无效;“%s”不能作为元素名的开头"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr "“%s”出现在结束的元素名“%s”后无效;允许的字符是“>”"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "元素“%s”已经结束,没有未结束的元素"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "元素“%s”已经结束,当前未结束的元素是“%s”"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "文档为空或仅含空白字符"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "文档在一个打开的尖括号“<”后意外结束"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr "文档在还存在未结束元素时意外结束 - 最后的未结束元素是“%s”"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr "文档意外结束,应该以右尖括号“>”来结束标记 <%s/>"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "文档在元素名中意外结束"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "文档在属性名中意外结束"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "文档在元素起始标记中意外结束"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr "文档在跟在属性名后的等号后意外结束;没有属性值"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "文档在属性值中意外结束"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "文档在元素“%s”结束标记中意外结束"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "文档在注释或处理指令中意外结束"
 
@@ -527,66 +549,257 @@
 msgid "unknown error"
 msgstr "未知错误"
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "通道终止于未尽字符"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "转换输入中出现无效字符序列"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "未完成的字符引用"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "未完成的字符引用"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "未完成的字符引用"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "不支持符号链接"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr "匹配正则表达式 %s 出现错误:%s"
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr "PCRE 库编译时未包含 UTF8 支持"
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr "PCRE 库编译时未包含 UTF8 属性支持"
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "编译正则表达式 %s (于字符 %d 处)时出错:%s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr "优化正则表达式 %s 时出错:%s"
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr "期望十六进制数或 '}'"
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr "期望十六进制数"
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr "在符号引用中缺少“<”"
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 msgid "unfinished symbolic reference"
 msgstr "未完成的符号引用"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr "零长符号引用"
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr "期望数字"
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr "非法的符号引用"
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr "丢失了最后的“\\”"
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr "未知的转义序列"
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr "分析替换文本\"%s\" 时在字符 %lu 处发生错误:%s"
@@ -621,17 +834,17 @@
 msgid "Failed to read data from child process"
 msgstr "从子进程中读取数据失败"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "创建与子进程通讯的管道失败(%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "从子管道中读取失败(%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "更改到目录“%s”失败(%s)"
@@ -678,42 +891,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "从子进程中读取数据失败(%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "select() 在从子进程中读取数据时出现异常错误 (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid() 出现异常错误 (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "fork 失败(%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "执行子进程“%s”失败(%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "重定向子进程(%s)的输入或输出失败"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "fork 子进程失败 (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "执行子进程“%s”时出现未知错误"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "从子进程管道中读取足够的数据失败(%s)"
@@ -734,166 +947,717 @@
 msgid "Character out of range for UTF-16"
 msgstr "字符超出 UTF-16 范围"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "用法:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[选项...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "帮助选项:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "显示帮助选项"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "显示全部帮助选项"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "应用程序选项:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "无法处理 %2$s 所用的整数值“%1$s”"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%2$s 所用的整数值“%1$s”超出范围"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "无法处理 %2$s 所用的双精度值“%1$s”"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%2$s 所用的双精度值“%1$s”超出范围"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "分析选项出错:%s"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "缺少 %s 的参数"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "未知选项 %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "在搜索目录中无法找到有效的键文件"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "不是普通文件"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "文件为空"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "键文件中的行“%s”不是键-值对、组或注释"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "无效的组名:%s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "键文件不以组开始"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "无效的键名:%s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "键文件包含不支持的编码“%s”"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "键文件没有组“%s”"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "键文件没有键“%s”"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "键文件包含“%s”,其值“%s”不是 UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "键文件包含键“%s”,其值无法解释。"
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr "键文件在“%2$s”中包含“%1$s”,其值无法解释。"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "键文件的组“%2$s”中不包含键“%1$s”"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "键文件在行尾含有转义字符"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "键文件中包含无效的转义序列“%s”"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "无法将值“%s”解释为数值。"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "整数值“%s”超出范围"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "无法将值“%s”解释为浮点数。"
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "无法将值“%s”解释为布尔值。"
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "未知错误"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "不支持符号链接"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "不支持符号链接"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "无效的键名:%s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "无效的主机名"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "创建文件“%s”失败:%s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "创建文件“%s”失败:%s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "创建文件“%s”失败:%s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "分析选项出错:%s"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "文档在属性名中意外结束"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "打开目录“%s”时发生错误:%s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "转换过程中出错:%s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "转换过程中出错:%s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "第%d行出错:%s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "不支持符号链接"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "分析选项出错:%s"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "分析选项出错:%s"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "不是普通文件"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "第%d行出错:%s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "分析选项出错:%s"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "分析选项出错:%s"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "不支持符号链接"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[选项...]"
diff --git a/po/zh_HK.po b/po/zh_HK.po
index 3d91b90..e657cef 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: glib 2.12.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-02-28 02:10+0800\n"
 "Last-Translator: Woodman Tuen <wmtuen@gmail.com>\n"
 "Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
@@ -90,71 +90,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "以 URI‘%2$s’ 展開 exec 行‘%1$s’失敗"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "不支援將字符集‘%s’轉換成‘%s’"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "無法將‘%s’轉換至‘%s’"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "轉換輸入資料時遇到不正確的位元組組合"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "轉換時發生錯誤:%s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "輸入資料結束時字符仍未完整"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "無法將後備字串‘%s’的字符集轉換成‘%s’"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI‘%s’不是使用“file”格式的絕對 URI"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "本機檔案的 URI‘%s’不應含有‘#’"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI‘%s’無效"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI‘%s’中的主機名稱無效"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI‘%s’含有「不正確跳出」的字符"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "路徑名稱‘%s’不是絕對路徑"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "主機名稱無效"
@@ -235,37 +235,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "檔案樣式‘%s’沒有包含 XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "讀取符號連結‘%s’失敗:%s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "不支援符號連結"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "無法開啟將‘%s’轉換至‘%s’的轉換器:%s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "在 g_io_channel_read_line_string 中無法讀取原始資料"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "用來讀取資料的緩衝區中仍有未轉換的資料"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "在字符未完整之前,輸入管道已經結束"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end 中無法讀取原始資料"
@@ -280,22 +302,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "對應檔案‘%s’失敗:mmap() 失敗:%s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "第 %d 行第 %d 個字發生錯誤:%s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "第 %d 行發生錯誤:%s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "出現空白的實體‘&;’;可用的實體為:&amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -305,17 +327,17 @@
 "實體名稱不應以‘%s’開始,應該使用 & 字符;如果這個 & 字符不是作為實體使用,請"
 "將 & 轉換為 &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "實體名稱中不應含有字符‘%s’"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "實體名稱‘%s’意義不明"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -323,23 +345,23 @@
 "實體的結束部分不是分號;很可能你想使用 & 字符但未將它變為實體 ─ 請將 & 轉換"
 "為 &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 msgstr "無法解析‘%-.*s’,字符參引內應該含有數字(例如 &#234;)─ 可能是數字太大"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "字符參引‘%-.*s’無法表示任何能接受的字符"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "字符參引是空白的;它應該包括數字,像 &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -348,54 +370,54 @@
 "字符參引的結束部分不是分號;很可能你想使用 & 字符但未將它變為實體 ─ 請將 & 轉"
 "換為 &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "未完成的實體參引"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "未完成的字符參引"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "無效的 UTF-8 編碼文字"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "無效的 UTF-8 編碼文字"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "無效的 UTF-8 編碼文字"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "文件開始必須為一元素(例如 <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr "‘<’字符後的‘%s’不是有效的字符;這樣不可能是元素名稱的開始部份"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr "字符‘%s’不尋常,元素‘%s’的開始標籤應該以‘>’字符結束"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "不尋常的字符‘%s’,屬性名稱‘%s’(屬於元素‘%s’)後應該是‘=’字符"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -405,7 +427,7 @@
 "不尋常的字符‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字符終結,也可以是屬性;或"
 "許你在屬性名稱中使用了無效的字符"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -413,80 +435,80 @@
 msgstr ""
 "不尋常的字符‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr "‘</’字符後的‘%s’不是有效的字符;‘%s’不可能是元素名稱的開始部份"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr "字符‘%s’是無效的(位置在關閉元素‘%s’末端);允許的字符為「>」"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "元素‘%s’已關閉,沒有開啟中的元素"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "文件完全空白或只含有空白字符"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "文件在尖角括號‘<’後突然終止"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "在元素的名稱內,文件突然結束"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "在屬性名稱內,文件突然結束"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "在元素的開啟標籤內,文件突然結束"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "在屬性值內,文件突然結束"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "在元素‘%s’的關閉標籤內,文件突然結束"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "在註解或處理指示內,文件突然結束"
 
@@ -534,67 +556,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "在字符未完整之前,輸入管道已經結束"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "轉換輸入資料時遇到不正確的位元組組合"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "未完成的字符參引"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "未完成的字符參引"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "未完成的字符參引"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "不支援符號連結"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "第 %d 行第 %d 個字發生錯誤:%s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "未完成的實體參引"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -629,17 +842,17 @@
 msgid "Failed to read data from child process"
 msgstr "無法從副進程讀取資料"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "無法建立管道來和副進程溝通 (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "無法從管道讀取資料 (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "無法進入目錄‘%s’(%s)"
@@ -686,42 +899,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "無法從副進程讀取資料 (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "當 select() 從副進程讀取資料時發生無法預計的錯誤 (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid() 發生無法預計的錯誤 (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "無法衍生進程 (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "無法執行副進程“%s”(%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "無法將副進程的輸出或輸入重新導向 (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "無法衍生副進程 (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "執行副進程“%s”時發生不明的錯誤"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)"
@@ -742,166 +955,717 @@
 msgid "Character out of range for UTF-16"
 msgstr "字符不在 UTF-16 範圍之內"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "用法:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[選項...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "說明選項:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "顯示說明的選項"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "顯示所有的說明選項"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "應用程式選項:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "無法給 %2$s 解析整數值‘%1$s’"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%2$s 的整數值‘%1$s’超出範圍"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "無法給 %2$s 解析雙精度浮點數‘%1$s’"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%2$s 的雙精度浮點數‘%1$s’超出範圍"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "解析 %s 選項時發生錯誤"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "缺少 %s 的參數"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "未知的選項 %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "在資料目錄中找不到有效的設定鍵檔案"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "不是普通檔案"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "檔案是空白的"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "設定鍵檔案中‘%s’行並非設定鍵值配對、羣組或註解"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "無效的羣組名稱:%s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "設定鍵檔案並非以羣組開頭"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "無效的設定鍵名稱:%s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "設定鍵檔案包含不支援的編碼‘%s’"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "設定鍵檔案沒有羣組‘%s’"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "設定鍵檔案沒有設定鍵‘%s’"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "設定鍵檔案包含的設定鍵‘%s’(數值為‘%s’)並非 UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "設定鍵檔案包含的設定鍵‘%s’的數值無法解譯。"
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr "設定鍵檔案包含的羣組‘%2$s’中設定鍵‘%1$s’數值無法解譯"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "設定鍵檔案的羣組‘%2$s’中沒有設定鍵‘%1$s’"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "設定鍵檔案在行尾包含跳出字符"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "設定鍵檔案含有不正確的「跳出字符」‘%s’"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "數值‘%s’不能被解譯為數字。"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "整數值‘%s’超出範圍"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "數值‘%s’不能被解譯為浮點數。"
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "數值‘%s’不能被解譯為邏輯值。"
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "未知的選項 %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "不支援符號連結"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "不支援符號連結"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "無效的設定鍵名稱:%s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "主機名稱無效"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "建立檔案‘%s’失敗:%s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "建立檔案‘%s’失敗:%s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "建立檔案‘%s’失敗:%s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "解析 %s 選項時發生錯誤"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "在屬性名稱內,文件突然結束"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "開啟目錄‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "轉換時發生錯誤:%s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "轉換時發生錯誤:%s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "第 %d 行發生錯誤:%s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "不支援符號連結"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "解析 %s 選項時發生錯誤"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "解析 %s 選項時發生錯誤"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "不是普通檔案"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "第 %d 行發生錯誤:%s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "解析 %s 選項時發生錯誤"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "解析 %s 選項時發生錯誤"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "不支援符號連結"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[選項...]"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index afb3aeb..84c811b 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: glib 2.12.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-07 00:25-0500\n"
+"POT-Creation-Date: 2007-12-20 10:49-0500\n"
 "PO-Revision-Date: 2007-02-27 09:08+0800\n"
 "Last-Translator: Woodman Tuen <wmtuen@gmail.com>\n"
 "Language-Team: Chinese (Taiwan) <community@linuxhall.org>\n"
@@ -90,71 +90,71 @@
 msgid "Failed to expand exec line '%s' with URI '%s'"
 msgstr "以 URI‘%2$s’ 展開 exec 行‘%1$s’失敗"
 
-#: glib/gconvert.c:424 glib/gconvert.c:502 glib/giochannel.c:1148
+#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
 #, c-format
 msgid "Conversion from character set '%s' to '%s' is not supported"
 msgstr "不支援將字元集‘%s’轉換成‘%s’"
 
-#: glib/gconvert.c:428 glib/gconvert.c:506
+#: glib/gconvert.c:435 glib/gconvert.c:513
 #, c-format
 msgid "Could not open converter from '%s' to '%s'"
 msgstr "無法將‘%s’轉換至‘%s’"
 
-#: glib/gconvert.c:622 glib/gconvert.c:1011 glib/giochannel.c:1320
-#: glib/giochannel.c:1362 glib/giochannel.c:2204 glib/gutf8.c:950
+#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
+#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:950
 #: glib/gutf8.c:1399
 #, c-format
 msgid "Invalid byte sequence in conversion input"
 msgstr "轉換輸入資料時遇到不正確的位元組組合"
 
-#: glib/gconvert.c:628 glib/gconvert.c:938 glib/giochannel.c:1327
-#: glib/giochannel.c:2216
+#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
+#: glib/giochannel.c:2227
 #, c-format
 msgid "Error during conversion: %s"
 msgstr "轉換時發生錯誤:%s"
 
-#: glib/gconvert.c:663 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
+#: glib/gconvert.c:669 glib/gutf8.c:946 glib/gutf8.c:1150 glib/gutf8.c:1291
 #: glib/gutf8.c:1395
 #, c-format
 msgid "Partial character sequence at end of input"
 msgstr "輸入資料結束時字元仍未完整"
 
-#: glib/gconvert.c:913
+#: glib/gconvert.c:919
 #, c-format
 msgid "Cannot convert fallback '%s' to codeset '%s'"
 msgstr "無法將後備字串‘%s’的字元集轉換成‘%s’"
 
-#: glib/gconvert.c:1727
+#: glib/gconvert.c:1733
 #, c-format
 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
 msgstr "URI‘%s’不是使用“file”格式的絕對 URI"
 
-#: glib/gconvert.c:1737
+#: glib/gconvert.c:1743
 #, c-format
 msgid "The local file URI '%s' may not include a '#'"
 msgstr "本機檔案的 URI‘%s’不應含有‘#’"
 
-#: glib/gconvert.c:1754
+#: glib/gconvert.c:1760
 #, c-format
 msgid "The URI '%s' is invalid"
 msgstr "URI‘%s’無效"
 
-#: glib/gconvert.c:1766
+#: glib/gconvert.c:1772
 #, c-format
 msgid "The hostname of the URI '%s' is invalid"
 msgstr "URI‘%s’中的主機名稱無效"
 
-#: glib/gconvert.c:1782
+#: glib/gconvert.c:1788
 #, c-format
 msgid "The URI '%s' contains invalidly escaped characters"
 msgstr "URI‘%s’含有「不正確跳出」的字元"
 
-#: glib/gconvert.c:1877
+#: glib/gconvert.c:1883
 #, c-format
 msgid "The pathname '%s' is not an absolute path"
 msgstr "路徑名稱‘%s’不是絕對路徑"
 
-#: glib/gconvert.c:1887
+#: glib/gconvert.c:1893
 #, c-format
 msgid "Invalid hostname"
 msgstr "主機名稱無效"
@@ -235,37 +235,59 @@
 msgid "Template '%s' doesn't contain XXXXXX"
 msgstr "檔案樣式‘%s’沒有包含 XXXXXX"
 
-#: glib/gfileutils.c:1840
+#: glib/gfileutils.c:1826
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1834
+#, c-format
+msgid "%.1f KB"
+msgstr ""
+
+#: glib/gfileutils.c:1839
+#, c-format
+msgid "%.1f MB"
+msgstr ""
+
+#: glib/gfileutils.c:1844
+#, c-format
+msgid "%.1f GB"
+msgstr ""
+
+#: glib/gfileutils.c:1887
 #, c-format
 msgid "Failed to read the symbolic link '%s': %s"
 msgstr "讀取符號連結‘%s’失敗:%s"
 
-#: glib/gfileutils.c:1861
+#: glib/gfileutils.c:1908
 #, c-format
 msgid "Symbolic links not supported"
 msgstr "不支援符號連結"
 
-#: glib/giochannel.c:1152
+#: glib/giochannel.c:1162
 #, c-format
 msgid "Could not open converter from '%s' to '%s': %s"
 msgstr "無法開啟將‘%s’轉換至‘%s’的轉換器:%s"
 
-#: glib/giochannel.c:1497
+#: glib/giochannel.c:1507
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_line_string"
 msgstr "在 g_io_channel_read_line_string 中無法讀取原始資料"
 
-#: glib/giochannel.c:1544 glib/giochannel.c:1801 glib/giochannel.c:1887
+#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898
 #, c-format
 msgid "Leftover unconverted data in read buffer"
 msgstr "用來讀取資料的緩衝區中仍有未轉換的資料"
 
-#: glib/giochannel.c:1624 glib/giochannel.c:1701
+#: glib/giochannel.c:1634 glib/giochannel.c:1711
 #, c-format
 msgid "Channel terminates in a partial character"
 msgstr "在字元未完整之前,輸入管道已經結束"
 
-#: glib/giochannel.c:1687
+#: glib/giochannel.c:1697
 #, c-format
 msgid "Can't do a raw read in g_io_channel_read_to_end"
 msgstr "g_io_channel_read_to_end 中無法讀取原始資料"
@@ -280,22 +302,22 @@
 msgid "Failed to map file '%s': mmap() failed: %s"
 msgstr "對應檔案‘%s’失敗:mmap() 失敗:%s"
 
-#: glib/gmarkup.c:226
-#, c-format
-msgid "Error on line %d char %d: %s"
+#: glib/gmarkup.c:228 glib/gmarkup.c:244
+#, fuzzy, c-format
+msgid "Error on line %d char %d: "
 msgstr "第 %d 行第 %d 個字發生錯誤:%s"
 
-#: glib/gmarkup.c:324
+#: glib/gmarkup.c:338
 #, c-format
 msgid "Error on line %d: %s"
 msgstr "第 %d 行發生錯誤:%s"
 
-#: glib/gmarkup.c:428
+#: glib/gmarkup.c:442
 msgid ""
 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
 msgstr "出現空白的實體‘&;’;可用的實體為:&amp; &quot; &lt; &gt; &apos;"
 
-#: glib/gmarkup.c:438
+#: glib/gmarkup.c:452
 #, c-format
 msgid ""
 "Character '%s' is not valid at the start of an entity name; the & character "
@@ -305,17 +327,17 @@
 "實體名稱不應以‘%s’開始,應該使用 & 字元;如果這個 & 字元不是作為實體使用,請"
 "將 & 轉換為 &amp;"
 
-#: glib/gmarkup.c:472
+#: glib/gmarkup.c:486
 #, c-format
 msgid "Character '%s' is not valid inside an entity name"
 msgstr "實體名稱中不應含有字元‘%s’"
 
-#: glib/gmarkup.c:509
+#: glib/gmarkup.c:523
 #, c-format
 msgid "Entity name '%s' is not known"
 msgstr "實體名稱‘%s’意義不明"
 
-#: glib/gmarkup.c:520
+#: glib/gmarkup.c:534
 msgid ""
 "Entity did not end with a semicolon; most likely you used an ampersand "
 "character without intending to start an entity - escape ampersand as &amp;"
@@ -323,23 +345,23 @@
 "實體的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換"
 "為 &amp;"
 
-#: glib/gmarkup.c:573
+#: glib/gmarkup.c:587
 #, c-format
 msgid ""
 "Failed to parse '%-.*s', which should have been a digit inside a character "
 "reference (&#234; for example) - perhaps the digit is too large"
 msgstr "無法解析‘%-.*s’,字元參引內應該含有數字(例如 &#234;)─ 可能是數字太大"
 
-#: glib/gmarkup.c:598
+#: glib/gmarkup.c:612
 #, c-format
 msgid "Character reference '%-.*s' does not encode a permitted character"
 msgstr "字元參引‘%-.*s’無法表示任何能接受的字元"
 
-#: glib/gmarkup.c:613
+#: glib/gmarkup.c:627
 msgid "Empty character reference; should include a digit such as &#454;"
 msgstr "字元參引是空白的;它應該包括數字,像 &#454;"
 
-#: glib/gmarkup.c:623
+#: glib/gmarkup.c:637
 msgid ""
 "Character reference did not end with a semicolon; most likely you used an "
 "ampersand character without intending to start an entity - escape ampersand "
@@ -348,54 +370,54 @@
 "字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉"
 "換為 &amp;"
 
-#: glib/gmarkup.c:709
+#: glib/gmarkup.c:723
 msgid "Unfinished entity reference"
 msgstr "未完成的實體參引"
 
-#: glib/gmarkup.c:715
+#: glib/gmarkup.c:729
 msgid "Unfinished character reference"
 msgstr "未完成的字元參引"
 
-#: glib/gmarkup.c:958
+#: glib/gmarkup.c:972
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - overlong sequence"
 msgstr "無效的 UTF-8 編碼文字"
 
-#: glib/gmarkup.c:986
+#: glib/gmarkup.c:1000
 #, fuzzy
 msgid "Invalid UTF-8 encoded text - not a start char"
 msgstr "無效的 UTF-8 編碼文字"
 
-#: glib/gmarkup.c:1022
+#: glib/gmarkup.c:1036
 #, fuzzy, c-format
 msgid "Invalid UTF-8 encoded text - not valid '%s'"
 msgstr "無效的 UTF-8 編碼文字"
 
-#: glib/gmarkup.c:1060
+#: glib/gmarkup.c:1074
 msgid "Document must begin with an element (e.g. <book>)"
 msgstr "文件開始必須為一元素(例如 <book>)"
 
-#: glib/gmarkup.c:1100
+#: glib/gmarkup.c:1114
 #, c-format
 msgid ""
 "'%s' is not a valid character following a '<' character; it may not begin an "
 "element name"
 msgstr "‘<’字元後的‘%s’不是有效的字元;這樣不可能是元素名稱的開始部份"
 
-#: glib/gmarkup.c:1164
+#: glib/gmarkup.c:1178
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' character to end the start tag of element "
 "'%s'"
 msgstr "字元‘%s’不尋常,元素‘%s’的開始標籤應該以‘>’字元結束"
 
-#: glib/gmarkup.c:1253
+#: glib/gmarkup.c:1267
 #, c-format
 msgid ""
 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
 msgstr "不尋常的字元‘%s’,屬性名稱‘%s’(屬於元素‘%s’)後應該是‘=’字元"
 
-#: glib/gmarkup.c:1295
+#: glib/gmarkup.c:1309
 #, c-format
 msgid ""
 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -405,7 +427,7 @@
 "不尋常的字元‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字元終結,也可以是屬性;或"
 "許您在屬性名稱中使用了無效的字元"
 
-#: glib/gmarkup.c:1384
+#: glib/gmarkup.c:1395
 #, c-format
 msgid ""
 "Odd character '%s', expected an open quote mark after the equals sign when "
@@ -413,80 +435,80 @@
 msgstr ""
 "不尋常的字元‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號"
 
-#: glib/gmarkup.c:1529
+#: glib/gmarkup.c:1537
 #, c-format
 msgid ""
 "'%s' is not a valid character following the characters '</'; '%s' may not "
 "begin an element name"
 msgstr "‘</’字元後的‘%s’不是有效的字元;‘%s’不可能是元素名稱的開始部份"
 
-#: glib/gmarkup.c:1569
+#: glib/gmarkup.c:1577
 #, c-format
 msgid ""
 "'%s' is not a valid character following the close element name '%s'; the "
 "allowed character is '>'"
 msgstr "字元‘%s’是無效的(位置在關閉元素‘%s’末端);允許的字元為「>」"
 
-#: glib/gmarkup.c:1580
+#: glib/gmarkup.c:1588
 #, c-format
 msgid "Element '%s' was closed, no element is currently open"
 msgstr "元素‘%s’已關閉,沒有開啟中的元素"
 
-#: glib/gmarkup.c:1589
+#: glib/gmarkup.c:1597
 #, c-format
 msgid "Element '%s' was closed, but the currently open element is '%s'"
 msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’"
 
-#: glib/gmarkup.c:1755
+#: glib/gmarkup.c:1757
 msgid "Document was empty or contained only whitespace"
 msgstr "文件完全空白或只含有空白字元"
 
-#: glib/gmarkup.c:1769
+#: glib/gmarkup.c:1771
 msgid "Document ended unexpectedly just after an open angle bracket '<'"
 msgstr "文件在尖角括號‘<’後突然終止"
 
-#: glib/gmarkup.c:1777 glib/gmarkup.c:1822
+#: glib/gmarkup.c:1779 glib/gmarkup.c:1824
 #, c-format
 msgid ""
 "Document ended unexpectedly with elements still open - '%s' was the last "
 "element opened"
 msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素"
 
-#: glib/gmarkup.c:1785
+#: glib/gmarkup.c:1787
 #, c-format
 msgid ""
 "Document ended unexpectedly, expected to see a close angle bracket ending "
 "the tag <%s/>"
 msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號"
 
-#: glib/gmarkup.c:1791
+#: glib/gmarkup.c:1793
 msgid "Document ended unexpectedly inside an element name"
 msgstr "在元素的名稱內,文件突然結束"
 
-#: glib/gmarkup.c:1797
+#: glib/gmarkup.c:1799
 msgid "Document ended unexpectedly inside an attribute name"
 msgstr "在屬性名稱內,文件突然結束"
 
-#: glib/gmarkup.c:1802
+#: glib/gmarkup.c:1804
 msgid "Document ended unexpectedly inside an element-opening tag."
 msgstr "在元素的開啟標籤內,文件突然結束"
 
-#: glib/gmarkup.c:1808
+#: glib/gmarkup.c:1810
 msgid ""
 "Document ended unexpectedly after the equals sign following an attribute "
 "name; no attribute value"
 msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
 
-#: glib/gmarkup.c:1815
+#: glib/gmarkup.c:1817
 msgid "Document ended unexpectedly while inside an attribute value"
 msgstr "在屬性值內,文件突然結束"
 
-#: glib/gmarkup.c:1831
+#: glib/gmarkup.c:1833
 #, c-format
 msgid "Document ended unexpectedly inside the close tag for element '%s'"
 msgstr "在元素‘%s’的關閉標籤內,文件突然結束"
 
-#: glib/gmarkup.c:1837
+#: glib/gmarkup.c:1839
 msgid "Document ended unexpectedly inside a comment or processing instruction"
 msgstr "在註解或處理指示內,文件突然結束"
 
@@ -534,67 +556,258 @@
 msgid "unknown error"
 msgstr ""
 
-#: glib/gregex.c:324 glib/gregex.c:1360
+#: glib/gregex.c:199
+msgid "\\ at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:202
+msgid "\\c at end of pattern"
+msgstr ""
+
+#: glib/gregex.c:205
+msgid "unrecognized character follows \\"
+msgstr ""
+
+#: glib/gregex.c:212
+msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
+msgstr ""
+
+#: glib/gregex.c:215
+msgid "numbers out of order in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:218
+msgid "number too big in {} quantifier"
+msgstr ""
+
+#: glib/gregex.c:221
+#, fuzzy
+msgid "missing terminating ] for character class"
+msgstr "在字元未完整之前,輸入管道已經結束"
+
+#: glib/gregex.c:224
+#, fuzzy
+msgid "invalid escape sequence in character class"
+msgstr "轉換輸入資料時遇到不正確的位元組組合"
+
+#: glib/gregex.c:227
+msgid "range out of order in character class"
+msgstr ""
+
+#: glib/gregex.c:230
+msgid "nothing to repeat"
+msgstr ""
+
+#: glib/gregex.c:233
+#, fuzzy
+msgid "unrecognized character after (?"
+msgstr "未完成的字元參引"
+
+#: glib/gregex.c:237
+#, fuzzy
+msgid "unrecognized character after (?<"
+msgstr "未完成的字元參引"
+
+#: glib/gregex.c:241
+#, fuzzy
+msgid "unrecognized character after (?P"
+msgstr "未完成的字元參引"
+
+#: glib/gregex.c:244
+msgid "POSIX named classes are supported only within a class"
+msgstr ""
+
+#: glib/gregex.c:247
+msgid "missing terminating )"
+msgstr ""
+
+#: glib/gregex.c:251
+msgid ") without opening ("
+msgstr ""
+
+#: glib/gregex.c:255
+msgid "(?R or (?[+-]digits must be followed by )"
+msgstr ""
+
+#: glib/gregex.c:258
+msgid "reference to non-existent subpattern"
+msgstr ""
+
+#: glib/gregex.c:261
+msgid "missing ) after comment"
+msgstr ""
+
+#: glib/gregex.c:264
+msgid "regular expression too large"
+msgstr ""
+
+#: glib/gregex.c:267
+msgid "failed to get memory"
+msgstr ""
+
+#: glib/gregex.c:270
+msgid "lookbehind assertion is not fixed length"
+msgstr ""
+
+#: glib/gregex.c:273
+msgid "malformed number or name after (?("
+msgstr ""
+
+#: glib/gregex.c:276
+msgid "conditional group contains more than two branches"
+msgstr ""
+
+#: glib/gregex.c:279
+msgid "assertion expected after (?("
+msgstr ""
+
+#: glib/gregex.c:282
+msgid "unknown POSIX class name"
+msgstr ""
+
+#: glib/gregex.c:285
+#, fuzzy
+msgid "POSIX collating elements are not supported"
+msgstr "不支援符號連結"
+
+#: glib/gregex.c:288
+msgid "character value in \\x{...} sequence is too large"
+msgstr ""
+
+#: glib/gregex.c:291
+msgid "invalid condition (?(0)"
+msgstr ""
+
+#: glib/gregex.c:294
+msgid "\\C not allowed in lookbehind assertion"
+msgstr ""
+
+#: glib/gregex.c:297
+msgid "recursive call could loop indefinitely"
+msgstr ""
+
+#: glib/gregex.c:300
+msgid "missing terminator in subpattern name"
+msgstr ""
+
+#: glib/gregex.c:303
+msgid "two named subpatterns have the same name"
+msgstr ""
+
+#: glib/gregex.c:306
+msgid "malformed \\P or \\p sequence"
+msgstr ""
+
+#: glib/gregex.c:309
+msgid "unknown property name after \\P or \\p"
+msgstr ""
+
+#: glib/gregex.c:312
+msgid "subpattern name is too long (maximum 32 characters)"
+msgstr ""
+
+#: glib/gregex.c:315
+msgid "too many named subpatterns (maximum 10,000)"
+msgstr ""
+
+#: glib/gregex.c:318
+msgid "octal value is greater than \\377"
+msgstr ""
+
+#: glib/gregex.c:321
+msgid "DEFINE group contains more than one branch"
+msgstr ""
+
+#: glib/gregex.c:324
+msgid "repeating a DEFINE group is not allowed"
+msgstr ""
+
+#: glib/gregex.c:327
+msgid "inconsistent NEWLINE options"
+msgstr ""
+
+#: glib/gregex.c:330
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+
+#: glib/gregex.c:335
+msgid "unexpected repeat"
+msgstr ""
+
+#: glib/gregex.c:339
+msgid "code overflow"
+msgstr ""
+
+#: glib/gregex.c:343
+msgid "overran compiling workspace"
+msgstr ""
+
+#: glib/gregex.c:347
+msgid "previously-checked referenced subpattern not found"
+msgstr ""
+
+#: glib/gregex.c:514 glib/gregex.c:1562
 #, c-format
 msgid "Error while matching regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:875
+#: glib/gregex.c:1067
 msgid "PCRE library is compiled without UTF8 support"
 msgstr ""
 
-#: glib/gregex.c:884
+#: glib/gregex.c:1076
 msgid "PCRE library is compiled without UTF8 properties support"
 msgstr ""
 
-#: glib/gregex.c:929
+#: glib/gregex.c:1130
 #, fuzzy, c-format
 msgid "Error while compiling regular expression %s at char %d: %s"
 msgstr "第 %d 行第 %d 個字發生錯誤:%s"
 
-#: glib/gregex.c:964
+#: glib/gregex.c:1166
 #, c-format
 msgid "Error while optimizing regular expression %s: %s"
 msgstr ""
 
-#: glib/gregex.c:1788
+#: glib/gregex.c:1990
 msgid "hexadecimal digit or '}' expected"
 msgstr ""
 
-#: glib/gregex.c:1804
+#: glib/gregex.c:2006
 msgid "hexadecimal digit expected"
 msgstr ""
 
-#: glib/gregex.c:1844
+#: glib/gregex.c:2046
 msgid "missing '<' in symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1853
+#: glib/gregex.c:2055
 #, fuzzy
 msgid "unfinished symbolic reference"
 msgstr "未完成的實體參引"
 
-#: glib/gregex.c:1860
+#: glib/gregex.c:2062
 msgid "zero-length symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1871
+#: glib/gregex.c:2073
 msgid "digit expected"
 msgstr ""
 
-#: glib/gregex.c:1889
+#: glib/gregex.c:2091
 msgid "illegal symbolic reference"
 msgstr ""
 
-#: glib/gregex.c:1951
+#: glib/gregex.c:2153
 msgid "stray final '\\'"
 msgstr ""
 
-#: glib/gregex.c:1955
+#: glib/gregex.c:2157
 msgid "unknown escape sequence"
 msgstr ""
 
-#: glib/gregex.c:1965
+#: glib/gregex.c:2167
 #, c-format
 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
 msgstr ""
@@ -629,17 +842,17 @@
 msgid "Failed to read data from child process"
 msgstr "無法從副進程讀取資料"
 
-#: glib/gspawn-win32.c:287 glib/gspawn.c:1450
+#: glib/gspawn-win32.c:287 glib/gspawn.c:1455
 #, c-format
 msgid "Failed to create pipe for communicating with child process (%s)"
 msgstr "無法建立管道來和副進程溝通 (%s)"
 
-#: glib/gspawn-win32.c:325 glib/gspawn.c:1114
+#: glib/gspawn-win32.c:325 glib/gspawn.c:1119
 #, c-format
 msgid "Failed to read from child pipe (%s)"
 msgstr "無法從管道讀取資料 (%s)"
 
-#: glib/gspawn-win32.c:351 glib/gspawn.c:1319
+#: glib/gspawn-win32.c:351 glib/gspawn.c:1324
 #, c-format
 msgid "Failed to change to directory '%s' (%s)"
 msgstr "無法進入目錄‘%s’(%s)"
@@ -686,42 +899,42 @@
 msgid "Failed to read data from child process (%s)"
 msgstr "無法從副進程讀取資料 (%s)"
 
-#: glib/gspawn.c:312
+#: glib/gspawn.c:317
 #, c-format
 msgid "Unexpected error in select() reading data from a child process (%s)"
 msgstr "當 select() 從副進程讀取資料時發生無法預計的錯誤 (%s)"
 
-#: glib/gspawn.c:395
+#: glib/gspawn.c:400
 #, c-format
 msgid "Unexpected error in waitpid() (%s)"
 msgstr "waitpid() 發生無法預計的錯誤 (%s)"
 
-#: glib/gspawn.c:1179
+#: glib/gspawn.c:1184
 #, c-format
 msgid "Failed to fork (%s)"
 msgstr "無法衍生進程 (%s)"
 
-#: glib/gspawn.c:1329
+#: glib/gspawn.c:1334
 #, c-format
 msgid "Failed to execute child process \"%s\" (%s)"
 msgstr "無法執行副進程“%s”(%s)"
 
-#: glib/gspawn.c:1339
+#: glib/gspawn.c:1344
 #, c-format
 msgid "Failed to redirect output or input of child process (%s)"
 msgstr "無法將副進程的輸出或輸入重新導向 (%s)"
 
-#: glib/gspawn.c:1348
+#: glib/gspawn.c:1353
 #, c-format
 msgid "Failed to fork child process (%s)"
 msgstr "無法衍生副進程 (%s)"
 
-#: glib/gspawn.c:1356
+#: glib/gspawn.c:1361
 #, c-format
 msgid "Unknown error executing child process \"%s\""
 msgstr "執行副進程“%s”時發生不明的錯誤"
 
-#: glib/gspawn.c:1378
+#: glib/gspawn.c:1383
 #, c-format
 msgid "Failed to read enough data from child pid pipe (%s)"
 msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)"
@@ -742,166 +955,717 @@
 msgid "Character out of range for UTF-16"
 msgstr "字元不在 UTF-16 範圍之內"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "Usage:"
 msgstr "用法:"
 
-#: glib/goption.c:572
+#: glib/goption.c:573
 msgid "[OPTION...]"
 msgstr "[選項...]"
 
-#: glib/goption.c:676
+#: glib/goption.c:677
 msgid "Help Options:"
 msgstr "說明選項:"
 
-#: glib/goption.c:677
+#: glib/goption.c:678
 msgid "Show help options"
 msgstr "顯示說明的選項"
 
-#: glib/goption.c:683
+#: glib/goption.c:684
 msgid "Show all help options"
 msgstr "顯示所有的說明選項"
 
-#: glib/goption.c:735
+#: glib/goption.c:736
 msgid "Application Options:"
 msgstr "應用程式選項:"
 
-#: glib/goption.c:796 glib/goption.c:866
+#: glib/goption.c:797 glib/goption.c:867
 #, c-format
 msgid "Cannot parse integer value '%s' for %s"
 msgstr "無法給 %2$s 解析整數值‘%1$s’"
 
-#: glib/goption.c:806 glib/goption.c:874
+#: glib/goption.c:807 glib/goption.c:875
 #, c-format
 msgid "Integer value '%s' for %s out of range"
 msgstr "%2$s 的整數值‘%1$s’超出範圍"
 
-#: glib/goption.c:831
+#: glib/goption.c:832
 #, c-format
 msgid "Cannot parse double value '%s' for %s"
 msgstr "無法給 %2$s 解析雙精度浮點數‘%1$s’"
 
-#: glib/goption.c:839
+#: glib/goption.c:840
 #, c-format
 msgid "Double value '%s' for %s out of range"
 msgstr "%2$s 的雙精度浮點數‘%1$s’超出範圍"
 
-#: glib/goption.c:1176
+#: glib/goption.c:1177
 #, c-format
 msgid "Error parsing option %s"
 msgstr "解析 %s 選項時發生錯誤"
 
-#: glib/goption.c:1207 glib/goption.c:1318
+#: glib/goption.c:1208 glib/goption.c:1319
 #, c-format
 msgid "Missing argument for %s"
 msgstr "缺少 %s 的參數"
 
-#: glib/goption.c:1713
+#: glib/goption.c:1714
 #, c-format
 msgid "Unknown option %s"
 msgstr "未知的選項 %s"
 
-#: glib/gkeyfile.c:341
+#: glib/gkeyfile.c:358
 #, fuzzy, c-format
 msgid "Valid key file could not be found in search dirs"
 msgstr "在資料目錄中找不到有效的設定鍵檔案"
 
-#: glib/gkeyfile.c:376
+#: glib/gkeyfile.c:393
 #, c-format
 msgid "Not a regular file"
 msgstr "不是普通檔案"
 
-#: glib/gkeyfile.c:384
+#: glib/gkeyfile.c:401
 #, c-format
 msgid "File is empty"
 msgstr "檔案是空白的"
 
-#: glib/gkeyfile.c:746
+#: glib/gkeyfile.c:761
 #, c-format
 msgid ""
 "Key file contains line '%s' which is not a key-value pair, group, or comment"
 msgstr "設定鍵檔案中‘%s’行並非設定鍵值配對、群組或註解"
 
-#: glib/gkeyfile.c:806
+#: glib/gkeyfile.c:821
 #, c-format
 msgid "Invalid group name: %s"
 msgstr "無效的群組名稱:%s"
 
-#: glib/gkeyfile.c:828
+#: glib/gkeyfile.c:843
 #, c-format
 msgid "Key file does not start with a group"
 msgstr "設定鍵檔案並非以群組開頭"
 
-#: glib/gkeyfile.c:854
+#: glib/gkeyfile.c:869
 #, c-format
 msgid "Invalid key name: %s"
 msgstr "無效的設定鍵名稱:%s"
 
-#: glib/gkeyfile.c:881
+#: glib/gkeyfile.c:896
 #, c-format
 msgid "Key file contains unsupported encoding '%s'"
 msgstr "設定鍵檔案包含不支援的編碼‘%s’"
 
-#: glib/gkeyfile.c:1094 glib/gkeyfile.c:1253 glib/gkeyfile.c:2455
-#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2640 glib/gkeyfile.c:2775
-#: glib/gkeyfile.c:2928 glib/gkeyfile.c:3108 glib/gkeyfile.c:3165
+#: glib/gkeyfile.c:1109 glib/gkeyfile.c:1269 glib/gkeyfile.c:2487
+#: glib/gkeyfile.c:2555 glib/gkeyfile.c:2690 glib/gkeyfile.c:2825
+#: glib/gkeyfile.c:2978 glib/gkeyfile.c:3165 glib/gkeyfile.c:3226
 #, c-format
 msgid "Key file does not have group '%s'"
 msgstr "設定鍵檔案沒有群組‘%s’"
 
-#: glib/gkeyfile.c:1265
+#: glib/gkeyfile.c:1281
 #, c-format
 msgid "Key file does not have key '%s'"
 msgstr "設定鍵檔案沒有設定鍵‘%s’"
 
-#: glib/gkeyfile.c:1367 glib/gkeyfile.c:1477
+#: glib/gkeyfile.c:1383 glib/gkeyfile.c:1496
 #, c-format
 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
 msgstr "設定鍵檔案包含的設定鍵‘%s’(數值為‘%s’)並非 UTF-8"
 
-#: glib/gkeyfile.c:1387 glib/gkeyfile.c:1497 glib/gkeyfile.c:1866
+#: glib/gkeyfile.c:1403 glib/gkeyfile.c:1516 glib/gkeyfile.c:1889
 #, c-format
 msgid "Key file contains key '%s' which has value that cannot be interpreted."
 msgstr "設定鍵檔案包含的設定鍵‘%s’的數值無法解譯。"
 
-#: glib/gkeyfile.c:2078 glib/gkeyfile.c:2287
+#: glib/gkeyfile.c:2104 glib/gkeyfile.c:2316
 #, c-format
 msgid ""
 "Key file contains key '%s' in group '%s' which has value that cannot be "
 "interpreted."
 msgstr "設定鍵檔案包含的群組‘%2$s’中設定鍵‘%1$s’數值無法解譯"
 
-#: glib/gkeyfile.c:2470 glib/gkeyfile.c:2655 glib/gkeyfile.c:3176
+#: glib/gkeyfile.c:2502 glib/gkeyfile.c:2705 glib/gkeyfile.c:3237
 #, c-format
 msgid "Key file does not have key '%s' in group '%s'"
 msgstr "設定鍵檔案的群組‘%2$s’中沒有設定鍵‘%1$s’"
 
-#: glib/gkeyfile.c:3415
+#: glib/gkeyfile.c:3471
 #, c-format
 msgid "Key file contains escape character at end of line"
 msgstr "設定鍵檔案在行尾包含跳出字元"
 
-#: glib/gkeyfile.c:3437
+#: glib/gkeyfile.c:3493
 #, c-format
 msgid "Key file contains invalid escape sequence '%s'"
 msgstr "設定鍵檔案含有不正確的「跳出字元」‘%s’"
 
-#: glib/gkeyfile.c:3579
+#: glib/gkeyfile.c:3635
 #, c-format
 msgid "Value '%s' cannot be interpreted as a number."
 msgstr "數值‘%s’不能被解譯為數字。"
 
-#: glib/gkeyfile.c:3593
+#: glib/gkeyfile.c:3649
 #, c-format
 msgid "Integer value '%s' out of range"
 msgstr "整數值‘%s’超出範圍"
 
-#: glib/gkeyfile.c:3626
+#: glib/gkeyfile.c:3682
 #, c-format
 msgid "Value '%s' cannot be interpreted as a float number."
 msgstr "數值‘%s’不能被解譯為浮點數。"
 
-#: glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3706
 #, c-format
 msgid "Value '%s' cannot be interpreted as a boolean."
 msgstr "數值‘%s’不能被解譯為邏輯值。"
+
+#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:558
+msgid "Too large count value passed to g_input_stream_read_async"
+msgstr ""
+
+#: gio/gbufferedinputstream.c:869 gio/ginputstream.c:888
+#: gio/goutputstream.c:1064
+#, c-format
+msgid "Stream is already closed"
+msgstr ""
+
+#: gio/gcancellable.c:296 gio/gsimpleasyncresult.c:611
+#, c-format
+msgid "Operation was cancelled"
+msgstr ""
+
+#: gio/gcontenttype.c:156
+#, fuzzy
+msgid "Unknown type"
+msgstr "未知的選項 %s"
+
+#: gio/gcontenttype.c:157
+#, c-format
+msgid "%s filetype"
+msgstr ""
+
+#: gio/gcontenttype.c:571
+#, c-format
+msgid "%s type"
+msgstr ""
+
+#: gio/gdatainputstream.c:309
+#, c-format
+msgid "Unexpected early end-of-stream"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:386 gio/gwin32appinfo.c:222
+msgid "Unnamed"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:562
+#, c-format
+msgid "Desktop file didn't specify Exec field"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:844
+#, c-format
+msgid "Unable to find terminal required for application"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1026
+#, c-format
+msgid "Can't create user application configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1030
+#, c-format
+msgid "Can't create user MIME configuration folder %s: %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1403
+#, c-format
+msgid "Custom definition for %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1427
+#, c-format
+msgid "Can't create user desktop file %s"
+msgstr ""
+
+#: gio/gdesktopappinfo.c:1452
+#, c-format
+msgid "Can't load just created desktop file"
+msgstr ""
+
+#: gio/gdrive.c:365
+msgid "drive doesn't implement eject"
+msgstr ""
+
+#: gio/gdrive.c:432
+msgid "drive doesn't implement polling for media"
+msgstr ""
+
+#: gio/gfile.c:730 gio/gfile.c:871 gio/gfile.c:1004 gio/gfile.c:1090
+#: gio/gfile.c:1143 gio/gfile.c:1200 gio/gfile.c:1281 gio/gfile.c:2188
+#: gio/gfile.c:2233 gio/gfile.c:2283 gio/gfile.c:2322 gio/gfile.c:2641
+#: gio/gfile.c:3035 gio/gfile.c:3114 gio/gfile.c:3194
+#, fuzzy, c-format
+msgid "Operation not supported"
+msgstr "不支援符號連結"
+
+#: gio/gfile.c:1046 gio/glocalfile.c:888 gio/glocalfile.c:897
+#: gio/glocalfile.c:908
+#, c-format
+msgid "Containing mount does not exist"
+msgstr ""
+
+#: gio/gfile.c:1620
+#, c-format
+msgid "Can't copy over directory"
+msgstr ""
+
+#: gio/gfile.c:1680
+#, c-format
+msgid "Can't copy directory over directory"
+msgstr ""
+
+#: gio/gfile.c:1688
+#, c-format
+msgid "Target file exists"
+msgstr ""
+
+#: gio/gfile.c:1706
+#, c-format
+msgid "Can't recursively copy directory"
+msgstr ""
+
+#: gio/gfile.c:2273
+#, c-format
+msgid "Invalid symlink value given"
+msgstr ""
+
+#: gio/gfile.c:2365
+#, fuzzy, c-format
+msgid "Trash not supported"
+msgstr "不支援符號連結"
+
+#: gio/gfile.c:2412
+#, c-format
+msgid "File names cannot contain '%c'"
+msgstr ""
+
+#: gio/gfile.c:4039 gio/gvolume.c:318
+msgid "volume doesn't implement mount"
+msgstr ""
+
+#: gio/gfileenumerator.c:151
+#, c-format
+msgid "Enumerator is closed"
+msgstr ""
+
+#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217
+#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:424
+#, c-format
+msgid "File enumerator has outstanding operation"
+msgstr ""
+
+#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:414
+msgid "File enumerator is already closed"
+msgstr ""
+
+#: gio/gfileinputstream.c:143 gio/gfileinputstream.c:439
+#: gio/gfileoutputstream.c:154 gio/gfileoutputstream.c:556
+#, c-format
+msgid "Stream doesn't support query_info"
+msgstr ""
+
+#: gio/gfileinputstream.c:354 gio/gfileoutputstream.c:395
+#, c-format
+msgid "Seek not supported on stream"
+msgstr ""
+
+#: gio/gfileinputstream.c:398
+#, c-format
+msgid "Truncate not allowed on input stream"
+msgstr ""
+
+#: gio/gfileoutputstream.c:490
+#, c-format
+msgid "Truncate not supported on stream"
+msgstr ""
+
+#: gio/ginputstream.c:186
+#, c-format
+msgid "Too large count value passed to g_input_stream_read"
+msgstr ""
+
+#: gio/ginputstream.c:195
+#, c-format
+msgid "Input stream doesn't implement read"
+msgstr ""
+
+#: gio/ginputstream.c:318
+#, c-format
+msgid "Too large count value passed to g_input_stream_skip"
+msgstr ""
+
+#: gio/ginputstream.c:681
+msgid "Too large count value passed to g_input_stream_skip_async"
+msgstr ""
+
+#: gio/ginputstream.c:895 gio/goutputstream.c:1071
+#, c-format
+msgid "Stream has outstanding operation"
+msgstr ""
+
+#: gio/glocalfile.c:554
+#, fuzzy, c-format
+msgid "Invalid filename %s"
+msgstr "無效的設定鍵名稱:%s"
+
+#: gio/glocalfile.c:810
+#, fuzzy, c-format
+msgid "Error getting filesystem info: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:928
+#, c-format
+msgid "Can't rename root directory"
+msgstr ""
+
+#: gio/glocalfile.c:946
+#, c-format
+msgid "Can't rename file, filename already exist"
+msgstr ""
+
+#: gio/glocalfile.c:959 gio/glocalfile.c:1681 gio/glocalfile.c:1710
+#: gio/glocalfile.c:1842 gio/glocalfileoutputstream.c:451
+#: gio/glocalfileoutputstream.c:494 gio/glocalfileoutputstream.c:886
+#, fuzzy, c-format
+msgid "Invalid filename"
+msgstr "主機名稱無效"
+
+#: gio/glocalfile.c:963
+#, fuzzy, c-format
+msgid "Error renaming file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:1080
+#, fuzzy, c-format
+msgid "Error opening file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:1090
+#, c-format
+msgid "Can't open directory"
+msgstr ""
+
+#: gio/glocalfile.c:1142 gio/glocalfile.c:1685
+#, fuzzy, c-format
+msgid "Error removing file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:1434
+#, fuzzy, c-format
+msgid "Error trashing file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:1458
+#, fuzzy, c-format
+msgid "Unable to create trash dir %s: %s"
+msgstr "建立檔案‘%s’失敗:%s"
+
+#: gio/glocalfile.c:1482
+#, c-format
+msgid "Unable to find toplevel directory for trash"
+msgstr ""
+
+#: gio/glocalfile.c:1542 gio/glocalfile.c:1562
+#, c-format
+msgid "Unable to find or create trash directory"
+msgstr ""
+
+#: gio/glocalfile.c:1594
+#, fuzzy, c-format
+msgid "Unable to create trashed file: %s"
+msgstr "建立檔案‘%s’失敗:%s"
+
+#: gio/glocalfile.c:1617
+#, fuzzy, c-format
+msgid "Unable to trash file: %s"
+msgstr "建立檔案‘%s’失敗:%s"
+
+#: gio/glocalfile.c:1714
+#, fuzzy, c-format
+msgid "Error making symbolic link: %s"
+msgstr "解析 %s 選項時發生錯誤"
+
+#: gio/glocalfile.c:1761 gio/glocalfile.c:1846
+#, fuzzy, c-format
+msgid "Error moving file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:1782
+#, c-format
+msgid "Can't move directory over directory"
+msgstr ""
+
+#: gio/glocalfile.c:1791
+#, c-format
+msgid "Target file already exists"
+msgstr ""
+
+#: gio/glocalfile.c:1804 gio/glocalfileoutputstream.c:740
+#: gio/glocalfileoutputstream.c:754 gio/glocalfileoutputstream.c:769
+#: gio/glocalfileoutputstream.c:785 gio/glocalfileoutputstream.c:799
+#, c-format
+msgid "Backup file creation failed"
+msgstr ""
+
+#: gio/glocalfile.c:1821
+#, fuzzy, c-format
+msgid "Error removing target file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfile.c:1835
+#, c-format
+msgid "Move between mounts not supported"
+msgstr ""
+
+#: gio/glocalfileinfo.c:707
+#, c-format
+msgid "Attribute value must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:714
+#, c-format
+msgid "Invalid attribute type (string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:721
+#, fuzzy, c-format
+msgid "Invalid extended attribute name"
+msgstr "在屬性名稱內,文件突然結束"
+
+#: gio/glocalfileinfo.c:761
+#, fuzzy, c-format
+msgid "Error setting extended attribute '%s': %s"
+msgstr "開啟目錄‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileinfo.c:1392 gio/glocalfileoutputstream.c:630
+#, fuzzy, c-format
+msgid "Error stating file '%s': %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileinfo.c:1446
+msgid " (invalid encoding)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1621
+#, fuzzy, c-format
+msgid "Error stating file descriptor: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileinfo.c:1666
+#, c-format
+msgid "Invalid attribute type (uint32 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1683
+#, c-format
+msgid "Invalid attribute type (uint64 expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1701
+#, c-format
+msgid "Invalid attribute type (byte string expected)"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1725
+#, fuzzy, c-format
+msgid "Error setting permissions: %s"
+msgstr "轉換時發生錯誤:%s"
+
+#: gio/glocalfileinfo.c:1772 gio/glocalfileinfo.c:1932
+#, fuzzy, c-format
+msgid "Error setting owner: %s"
+msgstr "轉換時發生錯誤:%s"
+
+#: gio/glocalfileinfo.c:1795
+#, c-format
+msgid "symlink must be non-NULL"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1803 gio/glocalfileinfo.c:1820
+#: gio/glocalfileinfo.c:1829
+#, fuzzy, c-format
+msgid "Error setting symlink: %s"
+msgstr "第 %d 行發生錯誤:%s"
+
+#: gio/glocalfileinfo.c:1812
+#, c-format
+msgid "Error setting symlink: file is not a symlink"
+msgstr ""
+
+#: gio/glocalfileinfo.c:1987
+#, fuzzy, c-format
+msgid "Setting attribute %s not supported"
+msgstr "不支援符號連結"
+
+#: gio/glocalfileinputstream.c:158 gio/glocalfileoutputstream.c:541
+#, fuzzy, c-format
+msgid "Error reading from file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileinputstream.c:187 gio/glocalfileinputstream.c:197
+#: gio/glocalfileinputstream.c:301 gio/glocalfileoutputstream.c:351
+#: gio/glocalfileoutputstream.c:815
+#, fuzzy, c-format
+msgid "Error seeking in file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileinputstream.c:224 gio/glocalfileoutputstream.c:259
+#, fuzzy, c-format
+msgid "Error closing file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileoutputstream.c:166 gio/glocalfileoutputstream.c:560
+#, fuzzy, c-format
+msgid "Error writing to file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileoutputstream.c:205
+#, fuzzy, c-format
+msgid "Error removing old backup link: %s"
+msgstr "解析 %s 選項時發生錯誤"
+
+#: gio/glocalfileoutputstream.c:214
+#, fuzzy, c-format
+msgid "Error creating backup link: %s"
+msgstr "解析 %s 選項時發生錯誤"
+
+#: gio/glocalfileoutputstream.c:224
+#, fuzzy, c-format
+msgid "Error creating backup copy: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileoutputstream.c:240
+#, fuzzy, c-format
+msgid "Error renaming temporary file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileoutputstream.c:395 gio/glocalfileoutputstream.c:830
+#, fuzzy, c-format
+msgid "Error truncating file: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileoutputstream.c:455 gio/glocalfileoutputstream.c:498
+#: gio/glocalfileoutputstream.c:621 gio/glocalfileoutputstream.c:890
+#, fuzzy, c-format
+msgid "Error opening file '%s': %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/glocalfileoutputstream.c:642
+#, c-format
+msgid "Target file is a directory"
+msgstr ""
+
+#: gio/glocalfileoutputstream.c:647
+#, fuzzy, c-format
+msgid "Target file is not a regular file"
+msgstr "不是普通檔案"
+
+#: gio/glocalfileoutputstream.c:659
+#, c-format
+msgid "The file was externally modified"
+msgstr ""
+
+#: gio/gmount.c:335
+msgid "mount doesn't implement unmount"
+msgstr ""
+
+#: gio/gmount.c:407
+msgid "mount doesn't implement eject"
+msgstr ""
+
+#: gio/gmount.c:484
+msgid "mount doesn't implement remount"
+msgstr ""
+
+#: gio/goutputstream.c:193
+#, c-format
+msgid "Too large count value passed to g_output_stream_write"
+msgstr ""
+
+#: gio/goutputstream.c:202 gio/goutputstream.c:403
+#, c-format
+msgid "Output stream doesn't implement write"
+msgstr ""
+
+#: gio/goutputstream.c:363 gio/goutputstream.c:764
+#, c-format
+msgid "Source stream is already closed"
+msgstr ""
+
+#: gio/goutputstream.c:646
+msgid "Too large count value passed to g_output_stream_write_async"
+msgstr ""
+
+#: gio/gunixinputstream.c:200 gio/gunixinputstream.c:218
+#: gio/gunixinputstream.c:290 gio/gunixoutputstream.c:281
+#, fuzzy, c-format
+msgid "Error reading from unix: %s"
+msgstr "讀取檔案‘%s’時發生錯誤:%s"
+
+#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:423
+#: gio/gunixoutputstream.c:238 gio/gunixoutputstream.c:385
+#, fuzzy, c-format
+msgid "Error closing unix: %s"
+msgstr "第 %d 行發生錯誤:%s"
+
+#: gio/gunixmounts.c:1753 gio/gunixmounts.c:1790
+msgid "Filesystem root"
+msgstr ""
+
+#: gio/gunixoutputstream.c:188 gio/gunixoutputstream.c:207
+#, fuzzy, c-format
+msgid "Error writing to unix: %s"
+msgstr "解析 %s 選項時發生錯誤"
+
+#: gio/gvolume.c:384
+msgid "volume doesn't implement eject"
+msgstr ""
+
+#: gio/gwin32appinfo.c:277
+#, c-format
+msgid "Can't find application"
+msgstr ""
+
+#: gio/gwin32appinfo.c:312
+#, fuzzy, c-format
+msgid "Error launching application: %s"
+msgstr "解析 %s 選項時發生錯誤"
+
+#: gio/gwin32appinfo.c:343
+#, fuzzy, c-format
+msgid "URIs not supported"
+msgstr "不支援符號連結"
+
+#: gio/gwin32appinfo.c:366
+#, c-format
+msgid "association changes not supported on win32"
+msgstr ""
+
+#: gio/gwin32appinfo.c:378
+#, c-format
+msgid "Association creation not supported on win32"
+msgstr ""
+
+#: tests/gio-ls.c:28
+msgid "do not hide entries"
+msgstr ""
+
+#: tests/gio-ls.c:30
+msgid "use a long listing format"
+msgstr ""
+
+#: tests/gio-ls.c:38
+#, fuzzy
+msgid "[FILE...]"
+msgstr "[選項...]"