From 7a5b6f0057562230468448c57b759dda90fcd088 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 3 Jul 2008 00:28:00 +0000 Subject: [PATCH] 2.17.3 svn path=/trunk/; revision=7152 --- ChangeLog | 4 + INSTALL | 4 +- NEWS | 4 + README | 2 +- docs/reference/ChangeLog | 4 + docs/reference/glib/tmpl/byte_order.sgml | 189 ------ docs/reference/glib/tmpl/error_reporting.sgml | 11 + docs/reference/glib/tmpl/glib-unused.sgml | 836 ++++++++++++++++++++++++++ docs/reference/glib/tmpl/limits.sgml | 137 ----- docs/reference/glib/tmpl/macros_misc.sgml | 198 +----- docs/reference/glib/tmpl/main.sgml | 9 - docs/reference/glib/tmpl/memory.sgml | 10 - docs/reference/glib/tmpl/modules.sgml | 181 ------ docs/reference/glib/tmpl/testing.sgml | 3 - docs/reference/glib/tmpl/threads.sgml | 13 - docs/reference/glib/tmpl/type_conversion.sgml | 46 -- docs/reference/glib/tmpl/types.sgml | 102 ---- docs/reference/glib/tmpl/unicode.sgml | 2 +- docs/reference/glib/tmpl/version.sgml | 30 - gio/ChangeLog | 4 + gmodule/ChangeLog | 4 + gobject/ChangeLog | 4 + gthread/ChangeLog | 4 + po/ChangeLog | 4 + po/am.po | 280 ++++----- po/ar.po | 278 ++++----- po/as.po | 285 ++++----- po/az.po | 284 ++++----- po/be.po | 287 ++++----- po/be@latin.po | 278 ++++----- po/bg.po | 278 ++++----- po/bn.po | 287 ++++----- po/bn_IN.po | 278 ++++----- po/bs.po | 284 ++++----- po/ca.po | 278 ++++----- po/cs.po | 278 ++++----- po/cy.po | 288 ++++----- po/da.po | 278 ++++----- po/de.po | 278 ++++----- po/dz.po | 287 ++++----- po/el.po | 283 ++++----- po/en_CA.po | 278 ++++----- po/en_GB.po | 278 ++++----- po/eo.po | 281 ++++----- po/es.po | 278 ++++----- po/et.po | 278 ++++----- po/eu.po | 278 ++++----- po/fa.po | 288 ++++----- po/fi.po | 278 ++++----- po/fr.po | 278 ++++----- po/ga.po | 279 ++++----- po/gl.po | 278 ++++----- po/gu.po | 278 ++++----- po/he.po | 278 ++++----- po/hi.po | 288 ++++----- po/hr.po | 284 ++++----- po/hu.po | 278 ++++----- po/hy.po | 281 ++++----- po/id.po | 287 ++++----- po/is.po | 284 ++++----- po/it.po | 278 ++++----- po/ja.po | 278 ++++----- po/ka.po | 286 ++++----- po/kn.po | 278 ++++----- po/ko.po | 765 ++++++++++++----------- po/ku.po | 280 ++++----- po/lt.po | 278 ++++----- po/lv.po | 281 ++++----- po/mg.po | 287 ++++----- po/mk.po | 278 ++++----- po/ml.po | 278 ++++----- po/mn.po | 287 ++++----- po/mr.po | 278 ++++----- po/ms.po | 284 ++++----- po/nb.po | 278 ++++----- po/ne.po | 287 ++++----- po/nl.po | 278 ++++----- po/nn.po | 278 ++++----- po/oc.po | 765 ++++++++++++----------- po/or.po | 286 ++++----- po/pa.po | 278 ++++----- po/pl.po | 286 ++++----- po/pt.po | 278 ++++----- po/pt_BR.po | 278 ++++----- po/ro.po | 278 ++++----- po/ru.po | 278 ++++----- po/rw.po | 305 ++++------ po/si.po | 283 ++++----- po/sk.po | 283 ++++----- po/sl.po | 278 ++++----- po/sq.po | 278 ++++----- po/sr.po | 286 ++++----- po/sr@Latn.po | 286 ++++----- po/sr@ije.po | 284 ++++----- po/sv.po | 278 ++++----- po/ta.po | 286 ++++----- po/te.po | 287 ++++----- po/th.po | 278 ++++----- po/tl.po | 287 ++++----- po/tr.po | 278 ++++----- po/tt.po | 281 ++++----- po/uk.po | 279 ++++----- po/vi.po | 278 ++++----- po/wa.po | 283 ++++----- po/xh.po | 287 ++++----- po/yi.po | 281 ++++----- po/zh_CN.po | 278 ++++----- po/zh_HK.po | 287 ++++----- po/zh_TW.po | 287 ++++----- 109 files changed, 10322 insertions(+), 16384 deletions(-) diff --git a/ChangeLog b/ChangeLog index d6dc208..843a527 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-07-02 Matthias Clasen + * === Released 2.17.3 === + +2008-07-02 Matthias Clasen + * configure.in: Better endianness fix. From Tomas Mraz. 2008-07-02 Matthias Clasen diff --git a/INSTALL b/INSTALL index f300da5..d6c34ef 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.17.2.tar.gz | tar xvf - # unpack the sources - % cd glib-2.17.2 # change to the toplevel directory + % gzip -cd glib-2.17.3.tar.gz | tar xvf - # unpack the sources + % cd glib-2.17.3 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff --git a/NEWS b/NEWS index 4be6ca6..ddc348f 100644 --- a/NEWS +++ b/NEWS @@ -33,6 +33,10 @@ Overview of Changes from GLib 2.17.1 to GLib 2.17.3 538564 gio should have gio-types.h 540047 glib-genmarshal.c: '#include ' is too before +Updated translations: + Korean (ko) + Occitan (oc) + Overview of Changes from GLib 2.17.0 to GLib 2.17.1 =================================================== diff --git a/README b/README index 7fcc66d..a7dd2d1 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.17.2. GLib is the low-level core +This is GLib version 2.17.3. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 4100a03..4f47e17 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,9 @@ 2008-07-02 Matthias Clasen + * === Released 2.17.3 === + +2008-07-02 Matthias Clasen + * gio/gio-sections.txt: Add g_desktop_app_info_new_from_keyfile and g_file_monitor diff --git a/docs/reference/glib/tmpl/byte_order.sgml b/docs/reference/glib/tmpl/byte_order.sgml index 47a7225..ee0dfb8 100644 --- a/docs/reference/glib/tmpl/byte_order.sgml +++ b/docs/reference/glib/tmpl/byte_order.sgml @@ -52,15 +52,6 @@ side-effects. - - -The host byte order. -This can be either #G_LITTLE_ENDIAN or #G_BIG_ENDIAN (support for -#G_PDP_ENDIAN may be added in future.) - - - - Specifies one of the possible types of byte order. @@ -139,24 +130,6 @@ Converts a #gint value from little-endian to host byte order. @Returns: @val converted to host byte order. - - -Converts a #gint value from host byte order to big-endian. - - -@val: a #gint value in host byte order. -@Returns: @val converted to big-endian byte order. - - - - -Converts a #gint value from host byte order to little-endian. - - -@val: a #gint value in host byte order. -@Returns: @val converted to little-endian byte order. - - Converts a #guint value from big-endian to host byte order. @@ -175,24 +148,6 @@ Converts a #guint value from little-endian to host byte order. @Returns: @val converted to host byte order. - - -Converts a #guint value from host byte order to big-endian. - - -@val: a #guint value in host byte order. -@Returns: @val converted to big-endian byte order. - - - - -Converts a #guint value from host byte order to little-endian. - - -@val: a #guint value in host byte order. -@Returns: @val converted to little-endian byte order. - - Converts a #glong value from big-endian to the host byte order. @@ -211,24 +166,6 @@ Converts a #glong value from little-endian to host byte order. @Returns: @val converted to host byte order. - - -Converts a #glong value from host byte order to big-endian. - - -@val: a #glong value in host byte order. -@Returns: @val converted to big-endian byte order. - - - - -Converts a #glong value from host byte order to little-endian. - - -@val: a #glong value in host byte order. -@Returns: @val converted to little-endian. - - Converts a #gulong value from big-endian to host byte order. @@ -247,24 +184,6 @@ Converts a #gulong value from little-endian to host byte order. @Returns: @val converted to host byte order. - - -Converts a #gulong value from host byte order to big-endian. - - -@val: a #gulong value in host byte order. -@Returns: @val converted to big-endian. - - - - -Converts a #gulong value from host byte order to little-endian. - - -@val: a #gulong value in host byte order. -@Returns: @val converted to little-endian. - - Converts a #gint16 value from big-endian to host byte order. @@ -283,24 +202,6 @@ Converts a #gint16 value from little-endian to host byte order. @Returns: @val converted to host byte order. - - -Converts a #gint16 value from host byte order to big-endian. - - -@val: a #gint16 value in host byte order. -@Returns: @val converted to big-endian. - - - - -Converts a #gint16 value from host byte order to little-endian. - - -@val: a #gint16 value in host byte order. -@Returns: @val converted to little-endian. - - Converts a #guint16 value from big-endian to host byte order. @@ -319,24 +220,6 @@ Converts a #guint16 value from little-endian to host byte order. @Returns: @val converted to host byte order. - - -Converts a #guint16 value from host byte order to big-endian. - - -@val: a #guint16 value in host byte order. -@Returns: @val converted to big-endian. - - - - -Converts a #guint16 value from host byte order to little-endian. - - -@val: a #guint16 value in host byte order. -@Returns: @val converted to little-endian. - - Converts a #gint32 value from big-endian to host byte order. @@ -355,24 +238,6 @@ Converts a #gint32 value from little-endian to host byte order. @Returns: @val converted to host byte order. - - -Converts a #gint32 value from host byte order to big-endian. - - -@val: a #gint32 value in host byte order. -@Returns: @val converted to big-endian. - - - - -Converts a #gint32 value from host byte order to little-endian. - - -@val: a #gint32 value in host byte order. -@Returns: @val converted to little-endian. - - Converts a #guint32 value from big-endian to host byte order. @@ -391,24 +256,6 @@ Converts a #guint32 value from little-endian to host byte order. @Returns: @val converted to host byte order. - - -Converts a #guint32 value from host byte order to big-endian. - - -@val: a #guint32 value in host byte order. -@Returns: @val converted to big-endian. - - - - -Converts a #guint32 value from host byte order to little-endian. - - -@val: a #guint32 value in host byte order. -@Returns: @val converted to little-endian. - - Converts a #gint64 value from big-endian to host byte order. @@ -427,24 +274,6 @@ Converts a #gint64 value from little-endian to host byte order. @Returns: @val converted to host byte order. - - -Converts a #gint64 value from host byte order to big-endian. - - -@val: a #gint64 value in host byte order. -@Returns: @val converted to big-endian. - - - - -Converts a #gint64 value from host byte order to little-endian. - - -@val: a #gint64 value in host byte order. -@Returns: @val converted to little-endian. - - Converts a #guint64 value from big-endian to host byte order. @@ -463,24 +292,6 @@ Converts a #guint64 value from little-endian to host byte order. @Returns: @val converted to host byte order. - - -Converts a #guint64 value from host byte order to big-endian. - - -@val: a #guint64 value in host byte order. -@Returns: @val converted to big-endian. - - - - -Converts a #guint64 value from host byte order to little-endian. - - -@val: a #guint64 value in host byte order. -@Returns: @val converted to little-endian. - - Converts a #guint16 value between big-endian and pdp-endian byte order. diff --git a/docs/reference/glib/tmpl/error_reporting.sgml b/docs/reference/glib/tmpl/error_reporting.sgml index c317d54..156f707 100644 --- a/docs/reference/glib/tmpl/error_reporting.sgml +++ b/docs/reference/glib/tmpl/error_reporting.sgml @@ -455,6 +455,17 @@ information about an error that has occurred. @Varargs: + + + + + +@err: +@domain: +@code: +@message: + + diff --git a/docs/reference/glib/tmpl/glib-unused.sgml b/docs/reference/glib/tmpl/glib-unused.sgml index ca73e16..4c05c10 100644 --- a/docs/reference/glib/tmpl/glib-unused.sgml +++ b/docs/reference/glib/tmpl/glib-unused.sgml @@ -180,6 +180,83 @@ Specifies the type of function passed to g_set_error_handler(). @hook_list: @hook: + + +Converts a #gint16 value from host byte order to big-endian. + + +@val: a #gint16 value in host byte order. +@Returns: @val converted to big-endian. + + + +Converts a #gint16 value from host byte order to little-endian. + + +@val: a #gint16 value in host byte order. +@Returns: @val converted to little-endian. + + + +Converts a #gint32 value from host byte order to big-endian. + + +@val: a #gint32 value in host byte order. +@Returns: @val converted to big-endian. + + + +Converts a #gint32 value from host byte order to little-endian. + + +@val: a #gint32 value in host byte order. +@Returns: @val converted to little-endian. + + + +Converts a #gint64 value from host byte order to big-endian. + + +@val: a #gint64 value in host byte order. +@Returns: @val converted to big-endian. + + + +Converts a #gint64 value from host byte order to little-endian. + + +@val: a #gint64 value in host byte order. +@Returns: @val converted to little-endian. + + + +Converts a #gint value from host byte order to big-endian. + + +@val: a #gint value in host byte order. +@Returns: @val converted to big-endian byte order. + + + +Converts a #gint value from host byte order to little-endian. + + +@val: a #gint value in host byte order. +@Returns: @val converted to little-endian byte order. + + + +Stuffs an integer into a pointer type. + + +Remember, YOU MAY NOT STORE POINTERS IN INTEGERS. THIS IS NOT PORTABLE +IN ANY WAY SHAPE OR FORM. These macros ONLY allow +storing integers in pointers, and only preserve 32 bits of the +integer; values outside the range of a 32-bit integer will be mangled. + + +@i: integer to stuff into a pointer. + @@ -192,6 +269,49 @@ Specifies the type of function passed to g_set_error_handler(). @G_IO_FILE_MODE_READ_WRITE_TRUNCATE: @G_IO_FILE_MODE_READ_WRITE_APPEND: + + +The major version number of the GLib library. +Like #glib_major_version, but from the headers used at +application compile time, rather than from the library linked against +at application run time. + + + + + +The micro version number of the GLib library. +Like #gtk_micro_version, but from the headers used at +application compile time, rather than from the library linked against +at application run time. + + + + + +The minor version number of the GLib library. +Like #gtk_minor_version, but from the headers used at +application compile time, rather than from the library linked against +at application run time. + + + + + +Converts a #glong value from host byte order to big-endian. + + +@val: a #glong value in host byte order. +@Returns: @val converted to big-endian byte order. + + + +Converts a #glong value from host byte order to little-endian. + + +@val: a #glong value in host byte order. +@Returns: @val converted to little-endian. + Enumeration representing different kinds of patterns. This is only used @@ -206,6 +326,168 @@ the end of the string. @G_MATCH_EXACT: a pattern matching exactly one string. @G_MATCH_LAST: + + +The #GModule struct is an opaque data structure to represent a +Dynamically-Loaded Module. +It should only be accessed via the following functions. + + + + + +Specifies the type of the module initialization function. +If a module contains a function named g_module_check_init() it is called +automatically when the module is loaded. It is passed the #GModule structure +and should return %NULL on success or a string describing the initialization +error. + + +@module: the #GModule corresponding to the module which has just been loaded. +@Returns: %NULL on success, or a string describing the initialization error. + + + +Flags passed to g_module_open(). Note that these flags are +not supported on all platforms. + + +@G_MODULE_BIND_LAZY: specifies that symbols are only resolved when needed. + The default action is to bind all symbols when the module is loaded. +@G_MODULE_BIND_LOCAL: specifies that symbols in the module should + not be added to the global name space. The default action on most + platforms is to place symbols in the module in the global name space, + which may cause conflicts with existing symbols. +@G_MODULE_BIND_MASK: mask for all flags. + + + +Specifies the type of the module function called when it is unloaded. +If a module contains a function named g_module_unload() it is called +automatically when the module is unloaded. +It is passed the #GModule structure. + + +@module: the #GModule about to be unloaded. + + + +Extracts an integer from a pointer. The integer must have +been stored in the pointer with GINT_TO_POINTER(). + + +Remember, YOU MAY NOT STORE POINTERS IN INTEGERS. THIS IS NOT PORTABLE +IN ANY WAY SHAPE OR FORM. These macros ONLY allow +storing integers in pointers, and only preserve 32 bits of the +integer; values outside the range of a 32-bit integer will be mangled. + + +@p: pointer containing an integer. + + + +Extracts an unsigned integer from a pointer. The integer must have +been stored in the pointer with GUINT_TO_POINTER(). + + +@p: pointer to extract an unsigned integer from. + + + +A type which is used to hold a process identification. +On Unix, processes are identified by a process id (an +integer), while Windows uses process handles (which are +pointers). + + + + + +Converts a #guint16 value from host byte order to big-endian. + + +@val: a #guint16 value in host byte order. +@Returns: @val converted to big-endian. + + + +Converts a #guint16 value from host byte order to little-endian. + + +@val: a #guint16 value in host byte order. +@Returns: @val converted to little-endian. + + + +Converts a #guint32 value from host byte order to big-endian. + + +@val: a #guint32 value in host byte order. +@Returns: @val converted to big-endian. + + + +Converts a #guint32 value from host byte order to little-endian. + + +@val: a #guint32 value in host byte order. +@Returns: @val converted to little-endian. + + + +Converts a #guint64 value from host byte order to big-endian. + + +@val: a #guint64 value in host byte order. +@Returns: @val converted to big-endian. + + + +Converts a #guint64 value from host byte order to little-endian. + + +@val: a #guint64 value in host byte order. +@Returns: @val converted to little-endian. + + + +Converts a #guint value from host byte order to big-endian. + + +@val: a #guint value in host byte order. +@Returns: @val converted to big-endian byte order. + + + +Converts a #guint value from host byte order to little-endian. + + +@val: a #guint value in host byte order. +@Returns: @val converted to little-endian byte order. + + + +Stuffs an unsigned integer into a pointer type. + + +@u: unsigned integer to stuff into the pointer. + + + +Converts a #gulong value from host byte order to big-endian. + + +@val: a #gulong value in host byte order. +@Returns: @val converted to big-endian. + + + +Converts a #gulong value from host byte order to little-endian. + + +@val: a #gulong value in host byte order. +@Returns: @val converted to little-endian. + Specifies the type of function passed to g_set_warning_handler(). @@ -213,6 +495,14 @@ Specifies the type of function passed to g_set_warning_handler(). @str: the warning message. + + +The host byte order. +This can be either #G_LITTLE_ENDIAN or #G_BIG_ENDIAN (support for +#G_PDP_ENDIAN may be added in future.) + + + @@ -227,6 +517,214 @@ error domains. + + +This is the platform dependent conversion specifier for scanning and +printing values of type #gint16. It is a string literal, but doesn't +include the percent-sign, such that you can add precision and length +modifiers between percent-sign and conversion specifier. + + + + + +gint16 in; +gint32 out; +sscanf ("42", "%" G_GINT16_FORMAT, &in) +out = in * 1000; +g_print ("%" G_GINT32_FORMAT, out); + + + + + + + +The platform dependent length modifier for constructing printf() conversion +specifiers for values of type #gint16 or #guint16. It is a string literal, +but doesn't include the percent-sign, such that you can add precision and +length modifiers between percent-sign and conversion specifier and append a +conversion specifier. + + + +The following example prints "0x7b"; + + +gint16 value = 123; +g_print ("%#" G_GINT16_MODIFIER "x", value); + + + + +@Since: 2.4 + + + +This is the platform dependent conversion specifier for scanning and +printing values of type #gint32. See also #G_GINT16_FORMAT. + + + + + +The platform dependent length modifier for constructing printf() conversion +specifiers for values of type #gint32 or #guint32. See also #G_GINT16_MODIFIER. + + +@Since: 2.4 + + + +This macro is used to insert 64-bit integer literals into the source code. + + +@val: a literal integer value, e.g. 0x1d636b02300a7aa7U. + + + +This is the platform dependent conversion specifier for scanning and +printing values of type #gint64. See also #G_GINT16_FORMAT. + + + + +Some platforms do not support scanning and printing 64 bit integers, +even though the types are supported. On such platforms #G_GINT64_FORMAT +is not defined. Note that scanf() may not support 64 bit integers, even +if #G_GINT64_FORMAT is defined. Due to its weak error handling, scanf() is not +recommended for parsing anyway; consider using g_strtoull() instead. + + + + + + +The platform dependent length modifier for constructing printf() conversion +specifiers for values of type #gint64 or #guint64. See also #G_GINT16_MODIFIER. + + + + +Some platforms do not support printing 64 bit integers, +even though the types are supported. On such platforms #G_GINT64_MODIFIER +is not defined. + + + +@Since: 2.4 + + + +This attribute can be used for marking library functions as being used +internally to the library only, which may allow the compiler to handle +function calls more efficiently. +Note that static functions do not need to be marked as internal in this way. +See the GNU C documentation for details. + + +When using a compiler that supports the GNU C hidden visibility attribute, +this macro expands to __attribute__((visibility("hidden"))). +When using the Sun Studio compiler, it expands to __hidden. + + +Note that for portability, the attribute should be placed before the +function declaration. While GCC allows the macro after the declaration, +Sun Studio does not. + + +G_GNUC_INTERNAL +void _g_log_fallback_handler (const gchar *log_domain, + GLogLevelFlags log_level, + const gchar *message, + gpointer unused_data); + + +Since: 2.6 + + + + +This is the platform dependent conversion specifier for scanning and +printing values of type #gsize. See also #G_GINT16_FORMAT. + + +@Since: 2.6 + + + +The platform dependent length modifier for constructing printf() conversion +specifiers for values of type #gsize or #gssize. See also #G_GINT16_MODIFIER. + + +@Since: 2.6 + + + +This is the platform dependent conversion specifier for scanning and +printing values of type #gssize. See also #G_GINT16_FORMAT. + + +@Since: 2.6 + + + +This is the platform dependent conversion specifier for scanning and +printing values of type #guint16. See also #G_GINT16_FORMAT. + + + + + +This is the platform dependent conversion specifier for scanning and +printing values of type #guint32. See also #G_GINT16_FORMAT. + + + + + +This macro is used to insert 64-bit unsigned integer literals into the +source code. + + +@val: a literal integer value, e.g. 0x1d636b02300a7aa7U. +@Since: 2.10 + + + +This is the platform dependent conversion specifier for scanning and +printing values of type #guint64. See also #G_GINT16_FORMAT. + + + + +Some platforms do not support scanning and printing 64 bit integers, +even though the types are supported. On such platforms #G_GUINT64_FORMAT +is not defined. Note that scanf() may not support 64 bit integers, even +if #G_GINT64_FORMAT is defined. Due to its weak error handling, scanf() is not +recommended for parsing anyway; consider using g_strtoull() instead. + + + + + + +This macro is defined if 64-bit signed and unsigned integers are available +on the platform. + + +@Deprecated: GLib requires 64-bit integer support since version 2.0, therefore +%G_HAVE_GINT64 is always defined. + + + +This macro is defined as 1 if the compiler supports ELF visibility +attributes (currently only gcc). + + +Since: 2.6 + + @@ -267,6 +765,159 @@ not work. + + +The maximum value which can be held in a #gdouble. + + + + + +The maximum value which can be held in a #gfloat. + + + + + +The maximum value which can be held in a #gint. + + + + + +The maximum value which can be held in a #glong. + + + + + +The maximum value which can be held in a #goffset. + + + + + +The maximum value which can be held in a #gshort. + + + + + +The maximum value which can be held in a #gsize. + + +@Since: 2.4 + + + +The maximum value which can be held in a #gssize. + + +@Since: 2.14 + + + +The maximum value which can be held in a #guint. + + + + + +The maximum value which can be held in a #gulong. + + + + + +The maximum value which can be held in a #gushort. + + + + + +The minimum positive value which can be held in a #gdouble. + + +If you are interested in the smallest value which can be held in a #gdouble, +use -G_MAXDOUBLE. + + + + + +The minimum positive value which can be held in a #gfloat. + + +If you are interested in the smallest value which can be held in a #gfloat, +use -G_MAX_FLOAT. + + + + + +The minimum value which can be held in a #gint. + + + + + +The minimum value which can be held in a #glong. + + + + + +The minimum value which can be held in a #goffset. + + + + + +The minimum value which can be held in a #gshort. + + + + + +The minimum value which can be held in a #gssize. + + +@Since: 2.14 + + + +Used to declare functions exported by modules. This is a no-op on Linux and +Unices, but when compiling for Windows, it marks a symbol to be exported from +the library or executable being built. + + + + + +Used to declare functions imported from modules. + + + + + +Expands to the proper shared library suffix for the current platform +without the leading dot. For the most Unices and Linux this is "so", +for some HP-UX versions this is "sl" and for Windows this is "dll". + + + + + + +This macro is defined if GLib was compiled with thread support. This +does not necessarily mean that there is a thread implementation +available, but it does mean that the infrastructure is in place and +that once you provide a thread implementation to g_thread_init(), GLib +will be multi-thread safe. If #G_THREADS_ENABLED is not defined, then +Glib is not, and cannot be, multi-thread safe. + + + Provided for UNIX emulation on Windows; equivalent to UNIX macro @@ -753,6 +1404,117 @@ To use this function you must configure glib with the flag @mem: the memory to check. + + + + + +@dest: +@src: +@len: + + + +A portable way to build the filename of a module. The platform-specific +prefix and suffix are added to the filename, if needed, and the result is +added to the directory, using the correct separator character. + + +The directory should specify the directory where the module can be found. +It can be %NULL or an empty string to indicate that the module is in a standard +platform-specific directory, though this is not recommended since the +wrong module may be found. + + +For example, calling g_module_build_path() on a Linux system with a @directory +of /lib and a @module_name of "mylibrary" will return +/lib/libmylibrary.so. On a Windows system, using +\Windows as the directory it will return +\Windows\mylibrary.dll. + + +@directory: the directory where the module is. This can be %NULL or the empty +string to indicate that the standard platform-specific directories will be +used, though that is not recommended. +@module_name: the name of the module. +@Returns: the complete path of the module, including the standard library +prefix and suffix. This should be freed when no longer needed. + + + +Closes a module. + + +@module: a #GModule to close. +@Returns: %TRUE on success. + + + +Gets a string describing the last module error. + + +@Returns: a string describing the last module error. + + + +Ensures that a module will never be unloaded. +Any future g_module_close() calls on the module will be ignored. + + +@module: a #GModule to make permanently resident. + + + +Gets the filename from a #GModule. + + +@module: a #GModule. +@Returns: the filename of the module, or "main" if the module is the main +program itself. + + + +Opens a module. If the module has already been opened, its reference +count is incremented. + + + +First of all g_module_open() tries to open @file_name as a module. If +that fails and @file_name has the ".la"-suffix (and is a libtool archive) +it tries to open the corresponding module. If that fails and it doesn't +have the proper module suffix for the platform (#G_MODULE_SUFFIX), this +suffix will be appended and the corresponding module will be opended. If +that fails and @file_name doesn't have the ".la"-suffix, this suffix is +appended and g_module_open() tries to open the corresponding module. If +eventually that fails as well, %NULL is returned. + + +@file_name: the name of the file containing the module, or %NULL to obtain + a #GModule representing the main program itself. +@flags: the flags used for opening the module. This can be the logical +OR of any of the #GModuleFlags. +@Returns: a #GModule on success, or %NULL on failure. + + + +Checks if modules are supported on the current platform. + + +@Returns: %TRUE if modules are supported. + + + +Gets a symbol pointer from a module, such as one exported by #G_MODULE_EXPORT. + + +Note that a valid symbol can be %NULL. + + +@module: a #GModule. +@symbol_name: the name of the symbol to find. +@symbol: returns the pointer to the symbol value. +@Returns: %TRUE on success. + @@ -900,6 +1662,80 @@ Turns the argument into a string literal by using the '#' stringizing operator. + + +A signed integer guaranteed to be 16 bits on all platforms. +Values of this type can range from -32,768 to 32,767. + + + + + +A signed integer guaranteed to be 32 bits on all platforms. +Values of this type can range from -2,147,483,648 to 2,147,483,647. + + + + + +A signed integer guaranteed to be 64 bits on all platforms. +Values of this type can range from -9,223,372,036,854,775,808 to +9,223,372,036,854,775,807. + + + + + +A signed integer guaranteed to be 8 bits on all platforms. +Values of this type can range from -128 to 127. + + + + + +A signed integer type that is used for file offsets, corresponding to the +C99 type off64_t. + + +Since: 2.14 + + + + +An unsigned integer type of the result of the sizeof operator, corresponding +to the size_t type defined in C99. This type is wide enough to hold the numeric +value of a pointer, so it is usually 32bit wide on a 32bit platform and +64bit wide on a 64bit platform. + + + + + +A signed variant of gsize, corresponding to the ssize_t defined on most platforms. + + + + + +An unsigned integer guaranteed to be 16 bits on all platforms. +Values of this type can range from 0 to 65,535. + + + + + +An unsigned integer guaranteed to be 32 bits on all platforms. +Values of this type can range from 0 to 4,294,967,295. + + + + + +An unsigned integer guaranteed to be 8 bits on all platforms. +Values of this type can range from 0 to 255. + + + diff --git a/docs/reference/glib/tmpl/limits.sgml b/docs/reference/glib/tmpl/limits.sgml index c0fe16c..a06cd91 100644 --- a/docs/reference/glib/tmpl/limits.sgml +++ b/docs/reference/glib/tmpl/limits.sgml @@ -18,69 +18,6 @@ the standard integer and floating point types. - - -The minimum value which can be held in a #gint. - - - - - - -The maximum value which can be held in a #gint. - - - - - - -The maximum value which can be held in a #guint. - - - - - - -The minimum value which can be held in a #gshort. - - - - - - -The maximum value which can be held in a #gshort. - - - - - - -The maximum value which can be held in a #gushort. - - - - - - -The minimum value which can be held in a #glong. - - - - - - -The maximum value which can be held in a #glong. - - - - - - -The maximum value which can be held in a #gulong. - - - - The minimum value which can be held in a #gint8. @@ -174,77 +111,3 @@ The maximum value which can be held in a #guint64. - - -The maximum value which can be held in a #gsize. - - -@Since: 2.4 - - - - -The minimum value which can be held in a #gssize. - - -@Since: 2.14 - - - - -The maximum value which can be held in a #gssize. - - -@Since: 2.14 - - - - -The minimum value which can be held in a #goffset. - - - - - - -The maximum value which can be held in a #goffset. - - - - - - -The minimum positive value which can be held in a #gfloat. - - -If you are interested in the smallest value which can be held in a #gfloat, -use -G_MAX_FLOAT. - - - - - - -The maximum value which can be held in a #gfloat. - - - - - - -The minimum positive value which can be held in a #gdouble. - - -If you are interested in the smallest value which can be held in a #gdouble, -use -G_MAXDOUBLE. - - - - - - -The maximum value which can be held in a #gdouble. - - - - diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml index cbb7eea..a59d6fb 100644 --- a/docs/reference/glib/tmpl/macros_misc.sgml +++ b/docs/reference/glib/tmpl/macros_misc.sgml @@ -320,46 +320,6 @@ See the GNU C documentation for details. - - -This macro is defined as 1 if the compiler supports ELF visibility -attributes (currently only gcc). - - -Since: 2.6 - - - - - -This attribute can be used for marking library functions as being used -internally to the library only, which may allow the compiler to handle -function calls more efficiently. -Note that static functions do not need to be marked as internal in this way. -See the GNU C documentation for details. - - -When using a compiler that supports the GNU C hidden visibility attribute, -this macro expands to __attribute__((visibility("hidden"))). -When using the Sun Studio compiler, it expands to __hidden. - - -Note that for portability, the attribute should be placed before the -function declaration. While GCC allows the macro after the declaration, -Sun Studio does not. - - -G_GNUC_INTERNAL -void _g_log_fallback_handler (const gchar *log_domain, - GLogLevelFlags log_level, - const gchar *message, - gpointer unused_data); - - -Since: 2.6 - - - Expands to the GNU C may_alias type attribute @@ -372,6 +332,7 @@ See the GNU C documentation for details. Since: 2.14 + Hints the compiler that the expression is likely to evaluate to a true @@ -418,160 +379,3 @@ Expands to a string identifying the current function. @Since: 2.4 - - -The platform dependent length modifier for constructing printf() conversion -specifiers for values of type #gint16 or #guint16. It is a string literal, -but doesn't include the percent-sign, such that you can add precision and -length modifiers between percent-sign and conversion specifier and append a -conversion specifier. - - - -The following example prints "0x7b"; - - -gint16 value = 123; -g_print ("%#" G_GINT16_MODIFIER "x", value); - - - - -@Since: 2.4 - - - - -This is the platform dependent conversion specifier for scanning and -printing values of type #gint16. It is a string literal, but doesn't -include the percent-sign, such that you can add precision and length -modifiers between percent-sign and conversion specifier. - - - - - -gint16 in; -gint32 out; -sscanf ("42", "%" G_GINT16_FORMAT, &in) -out = in * 1000; -g_print ("%" G_GINT32_FORMAT, out); - - - - - - - - -This is the platform dependent conversion specifier for scanning and -printing values of type #guint16. See also #G_GINT16_FORMAT. - - - - - - -The platform dependent length modifier for constructing printf() conversion -specifiers for values of type #gint32 or #guint32. See also #G_GINT16_MODIFIER. - - -@Since: 2.4 - - - - -This is the platform dependent conversion specifier for scanning and -printing values of type #gint32. See also #G_GINT16_FORMAT. - - - - - - -This is the platform dependent conversion specifier for scanning and -printing values of type #guint32. See also #G_GINT16_FORMAT. - - - - - - -The platform dependent length modifier for constructing printf() conversion -specifiers for values of type #gint64 or #guint64. See also #G_GINT16_MODIFIER. - - - - -Some platforms do not support printing 64 bit integers, -even though the types are supported. On such platforms #G_GINT64_MODIFIER -is not defined. - - - -@Since: 2.4 - - - - -This is the platform dependent conversion specifier for scanning and -printing values of type #gint64. See also #G_GINT16_FORMAT. - - - - -Some platforms do not support scanning and printing 64 bit integers, -even though the types are supported. On such platforms #G_GINT64_FORMAT -is not defined. Note that scanf() may not support 64 bit integers, even -if #G_GINT64_FORMAT is defined. Due to its weak error handling, scanf() is not -recommended for parsing anyway; consider using g_strtoull() instead. - - - - - - - -This is the platform dependent conversion specifier for scanning and -printing values of type #guint64. See also #G_GINT16_FORMAT. - - - - -Some platforms do not support scanning and printing 64 bit integers, -even though the types are supported. On such platforms #G_GUINT64_FORMAT -is not defined. Note that scanf() may not support 64 bit integers, even -if #G_GINT64_FORMAT is defined. Due to its weak error handling, scanf() is not -recommended for parsing anyway; consider using g_strtoull() instead. - - - - - - - -The platform dependent length modifier for constructing printf() conversion -specifiers for values of type #gsize or #gssize. See also #G_GINT16_MODIFIER. - - -@Since: 2.6 - - - - -This is the platform dependent conversion specifier for scanning and -printing values of type #gsize. See also #G_GINT16_FORMAT. - - -@Since: 2.6 - - - - -This is the platform dependent conversion specifier for scanning and -printing values of type #gssize. See also #G_GINT16_FORMAT. - - -@Since: 2.6 - - diff --git a/docs/reference/glib/tmpl/main.sgml b/docs/reference/glib/tmpl/main.sgml index ebdf54d..185202c 100644 --- a/docs/reference/glib/tmpl/main.sgml +++ b/docs/reference/glib/tmpl/main.sgml @@ -645,15 +645,6 @@ for the default main context. @Returns: - - -A type which is used to hold a process identification. -On Unix, processes are identified by a process id (an -integer), while Windows uses process handles (which are -pointers). - - - The type of functions to be called when a child exists. diff --git a/docs/reference/glib/tmpl/memory.sgml b/docs/reference/glib/tmpl/memory.sgml index 90df4f8..963c17d 100644 --- a/docs/reference/glib/tmpl/memory.sgml +++ b/docs/reference/glib/tmpl/memory.sgml @@ -258,16 +258,6 @@ Wraps g_alloca() in a more typesafe manner. @Returns: Pointer to stack space for @n_structs chunks of type @struct_type - - - - - -@dest: -@src: -@len: - - Allocates @byte_size bytes of memory, and copies @byte_size bytes into it diff --git a/docs/reference/glib/tmpl/modules.sgml b/docs/reference/glib/tmpl/modules.sgml index c87df97..33d2683 100644 --- a/docs/reference/glib/tmpl/modules.sgml +++ b/docs/reference/glib/tmpl/modules.sgml @@ -99,184 +99,3 @@ just_say_hello (const char *filename, GError **error) - - -The #GModule struct is an opaque data structure to represent a -Dynamically-Loaded Module. -It should only be accessed via the following functions. - - - - - -Checks if modules are supported on the current platform. - - -@Returns: %TRUE if modules are supported. - - - - -A portable way to build the filename of a module. The platform-specific -prefix and suffix are added to the filename, if needed, and the result is -added to the directory, using the correct separator character. - - -The directory should specify the directory where the module can be found. -It can be %NULL or an empty string to indicate that the module is in a standard -platform-specific directory, though this is not recommended since the -wrong module may be found. - - -For example, calling g_module_build_path() on a Linux system with a @directory -of /lib and a @module_name of "mylibrary" will return -/lib/libmylibrary.so. On a Windows system, using -\Windows as the directory it will return -\Windows\mylibrary.dll. - - -@directory: the directory where the module is. This can be %NULL or the empty -string to indicate that the standard platform-specific directories will be -used, though that is not recommended. -@module_name: the name of the module. -@Returns: the complete path of the module, including the standard library -prefix and suffix. This should be freed when no longer needed. - - - - -Opens a module. If the module has already been opened, its reference -count is incremented. - - - -First of all g_module_open() tries to open @file_name as a module. If -that fails and @file_name has the ".la"-suffix (and is a libtool archive) -it tries to open the corresponding module. If that fails and it doesn't -have the proper module suffix for the platform (#G_MODULE_SUFFIX), this -suffix will be appended and the corresponding module will be opended. If -that fails and @file_name doesn't have the ".la"-suffix, this suffix is -appended and g_module_open() tries to open the corresponding module. If -eventually that fails as well, %NULL is returned. - - -@file_name: the name of the file containing the module, or %NULL to obtain - a #GModule representing the main program itself. -@flags: the flags used for opening the module. This can be the logical -OR of any of the #GModuleFlags. -@Returns: a #GModule on success, or %NULL on failure. - - - - -Flags passed to g_module_open(). Note that these flags are -not supported on all platforms. - - -@G_MODULE_BIND_LAZY: specifies that symbols are only resolved when needed. - The default action is to bind all symbols when the module is loaded. -@G_MODULE_BIND_LOCAL: specifies that symbols in the module should - not be added to the global name space. The default action on most - platforms is to place symbols in the module in the global name space, - which may cause conflicts with existing symbols. -@G_MODULE_BIND_MASK: mask for all flags. - - - -Gets a symbol pointer from a module, such as one exported by #G_MODULE_EXPORT. - - -Note that a valid symbol can be %NULL. - - -@module: a #GModule. -@symbol_name: the name of the symbol to find. -@symbol: returns the pointer to the symbol value. -@Returns: %TRUE on success. - - - - -Gets the filename from a #GModule. - - -@module: a #GModule. -@Returns: the filename of the module, or "main" if the module is the main -program itself. - - - - -Ensures that a module will never be unloaded. -Any future g_module_close() calls on the module will be ignored. - - -@module: a #GModule to make permanently resident. - - - - -Closes a module. - - -@module: a #GModule to close. -@Returns: %TRUE on success. - - - - -Gets a string describing the last module error. - - -@Returns: a string describing the last module error. - - - - -Specifies the type of the module initialization function. -If a module contains a function named g_module_check_init() it is called -automatically when the module is loaded. It is passed the #GModule structure -and should return %NULL on success or a string describing the initialization -error. - - -@module: the #GModule corresponding to the module which has just been loaded. -@Returns: %NULL on success, or a string describing the initialization error. - - - - -Specifies the type of the module function called when it is unloaded. -If a module contains a function named g_module_unload() it is called -automatically when the module is unloaded. -It is passed the #GModule structure. - - -@module: the #GModule about to be unloaded. - - - - -Expands to the proper shared library suffix for the current platform -without the leading dot. For the most Unices and Linux this is "so", -for some HP-UX versions this is "sl" and for Windows this is "dll". - - - - - - -Used to declare functions exported by modules. This is a no-op on Linux and -Unices, but when compiling for Windows, it marks a symbol to be exported from -the library or executable being built. - - - - - - -Used to declare functions imported from modules. - - - - diff --git a/docs/reference/glib/tmpl/testing.sgml b/docs/reference/glib/tmpl/testing.sgml index 797fef4..2b7d052 100644 --- a/docs/reference/glib/tmpl/testing.sgml +++ b/docs/reference/glib/tmpl/testing.sgml @@ -264,17 +264,14 @@ determine what traps to set. /dev/null so it cannot be observed on the console during test runs. The actual output is still captured though to allow later tests with g_test_trap_assert_stdout(). - @G_TEST_TRAP_SILENCE_STDERR: Redirect stderr of the test child to /dev/null so it cannot be observed on the console during test runs. The actual output is still captured though to allow later tests with g_test_trap_assert_stderr(). - @G_TEST_TRAP_INHERIT_STDIN: If this flag is given, stdin of the forked child process is shared with stdin of its parent process. It is redirected to /dev/null otherwise. - diff --git a/docs/reference/glib/tmpl/threads.sgml b/docs/reference/glib/tmpl/threads.sgml index 3cbbbfc..a675699 100644 --- a/docs/reference/glib/tmpl/threads.sgml +++ b/docs/reference/glib/tmpl/threads.sgml @@ -71,19 +71,6 @@ common problems. To use error-checking mutexes, define the symbol - - - -This macro is defined if GLib was compiled with thread support. This -does not necessarily mean that there is a thread implementation -available, but it does mean that the infrastructure is in place and -that once you provide a thread implementation to g_thread_init(), GLib -will be multi-thread safe. If #G_THREADS_ENABLED is not defined, then -Glib is not, and cannot be, multi-thread safe. - - - - diff --git a/docs/reference/glib/tmpl/type_conversion.sgml b/docs/reference/glib/tmpl/type_conversion.sgml index 0d1d94b..e4ba44f 100644 --- a/docs/reference/glib/tmpl/type_conversion.sgml +++ b/docs/reference/glib/tmpl/type_conversion.sgml @@ -57,52 +57,6 @@ integer; values outside the range of a 32-bit integer will be mangled. - - -Stuffs an integer into a pointer type. - - -Remember, YOU MAY NOT STORE POINTERS IN INTEGERS. THIS IS NOT PORTABLE -IN ANY WAY SHAPE OR FORM. These macros ONLY allow -storing integers in pointers, and only preserve 32 bits of the -integer; values outside the range of a 32-bit integer will be mangled. - - -@i: integer to stuff into a pointer. - - - - -Extracts an integer from a pointer. The integer must have -been stored in the pointer with GINT_TO_POINTER(). - - -Remember, YOU MAY NOT STORE POINTERS IN INTEGERS. THIS IS NOT PORTABLE -IN ANY WAY SHAPE OR FORM. These macros ONLY allow -storing integers in pointers, and only preserve 32 bits of the -integer; values outside the range of a 32-bit integer will be mangled. - - -@p: pointer containing an integer. - - - - -Stuffs an unsigned integer into a pointer type. - - -@u: unsigned integer to stuff into the pointer. - - - - -Extracts an unsigned integer from a pointer. The integer must have -been stored in the pointer with GUINT_TO_POINTER(). - - -@p: pointer to extract an unsigned integer from. - - Stuffs a #gsize into a pointer type. diff --git a/docs/reference/glib/tmpl/types.sgml b/docs/reference/glib/tmpl/types.sgml index 4c3b778..ec2512e 100644 --- a/docs/reference/glib/tmpl/types.sgml +++ b/docs/reference/glib/tmpl/types.sgml @@ -119,66 +119,6 @@ Values of this type can range from 0 to #G_MAXULONG. - - -A signed integer guaranteed to be 8 bits on all platforms. -Values of this type can range from -128 to 127. - - - - - -An unsigned integer guaranteed to be 8 bits on all platforms. -Values of this type can range from 0 to 255. - - - - - -A signed integer guaranteed to be 16 bits on all platforms. -Values of this type can range from -32,768 to 32,767. - - - - - -An unsigned integer guaranteed to be 16 bits on all platforms. -Values of this type can range from 0 to 65,535. - - - - - -A signed integer guaranteed to be 32 bits on all platforms. -Values of this type can range from -2,147,483,648 to 2,147,483,647. - - - - - -An unsigned integer guaranteed to be 32 bits on all platforms. -Values of this type can range from 0 to 4,294,967,295. - - - - - -This macro is defined if 64-bit signed and unsigned integers are available -on the platform. - - -@Deprecated: GLib requires 64-bit integer support since version 2.0, therefore -%G_HAVE_GINT64 is always defined. - - - - -A signed integer guaranteed to be 64 bits on all platforms. -Values of this type can range from -9,223,372,036,854,775,808 to -9,223,372,036,854,775,807. - - - An unsigned integer guaranteed to be 64 bits on all platforms. @@ -188,24 +128,6 @@ Values of this type can range from 0 to 18,446,744,073,709,551,615. @Returns: - - -This macro is used to insert 64-bit integer literals into the source code. - - -@val: a literal integer value, e.g. 0x1d636b02300a7aa7U. - - - - -This macro is used to insert 64-bit unsigned integer literals into the -source code. - - -@val: a literal integer value, e.g. 0x1d636b02300a7aa7U. -@Since: 2.10 - - Corresponds to the standard C float type. @@ -220,27 +142,3 @@ Values of this type can range from -#G_MAXDOUBLE to #G_MAXDOUBLE. - - -An unsigned integer type of the result of the sizeof operator, corresponding -to the size_t type defined in C99. This type is wide enough to hold the numeric -value of a pointer, so it is usually 32bit wide on a 32bit platform and -64bit wide on a 64bit platform. - - - - - -A signed variant of gsize, corresponding to the ssize_t defined on most platforms. - - - - - -A signed integer type that is used for file offsets, corresponding to the -C99 type off64_t. - - -Since: 2.14 - - diff --git a/docs/reference/glib/tmpl/unicode.sgml b/docs/reference/glib/tmpl/unicode.sgml index 9a0cd81..e5795d8 100644 --- a/docs/reference/glib/tmpl/unicode.sgml +++ b/docs/reference/glib/tmpl/unicode.sgml @@ -330,7 +330,7 @@ See - -The major version number of the GLib library. -Like #glib_major_version, but from the headers used at -application compile time, rather than from the library linked against -at application run time. - - - - - - -The minor version number of the GLib library. -Like #gtk_minor_version, but from the headers used at -application compile time, rather than from the library linked against -at application run time. - - - - - - -The micro version number of the GLib library. -Like #gtk_micro_version, but from the headers used at -application compile time, rather than from the library linked against -at application run time. - - - - Checks the version of the GLib library. diff --git a/gio/ChangeLog b/gio/ChangeLog index 85ee2be..b1b498b 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,9 @@ 2008-07-02 Matthias Clasen + * === Released 2.17.3 === + +2008-07-02 Matthias Clasen + * gfilemonitor.c: Fix the build. 2008-07-02 Matthias Clasen diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 3d3bc9c..ae9d18a 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2008-07-02 Matthias Clasen + + * === Released 2.17.3 === + 2008-06-12 Matthias Clasen * === Released 2.17.2 === diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 69491c0..ff63369 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,7 @@ +2008-07-02 Matthias Clasen + + * === Released 2.17.3 === + 2008-07-01 Matthias Clasen * *.c: Fix up section comments far enough to avoid regressions. diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 3e395de..1fd96ea 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,7 @@ +2008-07-02 Matthias Clasen + + * === Released 2.17.3 === + 2008-06-12 Matthias Clasen * === Released 2.17.2 === diff --git a/po/ChangeLog b/po/ChangeLog index f2cf442..7e52a6c 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2008-07-02 Matthias Clasen + + * === Released 2.17.3 === + 2008-07-02 Yannig Marchegay * oc.po: Updated Occitan translation. diff --git a/po/am.po b/po/am.po index 7063298..fbc97f4 100644 --- a/po/am.po +++ b/po/am.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2003-01-16 08:39+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" @@ -41,7 +41,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -99,21 +98,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "" @@ -153,7 +150,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" @@ -253,7 +249,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "" @@ -263,22 +258,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" @@ -513,7 +504,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -810,12 +801,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "" @@ -865,7 +854,6 @@ msgid "Failed to execute helper program (%s)" msgstr "" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -917,18 +905,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "" @@ -992,17 +977,14 @@ msgid "Unknown option %s" msgstr "" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "" @@ -1018,7 +1000,6 @@ msgid "Invalid group name: %s" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1067,7 +1048,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1096,90 +1076,84 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "" @@ -1191,94 +1165,79 @@ msgstr "" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1288,142 +1247,129 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "" @@ -1437,57 +1383,52 @@ msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" msgid "Error stating file '%s': %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1509,8 +1450,7 @@ msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" msgid "Error closing file: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1546,78 +1486,68 @@ msgid "Error opening file '%s': %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1647,33 +1577,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1683,17 +1612,14 @@ msgid "Error launching application: %s" msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/ar.po b/po/ar.po index bcccad9..a9d7a22 100644 --- a/po/ar.po +++ b/po/ar.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-05-22 19:06+0300\n" "Last-Translator: Khaled Hosny \n" "Language-Team: Arabic \n" @@ -46,7 +46,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "وسْم غير متوقّع '%s' داخل '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "لا يوجد ملف علامات سليم في أدلّة البيانات" @@ -104,21 +103,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "تعذّر فتح المُحوِّل من '%s' إلى '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "سلسلة بايتات غير سليمة في دخْل التحويل" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "خطأ أثناء التحويل: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "تتابع محارف جزئي عند نهاية الدخْل" @@ -158,7 +155,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "اسم المسار '%s' ليس مسارا كاملا" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "اسم المستضيف غير سليم" @@ -258,7 +254,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "فشلت قراءة الوصلة الرمزية '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "الوصلات الرمزية غير مدعومة" @@ -268,22 +263,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "تعذّر فتح المُحوِّل من '%s' إلى '%s': %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "بيانات غير مُحوّلة باقية في حاجز القراءة الخلفي" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "تنتهي القناة عند محرف جزئي" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "لا يمكن عمل قراءة خام في g_io_channel_read_to_end" @@ -533,7 +524,7 @@ msgstr "وُصِلَ للحد المسموح به من أمكنة الرجوع msgid "the pattern contains items not supported for partial matching" msgstr "المثال يحتوي على عناصر لا تحتمل التطابق الجزئي" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "خطأ داخلي" @@ -830,12 +821,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "انتهى النص قبل ايجاد المُقتَبَس لـ%c (النص كان '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "كان النص فارغا (أو كان يحتوي على فراغ أبيض)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "فشلت قراءة البيانات من العملية الإبنة" @@ -885,7 +874,6 @@ msgid "Failed to execute helper program (%s)" msgstr "فشل تنفيذ البرنامج المساعد (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -937,18 +925,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "فشلت قراءة بيانات كافية من أنبوب child pid (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "محرف خارج حدود UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "تتابع غير سليم في دخْل التحويل" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "محرف خارج حدود UTF-16" @@ -1012,17 +997,14 @@ msgid "Unknown option %s" msgstr "خيار مجهول %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "لا يمكن إيجاد ملف مفتاح صحيح في دلائل البحث" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "ليس ملفا اعتياديا" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "الملف فارغ" @@ -1039,7 +1021,6 @@ msgid "Invalid group name: %s" msgstr "اسم مجموعة غير صحيح: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "لا يبدأ ملف المفتاح بمجموعة" @@ -1090,7 +1071,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "لا يحتوي ملف المفتاح على مفتاح '%s' في المجموعة '%s'" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "ملف المفتاح يحتوي على محرف الخلوص في آخر السطر" @@ -1119,90 +1099,84 @@ msgstr "لا يمكن تفسير القيمة '%s' كعدد عشري." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "لا يمكن تفسير القيمة '%s' كعدد منطقي." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "مُرِّرت قيمة كبيرة جدّا إلى %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "سبق إغلاق الدَفق " -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "أُلغيت العملية " -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "نوع مجهول" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s نوع ملفّ" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s نوع" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "نهاية دَفق غير متوقّعة وغير متوقعة " -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "غير مسمّى" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "ملف سطح المكتب لم يحدد الحقل التنفيدي" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "تعذّر إيجاد الطرفية المطلوبة للتطبيق" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "تعذّر إنشاء مجلد التهيئة الخاص بتطبيق المستخدم %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "لا يمكن إنشاء مجلد التهيئة MIME %s للمستخدم: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "لا يمكن إنشاء الملف %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "تعريف مخصص لِ %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "محرك الأقراص لا ينفذ القذف" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "محرك الأقراص لا ينفذ جسّ الوسائط" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "عمليّة غير مدعومة" @@ -1214,94 +1188,79 @@ msgstr "عمليّة غير مدعومة" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "الوصل الحاوي غير موجود" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "لا يمكنك نقل دليل على دليل" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "لا يمكنك نسخ دليل على دليل" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "الملف الهدف موجود مسبّقا" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr " لا يمكنك النسخ التكراري للدليل " -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr " قيمة الوصلة الرمزية المُعطاة غير سليمة" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "المهملات غير مدعومة" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "لا يمكن لأسماء الملفات أن تحتوي على '%c' " -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "الجهاز لا ينفذ الوَصل" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "لم يسجل أي تطبيق كمعالج لهذا الملف" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "المُعدِّد مغلق" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "مُعدد الملف له عملية عالقة" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "مُعدد الملف سبق إغلاقه" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "الدَفق لا يدعم query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "عملية السعي البحث غير مُدعمة على الدَفق" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "البَتْرُ غير مسموح به على دَفق الإدخال" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "البَتْرُ غير مدعم على الدَفق" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "دَفق الإدخال لا يُنَفذ القراءة" @@ -1311,142 +1270,128 @@ msgstr "دَفق الإدخال لا يُنَفذ القراءة" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr " للدَفق عملية عالقة" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "تعذّر ايجاد نوع المراقبة للدليل المحلي الافتراضي " -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "اسم ملف غير صالح %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "خطأ أثناء تلقي معلومات نظام الملفات: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr " لا يمكنك إعادة تسمية الدليل الجذري " -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "لا يمكنك إعادة تسمية الملف، اسم الملف موجود بالفعل" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "أسم ملف غير صالح" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "خطأ عند إعادة تسمية الملف: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "خطأ عند فتح الملف: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "لا يمكن فتح الدّليل" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "خطأ عند حذف الملف: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "خطأ عند ارسال الملف للمهملات: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "تعذّر إنشاء مجلد سلة المهملات %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "تعذّر إيجاد دليل المستوى الأعلى للمهملات" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "تعذّر ايجاد أو إنشاء دليل المهملات" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "تعذّر إنشاء ملف المُهْملات: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "تعذّر نقل الملف: %s إلى المهملات " -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "خطأ أثناء فتح الدليل '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "خطأ أثناء تشكيل الوصلة الرمزية: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "خطأ عندنقل الملف: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "لا يمكنك نقل دليل على دليل" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "فشل إنشاء ملف النسخة الاحتياطية" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "خطأ في إزالة الملف الهدف: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "النقل بين الوصلات غير مدعوم" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "قيمة الخاصية لا بد أن تكون غير منعدمة" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "نوع الخاصية غير سليم ( يُفترض أن يكون مقطعا )" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "اسم غير سليم للخاصية الممتدة" @@ -1460,57 +1405,52 @@ msgstr "خطأ عند تعيين الخاصية الممتدة '%s': %s" msgid "Error stating file '%s': %s" msgstr "خطأ عند تناول الملف '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (ترميز غير سليم)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "خطأ فى تناول واصف الملف: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "نوع الخاصية غير سليم ( يُفترض uint32 )" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "نوع الخاصية غير سليم ( يُفترض uint64 )" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "نوع الخاصية غير سليم ( يُنتضر مقطع بايت )" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "خطأ تعيين الأذونات: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "خطأ تعيين المالك: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "يجب أن يكون فهرس القائمة غير سلبي." -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "خطأ أثناء تعيين الوصلة الرمزية: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "خطأ في تعيين الوصلة الرمزية: الملف ليس وصلة رمزية" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "تعيين الصفة %s غير مُدَعَّم" @@ -1532,8 +1472,7 @@ msgstr "خطأ أثناء تصفح الملف: %s" msgid "Error closing file: %s" msgstr "خطأ عند غلق الملف: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "تعذّر إيجاد نوع المراقبة للملف المحلي الافتراضي " @@ -1569,78 +1508,67 @@ msgid "Error opening file '%s': %s" msgstr "خطأ عند فتح الملف '%s': %s " #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "الملف الهدف هو دليل" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "الملف الهدف هو ليس ملفًا عاديًا." #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "تمّ تعديل الملف خارجيّا" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "تم تقديم GSeekType غير سليم" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "طلب بحث غير سليم" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "تعذر بَتْرُ GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "تَمَّ بُلوغ أقصى حد لمصفوفة المعطيات" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "دَفْقُ الاخراج للذاكرة غير قابل لتغيير القياس" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "فشل تغيير قياس دَفْقُ الاخراج للذاكرة" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "نقطة الوصل لا تدعم الفصل" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "نقطو الوصْل لا يتدعم الإخراج" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "نقطة الوصل لا تدعم إعادة الوصل" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "دَفْقُ الاخراج لا يدعم الكتابة" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "دَفْقُ المَصدر سبق إغلاقه" @@ -1672,33 +1600,32 @@ msgstr "" "ما إذا سيستخدم الاحتياط المبدئي الموجود بقص الأسماء عند محارف '-'. تجاهل " "الأسماء بعد الأول إذا خدد أكثر من اسمز" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "خطأ عند القراءة من يونكس: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "خطأ عند غلق يونكس: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "جذر نظام الملفّات" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "خطأ أثناء الكتابة ليونكس: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "الجزء لا يدعم الإخراج" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "تعذّر العثور على التّطبيق" @@ -1708,17 +1635,14 @@ msgid "Error launching application: %s" msgstr "خطأ عند تشغيل التطبيق: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "المسارات غير مدعومة" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "تغيير الترابطات غير مدعوم على win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "إنشاء الترابط غير مدعوم على win32" diff --git a/po/as.po b/po/as.po index 7ca7beb..b7dff10 100644 --- a/po/as.po +++ b/po/as.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: as\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-02-28 17:08+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese\n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "অপ্ৰত্যাশিত চিহ্ন '%s', '%s' ৰ ভিতৰত" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "তথ্য পঞ্জিকাত কোনো বৈধ পত্ৰচিহ্নৰ নথিপত্ৰ পোৱা ন'গ'ল" @@ -100,21 +99,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' ৰ পৰা '%s' লৈ সলনি কৰা যন্ত্ৰক খুলিব নোৱাৰি" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "সলনি কৰাৰ নিবেশত অবৈধ byte ক্ৰম" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "নিবেশৰ অন্তত অসম্পূৰ্ণ আখৰৰ গোট" @@ -154,7 +151,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "'%s' পথৰ নাম এটা সম্পূৰ্ণ পথৰ নাম নহয়" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "অবৈধ গৃহস্থৰনাম" @@ -254,7 +250,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "সাঙ্কেতিক সংযোগ পঢ়াত বিফল '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" @@ -264,22 +259,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' ৰ পৰা '%s' লৈ সলনি কৰা যন্ত্ৰ খুলিব পৰা ন'গ'ল: %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "read প্ৰশমকত অৱশিষ্ট অপৰিবৰ্ত্তিত তথ্য আছে" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "ছেনেল অসম্পূৰ্ণ আখৰত অন্ত হয়" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end ত এটা raw read কৰিব নোৱাৰি" @@ -529,7 +520,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -832,12 +823,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "" @@ -887,7 +876,6 @@ msgid "Failed to execute helper program (%s)" msgstr "" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -939,18 +927,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "" @@ -1014,17 +999,14 @@ msgid "Unknown option %s" msgstr "" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "" @@ -1040,7 +1022,6 @@ msgid "Invalid group name: %s" msgstr "" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1089,7 +1070,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1118,90 +1098,85 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" @@ -1213,94 +1188,81 @@ msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহ #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "'%s' নামৰ কোনো অনুপ্ৰয়োগে '%s' ৰ বাবে কোনো পত্ৰচিহ্ন পঞ্জীভূক্ত কৰা নাই" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1310,142 +1272,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "অবৈধ গৃহস্থৰনাম" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "অবৈধ গৃহস্থৰনাম" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' নথিপত্ৰ সৃষ্টি কৰোঁতে বিফল: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%d শাৰীত ভুল: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "প্ৰলেক্ষ" @@ -1459,57 +1409,52 @@ msgstr "'%s' পঞ্জিকা খোলোঁতে ভুল: %s" msgid "Error stating file '%s': %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d শাৰীত ভুল: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" @@ -1531,8 +1476,7 @@ msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" msgid "Error closing file: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1568,78 +1512,68 @@ msgid "Error opening file '%s': %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "অবৈধ গৃহস্থৰনাম" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1670,33 +1604,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "%d শাৰীত ভুল: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1706,17 +1639,15 @@ msgid "Error launching application: %s" msgstr "সলনি কৰাৰ সময়ত ভুল: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/az.po b/po/az.po index 286573f..883cf50 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.az\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2004-02-02 12:12+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -100,21 +99,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "`%s' dən `%s' ə dönüşdürücü açıla bilmir: %s" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "dönüşdürmə girişində hökmsüz bayt qatarı" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Girişin sonunda parçalı hərf qatarı" @@ -154,7 +151,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "`%s'in cığır adı mütləq cığır deyildir" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Hökmsüz qovşaq adı" @@ -254,7 +250,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' simvolik körpüsü oxuna bilmədi: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Simvolik körpülər dəstəklənmir" @@ -264,22 +259,18 @@ 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:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Can't do a raw read in g_io_channel_read_line_string" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Oxuna buferdə dönüşdürülməmiş verilənlər var" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanal qismi xarakterlə bitir" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Can't do a raw read in g_io_channel_read_to_end" @@ -550,7 +541,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -854,12 +845,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "%c üçün uyğunluq alıntısı tapılmadan mətn qurtardı. (Mətn '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Mətn boş idi (və ya təkcə boşluq daxil edirdi)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Törəmə gedişatdan mə'lumat oxuma iflası" @@ -909,7 +898,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Yardımcı proqram icra edilə bilmədi" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -962,18 +950,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Törəmə pid pipe dan kifayət qədər mə'lumat oxuma iflası (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 üçün hərf sərhədinin xaricində" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "dönüşdürmə girişi içində hökmsüz qatar" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 üçün hərf sərhədinin xaricindədir" @@ -1037,17 +1022,14 @@ msgid "Unknown option %s" msgstr "" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "" @@ -1063,7 +1045,6 @@ msgid "Invalid group name: %s" msgstr "Hökmsüz qovşaq adı" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1112,7 +1093,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1141,90 +1121,85 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Simvolik körpülər dəstəklənmir" @@ -1236,94 +1211,80 @@ msgstr "Simvolik körpülər dəstəklənmir" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Simvolik körpülər dəstəklənmir" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1333,142 +1294,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Hökmsüz qovşaq adı" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Hökmsüz qovşaq adı" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Fayl yaratma iflası '%s': %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Cərgə açma xətası: '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Sənəd bir xüsusiyyət adı içində gözlənilməz bir şəkildə qurtardı" @@ -1482,57 +1431,52 @@ msgstr "Cərgə açma xətası: '%s': %s" msgid "Error stating file '%s': %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d sətirində xəta : %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simvolik körpülər dəstəklənmir" @@ -1554,8 +1498,7 @@ msgstr "Fayl oxuma xətası: '%s': %s" msgid "Error closing file: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1591,78 +1534,68 @@ msgid "Error opening file '%s': %s" msgstr "Fayl oxuma xətası: '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Hökmsüz qovşaq adı" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1693,33 +1626,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Fayl oxuma xətası: '%s': %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "%d sətirində xəta : %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1729,17 +1661,15 @@ msgid "Error launching application: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Simvolik körpülər dəstəklənmir" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/be.po b/po/be.po index c3c27e0..7426ab8 100644 --- a/po/be.po +++ b/po/be.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2005-11-16 11:21+0200\n" "Last-Translator: Vital Khilko \n" "Language-Team: Belarusian \n" @@ -44,7 +44,7 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, fuzzy, c-format +#, fuzzy msgid "No valid bookmark file found in data dirs" msgstr "Дапушчальны файл ключу не адшуканы ў каталёгу даньняў" @@ -108,16 +108,15 @@ msgstr "Не атрымалася адкрыць пераўтваральнік # glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875 # glib/gutf8.c:1320 #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Недапушчальная пасьлядоўнасьць байтаў на ўваходзе пераўтварэньня" # 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/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Памылка ў часе пераўтварэньня: %s" @@ -126,7 +125,6 @@ msgstr "Памылка ў часе пераўтварэньня: %s" # glib/gutf8.c:1316 #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Няпоўны сымбаль у канцы ўваходнага радку" @@ -174,7 +172,6 @@ msgstr "Шлях \"%s\" не зьяўляецца абсалютным" # glib/gconvert.c:1729 #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Недапушчальная назва вузла" @@ -289,7 +286,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Немагчыма прачытаць сымбалічную спасылку \"%s\": %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" @@ -301,27 +297,23 @@ msgstr "Не атрымалася адкрыць пераўтваральнік # glib/giochannel.c:1460 #: 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:1507 glib/giochannel.c:1761 glib/giochannel.c:1847 -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "У буфэры чытаньня засталіся непераўтвораныя даньні" # glib/giochannel.c:1587 glib/giochannel.c:1661 -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Канал закрываецца на няпоўным сымбалі" # glib/giochannel.c:1647 -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Немагчыма выканаць непасрэднае чытаньне ў функцыі g_io_channel_read_to_end" @@ -625,7 +617,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -939,13 +931,11 @@ msgstr "Тэкст скончыўся перад адпаведнай дужка # glib/gshell.c:548 #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Тэкст быў пусты (ці утрымліваў толькі прагалы)" # glib/gspawn-win32.c:214 #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Збой чытаньня даньняў з працэсу-нашчадка" @@ -1005,7 +995,6 @@ msgstr "Збой выкананьня праграмы дапамогі (%s)" # glib/gspawn-win32.c:365 #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -1070,7 +1059,6 @@ msgstr "Збой чытаньня патрэбнае колькасьці дан # glib/gutf8.c:950 #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Сымбаль па-за дыяпазонам UTF-8" @@ -1078,13 +1066,11 @@ msgstr "Сымбаль па-за дыяпазонам UTF-8" # glib/gutf8.c:1330 glib/gutf8.c:1426 #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Недапушчальная пасьлядоўнасьць на ўваходзе пераўтварэньня" # glib/gutf8.c:1341 glib/gutf8.c:1437 #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Сымбаль па-за дыяпазонам UTF-16" @@ -1150,17 +1136,15 @@ msgid "Unknown option %s" msgstr "Невядомая можнасьць %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "Дапушчальны файл ключу не адшуканы ў каталёгу даньняў" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Не зьяўляецца звычайным файлам" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Файл пусты" @@ -1179,7 +1163,6 @@ msgid "Invalid group name: %s" msgstr "Недапушчальная назва праграмы: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Файл ключу не пачынаецца з групы" @@ -1234,7 +1217,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Файл ключу не мае ключ '%s' у групе '%s'" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Файл ключу ўтрымлівае пасьлядоўнасьць завяршэньня ў канцы радку" @@ -1264,91 +1246,86 @@ msgstr "Значэньне '%s' не можа быць інтэрпрэтава msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Значэньне '%s' не можа быць інтэрпрэтаванае як булева." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "Невядомая можнасьць %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" @@ -1360,94 +1337,80 @@ msgstr "Сымбалічныя спасылкі не падтрымліваюц #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1457,158 +1420,146 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" # glib/gconvert.c:1729 -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Недапушчальная назва праграмы: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" # glib/gconvert.c:1729 -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Недапушчальная назва вузла" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Збой стварэньня файлу \"%s\": %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Збой стварэньня файлу \"%s\": %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Збой стварэньня файлу \"%s\": %s" # glib/gdir.c:79 -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": %s" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Памылка ў часе пераўтварэньня: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" # glib/gmarkup.c:1615 #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Дакумэнт нечакана скончыўся ўнутры назвы атрыбуту" @@ -1624,63 +1575,58 @@ msgstr "Памылка ў часе адкрыцьця каталёгу \"%s\": % msgid "Error stating file '%s': %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 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:1806 +#: gio/glocalfileinfo.c:1804 #, 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:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Памылка ў часе пераўтварэньня: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" # glib/gmarkup.c:303 -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Памылка ў радку %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" @@ -1705,8 +1651,7 @@ msgstr "Памылка чытаньня файлу \"%s\": %s" msgid "Error closing file: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1749,79 +1694,70 @@ msgid "Error opening file '%s': %s" msgstr "Памылка чытаньня файлу \"%s\": %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "Не зьяўляецца звычайным файлам" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" # glib/gconvert.c:1729 #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Недапушчальная назва праграмы: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1854,36 +1790,35 @@ msgid "" msgstr "" # glib/gfileutils.c:348 -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Памылка чытаньня файлу \"%s\": %s" # glib/gmarkup.c:303 -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Памылка ў радку %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Памылка ў часе пераўтварэньня: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1895,17 +1830,15 @@ msgid "Error launching application: %s" msgstr "Памылка ў часе пераўтварэньня: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Сымбалічныя спасылкі не падтрымліваюцца" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/be@latin.po b/po/be@latin.po index bddbff9..e6b3153 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-02-16 23:33+0200\n" "Last-Translator: Ihar Hrachyshka \n" "Language-Team: Belarusian Latin \n" @@ -43,7 +43,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Niečakany značnik '%s' unutry '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Niemahčyma znajści pravilnaha fajłu zakładak u katalohach źviestak" @@ -108,16 +107,15 @@ msgstr "Niemahčyma adčynić kanverter z '%s' na '%s'" # glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875 # glib/gutf8.c:1320 #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Niapravilnaja paśladoŭnaść bajtaŭ na ŭvachodzie kanversii" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Pamyłka padčas kanversii: %s" @@ -126,7 +124,6 @@ msgstr "Pamyłka padčas kanversii: %s" # glib/gutf8.c:1316 #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Niapoŭny znak u kancy ŭvachodnaha radka" @@ -175,7 +172,6 @@ msgstr "Ściežka '%s nie źjaŭlajecca absalutnaj" # glib/gconvert.c:1729 #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Niapravilnaja nazva kamputara" @@ -295,7 +291,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Niemahčyma pračytać symbalnuju spasyłku '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Symbalnyja spasyłki nie padtrymlivajucca" @@ -307,27 +302,23 @@ msgstr "Nielha adčynić kanverter z '%s' na '%s': %s" # glib/giochannel.c:1460 #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Niemahčyma vykanać niepasrednaje čytańnie ŭ funkcyi " "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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 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 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 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 -#, c-format +#: glib/giochannel.c:1698 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" @@ -628,7 +619,7 @@ msgstr "" "šablon utrymlivaje elementy, jakija nie padtrymvajucca dla častkovaj " "adpaviadnaści" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "unutranaja pamyłka" @@ -942,13 +933,11 @@ msgstr "" # glib/gshell.c:548 #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Tekst byŭ pusty (albo ŭ im byli tolki prabieły)" # glib/gspawn-win32.c:214 #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Niemahčyma adčytać źviestki pracesu-naščadka" @@ -1008,7 +997,6 @@ msgstr "Niemahčyma ŭklučyć prahramu dapamohi (%s)" # glib/gspawn-win32.c:365 #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -1075,7 +1063,6 @@ msgstr "" # glib/gutf8.c:950 #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Znak pa-za dyjapazonam UTF-8" @@ -1083,13 +1070,11 @@ msgstr "Znak pa-za dyjapazonam UTF-8" # glib/gutf8.c:1330 glib/gutf8.c:1426 #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Niapravilny paradak na ŭvachodzie kanversii" # glib/gutf8.c:1341 glib/gutf8.c:1437 #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Znak pa-za dyjapazonam UTF-16" @@ -1155,17 +1140,14 @@ msgid "Unknown option %s" msgstr "Nieviadomaja opcyja %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Niemahčyma znajści pravilnaha fajłu kluča ŭ katalohach pošuku" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Heta nie zvyčajny fajł" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Fajł pusty" @@ -1184,7 +1166,6 @@ msgid "Invalid group name: %s" msgstr "Niapravilnaja nazva hrupy: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Fajł kluča nie pačynajecca ad hrupy" @@ -1239,7 +1220,6 @@ 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:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Fajł kluča maje ŭ sabie cytavany znak na kancy radka" @@ -1271,91 +1251,85 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ličbavuju vartaść '%s' niemahčyma interpretavać jak lahičnuju vartaść." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Funkcyi %s pieradadzieny nadta vialiki ličylnik" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Płyń užo začynienaja" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Aperacyja anulavanaja" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Nieviadomy typ" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "typ fajłaŭ %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "typ %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Zaŭčasny kaniec płyni" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nienazvany" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Fajł stała nie akreślivaje pola Exec" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Niemahčyma znajści terminału, vymahanaha dla aplikacyi" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Niemahčyma stvaryć kanfihuracyjny kataloh %s karystalnika dla aplikacyi: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Niemahčyma stvaryć kanfihuracyjny kataloh MIME %s dla karystalnika: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Niemahčyma stvaryć fajł stała %s dla karystalnika" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Asablivaje aznačeńnie dla %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "pryłada nie zaimplementavała vysoŭvańnia (eject)" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "pryłada nie zaimplementavała apytańnia nośbitaŭ (poll)" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Aperacyja nie padtrymlivajecca" @@ -1367,94 +1341,79 @@ msgstr "Aperacyja nie padtrymlivajecca" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Źmiaščalnaje mantavańnie nie isnuje" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Niemahčyma skapijavać zamiest katalohu" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Niemahčyma skapijavać kataloh zamiest inšaha katalohu" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Metavy fajł isnuje" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Niemahčyma rekursiŭna skapijavać kataloh" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Padadzienaja niapravilnaja vartaść symbalnaj spasyłki" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Śmietnica nie padtrymlivajacca" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Nazvy fajłaŭ nia mohuć utrymlivać \"%c\"" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "masiŭ nie zaimplementavaŭ mantavańnia (mount)" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Nivodnaja aplikacyja nie zarehistravanaja dla pracy z hetym fajłam" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Ličylnik začynieny" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "U fajłavaha ličylnika jość važkaja aperacyja" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Fajłavy ličylnik užo začynieny" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Płyń nie padtrymlivaje query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Dla płyni nie padtrymlivajecca zruch" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Dla ŭvachodnaj płyni nie dazvolenaje abcinańnie" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Dla płyni nie padtrymlivajecca abcinańnie" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Uvachodnaja płyń nie zaimplementavała čytańnia (read)" @@ -1464,158 +1423,144 @@ msgstr "Uvachodnaja płyń nie zaimplementavała čytańnia (read)" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Dla płyni jość važkaja aperacyja" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Niemahčyma znajści zmoŭčany typ manitora dla lakalnaha katalohu" # glib/gconvert.c:1729 -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Niapravilnaja nazva fajłu %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Pamyłka atrymańnia źviestak ab fajłavaj systemie: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Niemahčyma źmianić nazvu dla karaniovaha katalohu" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 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:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Niapravilnaja nazva fajłu" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Pamyłka adčytańnia fajłu: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Pamyłka adčynieńnia fajłu: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Niemahčyma adčynić kataloh" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Pamyłka vydaleńnia fajłu: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Pamyłka vykidańnia ŭ śmietnicu fajłu: %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Niemahčyma stvaryć kataloh śmietnicy %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Niemahčyma znajści najvyšejšy kataloh dziela śmiećcia" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 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:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Niemahčyma stvaryć śmiaćciovy fajł źviestak: %s" # glib/gfileutils.c:745 -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Niemahčyma vykinuć u śmietnicu fajł: %s" # glib/gdir.c:79 -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Pamyłka pry adčynieńni katalohu '%s': %s" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Pamyłka stvareńnia symbalnaj spasyłki: %s" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Pamyłka pieranosu fajłu: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Niemahčyma pieranieści kataloh zamiest inšaha katalohu" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Niaŭdałaje stvareńnie zapasnoha fajłu" # glib/gfileutils.c:348 -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Pamyłka vydaleńnia metavaha fajłu: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Pieranos pamiž punktami mantavańnia nie padtrymlivajecca" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Vartaść atrybutu musić być nia-NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Niapravilny typ atrybutu (čakaŭsia tekstavy radok)" # glib/gmarkup.c:1615 #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Niapravilnaja nazva pašyranaha atrybutu" @@ -1631,65 +1576,60 @@ msgstr "Pamyłka akreśleńnia pašyranaha atrybutu '%s': %s" msgid "Error stating file '%s': %s" msgstr "Pamyłka atrymańnia stat() dla fajłu '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (niapravilnaje kadavańnie)" # glib/gfileutils.c:348 -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Pamyłka atrymańnia stat() dla fajłavaha deskryptara: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Niapravilny typ atrybutu (čakaŭsia uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Niapravilny typ atrybutu (čakaŭsia uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 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:1806 +#: gio/glocalfileinfo.c:1804 #, 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:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Pamyłka akreśleńnia ŭładalnika: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symbalnaja spasyłka musić być nia-NULL" # glib/gmarkup.c:303 -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Pamyłka akreśleńnia symbalnaj spasyłki: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 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:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Akreśleńnie atrybutu %s nie padtrymlivajecca" @@ -1714,8 +1654,7 @@ msgstr "Pamyłka zruchu ŭ fajle: %s" msgid "Error closing file: %s" msgstr "Pamyłka začynieńnia fajłu: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Niemahčyma znajści zmoŭčany typ manitora dla lakalnaha fajłu" @@ -1758,79 +1697,68 @@ msgid "Error opening file '%s': %s" msgstr "Pamyłka adčynieńnia fajłu '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Metavy fajł źjaŭlajecca kataloham" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Metavy fajł nia prosty" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Fajł byŭ źmienieny zvonku" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Akreśleny niapravilny GSeekType" # glib/gconvert.c:1729 #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Niapravilnaja zapyt pieraskoku ŭ fajle" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Niemahčyma padrezać GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Dasiahnuta maksymalnaje abmiežavańnie masiva źviestak" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Nielha źmianiać pamier płyni vyjścia ŭ pamiaci" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Nie ŭdałosia źmianić pamier płyni vyjścia ŭ pamiaci" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "mantavańnie nie zaimplementavała admantavańnia (unmount)" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "mantavańnie nie zaimplementavała vysoŭvańnia (eject)" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "mantavańnie nie zaimplementavała pieramantavańnia (remount)" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Vyjściovaja płyń nie zaimplementavała zapisu (write)" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Kryničnaja płyń užo začynienaja" @@ -1865,36 +1793,35 @@ msgid "" msgstr "" # glib/gfileutils.c:348 -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Pamyłka adčytańnia z unix: %s" # glib/gmarkup.c:303 -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Pamyłka začynieńnia unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Korań fajłavaj systemy" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Pamyłka zapisu ŭ unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "masiŭ nie zaimplementavaŭ vysoŭvańnia (eject)" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Niemahčyma znajści aplikacyju" @@ -1906,17 +1833,14 @@ msgid "Error launching application: %s" msgstr "Pamyłka ŭklučeńnia aplikacyi: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "Adrasy URI nie padtrymlivajucca" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "źmieny asacyjacyjaŭ nie padtrymlivajucca dla win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Stvareńnie asacyjacyjaŭ nie padtrymlivajecca dla win32" diff --git a/po/bg.po b/po/bg.po index bdba578..0a0be2c 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-05-08 07:52+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" @@ -41,7 +41,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Неочакван етикет „%s“ вътре в „%s“" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Не може да се открие валиден файл с отметки в папките с данни" @@ -99,21 +98,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Не може да се отвори конвертор от „%s“ към „%s“" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Грешна байтова последователност на входа за преобразуване" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Грешка по време на преобразуване: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Непълна знакова последователност в края на входните данни" @@ -156,7 +153,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Пътят „%s“ не е абсолютен" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Неправилно име на хост" @@ -266,7 +262,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Неуспех при четене на символната връзка „%s“: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Символни връзки не се поддържат" @@ -276,22 +271,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Не може да се отвори конвертор от „%s“ към „%s“: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "В буфера за четене останаха непреобразувани данни" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Каналът прекъсна на непълен знак" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Не може да се чете от g_io_channel_read_to_end" @@ -560,7 +551,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "шаблонът съдържа елементи, които не се поддържат при частично съвпадение" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "вътрешна грешка" @@ -864,12 +855,10 @@ msgstr "" "Текстът свърши преди откриването на затварящи кавички за %c. (Текстът е „%s“)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Текстът е празен (или съдържа само празни знаци)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Неуспех при четене на данни от дъщерен процес" @@ -919,7 +908,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Неуспех при изпълнение на програмата за помощта (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -976,18 +964,15 @@ msgstr "" "идентификатор %s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Знак извън обхвата на UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Неправилна последователност на входа за преобразуване" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Знак извън обхвата на UTF-16" @@ -1055,17 +1040,14 @@ msgid "Unknown option %s" msgstr "Непозната опция %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Не може да се открие валиден файл с ключове в папките с данни" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Не е обикновен файл" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Файлът е празен" @@ -1083,7 +1065,6 @@ msgid "Invalid group name: %s" msgstr "Неправилно име на група: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Ключовият файл не започва с група" @@ -1136,7 +1117,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Ключовият файл не съдържа ключа „%s“ в групата „%s“" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Ключовият файл съдържа екранираща последователност в край на ред" @@ -1166,90 +1146,84 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Стойността „%s“ не може да се интерпретира като булева." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Подадена е прекалено голяма стойност на %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Потокът вече е затворен" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Действието е прекратено" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Непознат вид" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "Вид на файла %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "Вид на %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Неочаквано ранен край на поток" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без име" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Във файла .desktop липсва поле за изпълнение" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Не може да се открие терминал за приложението" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не може да се създаде папката с потребителските настройки %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не може да се създаде папката с настройките за MIME %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Не може да се създаде файл .desktop — „%s“" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Потребителска дефиниция за %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "устройството не поддържа изваждане" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "устройството не поддържа следене за носител" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Действието не се поддържа" @@ -1261,94 +1235,79 @@ msgstr "Действието не се поддържа" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Съдържащият монтиран обект не съществува" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Не може да се копира върху папка" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Папка не може да се копира върху папка" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Целевият файл съществува" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Папката не може да се копира рекурсивно" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Зададена е неправилна стойност на символна връзка" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Не се поддържа кошче" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Файловите имена не могат да съдържат „%c“" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "томът не поддържа монтиране" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Не е регистрирано приложение за обработка на този вид файлове" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Броячът е затворен" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Файловият брояч все още е е привършил" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Файловият брояч вече е затворен" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Потокът не поддържа запитване за информация" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Търсенето не се поддържа от потока" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Входният поток не може да се съкращава" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Потокът не може да се съкращава" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Входният поток не поддържа четене" @@ -1358,143 +1317,129 @@ msgstr "Входният поток не поддържа четене" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Действията върху потока не са привършили" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" "Стандартният датчик за монтиране на локални папки не може да се открие " -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Неправилно име на файл: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при получаване на информация за файловата система: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Кореновата папка не може да се преименува" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Файлът не може да се преименува — съществува друг файл с такова име" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Неправилно име на файл" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Грешка при преименуване на файл: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Грешка при отваряне на файл: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Папката не може да бъде отворена" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Грешка при изтриване на файл: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Грешка при преместване на файл в кошчето: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Неуспех при създаване на папката за кошче „%s“: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Не може да се открие най-горната папка за кошче" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Не може да се създаде папката за кошче" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Неуспех при създаване на файл с информация за кошчето: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Неуспех при преместване на файл в кошчето: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Грешка при отваряне на папка „%s“: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при създаване на символна връзка: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Грешка при преместване на файл: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Папка не може да бъде преместена върху папка" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Неуспешно създаване на резервен файл" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Грешка при премахване на целевия файл: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Не се поддържа местене между монтирани местоположения" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Стойността на атрибут не трябва да е NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Неправилен вид на атрибут (очакваше се низ)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Неправилно име на допълнителен атрибут" @@ -1508,57 +1453,52 @@ msgstr "Грешка при задаване на допълнителен ат msgid "Error stating file '%s': %s" msgstr "Грешка при получаване на състоянието на файл „%s“: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (неправилно кодиране)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при получаване на състоянието на файловия дескриптор: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Неправилен вид на атрибут (очакваше се uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Неправилен вид на атрибут (очакваше се uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Неправилен вид на атрибут (очакваше се низ от байтове)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Грешка при задаване на правата за достъп: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Грешка при задаване на собственик: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "символната връзка трябва да не е NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Грешка при задаване на символна връзка: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Грешка при задаване на символна връзка: файлът не е такава" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Не се поддържа задаването на атрибута %s" @@ -1580,8 +1520,7 @@ msgstr "Грешка при търсене във файл: %s" msgid "Error closing file: %s" msgstr "Грешка при затваряне на файл: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Стандартният датчик за локални файлове не може да се открие " @@ -1617,78 +1556,67 @@ msgid "Error opening file '%s': %s" msgstr "Грешка при отваряне на файла „%s“: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Целевият файл е папка" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Целевият файл не е обикновен файл" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Файлът бе променен от външно приложение" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Зададен е неправилен GSeekType" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Неправилна заявка за търсене" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream не може да се съкрати" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Стигнат е максималният размер на масив за данни" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Изходящият поток в паметта не може да бъде преоразмерен" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Неуспех при преоразмеряването на изходящия поток в паметта" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "монтираният обект не поддържа демонтиране" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "монтираният обект не поддържа изваждане" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "монтираният обект не поддържа повторно монтиране" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Изходният поток не поддържа запис" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Изходният поток вече е затворен" @@ -1721,33 +1649,32 @@ msgstr "" "съкращаване на името при знаците „-“. Ако са дадени множество имена, се " "взема само първото." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Грешка при четене от ЮНИКС: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Грешка при затваряне на ЮНИКС: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Коренова папка на файловата система" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Грешка при запис към ЮНИКС: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "томът не поддържа изваждане" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Приложението не може да бъде открито" @@ -1757,17 +1684,14 @@ msgid "Error launching application: %s" msgstr "Грешка при стартиране на приложение: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "Не се поддържат такива адреси" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "не се поддържа промяна на асоциациите при win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Не се поддържа създаването на асоциации при win32" diff --git a/po/bn.po b/po/bn.po index 33f41f2..2c20034 100644 --- a/po/bn.po +++ b/po/bn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2006-08-31 21:21+0600\n" "Last-Translator: Khandakar Mujahidul Islam \n" "Language-Team: Bengali \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "অপ্রত্যাশিত '%s' ট্যাগ '%s'-র মধ্যে" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "data dir'র মধ্যে বৈধ বুকমার্ক ফাইল পাওয়া যায় নি" @@ -101,21 +100,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' থেকে '%s' তে কনভার্টার খোলা যায়নি" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "পরিবর্তন করার জন্য দেয়া বাইট সমুহ সঠিক নয়" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "প্রদত্ত তথ্যের শেষে আংশিক অক্ষর সমুহ" @@ -155,7 +152,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "পথনাম '%s' একটি আপেক্ষিক পথ" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "ভুল হোস্ট নাম" @@ -255,7 +251,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "প্রতীকি লিংক '%s' পড়তে ব্যর্থ: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়" @@ -265,22 +260,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' থেকে '%s' পরিবর্তন ব্যবস্থা খোলা সম্ভব হয়নি: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "পড়ার বাফারে অপরিবর্তিত তথ্য" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "চ্যানেল আংশিক অ" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end এ সরাসরি পড়া যায়নি" @@ -540,7 +531,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -844,12 +835,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "%c এর জন্য মিলানো কোওট পাবার আগে টেক্সট শেষ হয়েছে (টেক্সটি ছিল '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "টেক্সট শূণ্য ছিল (অথবা সুধু ওয়াইটস্পেইস ছিল)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়তে ব্যর্থ" @@ -899,7 +888,6 @@ msgid "Failed to execute helper program (%s)" msgstr "সাহায্যকারী প্রোগ্রাম চলাতে ব্যর্থ (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -952,18 +940,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "চাইল্ড পিয়াইডি পাইপ (%s) থেকে যথেস্ট তথ্য পড়তে ব্যর্থ" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "অক্ষর ইউটিএফ-৮ আয়তার বাইরে" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "পরিবর্তন করার জন্য দেয়া তথ্য সঠিক নয়" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "অক্ষর ইউটিএফ-১৬ আয়তার বাইরে" @@ -1027,17 +1012,15 @@ msgid "Unknown option %s" msgstr "অজানা অপশন %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "বৈধ কী ফাইল ডাটা dirs পাওয়া যায়নি" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "একটি নিয়মিত ফাইল নহে" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "ফাইল ফাঁকা" @@ -1053,7 +1036,6 @@ msgid "Invalid group name: %s" msgstr "প্রোগ্রামের নাম অবৈধ: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "কী ফাইল গ্রুপের সঙ্গে আরম্ভ করে না" @@ -1102,7 +1084,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "কী ফাইলের '%2$s' গ্রুপ এ অন্তর্ভুক্ত '%1$s' কী টি নেই" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "কী ফাইল লাইনের শেষে এস্কেপ অক্ষর ধারণ করছে" @@ -1131,91 +1112,86 @@ msgstr "'%s' মান float সংখ্যা রূপে ব্যাখ্ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "মান '%s' কে বুলিয়ান হিসেবে ইন্টারপ্রেট করা যায় না।" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "অজানা অপশন %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়" @@ -1227,94 +1203,81 @@ msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয় নি" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1324,142 +1287,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "প্রোগ্রামের নাম অবৈধ: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "ভুল হোস্ট নাম" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ফাইল \"%s\" সৃষ্টি করতে ব্যর্থ: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%s বিকল্প পার্স করতে ব্যর্থ" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "একটি বৈশিষ্ট্য নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে" @@ -1473,57 +1424,52 @@ msgstr "ডাইরেক্টরি '%s' খুলতে ব্যর্থ: msgid "Error stating file '%s': %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "লাইন %d এ ভুল: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়" @@ -1545,8 +1491,7 @@ msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" msgid "Error closing file: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1582,78 +1527,69 @@ msgid "Error opening file '%s': %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "একটি নিয়মিত ফাইল নহে" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "প্রোগ্রামের নাম অবৈধ: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1684,33 +1620,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "লাইন %d এ ভুল: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "%s বিকল্প পার্স করতে ব্যর্থ" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1720,17 +1655,15 @@ msgid "Error launching application: %s" msgstr "%s বিকল্প পার্স করতে ব্যর্থ" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/bn_IN.po b/po/bn_IN.po index 89f68e2..f53cfe7 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-10 12:49+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali INDIA \n" @@ -47,7 +47,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "অপ্রত্যাশিত '%s' ট্যাগ '%s'-র মধ্যে" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "data dir'র মধ্যে বৈধ বুকমার্ক ফাইল পাওয়া যায়নি" @@ -106,21 +105,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' থেকে '%s' রূপান্তর ব্যবস্থা খোলা যায়নি" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "রূপান্তর করার জন্য প্রদত্ত ইনপুটের মধ্যে বাইটের অনুক্রম সঠিক নয়" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "রূপান্তর কর্ম সঞ্চালনকালের উৎপন্ন সমস্যা: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "প্রদত্ত ইনপুটের অন্তে আংশিক অক্ষর অনুক্রম" @@ -160,7 +157,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "'%s' পাথটি সুনিশ্চিত নয়" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "হোস্ট-নেম বৈধ নয়" @@ -260,7 +256,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' সিম্বোলিঙ্ক লিঙ্ক পড়তে ব্যর্থ: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "সিম্বোলিক লিঙ্ক সমর্থিত হয় না" @@ -270,22 +265,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' থেকে '%s' পরিবর্তন ব্যবস্থা খোলা সম্ভব হয়নি: %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "read বাফারের মধ্যে অরূপান্তরিত তথ্য অবশিষ্ট রয়েছে" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "আংশিক অক্ষর দ্বারা চ্যানেলের সমাপ্তি" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end'এ raw read করা যায়নি" @@ -551,7 +542,7 @@ msgstr "ব্যাক-ট্যাক করার সুনির্দিষ msgid "the pattern contains items not supported for partial matching" msgstr "উল্লিখিত বিন্যাসটির মধ্যে অন্তর্ভুক্ত সামগ্রী, আংশিক মিল অনুসন্ধানে সমর্থিত নয়" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "অভ্যন্তরীণ সমস্যা" @@ -848,12 +839,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "%c'র ক্ষেত্রে সুসংগত উদ্ধৃতি চিহ্ন পাওয়া যায়নি। (সংশ্লিষ্ট টেক্সট হল '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "টেক্সট ফাঁকা (অথবা শুধুমাত্র শূণ্যস্থানসহ)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়তে ব্যর্থ" @@ -903,7 +892,6 @@ msgid "Failed to execute helper program (%s)" msgstr "সহায়ক প্রোগ্রাম চালাতে ব্যর্থ (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -956,18 +944,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "চাইল্ড pid পাইপ থেকে পর্যাপ্ত তথ্য পড়তে ব্যর্থ (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "অক্ষরটি UTF-8'র আয়ত্বের বাইরে" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "রূপান্তর করার উদ্দেশ্যে প্রদত্ত তথ্যের মধ্যে অবৈধ ধারা" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "অক্ষরটি UTF-16'র আয়ত্বের বাইরে" @@ -1031,17 +1016,14 @@ msgid "Unknown option %s" msgstr "অজানা বিকল্প %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "অনুসন্ধানের dirs-র মধ্যে বৈধ কি-ফাইল পাওয়া যায়নি" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "সাধারণ ফাইল নয়" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "ফাইল ফাঁকা" @@ -1057,7 +1039,6 @@ msgid "Invalid group name: %s" msgstr "দলের নাম অবৈধ: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "কি-ফাইলের প্রারম্ভে কোনো সংকলন উল্লিখিত নেই" @@ -1109,7 +1090,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "কি-ফাইলের মধ্যে '%2$s' সংকলনে '%1$s' কি উপস্থিত নেই" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "কি-ফাইলের মধ্যে পংক্তির অবশেষে এস্কেপ অক্ষর উপস্থিত রয়েছে" @@ -1138,90 +1118,84 @@ msgstr "'%s' মান float সংখ্যা রূপে ব্যাখ্ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' মান বুলিয়ান রূপে ব্যাখ্যা করা সম্ভব নয়।" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "কর্ম বাতিল করা হয়েছে" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "অজানা প্রকৃতি" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s ফাইলের ধরন" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s ধরন" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "নামবিহীন" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "ডেস্কটপ ফাইলের মধ্যে Exec ফিল্ড" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "অ্যাপ্লিকেশনের জন্য আবশ্যক টার্মিনাল পাওয়া যায়নি" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "উইজার অ্যাপ্লিকেশনের কনফিগারেশন ফোল্ডার %s নির্মাণ করতে ব্যর্থ: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ইউজার MIME কনফিগারেশন ফোল্ডার %s নির্মাণ করতে ব্যর্থ: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "ইউজার ডেস্কটপ ফাইল %s নির্মাণ করতে ব্যর্থ" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "%s-র জন্য স্বনির্ধারত ব্যাখ্যা" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "ড্রাইভ দ্বারা ইজেক্ট কর্ম সঞ্চালিত হয় না" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "কর্ম সমর্থিত হয় না" @@ -1233,94 +1207,79 @@ msgstr "কর্ম সমর্থিত হয় না" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "ধারণকারী মাউন্ট উপস্থিত নেই" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "ডিরেক্টরির উপরে কপি করা যাবে না" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "ডিরেক্টরির উপর ডিরেক্টরি কপি করা যায়নি" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "উদ্দিষ্ট ফাইল উপস্থিত রয়েছে" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "অবৈধ সিম-লিঙ্ক মান উপলব্ধ করা হয়েছে" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "আবর্জনা সমর্থিত হয় না" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "ফাইলের নামের মধ্যে '%c' ব্যবহার করা যাবে না" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "ভলিউম দ্বারা mount প্রয়োগ করা হয় না" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "চিহ্নিত ফাইল ব্যবস্থাপনার উদ্দেশ্যে কোনো অ্যাপ্লিকেশন নিবন্ধিত হয়নি" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "স্ট্রিম দ্বারা query_info সমর্থিত হয় না" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "স্ট্রিম দ্বারা Seek সমর্থিত হয় না" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1330,143 +1289,129 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "স্ট্রিমের ক্ষেত্রে অসমাপ্ত কর্ম উপস্থিত রয়েছে" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "ফাইলের নাম অবৈধ: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "ফাইল-সিস্টেম সংক্রান্ত তথ্য প্রাপ্ত করতে সমস্যা: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "root ডিরেক্টরির নাম পরিবর্তন করা সম্ভব নয়" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" "ফাইলের নাম পরিবর্তন করা যায়নি, নতুন নামের একটি ফাইলের নাম বর্তমানে উপস্থিত রয়েছে" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "ফাইলের নাম বৈধ নয়" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "ফাইলের নাম পরিবর্তনে সমস্যা: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "ফাইল খুলতে সমস্যা: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "ডিরেক্টরি খুলতে সমস্যা" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "ফাইল মুছে ফেলতে সমস্যা: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "ফাইলটি আবর্জনায় স্থানান্তর করতে সমস্যা: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "আবর্জনার ডিরেক্টরি %s নির্মাণ করতে সমস্যা: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "আবর্জনার ঊর্ধ্বতন ডিরেক্টরি সনাক্ত করতে ব্যর্থ" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "আবর্জনার ডিরেক্টরি সনাক্ত অথবা নির্মাণ করতে ব্যর্থ" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "ফাইল বর্জন করতে ব্যর্থ: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' ডিরেক্টরি খুলতে ব্যর্থ: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "সিম্‌বলিক লিঙ্ক নির্মাণ করতে ব্যর্থ: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "ফাইল স্থানান্তর করতে সমস্যা: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "ডিরেক্টরির উপর ডিরেক্টরি স্থানান্তর করা যাবে না" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "ব্যাক-আপ ফাইল নির্মাণ করতে ব্যর্থ" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "উদ্দিষ্ট ফাইল মুছে ফেলতে সমস্যা: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "" @@ -1480,57 +1425,52 @@ msgstr "" msgid "Error stating file '%s': %s" msgstr "ফাইল '%s' stat করতে ব্যর্থ: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (অবৈধ এনকোডিং)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "ফাইলের বিবরণ stat করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "অনুমতি নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "মালিকানা নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "সিম্‌বলিক লিঙ্ক নির্ধারণ করতে সমস্যা: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে ত্রুটি: ফাইলটি সিম্‌-লিঙ্ক নয়" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1552,8 +1492,7 @@ msgstr "ফাইলের মধ্যে seek করতে সমস্যা: msgid "Error closing file: %s" msgstr "ফাইল বন্ধ করতে সমস্যা: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1589,78 +1528,67 @@ msgid "Error opening file '%s': %s" msgstr "ফাইল '%s' খুলতে সমস্যা: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "উদ্দিষ্ট ফাইলটি একটি ডিরেক্টরি" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "ফাইলটি স্বতন্ত্ররূপে পরিবর্তন করা হয়েছে" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "অবৈধ GSeekType উল্লিখিত হয়েছে" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1693,33 +1621,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "unix থেকে পড়তে সমস্যা: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "unix বন্ধ করতে সমস্যা: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "ফাইল-সিস্টেমের root" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "unix-এ লিখতে সমস্যা: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "অ্যাপ্লিকেশন পাওয়া যায়নি" @@ -1729,17 +1656,14 @@ msgid "Error launching application: %s" msgstr "অ্যাপ্লিকেশন আরম্ভ করতে সমস্যা: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI সমর্থিত নয়" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/bs.po b/po/bs.po index 87cbfdd..142ebb9 100644 --- a/po/bs.po +++ b/po/bs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2004-05-17 01:30+0000\n" "Last-Translator: Kenan Hadžiavdić \n" "Language-Team: Bosnian \n" @@ -41,7 +41,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -99,21 +98,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nisam mogao pokrenuti pretvaranje iz '%s' u '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Nevažeći niz bajtova u ulaznim podacima za pretvaranje" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Greška tokom pretvaranja: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Djelimičan niz znakova na kraju ulaznih podataka" @@ -153,7 +150,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Putanja '%s' nije absolutna putanja" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Nevažeće ime računara" @@ -253,7 +249,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Neuspješno čitanje simboličkog linka '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Simbolički linkovi nisu podržani" @@ -263,22 +258,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Nisam mogao pokrenuti pretvaranje iz `%s' u `%s': %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Preostali nepretvoreni podaci u baferu za čitanje" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanal završava djelimičnim znakom" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ne mogu čitati sirovo u g_io_channel_read_to_end" @@ -545,7 +536,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -849,12 +840,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "Tekst se završio bez uparenog navodnog znaka %c. (Teskt je bio '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Tekst je bio prazan (ili je sadržavao samo prazna polja)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Neuspješno čitanje podataka iz podređenog procesa" @@ -905,7 +894,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Neuspješno pokretanje pomoćnog programa" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -961,18 +949,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Neuspješno čitanje dovoljno podataka iz podređene pid cijevi (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Znak izvan raspona za UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Nevažeći niz u unosu za pretvaranje" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Znak izvan raspona za UTF-16" @@ -1036,17 +1021,14 @@ msgid "Unknown option %s" msgstr "" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "" @@ -1062,7 +1044,6 @@ msgid "Invalid group name: %s" msgstr "Nevažeće ime računara" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1111,7 +1092,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1140,90 +1120,85 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Simbolički linkovi nisu podržani" @@ -1235,94 +1210,80 @@ msgstr "Simbolički linkovi nisu podržani" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Simbolički linkovi nisu podržani" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1332,142 +1293,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nevažeće ime računara" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Greška tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Nevažeće ime računara" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Greška tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Greška tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Greška tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Greška tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Neuspješno pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Neuspješno pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Neuspješno pravljenje datoteke '%s': %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Greška tokom otvaranja direktorija '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Greška tokom pretvaranja: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Greška tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Greška tokom čitanja datoteke '%s': %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Neočekivan kraj dokumenta unutar imena osobine" @@ -1481,57 +1430,52 @@ msgstr "Greška tokom otvaranja direktorija '%s': %s" msgid "Error stating file '%s': %s" msgstr "Greška tokom čitanja datoteke '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Greška tokom čitanja datoteke '%s': %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Greška tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Greška tokom pretvaranja: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Greška u %d. redu: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simbolički linkovi nisu podržani" @@ -1553,8 +1497,7 @@ msgstr "Greška tokom čitanja datoteke '%s': %s" msgid "Error closing file: %s" msgstr "Greška tokom čitanja datoteke '%s': %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1590,78 +1533,68 @@ msgid "Error opening file '%s': %s" msgstr "Greška tokom čitanja datoteke '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Nevažeće ime računara" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1692,33 +1625,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Greška tokom čitanja datoteke '%s': %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Greška u %d. redu: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Greška tokom pretvaranja: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1728,17 +1660,15 @@ msgid "Error launching application: %s" msgstr "Greška tokom pretvaranja: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Simbolički linkovi nisu podržani" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/ca.po b/po/ca.po index 07b1a2b..eda4a7a 100644 --- a/po/ca.po +++ b/po/ca.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-11 15:36+0100\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" @@ -43,7 +43,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "No s'esperava l'etiqueta «%s» dins «%s»" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "No s'ha trobat cap fitxer d'adreces d'interès dins dels directoris de dades" @@ -105,21 +104,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "La seqüència de bytes a l'entrada de conversió no és vàlida" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "S'ha produït un error durant la conversió: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Seqüència de caràcters parcial al final de l'entrada" @@ -160,7 +157,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "El nom de camí «%s» no és un camí absolut" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "El nom de l'ordinador no és vàlid" @@ -268,7 +264,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "No s'ha pogut llegir l'enllaç simbòlic «%s»: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "No es poden utilitzar els enllaços simbòlics" @@ -278,22 +273,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»: %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "No es pot fer una lectura bàsica a g_io_channel_read_line_string" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "A la memòria intermèdia de lectura hi ha dades sobrants no convertides" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "El canal acaba en un caràcter parcial" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "No es pot fer una lectura bàsica a g_io_channel_read_to_end" @@ -574,7 +565,7 @@ msgstr "" "el patró conté elements que no estan implementats en les concordances " "parcials" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "error intern" @@ -884,12 +875,10 @@ msgstr "" "era «%s»)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "El text era buit (o només contenia espais en blanc)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "No s'ha pogut llegir dades del procés fill" @@ -940,7 +929,6 @@ msgid "Failed to execute helper program (%s)" msgstr "No s'ha pogut executar el programa d'ajuda (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -998,18 +986,15 @@ msgstr "" "fill (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "El caràcter és fora del rang per a UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Seqüència no vàlida a l'entrada de la conversió" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "El caràcter és fora del rang per a UTF-16" @@ -1073,17 +1058,14 @@ msgid "Unknown option %s" msgstr "Es desconeix l'opció %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "No s'ha pogut trobar cap fitxer de claus vàlid als directoris de cerca" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "No és un fitxer regular" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "El fitxer és buit" @@ -1101,7 +1083,6 @@ msgid "Invalid group name: %s" msgstr "El nom del grup no és vàlid: %s" #: 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" @@ -1153,7 +1134,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "El fitxer de claus no conté una clau «%s» en el grup «%s»" #: glib/gkeyfile.c:3474 -#, 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" @@ -1182,93 +1162,87 @@ msgstr "El valor «%s» no es pot interpretar com a un nombre en coma flotant." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no es pot interpretar com un booleà." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "El valor de comptatge passat a %s és massa llarg" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Ja està tancat el flux" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "S'ha cancel·lat l'operació" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Tipus desconegut" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "tipus de tixer %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "tipus %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "No s'esperava un final de flux tant aviat" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sense nom" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "El fitxer d'escriptori no especificava el camp d'execucció" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "No s'ha pogut trobar el terminal que demanava l'aplicació" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "No s'ha pogut crear el directori de configuració de l'aplicació de l'usuari %" "s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" "No s'ha pogut crear el directori de configuració MIME de l'usuari %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "No s'ha pogut crear el fitxer d'escriptori de l'usuari %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Definició personalitzada per a %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "la unitat no implementa l'expulsió" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "la unitat no implementa l'enquesta per si hi ha un medi" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "L'operació no està implementada" @@ -1280,95 +1254,80 @@ msgstr "L'operació no està implementada" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "No existeix el punt de muntatge contenidor" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "No es pot copiar al directori" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "No es pot copiar el directori al directori" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Ja existeix el fitxer de destinació" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "No es pot copiar el directori de forma recursiva" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "El valor donat per a l'enllaç simbòlic no és vàlid" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "No es pot utilitzar la paperera" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "En els noms de fitxers no pot haver-hi «%c»" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "el volum no implementa el muntatge" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" "No hi ha cap aplicació que s'hagi registrat per a gestionar aquest fitxer" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "L'enumerador està tancat" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "L'enumerador de fitxer té una operació pendent" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Ja està tancat l'enumerador de fitxer" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "El flux no implementa «query_info»" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "No està implementada la cerca en el flux" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "No es permet truncar en els fluxs d'entrada" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "No es permet trucar en els fluxs" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "El flux d'entrada no té implementada la lectura" @@ -1378,144 +1337,130 @@ msgstr "El flux d'entrada no té implementada la lectura" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "El flux té una operació pendent" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" "No s'ha pogut trobar el tipus de seguiment de directoris locals predeterminat" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "El nom del fitxer no és vàlid: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "" "S'ha produït un error en obtenir la informació del sistema de fitxers: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "No es pot canviar el nom del directori arrel" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "No es pot canviar el nom del fitxer, ja existeix aquest nom" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Nom de fitxer no vàlid" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "S'ha produït un error en canviar el nom del fitxer: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "S'ha produït un error en obrir el fitxer: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "No s'ha pogut obrir el directori" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "S'ha produït un error en suprimir el fitxer: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "S'ha produït un error en enviar el fitxer a la paperera: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "No s'ha pogut crear el directori de la paperera %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "No s'ha pogut trobar el directori superior per a la paperera" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "No s'ha pogut trobar o crear el directori de la paperera" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "No s'ha pogut crear el fitxer d'informació d'enviar a la paperera: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "No s'ha pogut enviar el fitxer a la paperera: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "S'ha produït un error en obrir el directori «%s»: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "S'ha produït un error en fer l'enllaç simbòlic: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "S'ha produït un error en moure el fitxer: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "No s'ha pogut moure el directori al directori" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Ha fallat la creació del fitxer de còpia de seguretat" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "S'ha produït un error en suprimir el fitxer objectiu: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "No està implementat el moure entre muntatges" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "El valor de l'atribut no pot ser nul" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Tipus d'atribut no vàlid (s'esperava una cadena)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "El nom de l'atribut estés no és vàlid" @@ -1530,61 +1475,56 @@ msgid "Error stating file '%s': %s" msgstr "" "S'ha produït un error en executar la funció «stat()» en el fitxer «%s»: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (codificació no vàlida)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "" "S'ha produït un error en executar la funció «stat()» al descriptor de fitxer: " "%s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Tipus d'atribut no vàlid (s'esperava una cadena de bytes)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "S'ha produït un error en establir els permisos: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "S'ha produït un error en establir el propietari: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "l'enllaç simbòlic no pot ser nul" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "S'ha produït un error en establir l'enllaç simbòlic: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "S'ha produït un error en establir l'enllaç simbòlic: el fitxer no és un " "enllaç simbòlic" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "No està implementat establir l'atribut %s" @@ -1606,8 +1546,7 @@ msgstr "S'ha produït un error en cercar en el fitxer: %s" msgid "Error closing file: %s" msgstr "S'ha produït un error en tancar el fitxer: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" "No s'ha pogut trobar el tipus de monitorització de fitxer local predeterminat" @@ -1645,78 +1584,67 @@ msgid "Error opening file '%s': %s" msgstr "S'ha produït un error en obrir el fitxer «%s»: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "El fitxer objectiu és un directori" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "El fitxer objectiu no és un fitxer regular" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "El fitxer ha estat modificat des d'alguna aplicació externa" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "El GSeekType proporcionat no és vàlid" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "La sol·licitud de cerca és invàlida" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "No es pot truncar el GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "S'ha arribat al màxim del límit de la matriu de dades" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "El flux de sortida de memòria no és modificable" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Ha fallat el redimensionament de la memòria del flux de sortida" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "el muntatge no implementa el desmuntatge" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "el muntatge no implementa l'expulsió" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "el muntatge no implementa el tornar-se a muntar" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "El flux de sortida no implementa l'escriptura" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "El flux font ja està tancat" @@ -1749,33 +1677,32 @@ msgstr "" "escurçar el nom a «-» caràcters. Ignora els noms després del primer si es " "donen més múltiples noms." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "S'ha produït un error en llegir des de UNIX: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "S'ha produït un error en tancar des de UNIX: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Arrel del sistema de fitxers" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "S'ha produït un error en escriure a UNIX: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "el volum no implementa l'expulsió" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "No es pot trobar l'aplicació" @@ -1785,17 +1712,14 @@ msgid "Error launching application: %s" msgstr "S'ha produït un error en executar l'aplicació: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "No estan implementats els URI" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "els canvis associatius no estan implementats a win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "La creació associativa no està implementada a win32" diff --git a/po/cs.po b/po/cs.po index 62b29e2..369d04f 100644 --- a/po/cs.po +++ b/po/cs.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-04-02 01:48+0100\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" @@ -47,7 +47,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Neočekávaná značka \"%s\" v \"%s\"" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "V datových adresářích nebyl nalezen platný soubor záložek" @@ -105,21 +104,19 @@ 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:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, 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/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Chyba při převodu: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Částečná posloupnost znaků na konci vstupu" @@ -159,7 +156,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "\"%s\" není absolutní cestou" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Neplatný název počítače" @@ -259,7 +255,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Nelze přečíst symbolický odkaz \"%s\": %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Symbolické odkazy nejsou podporovány" @@ -269,22 +264,18 @@ 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 -#, 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 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 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanál ukončen částí znaku" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nelze přímo číst v g_io_channel_read_to_end" @@ -548,7 +539,7 @@ msgstr "dosažen limit zpětného vyhledávání" msgid "the pattern contains items not supported for partial matching" msgstr "vzorek obsahuje položky nepodporované u částečného porovnávání" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "vnitřní chyba" @@ -851,12 +842,10 @@ msgstr "" "s\")" #: 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:279 -#, c-format msgid "Failed to read data from child process" msgstr "Nelze číst data z procesu potomka" @@ -906,7 +895,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Nelze spustit pomocný program (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -959,18 +947,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nelze přečíst dostatek dat z roury pid potomka (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Znak je mimo rozsah UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Neplatná posloupnost na vstupu převodu" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Znak je mimo rozsah UTF-16" @@ -1034,17 +1019,14 @@ msgid "Unknown option %s" msgstr "Neznámý přepínač %s" #: 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:393 -#, c-format msgid "Not a regular file" msgstr "Není obyčejným souborem" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Soubor je prázdný" @@ -1062,7 +1044,6 @@ msgid "Invalid group name: %s" msgstr "Neplatný název skupiny: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Soubor klíče nezačíná skupinou" @@ -1115,7 +1096,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Soubor klíče nemá klíč \"%s\" ve skupině \"%s\"" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Soubor klíče obsahuje na konci řádku znak změny" @@ -1144,90 +1124,84 @@ msgstr "Hodnotu \"%s\" nelze interpretovat jako reálné (float) číslo." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnotu \"%s\" nelze interpretovat jako booleovskou hodnotu." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "%s poskytnut příliš vysoký počet" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Proud je již uzavřen" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operace byla zrušena" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Neznámý typ" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "typ souboru %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "typ %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Neočekávaný časný konec proudu" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Bez názvu" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "V souboru desktop nezadáno pole Exec" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Nelze nalézt terminál vyžadovaný pro aplikaci" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Nelze vytvořit uživatelskou konfigurační složku aplikace %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Nelze vytvořit uživatelskou konfigurační složku MIME %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Nelze vytvořit uživatelský soubor desktop %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Vlastní definice %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "mechanika neprovádí vysouvání" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "mechanika neprovádí dotazování na média" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operace není podporována" @@ -1239,94 +1213,79 @@ msgstr "Operace není podporována" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Obsahující připojené neexistuje" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Nelze kopírovat nad adresář" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Nelze kopírovat adresář nad adresář" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Cílový soubor existuje" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Adresář nelze kopírovat rekurzivně" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Zadaný symbolický odkaz je neplatný" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Zahozené není podporováno" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Názvy souborů nemohou obsahovat \"%c\"" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "svazek neprovádí připojení" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Žádná aplikace není zaregistrována k obsluze tohoto souboru" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Enumerator je uzavřen" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Souborový enumerator má nevykonanou operaci" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Souborový enumerator je již uzavřen" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Proud nepodporuje query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Hledání není v proudu podporováno" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Zkrácení nepodporováno ve vstupním proudu" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Zkrácení není v proudu podporováno" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Vstupní proud neprovádí čtení" @@ -1336,142 +1295,128 @@ msgstr "Vstupní proud neprovádí čtení" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Proud má otevřenou operaci" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Nelze nalézt výchozí typ sledování místního adresáře" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Neplatný název souboru %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Chyba při získávání informace o systému souborů: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Nelze přejmenovat kořenový adresář" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Soubor nelze přejmenovat, název souboru již existuje" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Neplatný název souboru" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Chyba při přejmenovávání souboru: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Chyba při otevírání souboru: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Nelze otevřít adresář" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Chyba při odstraňování souboru: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Chyba při zahazování souboru: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nelze vytvořit adresář koše %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Ke koši nelze nalézt adresář nejvyšší úrovně" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Nelze nalézt nebo vytvořit adresář koše" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nelze vytvořit informační soubor o zahozeném: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Nelze zahodit soubor: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Chyba při otevírání adresáře \"%s\": %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Chyba při vytváření symbolického odkazu: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Chyba při přesunování souboru: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Adresář nelze přesunout nad adresář" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Vytvoření záložního souboru selhalo" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Chyba při odstraňování cílového souboru: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Přesunování mezi připojeními není podporováno" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Hodnota atributu nesmí být prázdná" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Neplatný typ atributu (očekáván řetězec)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Neplatný název rozšířeného atributu" @@ -1485,58 +1430,53 @@ msgstr "Chyba při nastavování rozšířeného atributu \"%s\": %s" msgid "Error stating file '%s': %s" msgstr "Chyba při prohledávání souboru \"%s\" s fstat(): %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (neplatné kódování)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Chyba při prohledávání popisovače souboru s fstat(): %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Neplatný typ atributu (očekáván uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Neplatný typ atributu (očekáván uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Neplatný typ atributu (očekáván bajtový řetězec)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Chyba při nastavování oprávnění: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Chyba při nastavování vlastníka: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symbolický odkaz nesmí být prázdný" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Chyba při nastavování symbolického odkazu: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "Chyba při nastavování symbolického odkazu: soubor není symbolickým odkazem" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Nastavení atributu %s není podporováno" @@ -1558,8 +1498,7 @@ msgstr "Chyba při hledání v souboru: %s" msgid "Error closing file: %s" msgstr "Chyba při zavírání souboru: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Nelze nalézt výchozí typ sledování místního souboru" @@ -1595,78 +1534,67 @@ msgid "Error opening file '%s': %s" msgstr "Chyba při otevírání souboru \"%s\": %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Cílový soubor je adresářem" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Cílový soubor není obyčejným souborem" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Soubor byl externě pozměněn" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Poskytnut neplatný GSeekType" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Neplatný požadavek na hledání" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Nelze zkrátit GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Dosažen maximální limit datového pole" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Nelze měnit velikost výstupního proudu paměti" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Nelze změnit velikost výstupního proudu paměti" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "připojené neprovádí odpojení" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "připojené neprovádí vysouvání" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "připojené neprovádí opakované připojení" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Výstupní proud neprovádí zápis" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Zdrojový proud je již ukončen" @@ -1698,33 +1626,32 @@ msgstr "" "Zda používat výchozí zálohy nalezené zkrácením názvu u znaků \"-\". Je-li " "zadáno více názvů, ignorují se názvy po prvním zadaném." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Chyba při čtení z datového proudu Unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Chyba při zavírání datového proudu Unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Kořen systému souborů" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Chyba při zápisu do datového proudu Unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "svazek neprovádí vysouvání" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Nelze nalézt aplikaci" @@ -1734,17 +1661,14 @@ msgid "Error launching application: %s" msgstr "Chyba při spouštění aplikace: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI nejsou podporovány" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "změny asociací nepodporovány na Win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Vytváření asociací nepodporováno na Win32" diff --git a/po/cy.po b/po/cy.po index 5935968..120be3b 100644 --- a/po/cy.po +++ b/po/cy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2006-06-29 19:38+0100\n" "Last-Translator: Rhys Jones \n" "Language-Team: Welsh \n" @@ -41,7 +41,7 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Tag annisgwyl '%s' o fewn '%s'" #: glib/gbookmarkfile.c:1798 -#, fuzzy, c-format +#, fuzzy msgid "No valid bookmark file found in data dirs" msgstr "Ni ddarganfuwyd ffeil llyfrnodau ddilys yn y cyfeiriaduron data" @@ -99,21 +99,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Methwyd agor trawsnewidydd rhwng '%s' a '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Gwall wrth drawsnewid: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Dilyniant nod rhannol ar ddiwedd y mewnbwn" @@ -153,7 +151,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Nid yw'r llwybr '%s' yn llwybr gosodedig" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Enw gwesteiwr annilys" @@ -253,7 +250,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Ni chynhelir cysylltion symbolaidd" @@ -263,22 +259,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Methwyd agor trawsnewidydd o '%s' i '%s': %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Data dros ben heb ei drawsnewid yn y byffer ddarllen" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Mae'r sianel yn gorffen a nod rhannol" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Methu gwneud darlleniad crai yn g_io_channel_read_to_end" @@ -543,7 +535,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -851,12 +843,10 @@ msgstr "" "testun.)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Roedd y testun yn wag, neu'n cynnwys gofodnodau'n unig" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Methwyd darllen data o broses plentyn" @@ -906,7 +896,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Methwyd gweithredu proses cymorth (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -960,18 +949,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Methwyd darllen digon o ddata o bibell plentyn (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Nod y tu allan i ystod ddilys UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Dilyniant annilys ym mewnbwn trawsnewidiad" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Nod y tu allan i ystod ddilys UTF-16" @@ -1035,17 +1021,15 @@ msgid "Unknown option %s" msgstr "Opsiwn anhysbys %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "Ni ddarganfuwyd ffeil allwedd ddilys yn y cyfeiriaduron data" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Ddim yn ffeil cyffredin" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Ffeil yn wag" @@ -1063,7 +1047,6 @@ msgid "Invalid group name: %s" msgstr "Enw rhaglen annilys: %s" #: 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" @@ -1116,7 +1099,6 @@ 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:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Ffeil allwedd yn cynnwys nod dianc ar ddiwedd llinell" @@ -1145,91 +1127,86 @@ msgstr "Ni ellir darllen y gwerth '%s' fel rhif arnawf." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ni ellir darllen '%s' fel gwerth Boole." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "Opsiwn anhysbys %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Ni chynhelir cysylltion symbolaidd" @@ -1241,94 +1218,81 @@ msgstr "Ni chynhelir cysylltion symbolaidd" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Ni chynhelir cysylltion symbolaidd" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "Does dim un rhaglen o'r enw '%s' wedi cofrestru llyfrnod ar gyfer '%s'" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1338,142 +1302,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Enw rhaglen annilys: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Enw gwesteiwr annilys" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Methwyd creu'r ffeil '%s': %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Gwall y cyfeiriadur '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Gwall wrth ramadegu opsiwn %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd" @@ -1487,57 +1439,52 @@ msgstr "Gwall y cyfeiriadur '%s': %s" msgid "Error stating file '%s': %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Gwall wrth drawsnewid: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Gwall ar linell %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Ni chynhelir cysylltion symbolaidd" @@ -1559,8 +1506,7 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s " msgid "Error closing file: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1596,78 +1542,69 @@ msgid "Error opening file '%s': %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "Ddim yn ffeil cyffredin" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Enw rhaglen annilys: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1698,33 +1635,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Gwall wrth ddarllen ffeil '%s': %s " -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Gwall ar linell %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Gwall wrth ramadegu opsiwn %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1734,17 +1670,15 @@ msgid "Error launching application: %s" msgstr "Gwall wrth ramadegu opsiwn %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Ni chynhelir cysylltion symbolaidd" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/da.po b/po/da.po index f301d07..d25a48c 100644 --- a/po/da.po +++ b/po/da.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-10 21:35+0100\n" "Last-Translator: Ask Hjorth Larsen \n" "Language-Team: Danish \n" @@ -50,7 +50,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Uventet mærke \"%s\" inden i \"%s\"" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Ingen gyldig bogmærkefil blev fundet i datakatalogerne" @@ -108,21 +107,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Kunne ikke konvertere fra \"%s\" til \"%s\"" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ugyldig bytesekvens i konverteringsinddata" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Fejl under konvertering: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Delvis tegnsekvens ved slutningen af inddata" @@ -162,7 +159,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Stinavnet \"%s\" er ikke en absolut sti" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Ugyldigt værtsnavn" @@ -263,7 +259,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Kunne ikke læse den symbolske henvisning \"%s\": %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Symbolske henvisninger er ikke understøttet" @@ -273,22 +268,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Kunne ikke åbne konverterer fra \"%s\" til \"%s\": %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Resterende ukonverterede data i læsemellemlager" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanal afslutter med et ufuldendt tegn" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan ikke foretage en rå læsning i g_io_channel_read_to_end" @@ -559,7 +550,7 @@ msgstr "" "mønsteret indeholder elementer der ikke understøttes i forbindelse med " "partiel træfning" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "intern fejl" @@ -866,12 +857,10 @@ msgstr "" "\"%s\")" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Tekst var tom (eller indeholdt kun blanke tegn)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Fejl under læsning af data fra underprocess" @@ -921,7 +910,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Fejl under kørsel af hjælpeprogram (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -976,18 +964,15 @@ msgstr "" "Kunne ikke læse tilstrækkelig mængde data fra underprocessens pid-kanal (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Tegn uden for gyldigt interval for UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Ugyldig sekvens i konverteringsinddata" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Tegn uden for gyldigt interval for UTF-16" @@ -1051,17 +1036,14 @@ msgid "Unknown option %s" msgstr "Ukendt flag %s" #: 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:393 -#, c-format msgid "Not a regular file" msgstr "Ikke en almindelig fil" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Filen er tom" @@ -1079,7 +1061,6 @@ msgid "Invalid group name: %s" msgstr "Ugyldigt gruppenavn: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Nøglefilen starter ikke med en gruppe" @@ -1132,7 +1113,6 @@ 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:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Nøglefilen indeholder beskyttede tegn for enden af linjen" @@ -1161,90 +1141,84 @@ msgstr "Værdien \"%s\" kan ikke fortolkes som en float." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Værdien \"%s\" kan ikke fortolkes som en sandhedsværdi." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "For stor talværdi givet til %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Strømmen er allerede lukket" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operationen blev afbrudt" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Ukendt type" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s-filtype" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s-type" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Uventet tidlig strømafslutning" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unavngivet" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Skrivebordsfil angav intet Exec-felt" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Kan ikke finde terminal krævet af dette program" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan ikke oprette konfigurationsfolder %s for brugerprogram: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan ikke oprette bruger-MIME-konfigurationsfolder %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan ikke oprette brugerskrivebords-fil %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Tilpasset definition for %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "drevet implementerer ikke eject" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "drevet implementerer ikke forespørgsel om medier" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operationen understøttes ikke" @@ -1256,96 +1230,81 @@ msgstr "Operationen understøttes ikke" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Indeholdende montering findes ikke" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Kan ikke kopiere over mappe" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Kan ikke kopiere mappe over mappe" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Målfilen findes" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Kan ikke kopiere mappe rekursivt" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Ugyldig værdi givet for symbolsk henvisning" # ved ikke om det er papirkurv eller blot affald, eller om det er et udsagnsord. Vi skriver det sikreste... -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Affald understøttes ikke" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnavne kan ikke indeholder \"%c\"" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "drevet implementerer ikke montering" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Intet program er registreret til håndtering af denne fil" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Optæller er lukket" # udviklerkommentar ved tilsvarende streng andetsteds i filen forklarer dette -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Filoptæller arbejder stadig" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Filoptæller er allerede lukket" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Strømmen understøtter ikke query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Søgning understøttes ikke på strømmen" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Afskæring tillades ikke for inputstrømmen" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Afskæring understøttes ikke på strømmen" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Inputstrøm implementerer ikke læsning" @@ -1355,142 +1314,128 @@ msgstr "Inputstrøm implementerer ikke læsning" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Strøm arbejder stadig" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Kan ikke finde standardmonitortype for lokal mappe" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Ugyldigt filnavn %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fejl ved læsning af filsysteminformation: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Kan ikke omdøbe rodmappen" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Kan ikke omdøbe fil, filnavn findes allerede" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Ugyldigt filnavn" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Fejl ved omdøbning af fil: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Fejl ved åbning af fil: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Kan ikke åbne mappe" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Fejl under fjernelse af fil: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Fejl ved udsmidning af fil: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan ikke oprette affaldsmappe %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Kan ikke finde topniveau-mappe til affald" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Kan ikke finde eller oprette affaldsmappe" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan ikke oprette affalds-infofil: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Kan ikke smide fil ud: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Fejl ved åbning af mappen \"%s\": %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Fejl under oprettelse af symbolsk henvisning: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Fejl ved flytning af fil: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Kan ikke flytte mappe over mappe" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Oprettelse af sikkerhedskopi mislykkedes" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Fejl ved fjernelse af målfil: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Flytning mellem monteringer understøttes ikke" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Attributværdien må ikke være NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Ugyldig attributtype (streng forventet)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Ugyldigt udvidet attributnavn" @@ -1504,59 +1449,54 @@ msgstr "Fejl ved instilling af udvidet attribut \"%s\": %s" msgid "Error stating file '%s': %s" msgstr "Fejl ved stat for filen \"%s\": %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (ugyldig kodning)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fejl ved stat af fildeskriptor: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig attributtype (uint32 forventet)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig attributtype (uint64 forventet)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig attributtype (byte-streng forventet)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Fejl ved ændring af rettigheder: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Fejl ved ændring af ejer: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symbolsk henvisning må ikke være NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Fejl ved manipulation af symbolsk henvisning: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "Fejl ved manipulation af symbolsk henvisning: filen er ikke en symbolsk " "henvisning" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Indstilling af attributten %s understøttes ikke" @@ -1578,8 +1518,7 @@ msgstr "Fejl under søgning i filen: %s" msgid "Error closing file: %s" msgstr "Fejl ved lukning af filen: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Kan ikke finde standardmonitortype for lokal fil" @@ -1615,78 +1554,67 @@ msgid "Error opening file '%s': %s" msgstr "Fejl ved åbning af filen \"%s\": %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Målfilen er en mappe" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Målfilen er ikke en almindelig fil" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Filen blev modificeret eksternt" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Ugyldig GSeekType angivet" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Ugyldig søgeforespørgsel" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Kan ikke beskære GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Nåede maksimal data-arraygrænse" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Hukommelses-uddatastrøm kan ikke ændre størrelse" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Kunne ikke ændre størrelse for hukommelses-uddatastrøm" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "montering implementerer ikke unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "montering implementerer ikke eject" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "montering implementerer ikke remount" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Uddatastrøm implementerer ikke write" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Kildestrømmen er allerede lukket" @@ -1719,33 +1647,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Fejl ved læsning fra unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Fejl ved lukningaf unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Filsystemets rod" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Fejl ved skrivning til unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "drev implementerer ikke eject" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Kan ikke finde program" @@ -1755,17 +1682,14 @@ msgid "Error launching application: %s" msgstr "Fejl ved opstart af program: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI'er understøttes ikke" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "associationsændring understøttes ikke af win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Associationsoprettelse understøttes ikke i win32" diff --git a/po/de.po b/po/de.po index e259122..416b057 100644 --- a/po/de.po +++ b/po/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-05-31 11:06+0200\n" "Last-Translator: Philipp Kerling \n" "Language-Team: German \n" @@ -45,7 +45,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Unerwarteter Tag »%s« innerhalb von »%s«" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Es wurde keine gültige Lesezeichendatei in den Datenverzeichnissen gefunden" @@ -109,21 +108,19 @@ 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:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, 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/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Fehler bei der Umwandlung: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Bruchstückhafte Zeichenfolge am Eingabeende" @@ -164,7 +161,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Der Pfadname »%s« ist kein absoluter Pfad" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Ungültiger Rechnername" @@ -274,7 +270,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Die symbolische Verknüpfung »%s« konnte nicht gelesen werden: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Symbolische Verknüpfungen nicht unterstützt" @@ -284,22 +279,18 @@ 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 -#, 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Nicht konvertierte Daten befinden sich noch im Lesepuffer " -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanal endet mit einem Teilzeichen" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Raw-read in g_io_channel_read_to_end nicht möglich" @@ -572,7 +563,7 @@ msgstr "" "Der Ausdruck enthält Elemente, die teilweise Übereinstimmung nicht " "unterstützen" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "Interner Fehler" @@ -883,12 +874,10 @@ msgstr "" "(Der Text war »%s«)" #: 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:279 -#, c-format msgid "Failed to read data from child process" msgstr "Daten konnten nicht vom Kindprozess gelesen werden" @@ -940,7 +929,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Hilfsprogramm (%s) konnte nicht ausgeführt werden" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -998,18 +986,15 @@ msgstr "" "gelesen werden" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Zeichen außerhalb des Bereiches für UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Ungültige Folge in Umwandlungseingabe" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Zeichen außerhalb des Bereiches für UTF-16" @@ -1073,18 +1058,15 @@ msgid "Unknown option %s" msgstr "Unbekannte Option %s" #: 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:393 -#, c-format msgid "Not a regular file" msgstr "Keine reguläre Datei" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Datei ist leer" @@ -1102,7 +1084,6 @@ msgid "Invalid group name: %s" msgstr "Ungültiger Gruppenname: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Die Schlüsselwertedatei beginnt nicht mit einer Gruppe" @@ -1157,7 +1138,6 @@ 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:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Die Schlüsselwertedatei enthält ein Escape-Zeichen am Zeilenende" @@ -1188,93 +1168,87 @@ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" "Der Wert »%s« konnte nicht als boolescher Ausdruck interpretiert werden." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Zu großer Zählwert an %s übermittelt" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Datenstrom ist bereits geschlossen" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Vorgang wurde abgebrochen" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Unbekannter Typ" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s-Dateityp" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s-Typ" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Unerwartet frühes Datenstromende" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unbenannt" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Desktop-Datei hat kein Exec-Feld angegeben" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Für die Anwendung benötigtes Terminal konnte nicht gefunden werden" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, 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:1118 +#: gio/gdesktopappinfo.c:1137 #, 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:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Benutzer-Desktop-Datei %s kann nicht erstellt werden" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Benutzerdefinition für %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "Laufwerk unterstützt Auswerfen nicht" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "Laufwerk unterstützt Prüfen auf Datenträger nicht" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Vorgang nicht unterstützt" @@ -1286,94 +1260,79 @@ msgstr "Vorgang nicht unterstützt" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Enthaltender Einhängepunkt existiert nicht" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Es kann nicht über das Verzeichnis kopiert werden" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Verzeichnis kann nicht über Verzeichnis kopiert werden" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Zieldatei existiert" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Verzeichnis kann nicht rekursiv kopiert werden" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Ungültiger Wert für Symbolische Verknüpfung angegeben" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Müll nicht unterstützt" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Dateinamen dürfen kein »%c« enthalten" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "Datenträger unterstützt Einhängen nicht" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Es wurde keine Anwendung gefunden, die diese Datei verarbeiten kann" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Datei-Enumerator ist geschlossen" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Datei-Enumerator hat noch einen ausstehenden Vorgang" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Datei-Enumerator ist bereits geschlossen" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Datenstrom unterstützt nicht query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Suchen im Datenstrom nicht unterstützt" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Abschneiden des Eingabedatenstroms nicht erlaubt" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Abschneiden wird vom Datenstrom nicht unterstützt" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Eingabedatenstrom unterstützt kein Lesen" @@ -1383,143 +1342,129 @@ msgstr "Eingabedatenstrom unterstützt kein Lesen" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Datenstrom hat noch einen ausstehenden Vorgang" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" "Vorgegebener Überwachungstyp für lokale Ordner konnte nicht gefunden werden" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Ungültiger Dateiname %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fehler beim Einlesen der Dateisystem-Information: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Wurzelverzeichnis kann nicht umbenannt werden" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Datei kann nicht umbenannt werden, da der Dateiname bereits existiert" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Ungültiger Dateiname" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Fehler beim Umbennen der Datei: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Fehler beim Öffnen der Datei: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Verzeichnis kann nicht geöffnet werden" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Fehler beim Entfernen der Datei: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Fehler beim Verschieben der Datei in den Müll: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Müll-Verzeichnis %s konnte nicht angelegt werden: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Elternverzeichnis für den Müll konnte nicht gefunden werden" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Müll-Verzeichnis konnte nicht gefunden oder angelegt werden" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Löschprotokoll-Datei konnte nicht angelegt werden: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Datei konnte nicht in den Müll verschoben werden: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, c-format msgid "Error creating directory: %s" msgstr "Fehler beim Erstellen des Verzeichnisses: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Fehler beim Erstellen des Symbolischen Verknüpfung: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Fehler beim Verschieben der Datei: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Verzeichnis kann nicht über Verzeichnis verschoben werden" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Erstellen der Backup-Datei fehlgeschlagen" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Fehler beim Entfernen der Zieldatei: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Verschieben zwischen Einhängepunkten nicht unterstützt" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Attributwert darf nicht NULL sein" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Ungültiger Attributtyp (»string« erwartet)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Ungültiger erweiterter Attributname" @@ -1533,59 +1478,54 @@ msgstr "Fehler beim Setzen des erweiterten Attributs »%s«: %s" msgid "Error stating file '%s': %s" msgstr "Fehler beim Untersuchen der Datei %s mit fstat(): %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (ungültige Kodierung)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fehler beim Untersuchen des Datei-Deskriptors mit fstat(): %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Ungültiger Attributtyp (»uint32« erwartet)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Ungültiger Attributtyp (»uint64« erwartet)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Ungültiger Attributtyp (»byte string« erwartet)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Fehler beim Setzen der Zugriffsrechte: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Fehler beim Setzen des Besitzers: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "Symbolische Verknüpfung darf nicht NULL sein" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Fehler beim Setzen der Symbolischen Verknüpfung: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 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:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Setzen des Attributs %s nicht unterstützt" @@ -1607,8 +1547,7 @@ msgstr "Fehler beim Suchen in Datei: %s" msgid "Error closing file: %s" msgstr "Fehler beim Schließen der Datei: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" "Vorgegebener Überwachungstyp für lokale Dateien konnte nicht gefunden werden" @@ -1645,78 +1584,67 @@ msgid "Error opening file '%s': %s" msgstr "Fehler beim Öffnen der Datei »%s«: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Zieldatei ist ein Verzeichnis" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Zieldatei ist keine reguläre Datei" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Die Datei wurde extern verändert" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Ungültiger GSeekType übergeben" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Ungültige Suchanfrage" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream konnte nicht abgeschnitten werden" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Maximales Limit des Daten-Feldes erreicht" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Größe des Speicherausgabestroms ist nicht änderbar" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Größe des Speicherausgabestroms konnte nicht geändert werden" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "Einhängepunkt unterstützt Aushängen nicht" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "Einhängepunkt unterstützt Auswerfen nicht" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "Einhängepunkt unterstützt erneutes Einhängen nicht" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Ausgabedatenstrom unterstützt kein Schreiben" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Quelldatenstrom ist bereits geschlossen" @@ -1749,33 +1677,32 @@ msgstr "" "Name bei »-«-Zeichen abgeschnitten wird. Alle Namen nach dem ersten werden " "ignoriert falls mehrere angegeben sind." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Fehler beim Lesen aus Unix-Datenstrom: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Fehler beim Schließen des Unix-Datenstroms: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Wurzelverzeichnis des Dateisystems" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Fehler beim Schreiben in Unix-Datenstrom: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 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" @@ -1785,17 +1712,14 @@ msgid "Error launching application: %s" msgstr "Fehler beim Starten der Anwendung: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URIs nicht unterstützt" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "Änderungen von Assoziationen unter win32 nicht unterstützt" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Erstellen von Assoziationen unter win32 nicht unterstützt" diff --git a/po/dz.po b/po/dz.po index a61ace6..d4624c5 100644 --- a/po/dz.po +++ b/po/dz.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.dz\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2006-08-09 10:23+0530\n" "Last-Translator: Mindu Dorji\n" "Language-Team: DZONGKHA \n" @@ -43,7 +43,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "རེ་བ་མེད་པའི་ངོ་རྟགས་ '%s' ངོ་རྟགས། '%s'ནང་ན།" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "གནད་སྡུད་སྣོད་ཐོ་ཚུ་ནང་ ནུས་ཅན་དེབ་རྟགས་ཡིག་སྣོད་ འཚོལ་མ་ཐོབ།" @@ -101,21 +100,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "‘%s’ ལས་ '%s' ལུ་ སྒྱུར་བྱེད་ཁ་ཕྱེ་མ་ཚུགས།" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "གཞི་བསྒྱུར་གྱི་ཨིན་པུཊི་ནང་ བའིཊི་གི་འབྱུང་རིམ་ ནུས་མེད་ཨིན་པས།" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "ཨིན་པུཊི་མཇུག་ལུ་ ཡི་གུའི་འབྱུང་རིམ་ཆ་ཤས།" @@ -156,7 +153,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "འགྲུལ་ལམ་གྱི་མིང་ ’%s’ འབད་མི་དེ་ འགྲུལ་ལམ་ཡང་དག་ཅིག་མེན།" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།" @@ -256,7 +252,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ ’%s’:%s ལྷག་མ་ཚུགས།" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" @@ -266,22 +261,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "‘%s’ ལས་ ‘%s’:%s ལུ་སྒྱུར་བྱེད་ཁ་ཕྱེ་མ་ཚུགས།" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "ཇི་ཨའི་ ཨོ་ རྒྱུ་ལམ་ ལྷག་ གྱལ་རིམ་ ཡིག་རྒྱུན་ཚུ་ནང་ རགས་ལྷག་མི་བཏུབ།" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "ལྷག་ནིའི་གནད་ཁོངས་ནང་ གཞི་བསྒྱུར་མ་འབད་བའི་གནད་སྡུད་ ལྷག་ལུས་འདུག" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "ཡིག་འབྲུ་ནང་ཆ་ཤས་ནང་ལུ་ རྒྱུ་ལམ་རྩ་འགྲོལ་འགྱོཝ་ཨིན།" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "ཇི་ཨའི ཨོ་ རྒྱ་ལམ་ མཇུག་ ཚུན་ ལྷག་ནི་ཚུ་ནང་ རགས་ལྷག་མི་བཏུབ།" @@ -546,7 +537,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -854,12 +845,10 @@ msgstr "" "འདྲེན་རྟགས་དང་ མ་མཐུན་པའི་ཧེ་མར་ རྫོགས་སོང་མི་ ཚིག་ཡིག་དེ་ %c ཨིན་མས། (ཚིག་ཡིག་དེ་ ’%s’ ཨིན་པས)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "ཚིག་ཡིག་དེ་ སྟོང་པའམ་ (ཡང་ཅིན་ ནང་ན་ས་སྟོང་དཀརཔོ་རྐྱངམ་ཅིག་ འོང་ནི་མས།)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "ཆ་ལག་ལས་སྦྱོར་ནང་ལས་ གནད་སྡུད་ལྷག་མ་ཚུགས། " @@ -910,7 +899,6 @@ msgid "Failed to execute helper program (%s)" msgstr "ལས་རོགས་པའི་ལས་རིམ་ (%s) ལག་ལེན་འཐབ་མ་ཚུགས།" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -965,18 +953,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "ཆ་ལག་ པིཨའི་ཌི་ རྒྱུད་དུང་ (%s) ནང་ལས་ གནད་སྡུད་ལངམ་ ལྷག་མ་ཚུགས།" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "ཡིག་འབྲུ་ ཡུ་ཊི་ཨེཕ་ - ༨ ཀྱི་ ཁྱབ་ཚད་ཀྱི་ཕྱི་ཁར་ཨིན་མས།" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "བསྒྱུར་བཅོས་ཀྱི་ ཨིན་པུཊི་ནང་ལུ་ ནུས་མེད་འབྱུང་རིམ་འདུག" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "ཡིག་འབྲུ་ ཡུ་ཊི་ཨེཕ་- ༡༦ གི་ ཁྱབ་ཚད་ཀྱི་ཕྱི་ཁར་ཨིན་མས།" @@ -1040,17 +1025,15 @@ msgid "Unknown option %s" msgstr "ཤེས་མ་ཚུགས་པའི་གདམ་ཁ་ %s།" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "གནད་སྡུད་སྣོད་ཐོ་ཚུ་ནང་ ནུས་ཅན་ལྡེ་མིག་ཡིག་སྣོད་ འཚོལ་མ་ཐོབ།" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "དུས་རྒྱུན་གྱི་ཡིག་སྣོད་ཅིག་མེན་པས།" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "ཡིག་སྣོད་སྟོངམ་ཨིན་པས།" @@ -1066,7 +1049,6 @@ msgid "Invalid group name: %s" msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "ལྡེ་མིག་ཡིག་སྣོད་དེ་ སྡེ་ཚན་ཅིག་གི་ཐོག་ལས་ འགོ་མི་བཙུགས།" @@ -1115,7 +1097,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "ལྡེ་མིག་ཡིག་སྣོད་དེ་ལུ་ ལྡེ་མིག་'%s' སྡེ་ཚན་'%s' ནང་མིན་འདུག" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "ལྡེ་མིག་ཡིག་སྣོད་ནང་ལུ་ གྱལ་རིམ་མཇུག་ལུ་ གྲོས་ཐར་འབད་མི་ཡིག་འབྲུ་འདུག" @@ -1144,91 +1125,86 @@ msgstr "བེ་ལུ་'%s'དེ་ འཕུར་ལྡིང་ཨང་ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "བེ་ལུ་'%s'དེ་ བུ་ལིན་ཅིག་སྦེ་ ཁ་བསྒྱུར་འབད་མི་ཚུགས།" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "ཤེས་མ་ཚུགས་པའི་གདམ་ཁ་ %s།" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" @@ -1240,94 +1216,81 @@ msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒ #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "མིང་'%sའབད་མི་གློག་རིམ་གྱིས་ '%s དོན་ལུ་ དེབ་རྟགས་ཅིག་ཐོ་འགོད་མ་འབད་བས། " -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1337,142 +1300,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "ནུས་མེད་ཀྱི་ ཧོསཊི་ནེམ།" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ཡིག་སྣོད་ ’%s’:%s གསར་བསྐྲུན་འབད་མ་ཚུགས།" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག" @@ -1486,57 +1437,52 @@ msgstr "སྣོད་ཐོ་ '%s':%s ཁ་ཕྱེ་ནི་ལུ་འ msgid "Error stating file '%s': %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" @@ -1558,8 +1504,7 @@ msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་ msgid "Error closing file: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1595,78 +1540,69 @@ msgid "Error opening file '%s': %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "དུས་རྒྱུན་གྱི་ཡིག་སྣོད་ཅིག་མེན་པས།" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1697,33 +1633,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "ཡིག་སྣོད་ ’%s’: %s ལྷག་ནི་ལུ་འཛོལ་བ།" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1733,17 +1668,15 @@ msgid "Error launching application: %s" msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/el.po b/po/el.po index 90c296d..4de7238 100644 --- a/po/el.po +++ b/po/el.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-18 03:34+0200\n" "Last-Translator: Giannis Katsampirhs \n" "Language-Team: Greek \n" @@ -51,7 +51,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Απρόσμενη ετικέτα '%s' μέσα σε '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Δεν μπορεί να βρεθεί έγκυρο αρχείο σελιδοδεικτών στους καταλόγους δεδομένων" @@ -115,22 +114,20 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από '%s' σε %s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Μή έγκυρη σειρά στην είσοδο μετατροπής" # gconf/gconftool.c:1181 #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Ημιτελής σειρά χαρακτήρα στο τέλος της εισόδου" @@ -171,7 +168,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Η όνομα διαδρομής '%s' δεν είναι μια απόλυτη διαδρομή" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Ακατάλληλο όνομα συστήματος" @@ -286,7 +282,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Αποτυχία ανάγνωσης συμβολικού δεσμού '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" @@ -296,22 +291,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από `%s' σε `%s': %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_line_string" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Εναπομείναντα δεδομένα που δεν έχουν μετατραπεί στο read buffer" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Το κανάλι τερματίζει σε ημιτελή χαρακτήρα" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_to_end" @@ -587,7 +578,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "Το υπόδειγμα περιέχει αντικείμενα που δεν υποστηρίζονται για μερικό ταίριασμα" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "εσωτερικό σφάλμα" @@ -896,12 +887,10 @@ msgstr "" "κείμενο ήταν '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Το κείμενο ήταν κενό (ή περιέχει μόνο λευκό κενό)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία" @@ -955,7 +944,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Αποτυχία εκτέλεσης βοηθητικού προγράμματος(%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -1015,18 +1003,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Αποτυχία ανάγνωσης επαρκών δεδομένων από θυγατρική σωλήνωση pid (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Μή έγκυρη σειρά στην είσοδο μεταροπής" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-16" @@ -1091,17 +1076,15 @@ msgid "Unknown option %s" msgstr "Άγνωστη επιλογή %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "Δεν μπορεί να βρεθεί έγκυρο key file στους καταλόγους δεδομένων" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Δεν είναι κανονικό αρχείο" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Το αρχείο είναι κενό" @@ -1119,7 +1102,6 @@ msgid "Invalid group name: %s" msgstr "Ακατάλληλο όνομα προγράμματος: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Το Key file δεν ξεκινάει με μια ομάδα" @@ -1170,7 +1152,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Το Key file δεν έχει key '%s' στην ομάδα '%s'" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Το Key file περιέχει escape character στο τέλος της γραμμής" @@ -1199,91 +1180,86 @@ msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως έν msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "Άγνωστη επιλογή %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "τύπος %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Ανώνυμο" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" @@ -1295,94 +1271,80 @@ msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζοντα #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Το αρχείο στόχος υπάρχει" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1392,154 +1354,142 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Ακατάλληλο όνομα προγράμματος: %s" # -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Ακατάλληλο όνομα συστήματος" # -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" # -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" # gconf/gconf-internals.c:2416 -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" # gconf/gconf-internals.c:2416 -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" # -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s" # gconf/gconftool.c:1181 -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Σφάλμα επιλογής ανάλυσης %s" # -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" # -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα γνωρίσματος" @@ -1555,61 +1505,56 @@ msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s" msgid "Error stating file '%s': %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" # -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" # gconf/gconftool.c:1181 -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" # gconf/gconftool.c:1181 -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" # -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Σφάλμα στη γραμμή %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται" @@ -1634,8 +1579,7 @@ msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" msgid "Error closing file: %s" msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1677,78 +1621,67 @@ msgid "Error opening file '%s': %s" msgstr "Σφάλμα ανοίγματος αρχείου '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Το αρχείο προορισμού δεν είναι κανονικό αρχείο" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Ακατάλληλη αίτηση seek" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1780,35 +1713,34 @@ msgid "" msgstr "" # -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Σφάλμα ανάγνωσης από unix: %s" # -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Σφάλμα κλεισίματος unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" # gconf/gconftool.c:1181 -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Σφάλμα εγγραφής σε unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Αδυναμία εύρεσης εφαρμογής" @@ -1819,17 +1751,14 @@ msgid "Error launching application: %s" msgstr "Σφάλμα εκκίνησης εφαρμογής: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URIs δεν υποστηρίζονται" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Η δημιουργία συσχέτισης δεν υποστηρίζεται σε win32" diff --git a/po/en_CA.po b/po/en_CA.po index e92d47f..6be6de2 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2005-08-27 16:20-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Unexpected tag '%s' inside '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "No valid bookmark file found in data dirs" @@ -100,21 +99,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Error during conversion: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" @@ -154,7 +151,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Invalid hostname" @@ -254,7 +250,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Failed to read the symbolic link '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Symbolic links not supported" @@ -264,22 +259,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Could not open converter from '%s' to '%s': %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Leftover unconverted data in read buffer" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Channel terminates in a partial character" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Cannot do a raw read in g_io_channel_read_to_end" @@ -543,7 +534,7 @@ msgstr "backtracking limit reached" msgid "the pattern contains items not supported for partial matching" msgstr "the pattern contains items not supported for partial matching" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "internal error" @@ -841,12 +832,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "Text ended before matching quote was found for %c. (The text was '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Text was empty (or contained only whitespace)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Failed to read data from child process" @@ -896,7 +885,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Failed to execute helper program (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -950,18 +938,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Character out of range for UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Invalid sequence in conversion input" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Character out of range for UTF-16" @@ -1025,17 +1010,14 @@ msgid "Unknown option %s" msgstr "Unknown option %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Valid key file could not be found in search dirs" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Not a regular file" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "File is empty" @@ -1052,7 +1034,6 @@ msgid "Invalid group name: %s" msgstr "Invalid group name: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Key file does not start with a group" @@ -1103,7 +1084,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Key file does not have key '%s' in group '%s'" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Key file contains escape character at end of line" @@ -1132,90 +1112,84 @@ msgstr "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Stream is already closed" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operation was cancelled" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Unknown type" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s filetype" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s type" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Can't create user application configuration folder %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Can't create user MIME configuration folder %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "drive doesn't implement eject" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "drive doesn't implement polling for media" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operation not supported" @@ -1227,94 +1201,79 @@ msgstr "Operation not supported" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Can't copy over directory" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Target file exists" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Can't recursively copy directory" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Invalid symlink value given" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Trash not supported" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "File names cannot contain '%c'" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "volume doesn't implement mount" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "No application is registered as handling this file" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Enumerator is closed" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "File enumerator has outstanding operation" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "File enumerator is already closed" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Stream doesn't support query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Seek not supported on stream" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Truncate not allowed on input stream" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Truncate not supported on stream" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Input stream doesn't implement read" @@ -1324,142 +1283,128 @@ msgstr "Input stream doesn't implement read" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Can't rename file: filename already exist" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Invalid filename" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Error renaming file: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Can't open directory" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Error trashing file: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create trash dir %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for trash" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Unable to find or create trash directory" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create trashing info file: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to trash file: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Error opening directory '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Backup file creation failed" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Move between mounts not supported" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Attribute value must be non-NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Invalid attribute type (string expected)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Invalid extended attribute name" @@ -1473,57 +1418,52 @@ msgstr "Error setting extended attribute '%s': %s" msgid "Error stating file '%s': %s" msgstr "Error stating file '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" @@ -1545,8 +1485,7 @@ msgstr "Error seeking in file: %s" msgid "Error closing file: %s" msgstr "Error closing file: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Unable to find default local file monitor type" @@ -1582,78 +1521,67 @@ msgid "Error opening file '%s': %s" msgstr "Error opening file '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Target file is a directory" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Target file is not a regular file" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "The file was externally modified" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Invalid GSeekType supplied" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Invalid seek request" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Cannot truncate GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Reached maximum data array limit" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Memory output stream not resizable" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Failed to resize memory output stream" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "mount doesn't implement unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "mount doesn't implement eject" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "mount doesn't implement remount" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Output stream doesn't implement write" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Source stream is already closed" @@ -1685,33 +1613,32 @@ msgstr "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Error reading from UNIX: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Error closing UNIX: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Filesystem root" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Error writing to UNIX: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "volume doesn't implement eject" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Can't find application" @@ -1721,17 +1648,14 @@ msgid "Error launching application: %s" msgstr "Error launching application: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URIs not supported" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "association changes not supported on win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Association creation not supported on win32" diff --git a/po/en_GB.po b/po/en_GB.po index 53a7533..ae5b3bb 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-02-17 09:21-0000\n" "Last-Translator: David Lodge \n" "Language-Team: \n" @@ -41,7 +41,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Unexpected tag '%s' inside '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "No valid bookmark file found in data dirs" @@ -99,21 +98,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Error during conversion: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" @@ -153,7 +150,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Invalid hostname" @@ -253,7 +249,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Failed to read the symbolic link '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Symbolic links not supported" @@ -263,22 +258,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Could not open converter from '%s' to '%s': %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Can't do a raw read in g_io_channel_read_line_string" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Leftover unconverted data in read buffer" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Channel terminates in a partial character" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Can't do a raw read in g_io_channel_read_to_end" @@ -542,7 +533,7 @@ msgstr "backtracking limit reached" msgid "the pattern contains items not supported for partial matching" msgstr "the pattern contains items not supported for partial matching" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "internal error" @@ -840,12 +831,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "Text ended before matching quote was found for %c. (The text was '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Text was empty (or contained only whitespace)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Failed to read data from child process" @@ -895,7 +884,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Failed to execute helper program (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -949,18 +937,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Character out of range for UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Invalid sequence in conversion input" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Character out of range for UTF-16" @@ -1024,17 +1009,14 @@ msgid "Unknown option %s" msgstr "Unknown option %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Valid key file could not be found in search dirs" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Not a regular file" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "File is empty" @@ -1051,7 +1033,6 @@ msgid "Invalid group name: %s" msgstr "Invalid group name: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Key file does not start with a group" @@ -1102,7 +1083,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Key file does not have key '%s' in group '%s'" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Key file contains escape character at end of line" @@ -1131,90 +1111,84 @@ msgstr "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Stream is already closed" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operation was cancelled" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Unknown type" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s filetype" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s type" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Can't create user application configuration folder %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Can't create user MIME configuration folder %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "drive doesn't implement eject" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "drive doesn't implement polling for media" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operation not supported" @@ -1226,94 +1200,79 @@ msgstr "Operation not supported" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Can't copy over directory" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Target file exists" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Can't recursively copy directory" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Invalid symlink value given" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Wastebasket not supported" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "File names cannot contain '%c'" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "volume doesn't implement mount" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "No application is registered as handling this file" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Enumerator is closed" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "File enumerator has outstanding operation" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "File enumerator is already closed" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Stream doesn't support query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Seek not supported on stream" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Truncate not allowed on input stream" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Truncate not supported on stream" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Input stream doesn't implement read" @@ -1323,142 +1282,128 @@ msgstr "Input stream doesn't implement read" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Can't rename file, filename already exist" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Invalid filename" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Error renaming file: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Can't open directory" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Error moving file to wastebasket: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create wastebasket dir %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for wastebasket" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Unable to find or create wastebasket directory" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create wastebasket info file: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to move file to the wastebasket: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Error opening directory '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Backup file creation failed" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Move between mounts not supported" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Attribute value must be non-NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Invalid attribute type (string expected)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Invalid extended attribute name" @@ -1472,57 +1417,52 @@ msgstr "Error setting extended attribute '%s': %s" msgid "Error stating file '%s': %s" msgstr "Error stating file '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" @@ -1544,8 +1484,7 @@ msgstr "Error seeking in file: %s" msgid "Error closing file: %s" msgstr "Error closing file: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Unable to find default local file monitor type" @@ -1581,78 +1520,67 @@ msgid "Error opening file '%s': %s" msgstr "Error opening file '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Target file is a directory" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Target file is not a regular file" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "The file was externally modified" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Invalid GSeekType supplied" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Invalid seek request" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Cannot truncate GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Reached maximum data array limit" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Memory output stream not resizable" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Failed to resize memory output stream" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "mount doesn't implement unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "mount doesn't implement eject" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "mount doesn't implement remount" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Output stream doesn't implement write" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Source stream is already closed" @@ -1684,33 +1612,32 @@ msgstr "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Error reading from unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Error closing unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Filesystem root" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Error writing to unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "volume doesn't implement eject" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Can't find application" @@ -1720,17 +1647,14 @@ msgid "Error launching application: %s" msgstr "Error launching application: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URIs not supported" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "association changes not supported on win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Association creation not supported on win32" diff --git a/po/eo.po b/po/eo.po index 1ff5d22..eb20a49 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2003-07-01 15:10-0500\n" "Last-Translator: Charles Voelger \n" "Language-Team: Esperanto \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -100,21 +99,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Ne eblas malfermi konvertilon de '%s' to '%s': %s" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Nevalida bitokosekvenco en konverta enigo" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Eraro dum konverto: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Parta signosekvenco je enigofino" @@ -154,7 +151,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "La padnomo '%s' ne estas absolutan padon" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Nevalida komputilnomo" @@ -254,7 +250,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Malsukcesis krei dosieron '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "" @@ -264,22 +259,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Ne eblis malfermi konvertilon de '%s al '%s: %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Kroma nekonvertinta datumo en legbufro" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanalo finas kun parta signo" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ne povas fari krudan legon en g_io_channel_read_to_end" @@ -544,7 +535,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -847,12 +838,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "Teksto finis antaŭ konvenan citilon por %c. (La teksto estis '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Teksto estis malplena (aŭ enhavis nur blankspacon)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Malsukesis legi datumon de procezido" @@ -902,7 +891,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Malsukcesis lanĉi helpant-programon" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -955,18 +943,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Malsukcesis legi sufiĉe datumon de ida pid-dukto (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Signo ne estas en la UTF-8 intervalo" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Nevalida sekvenco en konverta enigo" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Signo ne estas en la UTF-16 intervalo" @@ -1030,17 +1015,14 @@ msgid "Unknown option %s" msgstr "" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "" @@ -1056,7 +1038,6 @@ msgid "Invalid group name: %s" msgstr "Nevalida komputilnomo" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1105,7 +1086,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1134,90 +1114,84 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "" @@ -1229,94 +1203,79 @@ msgstr "" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1326,142 +1285,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nevalida komputilnomo" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Nevalida komputilnomo" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Malsukcesis krei dosieron '%s': %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Eraro dum malfermado de dosierujo '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Dokumento neatendite finis en atributa nomo" @@ -1475,57 +1422,52 @@ msgstr "Eraro dum malfermado de dosierujo '%s': %s" msgid "Error stating file '%s': %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Eraro dum konverto: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Eraro ĉe linio %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1547,8 +1489,7 @@ msgstr "Eraro dum legado de dosiero '%s': %s" msgid "Error closing file: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1584,78 +1525,68 @@ msgid "Error opening file '%s': %s" msgstr "Eraro dum legado de dosiero '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Nevalida komputilnomo" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1686,33 +1617,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Eraro dum legado de dosiero '%s': %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Eraro ĉe linio %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Eraro dum konverto: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1722,17 +1652,14 @@ msgid "Error launching application: %s" msgstr "Eraro dum konverto: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/es.po b/po/es.po index a8861eb..0169b15 100644 --- a/po/es.po +++ b/po/es.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-11 07:46+0100\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" @@ -45,7 +45,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Etiqueta «%s» inesperada dentro de «%s»" #: glib/gbookmarkfile.c:1798 -#, 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 " @@ -106,21 +105,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "No se pudo abrir el conversor de «%s» a «%s»" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Hay una secuencia de bytes no válida en la entrada de conversión" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Falló durante la conversión: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Hay una secuencia parcial de caracteres en el final de la entrada" @@ -160,7 +157,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "El nombre de la ruta «%s» no es una ruta absoluta" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "El nombre del host es inválido" @@ -260,7 +256,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Falló al leer el enlace simbólico «%s»: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Enlaces simbólicos no soportados" @@ -270,23 +265,19 @@ 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 -#, 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" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Se han dejado datos no convertidos en el búfer de lectura" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "El canal termina en un carácter parcial" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "No se puede hacer una lectura en bruto (raw) en g_io_channel_read_to_end" @@ -566,7 +557,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "el patrón contiene elementos no soportados para una coincidencia parcial" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "error interno" @@ -874,12 +865,10 @@ msgstr "" "c. (El texto era «%s»)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "El texto está vacío (o sólo contiene espacios en blanco)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Falló al leer los datos desde un proceso hijo" @@ -931,7 +920,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Falló al ejecutar el programa auxiliar (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -985,18 +973,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Falló al leer suficientes datos desde el conducto del pid hijo (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "El carácter se sale del rango para UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Secuencia inválida en la entrada de conversión" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "El carácter se sale del rango para UTF-16" @@ -1060,19 +1045,16 @@ msgid "Unknown option %s" msgstr "Opción desconocida %s" #: 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 -#, c-format msgid "Not a regular file" msgstr "No es un archivo regular" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "El archivo está vacío" @@ -1090,7 +1072,6 @@ msgid "Invalid group name: %s" msgstr "Nombre de grupo no válido: %s" #: 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" @@ -1145,7 +1126,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "El archivo de claves no tiene la clave «%s» en el grupo «%s»" #: glib/gkeyfile.c:3474 -#, 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" @@ -1175,92 +1155,86 @@ msgstr "El valor «%s» no puede interpretarse como un número de coma flotante. msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no puede interpretarse como un booleano." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "El valor de conteo pasado a %s es demasiado largo" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "El flujo ya se cerró" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Se canceló la operación" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Tipo desconocido" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "tipo de archivo %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "tipo %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Final de flujo inesperadamente prematuro" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sin nombre" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "El archivo de escritorio no especificó el campo Exec" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Imposible encontrar el terminal requerido por la aplicación" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "No se puede crear la carpeta de configuración de la aplicación %s del " "usuario: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "No se puede crear la carpeta de configuración MIME %s del usuario: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, 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:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Definición personalizada para %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "la unidad no implementa la expulsión" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "la unidad no implementa el sondeo para medios" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operación no soportada" @@ -1272,94 +1246,79 @@ msgstr "Operación no soportada" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "El punto de montaje contenido no existe" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "No se puede copiar sobre el directorio" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "No se puede copiar directorio sobre directorio" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "El archivo destino ya existe" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "No se puede copiar el directorio recursivamente" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "El valor del enlace simbólico dado no es válido" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "No se soporta mover a la papelera" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Los nombres de archivo no pueden contener «%c»" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "el volumen no implementa el montado" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "No hay ninguna aplicación registrada para manejar este archivo" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "El enumerador está cerrado" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "El enumerador del archivo tiene una operación excepcional" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "El enumerador del archivo ya está cerrado" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "El flujo no soporta query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "No se permite buscar en el flujo" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "No se permite truncar en el flujo de entrada" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "No se soporta el truncamiento en el flujo" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "El flujo de entrada no implementa la lectura" @@ -1369,145 +1328,131 @@ msgstr "El flujo de entrada no implementa la lectura" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "El flujo tiene una operación excepcional" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" "No se pudo encontrar el tipo de monitorización del directorio local " "predeterminado" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Nombre de archivo no válido %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error al obtener la información del sistema de archivos: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "No se puede renombrar el directorio raíz" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "No se puede renombrar el archivo, el nombre ya existe" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Nombre de archivo inválido" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Error al renombrar el archivo: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Error al abrir el archivo: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "No se puede abrir el directorio" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Error al eliminar el archivo: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Error al mover a la papelera el archivo: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "No se pudo crear el directorio papelera %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" "No se pudo encontrar el directorio de nivel superior para mover a la papelera" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "No se pudo encontrar o crear el directorio de la papelera" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "No se pudo crear la información de papelera para el archivo: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "No se pudo enviar a la papelera el archivo: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Falló al abrir el directorio «%s»: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Error al crear el enlace simbólico: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Error al mover el archivo: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "No se puede mover un directorio sobre un directoro" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Falló la creación del archivo de respaldo" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Error al eliminar el archivo destino: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "No se soporta mover archivos entre puntos de montaje" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "El valor del atributo de ser no nulo" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo no válido (se esperaba una cadena)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Nombre extendido del atributo no válido" @@ -1521,59 +1466,54 @@ msgstr "Error al establecer el atributo extendido «%s»: %s" msgid "Error stating file '%s': %s" msgstr "Error al mostrar información del estado del archivo «%s»: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (codificación no válida)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "" "Error al mostrar la información del estado del descriptor del archivo: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo no válido (se esperaba uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo no válido (se esperaba uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo no válido (se esperaba una cadena byte)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Error al establecer permisos: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Error al establecer el propietario: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "el enlace simbólico debe ser no nulo" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Error al establecer el enlace simbólico: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "Error al establecer el enlace simbólico: el archivo no es un enlace simbólico" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Establecer el atributo %s no está soportado" @@ -1595,8 +1535,7 @@ msgstr "Error al buscar en el archivo: %s" msgid "Error closing file: %s" msgstr "Error al cerrar el archivo: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" "No se pudo encontrar el tipo de monitorización del archivo local " @@ -1634,78 +1573,67 @@ msgid "Error opening file '%s': %s" msgstr "Error al abrir el archivo «%s»: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "El archivo destino es un directorio" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "El archivo destino no es un archivo regular" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "El archivo se modificó externamente" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Se proporcionó un GSeekType no válido" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Petición de búsqueda no válida" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "No se puede truncar GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Se alcanzó el límite máximo del array de datos" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "El flujo de salida de la memoria no es redimensionable" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Falló al redimensionar el flujo de salida de la memoria" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "el punto de montaje no implementa desmontado" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "el punto de montaje no implementa la expulsión" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "el punto de montaje no implementa remontado" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "El flujo de salida no implementa la escritura" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "El flujo de origen ya está cerrado" @@ -1738,33 +1666,32 @@ msgstr "" "nombre en los caracteres «-». Si se proporcionan varios nombres los ignora " "después del primero." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Error al leer de unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Error al cerrar unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Sistema de archivos raíz" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Error al escribir en unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "el volumen no implementa la expulsión" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "No se puede encontrar la aplicación" @@ -1774,17 +1701,14 @@ msgid "Error launching application: %s" msgstr "Error al analizar la aplicación: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "No se soportan URI" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "los cambios de asociación no están soportados en win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "La creación de asociación no está soportada en win32" diff --git a/po/et.po b/po/et.po index 78bcd24..e7baf3b 100644 --- a/po/et.po +++ b/po/et.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: GLib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-17 09:29+0200\n" "Last-Translator: Ivar Smolin \n" "Language-Team: Estonian \n" @@ -47,7 +47,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' on ootamatu silt '%1$s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Andmekataloogidest ei leitud korrektset järjehoidjafaili" @@ -105,21 +104,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Vigane baidijada sisendi teisendamisel" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Viga teisendamisel: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Osaline märgijada sisendi lõpus" @@ -159,7 +156,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Rajanimi '%s' ei ole absoluutne rada" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Vigane hostinimi" @@ -259,7 +255,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Tõrge nimeviida '%s' lugemisel: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Nimeviidad ei ole toetatud" @@ -269,22 +264,18 @@ 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 -#, 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Lugemispuhvrisse jäi teisendamata andmeid" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanali katkestus poole märgi pealt" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ei saa teostada toorest lugemise g_io_channel_read_to_end'i sees" @@ -546,7 +537,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "muster sisaldab kirjeid, mis pole osalise vastavuse otsingu puhul toetatud" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "sisemine viga" @@ -843,12 +834,10 @@ 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 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Tekst puudus (või sisaldas ainult tühja ruumi)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Tõrge andmete lugemisel alamprotsessilt" @@ -898,7 +887,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Tõrge abiprogrammi käivitamisel (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -953,18 +941,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Tõrge piisavate andmete lugemisel lapsprotsessi torust (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Märk on väljaspool UTF-8 ulatust" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Vigane jada sisendi teisendamisel" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Märk on väljaspool UTF-16 ulatust" @@ -1028,17 +1013,14 @@ msgid "Unknown option %s" msgstr "Tundmatu võti %s" #: 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:393 -#, c-format msgid "Not a regular file" msgstr "Pole tavaline fail" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Fail on tühi" @@ -1056,7 +1038,6 @@ msgid "Invalid group name: %s" msgstr "Vigane grupi nimi: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Võtmefail ei alga grupiga" @@ -1108,7 +1089,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Võtmefail ei sisalda võtit '%s' grupis '%s'" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Võtmefail sisaldab rea lõpus paomärki" @@ -1137,91 +1117,85 @@ msgstr "Väärtust '%s' pole võimalik ujukomalise väärtusena kasutada." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Väärtust '%s' pole võimalik tõeväärtusena kasutada." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Voog on juba suletud" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operatsioon tühistati" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Tundmatu liik" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Ootamatult varajane voolõpp" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nimeta" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Töölauafail ei määra Exec-välja" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" "Rakenduse käivitamiseks vajalikku terminalprogrammi pole võimalik leida" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kasutaja rakenduse seadistustekataloogi %s pole võimalik luua: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kasutaja MIME-seadistustekataloogi %s pole võimalik luua: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Kasutaja töölauafaili %s pole võimalik luua" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "seade ei toeta väljastamist" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operatsioon ei ole toetatud" @@ -1233,94 +1207,79 @@ msgstr "Operatsioon ei ole toetatud" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Sihtfail on olemas" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Kataloogi pole võimalik rekursiivselt kopeerida" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Määrati vigane nimeviida väärtus" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Failinimed ei tohi sisaldada märki '%c'" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Selle faili käsitlemiseks pole rakendust registreeritud" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Voog ei toeta query_info't" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1330,142 +1289,128 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Vigane failinimi %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Viga failisüsteemi andmete hankimisel: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Juurkataloogi nime pole võimalik muuta" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Faili pole võimalik ümber nimetada, failinimi on juba olemas" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Vigane failinimi" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Viga faili nime muutmisel: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Viga avamisel: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Kataloogi pole võimalik avada" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Viga faili eemaldamisel: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Viga kataloogi '%s' avamisel: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Viga nimeviida loomisel: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Viga faili ümbertõstmisel: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Tõrge varufaili loomisel" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Viga sihtfaili eemaldamisel: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Rekvisiidi väärtus ei tohi olla NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse stringi)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Vigane laiendatud rekvisiidi nimi" @@ -1479,57 +1424,52 @@ msgstr "Viga laiendatud rekvisiidi '%s' seadmisel: %s" msgid "Error stating file '%s': %s" msgstr "Viga faili '%s' kohta andmete hankimisel: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (vigane kodeering)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Viga failideskriptori kohta andmete hankimisel: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Vigane rekvisiidi tüüp (oodatakse baitstringi)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Viga pääsuõiguste määramisel: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Viga omaniku seadmisel: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Viga nimeviida seadmisel: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Viga nimeviida seadmisel: fail pole nimeviide" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Rekvisiidi %s seadmine pole toetatud" @@ -1551,8 +1491,7 @@ msgstr "" msgid "Error closing file: %s" msgstr "Viga faili sulgemisel: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Failimonitori vaikimisi liiki pole võimalik leida" @@ -1588,78 +1527,67 @@ msgid "Error opening file '%s': %s" msgstr "Viga faili '%s' avamisel: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Sihtfail on kataloog" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Sihtfail pole tavaline fail" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Masiivi suurima suuruse piir ületati" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Lähtevoog on juba suletud" @@ -1689,33 +1617,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Failisüsteemi juurikas" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Rakendust pole võimalik leida" @@ -1725,17 +1652,14 @@ msgid "Error launching application: %s" msgstr "Viga rakenduse käivitamisel: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI-d ei ole toetatud" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "seose muutmine pole win32 keskkonnas toetatud" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Seose loomine pole win32 keskkonnas toetatud" diff --git a/po/eu.po b/po/eu.po index 7f31e24..13068cb 100644 --- a/po/eu.po +++ b/po/eu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-11 14:16+0100\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" @@ -45,7 +45,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' barruan ustekabeko '%1$s' etiketa" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Ezin izan da baliozko laster-marken fitxategia aurkitu datuen direktorioan" @@ -104,21 +103,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Ezin izan da '%s'(e)tik %s(e)rako bihurtzailea ireki" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Byten sekuentzia baliogabea bihurketa-sarreran" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Errorea bihurtzean: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Karaktere-sekuentzia partziala sarreraren amaieran" @@ -159,7 +156,6 @@ msgstr "'%s' bide-izena ez da bide-izen absolutua" # #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Ostalari-izen baliogabea" @@ -268,7 +264,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Esteka sinbolikoak ez dira onartzen" @@ -278,22 +273,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Ezin izan da `%s'(e)tik `%s'(e)rako bihurtzailea ireki: %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Ezin dira datu gordinak irakurri 'g_io_channel_read_line_string'-en" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Irakurketa-bufferrean geratu diren bihurtu gabeko datuak" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanala karaktere partzial batean bukatzen da" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ezin dira datu gordinak irakurri 'g_io_channel_read_to_end'-etik" @@ -567,7 +558,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "ereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnak" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "barneko errorea" @@ -873,12 +864,10 @@ msgstr "" "Testua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Testua hutsik dago (edo zuriuneak bakarrik ditu)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Ezin izan da daturik irakurri prozesu umetik" @@ -930,7 +919,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Ezin izan da laguntza-programa exekutatu (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -984,18 +972,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Ezin izan da nahikoa datu irakurri pid kanalizazio umetik (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Karakterea UTF-8 barrutitik kanpo" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Sekuentzia baliogabea bihurketa-sarreran" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Karakterea UTF-16 barrutitik kanpo" @@ -1059,17 +1044,14 @@ msgid "Unknown option %s" msgstr "%s aukera ezezaguna" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Ezin izan da baliozko gakoa datuen direktorioan aurkitu" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Ez da fitxategi arrunta" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Fitxategia hutsik dago" @@ -1088,7 +1070,6 @@ msgid "Invalid group name: %s" msgstr "Taldearen izen baliogabea: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Gako-fitxategiak ez da talde batekin hasten" @@ -1142,7 +1123,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Gako-fitxategiak ez dauka '%s' gakoa ('%s' taldean)" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Gako-fitxategiak ihes-karakterea dauka lerro amaieran" @@ -1171,91 +1151,85 @@ msgstr "'%s' balioa ezin da zenbaki mugikor gisa interpretatu." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' balioa ezin da bolear gisa interpretatu" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Zenbaketaren balio handiegia honi pasatuta: %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Korrontea jadanik itxita dago" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Eragiketa bertan behera utzi da" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Mota ezezaguna" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s fitxategi mota" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s mota" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Ustekabeko korronte-amaiera azkarregia" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Izenbagea" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Mahaigaineko fitxategiak ez du Exec eremua zehaztu" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Ezin izan da aplikazioak eskatzen duen terminala aurkitu" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Ezin da erabiltzailearen aplikazioaren %s konfigurazio-karpeta sortu: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Ezin da erabiltzailearen MIMEren %s konfigurazio-karpeta sortu: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Ezin da erabiltzailearen mahaigaineko %s fitxategia sortu" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "%s(r)en definizio pertsonalizatua" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "gailuak ez dauka 'egotzi' inplementatuta" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "gailuak ez dauka euskarria eskaneatzeko inplementaziorik" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Eragiketa ez dago onartuta" @@ -1267,94 +1241,79 @@ msgstr "Eragiketa ez dago onartuta" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Ontziaren muntaia ez da existitzen" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Ezin da direktorioaren gainean kopiatu" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Ezin da direktorioa kopiatu direktorio gainean" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Helburuko fitxategia existitzen da" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Ezin da direktorioa errekurtsiboki kopiatu" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Esteka sinbolikoaren baliogabeko balioa eman da" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Zakarrontzira botatzea ez dago onartuta" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Fitxategi-izenek ezin dute '%c' eduki" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "bolumenak ez dauka muntatzea inplementatuta" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Ez da aplikaziorik erregistratu fitxategi hau kudeatzeko" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Zerrendatzailea itxi da" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Fitxategiaren zerrendatzaileak eragiketa bat du lanean" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Fitxategiaren zerrendatzailea itxi da jadanik" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Korronteak ez du query_info onartzen" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Ez da bilaketarik onartzen korrontean" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Trunkatzea ez da baimentzen sarrerako korrontean" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Trunkatzea ez da onartzen korrontean" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Sarrerako korronteak ez dauka irakurtzea inplementatuta" @@ -1364,144 +1323,130 @@ msgstr "Sarrerako korronteak ez dauka irakurtzea inplementatuta" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Korronteak eragiketa bat du lanean" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Ezin da lokaleko direktorio lehenetsiaren monitorizazio mota aurkitu" # -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "%s fitxategi-izen baliogabea" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Errorea fitxategi-sistemako informazioa lortzean: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Ezin da erroko direktorioa izenez aldatu" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Ezin da fitxategia izenez aldatu, fitxategi-izena badago lehendik ere" # -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Fitxategi-izen baliogabea" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Errorea fitxategia izenez aldatzean: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Errorea fitxategia irekitzean: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Ezin da direktorioa ireki" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Errorea fitxategia kentzean: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Errorea fitxategia zakarrontzira botatzean: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ezin izan da zakarrontziaren '%s' direktorioa sortu: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Ezin da zakarrontziaren goi-mailako direktorioa aurkitu" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Ezin da zakarrontziaren direktorioa aurkitu edo sortu" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Ezin da zakarrontziaren informazio-fitxategia sortu: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Ezin da fitxategia zakarrontzira bota: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Errorea '%s' direktorioa irekitzean: %s " -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Errorea esteka sinbolikoa sortzean: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Errorea fitxategia lekuz aldatzean: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Ezin da direktorioa lekuz aldatu direktorioaren gainera" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Huts egin du babeskopia sortzean" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Errorea helburuko fitxategia kentzean: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Muntaien artean lekuz aldatzea ez dago onartuta" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Atributuaren balioa NULL ezin da izan" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Atributu mota baliogabea (katea espero zen)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Atributu hedatuaren izen baliogabea" @@ -1515,58 +1460,53 @@ msgstr "Errorea '%s' atributu hedatua ezartzean: %s" msgid "Error stating file '%s': %s" msgstr "Errorea '%s' fitxategiaren egoera irakurtzean: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (baliogabeko kodeketa)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Errorea fitxategiaren deskriptorearen egoera irakurtzean: %s " -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Baliogabeko atributu mota (uint32 espero zen)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Baliogabeko atributu mota (uint64 espero zen)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Baliogabeko atributu mota (byte katea espero zen)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Errorea baimenak ezartzean: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Errorea jabea ezartzean: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "esteka sinbolikoak NULL-en desberdina izan behar du" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Errorea esteka sinbolikoa ezartzean: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "%s atributuaren ezarpena ez dago onartuta" @@ -1588,8 +1528,7 @@ msgstr "Errorea fitxategian bilatzean: %s" msgid "Error closing file: %s" msgstr "Errorea fitxategia ixtean: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Ezin da lokaleko fitxategi lehenetsiaren monitorizazio mota aurkitu" @@ -1625,79 +1564,68 @@ msgid "Error opening file '%s': %s" msgstr "Errorea '%s' fitxategia irekitzean: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Helburuko fitxategia direktorio bat da" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Helburuko fitxategia ez da fitxategi arrunta" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Fitxategia kanpotik aldatu da" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Baliogabeko GSeekType eman da" # #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Bilaketa-eskaera baliogabea" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Ezin da GMemoryInputStream trunkatu" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Datu-matrizearen gehienezko mugara iritsi da" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Ezin da memoriaren irteeraren korrontea tamainaz aldatu" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Huts egin du memoriaren irteeraren korrontea tamainaz aldatzean" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "muntaiak ez dauka desmuntatzea inplementatuta" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "muntaiak ez dauka egoztea inplementatuta" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "muntaiak ez dauka birmuntaketa inplementatuta" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Irteerako korronteak ez dauka idaztea inplementatuta" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Iturburuko korrontea jadanik itxi da" @@ -1730,33 +1658,32 @@ msgstr "" "erabiliko diren ala ez. Aurrenekoaren ondoren dauden izenak baztertzen ditu " "hainbat izen ematen badira." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Errorea UNIXetik irakurtzean: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Errorea UNIX ixtean: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Fitxategi-sistemaren erroa" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Errorea UNIXen idaztean: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "bolumenak ez dauka egoztea inplementatuta" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Ezin da aplikazioa aurkitu" @@ -1766,17 +1693,14 @@ msgid "Error launching application: %s" msgstr "Errorea aplikazioa abiaraztean: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URIak ez daude onartuta" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "asoziazioaren aldaketak ez dira onartzen win32 sisteman" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Asoziazioa sortzea ez da onartzen win32 sisteman" diff --git a/po/fa.po b/po/fa.po index 474f1ba..1023031 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2006-09-04 18:36+0330\n" "Last-Translator: Roozbeh Pournader \n" "Language-Team: Persian\n" @@ -40,7 +40,7 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "برچسب غیرمنتظرهٔ «%s» داخل «%s»" #: glib/gbookmarkfile.c:1798 -#, fuzzy, c-format +#, fuzzy msgid "No valid bookmark file found in data dirs" msgstr "پروندهٔ چوب‌الف معتبری در شاخه‌های داده پیدا نمی‌شود" @@ -98,21 +98,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "نمی‌توان مبدل «%s» به «%s» را باز کرد" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "دنبالهٔ بایتی نامعتبر در ورودی تبدیل" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "خطا در حین تبدیل: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "دنباله نویسهٔ ناتمام در انتهای ورودی" @@ -152,7 +150,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "نام مسیر «‎%s» یک مسیر مطلق نیست" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "نام میزبان نامعتبر" @@ -252,7 +249,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "خواندن پیوند نمادی «‎%s» شکست خورد: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" @@ -262,22 +258,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "نمی‌توان مبدل «%s» به «%s» را باز کرد: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "دادهٔ تبدیل‌نشده در میان‌گیر خواندن باقی مانده است" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "کانال با یک نویسهٔ ناتمام پایان می‌یابد" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "نمی‌توان در g_io_channel_read_to_end خوانش خام انجام داد" @@ -542,7 +534,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -848,12 +840,10 @@ msgstr "" "عبارت بود از «%s»)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "متن خالی بود (یا فقط فاصلهٔ خالی داشت)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "خواندن داده‌ها از فراروند فرزند شکست خورد" @@ -903,7 +893,6 @@ msgid "Failed to execute helper program (%s)" msgstr "اجرای برنامهٔ راهنما (‎%s) شکست خورد" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -958,18 +947,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "خواندن دادهٔ کافی از لولهٔ pid فرزند شکست خورد (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "نویسهٔ خارج از محدوده برای UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "دنبالهٔ نامعتبر در ورودی تبدیل" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "نویسهٔ خارج از محدوده برای UTF-16" @@ -1033,17 +1019,15 @@ msgid "Unknown option %s" msgstr "گزینهٔ نامعلوم %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "پروندهٔ کلید معتبر در شاخه‌های داده یافت نمی‌شود" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "پرونده متعارف نیست" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "پرونده خالی است" @@ -1059,7 +1043,6 @@ msgid "Invalid group name: %s" msgstr "نام برنامهٔ نامعتبر: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "پروندهٔ کلید با یک گروه آغاز نمی‌شود" @@ -1109,7 +1092,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "پروندهٔ کلید، کلید «%s» در گروه «%s» را ندارد" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "پرونده کلید شامل نویسهٔ گریز در انتهای خط است" @@ -1138,91 +1120,86 @@ msgstr "مقدار «%s» را نمی‌توان به عدد اعشاری تفس msgid "Value '%s' cannot be interpreted as a boolean." msgstr "مقدار «%s» را نمی‌توان به مقدار بولی تفسیر کرد" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "گزینهٔ نامعلوم %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" @@ -1234,94 +1211,81 @@ msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "برنامه‌ای با نام «%s» چوب‌الفی برای «‎%s» ثبت نکرده است" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1331,142 +1295,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "نام برنامهٔ نامعتبر: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "نام میزبان نامعتبر" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ایجاد پروندهٔ «‎%s» شکست خورد: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "خطا در باز کردن شاخهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "خطا در تجزیهٔ گزینهٔ %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک مشخصه به‌پایان رسید" @@ -1480,57 +1432,52 @@ msgstr "خطا در باز کردن شاخهٔ «‎%s»‏: %s" msgid "Error stating file '%s': %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "خطا در حین تبدیل: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "خطا در سطر %Id:‏ %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" @@ -1552,8 +1499,7 @@ msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" msgid "Error closing file: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1589,78 +1535,69 @@ msgid "Error opening file '%s': %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "پرونده متعارف نیست" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "نام برنامهٔ نامعتبر: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1691,33 +1628,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "خطا در خواندن پروندهٔ «‎%s»‏: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "خطا در سطر %Id:‏ %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "خطا در تجزیهٔ گزینهٔ %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1727,17 +1663,15 @@ msgid "Error launching application: %s" msgstr "خطا در تجزیهٔ گزینهٔ %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/fi.po b/po/fi.po index 3d861aa..0582551 100644 --- a/po/fi.po +++ b/po/fi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-11 12:53+0200\n" "Last-Translator: Timo Jyrinki \n" "Language-Team: Finnish \n" @@ -43,7 +43,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Odottamaton merkintä \"%s\" kohdassa \"%s\"" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Kelvollista kirjanmerkkitiedostoa ei löytynyt datahakemistoista" @@ -102,21 +101,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Virheellinen tavusarja muunnettavassa syötteessä" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Virhe muunnoksen aikana: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Osittainen tavusarja syötteen lopussa" @@ -156,7 +153,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Polku \"%s\" ei ole absoluuttinen" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Virheellinen isäntänimi" @@ -263,7 +259,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Symbolisen linkin \"%s\" lukeminen epäonnistui: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Symbolisia linkkejä ei tueta" @@ -273,23 +268,19 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata: %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Funktiossa g_io_channel_read_line_string ei voi suorittaa raakalukemista" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Jäljelle jäänyt muuntamaton data lukupuskurissa" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanava päättyy osittaiseen merkkiin" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Funktiossa g_io_channel_read_to_end ei voi suorittaa raakalukemista" @@ -559,7 +550,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "malli sisältää kohtia, jotka eivät ole tuettu osittaisessa täsmäyksessä" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "sisäinen virhe" @@ -861,12 +852,10 @@ msgstr "" "oli \"%s\")" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Teksti oli tyhjä (tai sisälsi vain tyhjiä merkkejä)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Datan lukeminen lapsiprosessilta epäonnistui" @@ -917,7 +906,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Apuohjelman suoritus epäonnistui (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -972,18 +960,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Lapsiprosessin pid-putkesta ei voitu lukea riittävästi dataa (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Merkki on sallitun UTF-8-välin ulkopuolella" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Virheellinen sarja muunnettavassa syötteessä" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Merkki on sallitun UTF-16-välin ulkopuolella" @@ -1047,17 +1032,14 @@ msgid "Unknown option %s" msgstr "Tuntematon optio %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Kelvollista avaintiedostoa ei löytynyt haetuista kansioista" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Ei tavallinen tiedosto" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Tiedosto on tyhjä" @@ -1075,7 +1057,6 @@ msgid "Invalid group name: %s" msgstr "Virheellinen ryhmän nimi: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Avaintiedosto ei ala ryhmällä" @@ -1128,7 +1109,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "AVaintiedostossa ei ole avainta \"%s\" ryhmässä \"%s\"" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Avaintiedosto sisältää escape-jonon rivin lopussa" @@ -1157,90 +1137,84 @@ msgstr "Arvoa \"%s\" ei voida tulkita liukuluvuksi." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Arvoa \"%s\" ei voida turkita totuusarvoksi." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Liian suuri laskuriarvo välitetty kohteelle %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Virta on jo suljettu" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Toiminto oli peruttu" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Tuntematon tyyppi" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s-tiedostotyyppi" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s-tyyppi" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Odottamaton aikainen virran loppu" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nimeämätön" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Työpöytätiedosto ei määrittele Exec-kenttää" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Sovelluksen vaatimaa päätettä ei löydy" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Käyttäjän sovellusten asetuskansiota %s ei voi luoda: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Käyttäjän MIME-asetusten kansiota %s ei voi luoda: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Käyttäjän työpöytätiedostoa %s ei voi luoda" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Oma määrittely kohteelle %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "asema ei toteuta aseman avausta" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "asema ei toteut median tarkkailua" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Toiminto ei ole tuettu" @@ -1252,94 +1226,79 @@ msgstr "Toiminto ei ole tuettu" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Ylläolevaa liitospistettä ei löydy" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Kansion päälle ei voi kopioida" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Kansiota ei voi kopioida kansion päälle" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Kohdetiedosto on olemassa" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Kansiota ei voi kopioida rekursiivisesti" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Saatiin virheellinen symbolisen linkin arvo" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Roskakori ei ole tuettu" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Tiedostonimi ei voi sisältää merkkiä \"%c\"" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "taltio ei toteuta liittämistä" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Tiedoston käsittelyyn ei ole rekisteröity mitään sovellusta" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Numeraattori on suljettu" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Tiedoston numeraattorilla on odottavia toimintoja" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Numeraattori on jo suljettu" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Virta ei tue komentoa query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Virta ei tue siirtymistä" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Syötevirtaa ei voi kutistaa" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Virta ei tue kutistamista" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Syötevirta ei toteuta lukua" @@ -1349,142 +1308,128 @@ msgstr "Syötevirta ei toteuta lukua" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Virrassa on toiminto odottamassa" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Paikallista kansiontarkkailun oletustyyppiä ei voi selvittää" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Virheellinen tiedostonimi %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Virhe haettaessa tietoja tiedostojärjestelmästä: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Juurikansiota ei voi nimetä uudestaan" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Tiedostoa ei voi nimetä uudestaan, tiedosto on jo olemassa" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Virheellinen tiedostonimi" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Virhe nimettäessä tiedostoa uudestaan: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Virhe avattaessa tiedostoa: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Kansiota ei voi avata" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Virhe poistettaessa tiedostoa: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Virhe siirrettäessä tiedostoa roskakoriin: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Roskakorikansiota %s ei voi luoda: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Päätasoa roskakoria varten ei löydy" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Roskakori kansiota ei löydy tai sitä ei voi luoda" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Roskakorin informaatiotiedostoa ei voi luoda: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Tiedosto ei voi siirtää roskakoriin: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Virhe hakemiston \"%s\" avaamisessa: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Virhe luotaessa symbolista linkkiä: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Virhe siirrettäessä tiedostoa: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Kansiota ei voi siirtää kansion päälle" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Varmuuskopiotiedoston luonti epäonnistui" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Virhe poistettaessa kohdetiedostoa: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Siirto liitospisteiden välillä ei ole tuettu" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Ominaisuuden arvo ei voi olla NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Virheellinen ominaisuustyyppi (piti olla merkkijono)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Virheellinen laajennetun ominaisuuden nimi" @@ -1498,58 +1443,53 @@ msgstr "Virhe asetettaessa laajennettua ominaisuutta \"%s\": %s" msgid "Error stating file '%s': %s" msgstr "Virhe tarkkailtaessa tiedostoa \"%s\": %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (virheellinen merkistökoodaus)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Virhe tarkkailtaessa tiedostokuvaajaa: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Virheellinen ominaisuuden tyyppi (piti olla tavujono)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Virhe asetettaessa oikeuksia: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Virhe asetettaessa omistajaa: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symbolinen linkki ei voi olla NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Virhe asetettaessa symbolista linkkiä: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "Virhe asetettaessa symbolista linkkiä: tiedosto ei ole symbolinen linkki" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Ominaisuuden %s asetus ei ole tuettu" @@ -1571,8 +1511,7 @@ msgstr "Virhe siirryttäessä tiedostossa: %s" msgid "Error closing file: %s" msgstr "Virhe suljettaessa tiedostoa: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Paikallisen tiedostomonitorinnin oletustapaa ei voitu selvittää" @@ -1608,78 +1547,67 @@ msgid "Error opening file '%s': %s" msgstr "Virhe avattaessa tiedostoa \"%s\": %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Kohdetiedosto on kansio" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Kohdetiedosto ei ole tavallinen tiedosto" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Tiedostoa muokattiin muualta" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Saatiin virheellinen GSeekType" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Virheellinen siirtymispyyntö" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream-kohdetta ei voi kutistaa" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Tietotaulukon suurin koko tuli vastaan" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Muistin tulostevirran koko ei ole muutettavissa" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Muistin tulostevirran koon muutos epäonnistui" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "mount ei toteuta irrottamista" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "mount ei toteuta aseman avaamista" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "mount ei toteuta uudestaanliittämistä" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Tulostevirta ei toteuta kirjoitusta" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Lähdevirta on jo suljettu" @@ -1712,33 +1640,32 @@ msgstr "" "merkkien kohdilta. Jättää huomiotta ensimmäisen jälkeiset nimet, jos useita " "on annettu." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Virhe luettaessa UNIX:ilta: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Virhe suljettaessa UNIX:ia: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Tiedostojärjestelmän juuri" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Virhe käsiteltäessä UNIX:iin: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "taltio ei toteuta aseman avausta" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Ohjelmaa ei löydy" @@ -1748,17 +1675,14 @@ msgid "Error launching application: %s" msgstr "Virhe käynnistettäessä ohjelmaa: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI:ja ei tueta" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "assosiaation muutokset eivät ole tuettu win32-alustalla" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Assosiaation luonti ei ole tuettu win32-alustalla" diff --git a/po/fr.po b/po/fr.po index b285997..09e51fd 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-02-12 20:55+0100\n" "Last-Translator: Claude Paroz \n" "Language-Team: GNOME French Team \n" @@ -47,7 +47,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Balise « %s » inattendue à l'intérieur de « %s »" #: glib/gbookmarkfile.c:1798 -#, 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 " @@ -108,21 +107,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Séquence d'octets non valide en entrée du convertisseur" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Erreur lors de la conversion : %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Séquence partielle de caractères à la fin de l'entrée" @@ -165,7 +162,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Le chemin « %s » n'est pas un chemin absolu" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Nom d'hôte non valide" @@ -271,7 +267,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "La lecture du lien symbolique « %s » a échoué : %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Liens symboliques non pris en charge" @@ -281,23 +276,19 @@ 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 -#, 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 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 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "La canal se termine avec un caractère partiel" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Impossible de faire une lecture brute dans g_io_channel_read_to_end" @@ -582,7 +573,7 @@ msgstr "" "le motif contient des éléments non pris en charge par la correspondance " "partielle" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "erreur interne" @@ -894,12 +885,10 @@ msgstr "" "c. (Le texte était « %s »)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Le texte était vide (ou ne contenait que des espaces)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "La lecture des données depuis le processus fils a échoué" @@ -950,7 +939,6 @@ msgid "Failed to execute helper program (%s)" msgstr "L'exécution du programme d'aide a échoué (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -1009,18 +997,15 @@ msgstr "" "de pid (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Caractère hors plage pour UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Séquence non valide dans l'entrée du convertisseur" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Caractère hors plage pour UTF-16" @@ -1084,19 +1069,16 @@ msgid "Unknown option %s" msgstr "Option inconnue %s" #: 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 -#, c-format msgid "Not a regular file" msgstr "N'est pas un fichier standard" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Le fichier est vide" @@ -1114,7 +1096,6 @@ msgid "Invalid group name: %s" msgstr "Nom de groupe non valide : %s" #: 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" @@ -1170,7 +1151,6 @@ 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:3474 -#, 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" @@ -1202,94 +1182,88 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "La valeur « %s » ne peut pas être interprétée comme un booléen." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "La valeur de comptage fournie à %s est trop grande" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Le flux est déjà fermé" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "L'opération a été annulée" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Type inconnu" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "Type de fichier %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "Type %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Fin précoce de flux inattendue" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sans nom" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Le fichier Bureau n'a pas indiqué de champ Exec" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Impossible de trouver le terminal requis par l'application" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Impossible de créer le dossier de configuration de l'application %s pour " "l'utilisateur : %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" "Impossible de créer le dossier de configuration MIME %s pour l'utilisateur : " "%s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, 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:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Définition personnalisée pour %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "le lecteur n'implémente pas l'éjection (« eject »)" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "le lecteur n'implémente pas la scrutation du média (« polling »)" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Opération non prise en charge" @@ -1301,94 +1275,79 @@ msgstr "Opération non prise en charge" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Le point de montage conteneur n'existe pas" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Impossible de copier par dessus un répertoire" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Impossible de copier un répertoire par dessus un autre" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Le fichier cible existe" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Impossible de copier récursivement un répertoire" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Valeur de lien symbolique donnée non valide" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "La corbeille n'est pas prise en charge" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Les noms de fichiers ne peuvent contenir « %c »" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "le volume n'implémente pas « mount »" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Aucune application n'est enregistrée pour gérer ce fichier" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "L'énumérateur est fermé" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "L'énumérateur du fichier a une opération en cours" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "L'énumérateur du fichier est déjà fermé" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Le flux ne prend pas en charge query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "La recherche n'est pas prise en charge sur le flux" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "La troncature n'est pas autorisée sur le flux en entrée" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "La troncature n'est pas prise en charge sur le flux" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Le flux en entrée n'implémente pas « read »" @@ -1398,144 +1357,130 @@ msgstr "Le flux en entrée n'implémente pas « read »" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Le flux a une opération en cours" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" "Impossible de trouver le type de moniteur de répertoire local par défaut" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Nom de fichier non valide : %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Impossible d'obtenir les informations du système de fichiers : %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Impossible de renommer le répertoire racine" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Impossible de renommer le fichier car ce nom est déjà utilisé" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Nom de fichier non valide" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Erreur au renommage du fichier : %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Erreur à l'ouverture du fichier : %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Impossible d'ouvrir le répertoire" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Erreur à la suppression du fichier : %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Erreur à la mise à la corbeille du fichier : %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, 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:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Impossible de trouver le répertoire racine pour la corbeille" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Impossible de trouver ou créer le répertoire de la corbeille" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" "Impossible de créer le fichier d'informations de mise à la corbeille : %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Impossible de mettre à la corbeille le fichier : %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Erreur à l'ouverture du répertoire « %s » : %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Erreur lors de la création du lien symbolique : %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Erreur lors du déplacement du fichier : %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Impossible de déplacer un répertoire par dessus un autre" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "La création du fichier de sauvegarde a échoué" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Erreur lors de la suppression du fichier cible : %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Le déplacement entre des points de montage n'est pas pris en charge" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "La valeur d'attribut ne doit pas être « NULL »" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Type d'attribut non valide (une chaîne est attendue)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Nom d'attribut étendu non valide" @@ -1549,59 +1494,54 @@ msgstr "Erreur lors de la définition de l'attribut étendu « %s » : %s" msgid "Error stating file '%s': %s" msgstr "Erreur de l'interrogation du fichier « %s » : %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (codage non valide)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erreur de l'interrogation du descripteur de fichier : %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Type d'attribut non valide (uint32 attendu)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Type d'attribut non valide (uint64 attendu)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Type d'attribut non valide (chaîne octet attendu)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Erreur lors de la définition des permissions : %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Erreur lors de la définition du propriétaire : %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "un lien symbolique ne doit pas être « NULL »" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Erreur lors de la définition du lien symbolique : %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 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:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "La définition de l'attribut %s n'est pas prise en charge" @@ -1623,8 +1563,7 @@ msgstr "Erreur lors de la navigation à travers le fichier : %s" msgid "Error closing file: %s" msgstr "Erreur lors de la fermeture du fichier : %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Impossible de trouver le type de moniteur de fichier local par défaut" @@ -1660,78 +1599,67 @@ msgid "Error opening file '%s': %s" msgstr "Erreur lors de l'ouverture du fichier « %s » : %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Le fichier cible est un répertoire" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Le fichier cible n'est pas un fichier standard" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Le fichier a été modifié extérieurement" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Le type GSeekType fourni n'est pas valide" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Requête « seek » non valide" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Impossible de tronquer GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "La limite maximale du tableau de données est atteinte" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Le flux de sortie mémoire n'est pas redimensionnable" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Le redimensionnement du flux de sortie mémoire a échoué" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "mount n'implémente pas le démontage (« unmount »)" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "mount n'implémente pas l'éjection" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "mount n'implémente pas le remontage (« remount »)" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Le flux de sortie n'implémente pas « write »" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Le flux source est déjà fermé" @@ -1764,33 +1692,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Erreur lors de la lecture depuis unix : %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Erreur lors de la fermeture d'unix : %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Racine du système de fichiers" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Erreur lors de l'écriture vers unix : %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "le volume n'implémente pas l'éjection (« eject »)" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Impossible de trouver l'application" @@ -1800,18 +1727,15 @@ msgid "Error launching application: %s" msgstr "Erreur lors du lancement de l'application : %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI non pris en charge" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" "Les modifications d'association ne sont pas prises en en charge sur win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "La création d'association n'est pas prise en charge sur win32" diff --git a/po/ga.po b/po/ga.po index 48371a8..dbe0073 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2007-12-20 21:28-0700\n" "Last-Translator: Seán de Búrca \n" "Language-Team: Irish \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -100,21 +99,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Earráid le linn cumarsáide: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "" @@ -154,7 +151,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Óstainm neamhbhailí" @@ -254,7 +250,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Theip ar léamh nasc siombalach '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "" @@ -264,22 +259,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" @@ -512,7 +503,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "earráid inmheánach" @@ -809,12 +800,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Theip ar léamh sonraí ó mhacphróiseas" @@ -864,7 +853,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Theip ar rith clár cabhrach (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -916,18 +904,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "" @@ -991,17 +976,14 @@ msgid "Unknown option %s" msgstr "Rogha anaithnid %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Ní gnáthchomhad é" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Is folamh é an comhad" @@ -1017,7 +999,6 @@ msgid "Invalid group name: %s" msgstr "Ainm grúpa neamhbhailí: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1066,7 +1047,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1095,90 +1075,84 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Cineál anaithnid" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "cineál comhaid %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "cineál %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Gan ainm" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "" @@ -1190,94 +1164,79 @@ msgstr "" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1287,142 +1246,128 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Ainm comhaid %s neamhbhailí" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Earráid agus eolas chóras comhad á fháil: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Ainm comhaid neamhbhailí" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Earráid agus comhad á athainmniú: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Earráid agus comhad á oscailt: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Earráid agus comhad á bhaint: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Earráid agus comhad á chur sa bhruscar: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ní féidir comhadlann bhruscair %s a chruthú: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Ní féidir comhad curtha sa bhruscar a chruthú: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Ní féidir comhad a chur sa bhruscar: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Earráid agus comhadlann '%s' á oscailt: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Earráid agus nasc siombalach á dhéanamh: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Earráid agus comhad á bhogadh: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "" @@ -1436,57 +1381,52 @@ msgstr "Earráid agus comhadlann '%s' á oscailt: %s" msgid "Error stating file '%s': %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (ionchódú neamhbhailí)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Earráid agus comhad '%s' á léamh: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Earráid le linn cumarsáide: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Earráid le linn cumarsáide: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Earráid agus nasc siombalach á shocrú: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1508,8 +1448,7 @@ msgstr "Earráid agus comhad '%s' á léamh: %s" msgid "Error closing file: %s" msgstr "Earráid agus comhad á dhúnadh: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1545,78 +1484,68 @@ msgid "Error opening file '%s': %s" msgstr "Earráid agus comhad '%s' á oscailt: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Ainm comhaid %s neamhbhailí" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1649,33 +1578,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Earráid agus unix á léamh: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Earráid agus unix á dhúnadh: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Fréamh an chóras comhad" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Earráid agus unix á scríobh: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Ní féidir feidhmchlár a aimsiú" @@ -1685,17 +1613,14 @@ msgid "Error launching application: %s" msgstr "Earráid agus feidhmchlár á thosú: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "Ní thaicaítear leis na URIanna" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/gl.po b/po/gl.po index 31691ad..16f0a01 100644 --- a/po/gl.po +++ b/po/gl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-12 10:56+0100\n" "Last-Translator: Ignacio Casal Quinteiro \n" "Language-Team: Galego \n" @@ -46,7 +46,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Etiqueta '%s' inesperada dentro de '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Non se puido localizar un ficheiro de marcadores válido nos directorios de " @@ -106,21 +105,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Non se puido abrir o conversor de '%s' a '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "A secuencia de bytes non é válida na entrada da conversión" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Erro durante a conversión: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Hai unha secuencia de carácter parcial ao final da entrada" @@ -162,7 +159,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "O nome de camiño '%s' non é un camiño absoluto" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "O nome do host non é válido" @@ -262,7 +258,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Fallo ao ler a ligazón simbólica '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Ligazóns simbólicas non soportadas" @@ -272,23 +267,19 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Non se puido abrir o conversor de '%s' a '%s': %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Non se pode facer unha lectura en bruto en g_io_channel_read_line_string" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr " Datos restantes non convertidos no búfer de lectura" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "O canal remata nun carácter parcial" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Non se pode facer unha lectura en bruto en g_io_channel_read_to_end" @@ -560,7 +551,7 @@ msgstr "alcanzouse o límite de «backtracking» " msgid "the pattern contains items not supported for partial matching" msgstr "o patrón contén elementos non soportados na coincidencia parcial" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "erro interno" @@ -865,12 +856,10 @@ msgstr "" "s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "O texto estaba baleiro (ou só contiña espazos en branco)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Fallo ao ler datos desde un proceso fillo" @@ -920,7 +909,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Fallo ao executar o programa asistente (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -975,18 +963,15 @@ msgstr "" "Fallo de lectura de suficientes datos desde a canalización filla co PID (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Carácter fóra do intervalo para UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Secuencia non válida na entrada da conversión" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Carácter fóra de intervalo para UTF-16" @@ -1050,18 +1035,15 @@ msgid "Unknown option %s" msgstr "Opción %s descoñecida" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" "Non se pode encontrar unha chave de ficheiro válida nos directorios de busca" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Non é un ficheiro normal" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "O ficheiro está baleiro" @@ -1079,7 +1061,6 @@ msgid "Invalid group name: %s" msgstr "Nome de grupo non válido: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "O ficheiro chave non comeza cun grupo" @@ -1132,7 +1113,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "O ficheiro chave non ten a chave '%s' no grupo '%s'" #: glib/gkeyfile.c:3474 -#, 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" @@ -1161,90 +1141,84 @@ msgstr "O valor '%s' non se pode interpretar como un número flotante." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor '%s' non se pode interpretar como un booleano." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "O valor de contaxe pasado a %s é demasiado longo" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "O fluxo xa se pechou" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "A operación foi cancelada" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Tipo descoñecido" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "tipo de ficheiro %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "tipo %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Final de fluxo inesperadamente prematuro" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sen nome" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "O ficheiro de escritorio non especificou o campo Exec" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Imposible encontrar a terminal requerida pola aplicación" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Non se pode crear o cartafol de configuración da aplicación %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Non se pode crear o cartafol de configuración MIME %s do usuario: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Non se pode crear o ficheiro de escritorio %s do usuario" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Definición personalizada para %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "a unidade non implementa a expulsión" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "a unidade non implementa o sondeo para medios" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operación non soportada" @@ -1256,94 +1230,79 @@ msgstr "Operación non soportada" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "O punto de montaxe contido non existe" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Non se pode copiar sobre o directorio" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Non se pode copiar directorio sobre directorio" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "O ficheiro destino existe" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Non se pode copiar o directorio recursivamente" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "O valor da ligazón dada non é válido" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Non se soporta o lixo" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Os nomes de ficheiro non poden conter '%c'" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "o volume non implementa montado" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Non hai ningunha aplicación rexistrada para manexar este ficheiro" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "O enumerador está pechado" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "O enumerador do ficheiro ten unha operación excepcional" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "O enumerador do ficheiro xa está pechado" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "O fluxo non soporta query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Non se permite buscar no fluxo" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Non se permite truncar no fluxo de entrada" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Non se soporta truncar no fluxo" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "O fluxo de entrada non implementa a lectura" @@ -1353,144 +1312,130 @@ msgstr "O fluxo de entrada non implementa a lectura" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "O fluxo ten unha operación excepcional" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" "Non se pode encontrar o tipo de monitorización do directorio local " "predeterminado" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Nome de ficheiro inválido %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Erro ao obter a información do sistema de ficheiros: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Non se pode renomear o directorio raíz" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Non se pode renomear o ficheiro, o ficheiro xa existe" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Nome de ficheiro inválido" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Erro ao renomear o ficheiro: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir o ficheiro: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Non se pode abrir o directorio" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Non se pode eliminar o ficheiro: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Non se pode mover ao lixo o ficheiro: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Non se pode crear o directorio do lixo %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Non se pode encontrar o directorio superior para o lixo" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Non se pode encontrar ou crear o directorio do lixo" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Non se pode crear a información de lixo para o ficheiro: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Non se pode mover ao lixo o ficheiro: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Erro ao abrir o directorio '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao crear a ligazón: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover o ficheiro: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Non se pode mover o directorio sobre un directorio" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Fallou a creación do ficheiro de seguranza" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao eliminar o ficheiro obxectivo: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Non se soporta mover ficheiros entre puntos de montaxe" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "O valor do atributo debe ser non nulo1" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo inválido (esperábase unha cadea)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Nome extendido do atributo inválido" @@ -1504,57 +1449,52 @@ msgstr "Erro ao establecer o atributo extendido '%s': %s" msgid "Error stating file '%s': %s" msgstr "Erro ao iniciar o ficheiro '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (codificación inválida)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao iniciar o descritor de ficheiro: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperábase uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperábase uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (esperábase cadea de bytes)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao establecer os permisos: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao establecer o propietario: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "a ligazón non debe ser nula" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao establecer a ligazón: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Erro ao establecer a ligazón: o ficheiro non é unha ligazón" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Establecer o atributo %s non está soportado" @@ -1576,8 +1516,7 @@ msgstr "Erro ao buscar no ficheiro: %s" msgid "Error closing file: %s" msgstr "Erro ao pechar o ficheiro: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" "Non se pode encontrar o tipo de monitorización do ficheiro local " @@ -1615,78 +1554,67 @@ msgid "Error opening file '%s': %s" msgstr "Erro ao abrir o ficheiro '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "O ficheiro destino é un directorio" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "O ficheiro destino non é un ficheiro regular" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "O ficheiro foi modificado externamente" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Proporcionouse un GSeekType inválido" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Petición de busca inválida" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Non se pode truncar GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Alcanzouse o límite máximo do array de datos" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "O fluxo de saída da memoria non é redimensionable" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Fallou ao redimensionarse o fluxo de saída da memoria" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "a montaxe non implementa o desmontado" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "a montaxe non implementa a expulsión" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "a montaxe non implementa o remontado" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "O fluxo de saída non implementa a escritura" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "O fluxo de orixe xa está pechado" @@ -1719,33 +1647,32 @@ msgstr "" "nos caracteres '-'. Se se proporcionan varios nomes ignoraranse despois do " "primeiro." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Erro ao ler de unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Erro ao pechar unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Sistema de ficheiros raíz" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Erro ao escribir a unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "o volume non implementa a expulsión" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Non se pode encontrar a aplicación" @@ -1755,17 +1682,14 @@ msgid "Error launching application: %s" msgstr "Erro ao lanzar a aplicación: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "Non se soportan URIs" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "os cambios de asociación non están soportados en win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "A creación de asociación non está soportada en win32" diff --git a/po/gu.po b/po/gu.po index e3070ad..eaa877d 100644 --- a/po/gu.po +++ b/po/gu.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-03 14:10+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" @@ -52,7 +52,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "અનિચ્છનીય ટેગ '%s' એ '%s' માં" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "માહિતી ડિરેક્ટરીઓ માટે કોઈ માન્ય બુકમાર્ક ફાઈલ મળી નહિં" @@ -110,21 +109,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' માંથી '%s' માટેનો પરીવર્તક ખોલી શકતો નથી" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "રુપાંતર ઈનપુટની બાઇડ શ્રેણી અપ્રમાણીત છે" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "રુપાંતર વખતે ભૂલ: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "ઈનપુટ ના છેડા પર અપૂર્ણ અક્ષર શ્રેણી છે" @@ -164,7 +161,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "'%s' પથ નામ એ ચોક્કસ પથ નથી" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "અયોગ્ય યજમાન નામ" @@ -264,7 +260,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' સાંકેતિક કડી વાંચવામાં નિષ્ફળતા: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "સાંકેતિક કડી આધાર આપતી નથી" @@ -274,23 +269,19 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' માંથી '%s' માટેનું રુપાંતરક ખોલી શકાયું નહિં: %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "" "વાંચવા માટેના બફર(થોડા સમય માટેનું સંગ્રહસ્થાન) માં ઢાંકેલી ન હોય તે માહિતી છોડી દીધેલ છે" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "માધ્યમ અપુર્ણ અક્ષરથી અંત પામે છે" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end માં આડી હરોળ વાંચી શકાતી નથી" @@ -539,7 +530,7 @@ msgstr "પાછળ જવાની મર્યાદાએ પહોંચી msgid "the pattern contains items not supported for partial matching" msgstr "ભાત અંશતઃ જોડણી માટે આધારભૂત વસ્તુઓ સમાવતી નથી" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "આંતરિક ભૂલ" @@ -837,12 +828,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "%c માટે અવતરણ ચિહ્ન મળે તે પહેલા લખાણનો અંત થાય છે(લખાણ '%s' હતુ)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "વાક્ય ખાલી છે (અથવા તેમાં ફક્ત ખાલી જગ્યા છે)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "બાળ-પ્રક્રિયા માંથી માહિતી વાંચવા માં નિષ્ફળ છે" @@ -892,7 +881,6 @@ msgid "Failed to execute helper program (%s)" msgstr "મદદગાર કાર્યક્રમ (%s) ચલાવવામાં નિષ્ફળ" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -945,18 +933,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "(%s)બાળ pid પાઈપમાંથી જરુરી માહિતી વાંચવામાં નિષ્ફળ" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "અક્ષર UTF-૮ ની સીમાની બહાર" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "પરીવર્તિત ઈનપુટની અંદર અયોગ્ય શ્રેણી" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "UTF-૧૬ ની સીમાની બહાર નો અક્ષર" @@ -1020,17 +1005,14 @@ msgid "Unknown option %s" msgstr "અજ્ઞાત વિકલ્પ %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "શોધ ડિરેક્ટરીઓમાં માન્ય કી ફાઈલ શોધી શક્યા નહિં" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "નિયમિત ફાઈલ નથી" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "ફાઈલ ખાલી છે" @@ -1046,7 +1028,6 @@ msgid "Invalid group name: %s" msgstr "અયોગ્ય જૂથ નામ: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "કી ફાઈલ જૂથ સાથે શરૂ થતી નથી" @@ -1097,7 +1078,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "કી ફાઈલ પાસે કી '%s' એ જૂથ '%s' માં નથી" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "કી ફાઈલ એસ્કેપ અક્ષર વાક્યના અંતે સમાવે છે" @@ -1126,90 +1106,84 @@ msgstr "કિંમત '%s' એ અપૂર્ણાંક સંખ્યા msgid "Value '%s' cannot be interpreted as a boolean." msgstr "કિંમત '%s' બુલિયન તરીકે ઈન્ટરપ્રીટ કરી શકાતું નથી." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "%s ને ખૂબ મોટી ગણક કિંમત પસાર કરેલ છે" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "સ્ટ્રીમ પહેલાથી જ બંધ થઈ ગયેલ છે" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "પ્રક્રિયા રદ થઈ ગઈ હતી" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "અજ્ઞાત પ્રકાર" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s ફાઈલપ્રકાર" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s પ્રકાર" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "સ્ટ્રીમનો-અંત અનિચ્છનીય રીતે જલદી" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "શીર્ષકવીહિન" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "ડેસ્કટોપ ફાઈલે Exec ક્ષેત્ર સ્પષ્ટ કરેલ નથી" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "કાર્યક્રમ માટે જરૂરી ટર્મિનલ શોધવામાં અસમર્થ" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "વપરાશકર્તા કાર્યક્રમ રૂપરેખાંકન ફોલ્ડર %s બનાવી શક્યા નહિં: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "વપરાશકર્તા MIME રૂપરેખાંકન ફોલ્ડર %s બનાવી શક્યા નહિં: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "વપરાશકર્તા ડેસ્કટોપ ફાઈલ %s બનાવી શકતા નથી" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "%s માટે વૈવિધ્યપૂર્ણ વ્યાખ્યા" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "ડ્રાઈવર બહાર કાઢો અમલમાં મૂકતું નથી" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "ડ્રાઈવ મીડિયા માટે પોલીંગને અમલમાં મૂકતું નથી" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "પ્રક્રિયા આધારભૂત નથી" @@ -1221,94 +1195,79 @@ msgstr "પ્રક્રિયા આધારભૂત નથી" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "સમાવનાર માઉન્ટ અસ્તિત્વમાં નથી" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર નકલ કરી શકતા નથી" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "લક્ષ્ય ફાઈલ અસ્તિત્વમાં નથી" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "પુનરાવર્તિત રીતે ડિરેક્ટરીની નકલ કરી શકતા નથી" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "અયોગ્ય સાંકેતિક કડી કિંમત અપાયેલ છે" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "કચરાપેટી આધારભૂત નથી" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "ફાઈલ નામો '%c' સમાવી શકતા નથી" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "વોલ્યુમ માઉન્ટ અમલમાં મૂકતું નથી" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "આ ફાઈલ સંભાળવા માટે કોઈ કાર્યક્રમ રજીસ્ટર થયેલ નથી" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "ઈન્યૂમેરેટર બંધ થયેલ છે" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "ફાઈલ ઈન્યૂમેરેટરને ભરપૂર પ્રક્રિયા છે" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "ફાઈલ ઈન્યૂમેરેટર પહેલાથી જ બંધ થયેલ છે" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "સ્ટ્રીમ query_info ને આધાર આપતું નથી" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "સ્ટ્રીમ પર પહોંચવાનું આધારભૂત નથી" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "ઈનપુટ સ્ટ્રીમ પર કાપવાનું માન્ય નથી" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "સ્ટ્રીમ પર કાપવાનું માન્ય નથી" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "ઈનપુટ સ્ટ્રીમ વાંચનને અમલમાં મૂકતું નથી" @@ -1318,142 +1277,128 @@ msgstr "ઈનપુટ સ્ટ્રીમ વાંચનને અમલમ #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "સ્ટ્રીમને ભરપૂર પ્રક્રિયા છે" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "મૂળભૂત સ્થાનિક ડિરેક્ટરી મોનીટર પ્રકાર શોધવામાં અસમર્થ" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "અયોગ્ય ફાઈલનામ %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "ફાઈલસિસ્ટમ જાણકારી મેળવવામાં ભૂલ: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "રુટ ડિરેક્ટરીનું નામ બદલી શકતા નથી" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "ફાઈલનું નામ બદલી શકતા નથી, ફાઈલનામ પહેલાથી જ હાજર છે" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "અયોગ્ય ફાઈલનામ" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "ફાઈલનું નામ બદલવામાં ભૂલ: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "ફાઈલ ખોલવામાં ભૂલ: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "ડિરેક્ટરી ખોલી શકતા નથી" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "ફાઈલ દૂર કરવામાં ભૂલ: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "ફાઈલને કચરાપેટીમાં નાંખવામાં ભૂલ: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "કચરાપેટી ડિરેક્ટરી %s બનાવવામાં અસમર્થ: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "કચરાપેટી માટે ટોચસ્તરની ડિરેક્ટરી શોધવામાં અસમર્થ" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "કચરાપેટી ડિરેક્ટરી શોધવામાં કે બનાવવામાં અસમર્થ" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "કચરાપેટી જાણકારી ફાઈલ બનાવવામાં અસમર્થ: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "ફાઈલને કચરાપેટીમાં મોકલવામાં અસમર્થ: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' ડિરેક્ટરી ખોલતા ભૂલ: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "સાંકેતિક કડી બનાવવામાં ભૂલ: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "ફાઈલ ખસેડવામાં ભૂલ: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "ડિરેક્ટરીને ડિરેક્ટરી ઉપર ખસેડી શકતા નથી" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "બેકઅપ ફાઈલ બનાવટ નિષ્ફળ" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "લક્ષ્ય ફાઈલ દૂર કરવામાં ભૂલ: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "માઉન્ટો વચ્ચે ખસેડવાનું આધારભૂત નથી" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "લક્ષણ કિંમત બિન-શૂન્ય જ હોવી જોઈએ" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (શબ્દમાળા ઈચ્છિત)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "અયોગ્ય વિસ્તૃત લક્ષણ નામ" @@ -1467,57 +1412,52 @@ msgstr "વિસ્તૃત લક્ષણ '%s' સુયોજીત કર msgid "Error stating file '%s': %s" msgstr "ફાઈલ '%s' કહેવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (અયોગ્ય સંગ્રહપદ્ધતિ)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "ફાઈલ વર્ણનકાર કહેવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint32 ઈચ્છિત)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint64 ઈચ્છિત)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "અયોગ્ય લક્ષણ પ્રકાર (બાઈટ શબ્દમાળા ઈચ્છિત)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "પરવાનગીઓ સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "માલિક સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "સાંકેતિક કડી non-NULL જ હોવી જોઈએ" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: ફાઈલ સાંકેતિક કડી નથી" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "લક્ષણ %s સુયોજીત કરવાનું આધારભૂત નથી" @@ -1539,8 +1479,7 @@ msgstr "ફાઈલમાં પહોંચવામાં ભૂલ: %s" msgid "Error closing file: %s" msgstr "ફાઈલ બંધ કરવામાં ભૂલ: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "મૂળભૂત સ્થાનિક ફાઈલ મોનીટર પ્રકાર શોધવામાં અસમર્થ" @@ -1576,78 +1515,67 @@ msgid "Error opening file '%s': %s" msgstr "ફાઈલ '%s' ખોલવામાં ભૂલ: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "લક્ષ્ય ફાઈલ ડિરેક્ટરી છે" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "લક્ષ્ય ફાઈલ નિયમિત ફાઈલ નથી" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "ફાઈલ બાહ્ય રીતે સુધારેલ હતી" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "અયોગ્ય GSeekType પૂરું પાડેલ" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "અયોગ્ય પહોંચ અરજી" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream કાપી શકતા નથી" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "મહત્તમ માહિતી એરે મર્યાદાએ પહોંચ્યા" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "મેમરી આઉટપુટ સ્ટ્રીમનું માપ બદલી શકાય તેમ નથી" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "મેમરી આઉટપુટ સ્ટ્રીમનું માપ બદલવામાં નિષ્ફળ" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "માઉન્ટ એ અનમાઉન્ટને અમલમાં મૂકતું નથી" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "માઉન્ટ એ બહાર કાઢોને અમલમાં મૂકતું નથી" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "માઉન્ટ એ પુનઃમાઉન્ટને અમલમાં મૂકતું નથી" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "આઉટપુટ સ્ટ્રીમ લેખનને અમલમાં મૂકતું નથી" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "સ્રોત સ્ટ્રીમ પહેલાથી જ બંધ થઈ ગયેલ છે" @@ -1680,33 +1608,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "unix માંથી વાંચતી વખતે ભૂલ: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "unix બંધ કરતી વખતે ભૂલ: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "ફાઈલસિસ્ટમ રુટ" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "unix માં લખતી વખતે ભૂલ: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "વોલ્યુમ બહાર કાઢોને અમલમાં મૂકતું નથી" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "કાર્યક્રમ શોધી શકતા નથી" @@ -1716,17 +1643,14 @@ msgid "Error launching application: %s" msgstr "કાર્યક્રમ લાવતી વખતે ભૂલ: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URIs આધારભૂત નથી" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "સંડોવણી ફેરફારો win32 પર આધારભૂત નથી" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "સંડોવણી બનાવટ win32 પર આધારભૂત નથી" diff --git a/po/he.po b/po/he.po index 38cf7b2..85e6d42 100644 --- a/po/he.po +++ b/po/he.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2006-04-27 18:48+0300\n" "Last-Translator: Yair Hershkovitz \n" "Language-Team: Hebrew \n" @@ -46,7 +46,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Unexpected tag '%s' inside '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "No valid bookmark file found in data dirs" @@ -106,21 +105,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Error during conversion: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" @@ -160,7 +157,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Invalid hostname" @@ -260,7 +256,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Failed to read the symbolic link '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Symbolic links not supported" @@ -270,22 +265,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Could not open converter from '%s' to '%s': %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Can't do a raw read in g_io_channel_read_line_string" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Left over unconverted data in read buffer" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Channel terminates in a partial character" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Can't do a raw read in g_io_channel_read_to_end" @@ -549,7 +540,7 @@ msgstr "backtracking limit reached" msgid "the pattern contains items not supported for partial matching" msgstr "the pattern contains items not supported for partial matching" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "internal error" @@ -847,12 +838,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "Text ended before matching quote was found for %c. (The text was '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Text was empty (or contained only whitespace)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Failed to read data from child process" @@ -902,7 +891,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Failed to execute helper program (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -956,18 +944,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Character out of range for UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Invalid sequence in conversion input" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Character out of range for UTF-16" @@ -1031,17 +1016,14 @@ msgid "Unknown option %s" msgstr "Unknown option %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Valid key file could not be found in search dirs" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Not a regular file" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "File is empty" @@ -1058,7 +1040,6 @@ msgid "Invalid group name: %s" msgstr "Invalid group name: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Key file does not start with a group" @@ -1109,7 +1090,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Key file does not have key '%s' in group '%s'" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Key file contains escape character at end of line" @@ -1138,90 +1118,84 @@ msgstr "Value '%s' cannot be interpreted as a float number." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Stream is already closed" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operation was cancelled" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Unknown type" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s filetype" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s type" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Unexpected early end-of-stream" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Unnamed" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Desktop file didn't specify Exec field" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Unable to find terminal required for application" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Can't create user application configuration folder %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Can't create user MIME configuration folder %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Can't create user desktop file %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Custom definition for %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "drive doesn't implement eject" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "drive doesn't implement polling for media" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operation not supported" @@ -1233,94 +1207,79 @@ msgstr "Operation not supported" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Containing mount does not exist" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Can't copy over directory" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Can't copy directory over directory" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Target file exists" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Can't recursively copy directory" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Invalid symlink value given" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Trash not supported" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "File names cannot contain '%c'" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "volume doesn't implement mount" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "No application is registered as handling this file" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Enumerator is closed" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "File enumerator has outstanding operation" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "File enumerator is already closed" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Stream doesn't support query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Seek not supported on stream" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Truncate not allowed on input stream" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Truncate not supported on stream" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Input stream doesn't implement read" @@ -1330,142 +1289,128 @@ msgstr "Input stream doesn't implement read" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Unable to find default local directory monitor type" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Invalid filename %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Error getting filesystem info: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Can't rename root directory" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Can't rename file, filename already exist" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Invalid filename" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Error renaming file: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Error opening file: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Can't open directory" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Error removing file: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Error trashing file: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Unable to create trash dir %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Unable to find toplevel directory for trash" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Unable to find or create trash directory" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Unable to create trashing info file: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Unable to trash file: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Error opening directory '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Error making symbolic link: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Error moving file: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Can't move directory over directory" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Backup file creation failed" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Error removing target file: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Move between mounts not supported" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Attribute value must be non-NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Invalid attribute type (string expected)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Invalid extended attribute name" @@ -1479,57 +1424,52 @@ msgstr "Error setting extended attribute '%s': %s" msgid "Error stating file '%s': %s" msgstr "Error stating file '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (invalid encoding)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Error stating file descriptor: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Invalid attribute type (uint32 expected)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Invalid attribute type (uint64 expected)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Invalid attribute type (byte string expected)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Error setting permissions: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Error setting owner: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symlink must be non-NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Error setting symlink: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Error setting symlink: file is not a symlink" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Setting attribute %s not supported" @@ -1551,8 +1491,7 @@ msgstr "Error seeking in file: %s" msgid "Error closing file: %s" msgstr "Error closing file: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Unable to find default local file monitor type" @@ -1588,78 +1527,67 @@ msgid "Error opening file '%s': %s" msgstr "Error opening file '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Target file is a directory" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Target file is not a regular file" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "The file was externally modified" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Invalid GSeekType supplied" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Invalid seek request" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Cannot truncate GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Reached maximum data array limit" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Memory output stream not resizable" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Failed to resize memory output stream" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "mount doesn't implement unmount" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "mount doesn't implement eject" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "mount doesn't implement remount" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Output stream doesn't implement write" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Source stream is already closed" @@ -1691,33 +1619,32 @@ msgstr "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Error reading from unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Error closing unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Filesystem root" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Error writing to unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "volume doesn't implement eject" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Can't find application" @@ -1727,17 +1654,14 @@ msgid "Error launching application: %s" msgstr "Error launching application: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URIs not supported" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "association changes not supported on win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Association creation not supported on win32" diff --git a/po/hi.po b/po/hi.po index f6f8698..fcc59b0 100644 --- a/po/hi.po +++ b/po/hi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2006-06-20 14:14+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" @@ -49,7 +49,7 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "अप्रत्याशित टैग '%s' '%s' के अंदर" #: glib/gbookmarkfile.c:1798 -#, fuzzy, c-format +#, fuzzy msgid "No valid bookmark file found in data dirs" msgstr "कोई वैध पुस्तकचिह्न आंकड़ा निर्देशिका में नहीं मिला" @@ -107,21 +107,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' से '%s' परिवर्तक नहीं खोला जा सका" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "परिवर्तन इनपुट में अवैध बाइट अनुक्रम" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "इनपुट के अंत में आंशिक अक्षर अनुक्रम" @@ -161,7 +159,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "पथनाम '%s' एक निरपेक्ष पथ नहीं है" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "अवैध होस्ट-नाम" @@ -261,7 +258,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "सिंबालिक लिंक '%s' से थीम पढ़ने में असफल %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "सिंबालिक लिंक समर्थित नहीं है" @@ -271,22 +267,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' से '%s' परिवर्तक नहीं खोला जा सका: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "रीड बफ़र में शेष है अपरिवर्तित बचा हुआ डेटा" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "आंशिक अक्षर में चैनल समाप्त होता है" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "यहाँ एक रॉ रीड नहीं कर सकता - g_io_channel_read_to_end" @@ -542,7 +534,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -846,12 +838,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr " %c हेतु मैचिंग कोट से पहले पाठ अंत पाया. (पाठ था '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "पाठ खाली था (या उसमें सिर्फ श्वेत रिक्ति ही था)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "शिशु प्रक्रिया से डेटा पढ़ने में असफल" @@ -901,7 +891,6 @@ msgid "Failed to execute helper program (%s)" msgstr "हेल्पर प्रोग्राम (%s) कार्यान्वित करने में असफल" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -953,18 +942,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "शिशु पीआईडी पाइप (%s) से पर्याप्त डेटा पढ़ने में असफल" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "यूटीएफ-8 हेतु अक्षर सीमा से बाहर" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "परिवर्तन इनपुट में अवैध अनुक्रम" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "यूटीएफ-16 हेतु अक्षर सीमा से बाहर" @@ -1028,17 +1014,15 @@ msgid "Unknown option %s" msgstr "अनजान विकल्प %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "आंकड़ा निर्देशिका में मान्य कुंजी फाइल नहीं पायी गयी" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "एक सामान्य फाइल नहीं" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "फ़ाइल खाली है" @@ -1055,7 +1039,6 @@ msgid "Invalid group name: %s" msgstr "अवैध प्रोग्राम नाम: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "कुंजी फाइल एक समूह के साथ शुरू नहीं होता" @@ -1104,7 +1087,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "कुंजी फाइल में '%s' कुंजी नहीं है '%s' समूह में" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "कुंजी फाइल में पंक्ति के अंत में एस्केप संप्रतीक रहता है" @@ -1133,91 +1115,86 @@ msgstr "मान '%s' को एक फ्लोट संख्या की msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मान '%s' को बुलियन के तौर पर विश्लेषित नहीं किया जा सकता." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "अनजान विकल्प %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "सिंबालिक लिंक समर्थित नहीं है" @@ -1229,94 +1206,81 @@ msgstr "सिंबालिक लिंक समर्थित नहीं #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "सिंबालिक लिंक समर्थित नहीं है" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "'%s' के नाम से कोई अनुप्रयोग ने '%s' के लिये पुस्तकचिह्न पंजीकृत नहीं है" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1326,142 +1290,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "अवैध प्रोग्राम नाम: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "अवैध होस्ट-नाम" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "फ़ाइल '%s' बनाने में असफल: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "फ़ाइल '%s' बनाने में असफल: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "फ़ाइल '%s' बनाने में असफल: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "डिरेक्ट्री '%s' को खोलने में त्रुटि: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%s विकल्प विश्लेषण में त्रुटि" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता नाम के भीतर हो गया" @@ -1475,57 +1427,52 @@ msgstr "डिरेक्ट्री '%s' को खोलने में त msgid "Error stating file '%s': %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "पंक्ति %d: पर त्रुटि %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "सिंबालिक लिंक समर्थित नहीं है" @@ -1547,8 +1494,7 @@ msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि msgid "Error closing file: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1584,78 +1530,69 @@ msgid "Error opening file '%s': %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "एक सामान्य फाइल नहीं" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "अवैध प्रोग्राम नाम: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1686,33 +1623,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "पंक्ति %d: पर त्रुटि %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "%s विकल्प विश्लेषण में त्रुटि" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1722,17 +1658,15 @@ msgid "Error launching application: %s" msgstr "%s विकल्प विश्लेषण में त्रुटि" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "सिंबालिक लिंक समर्थित नहीं है" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/hr.po b/po/hr.po index 5f24283..c662fdd 100644 --- a/po/hr.po +++ b/po/hr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2004-03-13 13:03+CET\n" "Last-Translator: auto\n" "Language-Team: Croatian \n" @@ -40,7 +40,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -98,21 +97,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Ne mogu otvoriti konverter iz '%s' u '%s': %s" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Neispravna sekvenca bajtova u izlazu konverzije" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Greška prilikom konverzije: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Djelomična znakovna sekvenca pri kraju izlaza" @@ -152,7 +149,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Putanja '%s' nije apsolutna putanja" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Neispravno ime računala" @@ -252,7 +248,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Nisam uspio pročitati simboličku vezu '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Nisu podržane simboličke veze" @@ -262,22 +257,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Ne mogu otvoriti konverter iz `%s' u `%s': %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Postoji ostatak nepretvorenih podataka u međuspremniku za čitanje" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanal završava sa djelomičnim znakom" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ne mogu izvršiti raw čitanje u g_io_channel_read_to_end" @@ -542,7 +533,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -848,12 +839,10 @@ msgstr "" "'%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Tekst je bio prazan (ili je sadržavao samo prazne znakove)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Nisam uspio čitati podatke od procesa djeteta" @@ -903,7 +892,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Nisam uspio izvršiti pomoćni program" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -957,18 +945,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Neuspjeh u čitanju dovoljno podataka iz cjevovoda procesa djeteta (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Znak je izvan raspona za UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Neispravna sekvenca u pretvaranju ulaza" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Znak je izvan raspona za UTF-16" @@ -1032,17 +1017,14 @@ msgid "Unknown option %s" msgstr "" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "" @@ -1058,7 +1040,6 @@ msgid "Invalid group name: %s" msgstr "Neispravno ime računala" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1107,7 +1088,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1136,90 +1116,85 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Nisu podržane simboličke veze" @@ -1231,94 +1206,80 @@ msgstr "Nisu podržane simboličke veze" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Nisu podržane simboličke veze" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1328,142 +1289,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Neispravno ime računala" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Greška pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Neispravno ime računala" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Greška pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Greška pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Greška pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Greška pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Greška pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Greška pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Greška pri stvaranju datoteke '%s': %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Greška pri otvaranju mape '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Greška prilikom konverzije: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Greška pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Greška pri čitanju datoteke '%s': %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Dokument je završio neočekivano unutar imena atributa" @@ -1477,57 +1426,52 @@ msgstr "Greška pri otvaranju mape '%s': %s" msgid "Error stating file '%s': %s" msgstr "Greška pri čitanju datoteke '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Greška pri čitanju datoteke '%s': %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Greška prilikom konverzije: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Greška prilikom konverzije: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Greška na retku %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Nisu podržane simboličke veze" @@ -1549,8 +1493,7 @@ msgstr "Greška pri čitanju datoteke '%s': %s" msgid "Error closing file: %s" msgstr "Greška pri čitanju datoteke '%s': %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1586,78 +1529,68 @@ msgid "Error opening file '%s': %s" msgstr "Greška pri čitanju datoteke '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Neispravno ime računala" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1688,33 +1621,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Greška pri čitanju datoteke '%s': %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Greška na retku %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Greška prilikom konverzije: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1724,17 +1656,15 @@ msgid "Error launching application: %s" msgstr "Greška prilikom konverzije: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Nisu podržane simboličke veze" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/hu.po b/po/hu.po index 29edec8..a65befd 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-16 02:05+0100\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -43,7 +43,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Váratlan címke: „%s” a következőn belül: „%s”" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Az adatkönyvtárakban nem található érvényes könyvjelzőfájl" @@ -106,21 +105,19 @@ msgstr "" "meg" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Hiba az átalakítás során: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Részleges karaktersorozat a bemenet végén" @@ -161,7 +158,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "A(z) „%s” elérési út neve nem abszolút útvonal" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Érvénytelen gépnév" @@ -265,7 +261,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Nem sikerült kiolvasni a(z) „%s” szimbolikus linket: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "A szimbolikus linkek használata nem támogatott" @@ -275,23 +270,19 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Az átalakító a(z) „%s” elemről „%s” elemre nem nyitható meg: %s" #: glib/giochannel.c:1507 -#, 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Át nem alakított adatok maradtak az olvasási pufferben" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "A csatorna töredék karakterrel ér véget" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_to_end-ben" @@ -559,7 +550,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "a minta a részleges mintaillesztés esetén nem támogatott elemeket tartalmaz" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "belső hiba" @@ -868,13 +859,11 @@ msgstr "" "A szöveg véget ért, mielőtt %c idézőjelpárja meglett volna. (A szöveg: „%s”)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "" "A szöveg üres volt (vagy legfeljebb üreshely-karaktereket tartalmazott)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Nem sikerült adatokat kiolvasni a gyermekfolyamatból" @@ -926,7 +915,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Nem sikerült végrehajtani a segítő programot (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -982,18 +970,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nem sikerült elég adatot kiolvasni a gyermek pid csővezetékből (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "A karakter az UTF-8 tartományon kívülre esik" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Érvénytelen sorozat az átalakítási bemenetben" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "A karakter az UTF-16 tartományon kívülre esik" @@ -1059,17 +1044,14 @@ msgid "Unknown option %s" msgstr "Ismeretlen kapcsoló: %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "A keresési könyvtárakban nem található érvényes kulcsfájl" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Nem szabályos fájl" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "A fájl üres" @@ -1087,7 +1069,6 @@ msgid "Invalid group name: %s" msgstr "Érvénytelen csoportnév: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "A kulcsfájl nem csoporttal kezdődik" @@ -1142,7 +1123,6 @@ 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:3474 -#, 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" @@ -1171,91 +1151,85 @@ msgstr "A(z) „%s” érték nem értelmezhető lebegőpontos számként." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "A(z) „%s” érték nem értelmezhető logikai értékként." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Túl nagy számérték került átadásra ennek: %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Az adatfolyam már le van zárva" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "A művelet megszakítva" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Ismeretlen típus" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s fájltípus" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s típus" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Váratlan korai adatfolyam vége" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Névtelen" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "A desktop fájl nem adta meg az Exec mezőt" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Nem található az alkalmazáshoz szükséges terminál" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Nem hozható létre a(z) %s felhasználói alkalmazáskonfigurációs mappa: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Nem hozható létre a(z) %s felhasználói MIME konfigurációs mappa: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Nem hozható létre a felhasználói desktop fájl (%s)" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "%s egyéni meghatározása" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "a meghajtó nem valósítja meg a kiadást" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "a meghajtó nem valósítja meg a média lekérdezését" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "A művelet nem támogatott" @@ -1267,94 +1241,79 @@ msgstr "A művelet nem támogatott" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "A tartalmazó csatolás nem létezik" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Nem lehet a könyvtárra másolni" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "A könyvtár nem másolható könyvtárba" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "A célfájl létezik" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "A könyvtár nem másolható rekurzívan" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Érvénytelen szimbolikus link érték került megadásra" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "A Kuka nem támogatott" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "A fájlnevek nem tartalmazhatnak „%c” karaktert" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "a kötet nem valósítja meg a csatolást" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Nincs alkalmazás regisztrálva a fájl kezeléséhez" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Az enumerátor le van zárva" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "A fájlenumerátor hátralévő művelettel rendelkezik" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "A fájlenumerátor már le van zárva" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Az adatfolyam nem támogatja a query_info-t" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Az adatfolyam nem támogatja a pozicionálást" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "A bemeneti adatfolyam csonkítása nem engedélyezett" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Az adatfolyam csonkítása nem engedélyezett" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "A bemeneti adatfolyam nem valósítja meg az olvasást" @@ -1364,142 +1323,128 @@ msgstr "A bemeneti adatfolyam nem valósítja meg az olvasást" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Az adatfolyam hátralévő művelettel rendelkezik" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Nem található az alapértelmezett helyi könyvtárfigyelő típus" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Érvénytelen fájlnév: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Hiba a fájlrendszer-információk lekérése közben: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Nem nevezhető át a gyökérkönyvtár" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "A fájl nem nevezhető át, a fájlnév már létezik" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Érvénytelen fájlnév" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Hiba a fájl átnevezése közben: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Hiba a fájl megnyitása közben: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "A könyvtár nem nyitható meg" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Hiba a fájl eltávolítása közben: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Hiba fájl kidobása közben: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nem sikerült létrehozni a(z) %s Kuka könyvtárat: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Nem található a Kuka felső szintű könyvtára" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Nem található vagy nem hozható létre a Kuka könyvtár" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nem sikerült létrehozni a kukainformációs fájlt: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Nem lehet a Kukába dobni a fájlt: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Hiba a(z) „%s” könyvtár megnyitásakor: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Hiba a szimbolikus link létrehozása során: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Hiba a fájl áthelyezésekor: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "A könyvtár nem helyezhető át könyvtárba" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "A mentési fájl létrehozása meghiúsult" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Hiba a célfájl eltávolításakor: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "A csatolások közti áthelyezés nem támogatott" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Az attribútum értéke nem lehet NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Érvénytelen attribútumtípus (a várt karakterlánc helyett)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Érvénytelen kiterjesztett attribútumnév" @@ -1513,57 +1458,52 @@ msgstr "Hiba a(z) „%s” kiterjesztett attribútum beállításakor: %s" msgid "Error stating file '%s': %s" msgstr "Hiba a(z) „%s” fájl elérése közben: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (érvénytelen kódolás)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Hiba a fájlleíró elérésekor: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Érvénytelen attribútumtípus (a várt uint32 helyett)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Érvénytelen attribútumtípus (a várt uint64 helyett)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Érvénytelen attribútumtípus (a várt bájtkarakterlánc helyett)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Hiba a jogosultságok beállításakor: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Hiba a tulajdonos beállításakor: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "a szimbolikus link nem lehet NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Hiba a szimbolikus link beállításakor: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Hiba a szimbolikus link beállításakor: a fájl nem szimbolikus link" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "A(z) %s attribútum beállítása nem támogatott" @@ -1585,8 +1525,7 @@ msgstr "Hiba a fájlban kereséskor: %s" msgid "Error closing file: %s" msgstr "Hiba a fájl lezárásakor: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Nem található az alapértelmezett helyi fájlfigyelő típus" @@ -1622,78 +1561,67 @@ msgid "Error opening file '%s': %s" msgstr "Hiba a(z) „%s” fájl megnyitásakor: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "A célfájl egy könyvtár" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "A célfájl nem szabályos fájl" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "A fájlt külső program módosította" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "A megadott GSeekType nem támogatott" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Érvénytelen keresési kérés" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "A GMemoryInputStream nem csonkítható" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "A maximális adattömbkorlát elérve" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "A memóriakimeneti adatfolyam nem méretezhető át" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "A memóriakimeneti adatfolyam átméretezése meghiúsult" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "A csatolás nem valósítja meg a leválasztást" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "A csatolás nem valósítja meg a kiadást" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "A csatolás nem valósítja meg az újracsatolást" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "A kimeneti adatfolyam nem valósítja meg az írást" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "A forrás adatfolyam már le van zárva" @@ -1726,33 +1654,32 @@ msgstr "" "rövidítésével talált tartalékok. Több név megadása esetén az első utániakat " "figyelmen kívül hagyja." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Hiba a unix olvasásakor: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Hiba a unix lezárásakor: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Fájlrendszer gyökere" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Hiba a unix írásakor: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "a kötet nem valósítja meg a kiadást" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Nem található az alkalmazás" @@ -1762,17 +1689,14 @@ msgid "Error launching application: %s" msgstr "Hiba az alkalmazás indításakor: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "Az URI címek nem támogatottak" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "a társításmódosítások nem támogatottak win32 rendszeren" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "A társítás létrehozása nem támogatott win32 rendszeren" diff --git a/po/hy.po b/po/hy.po index 1ffacde..ecab2f9 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2006-03-03 16:24+0000\n" "Last-Translator: Norayr Chilingaryan \n" "Language-Team: Armenian \n" @@ -40,7 +40,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -98,21 +97,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "" @@ -152,7 +149,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "" @@ -252,7 +248,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Չի հաջողվել կարդալ '%s' սիմվոլիկ հղումը՝ %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Սիմվոլիկ հղումները չեն ապահովվում" @@ -262,22 +257,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" @@ -512,7 +503,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -810,12 +801,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "" @@ -865,7 +854,6 @@ msgid "Failed to execute helper program (%s)" msgstr "" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -917,18 +905,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "" @@ -993,17 +978,14 @@ msgid "Unknown option %s" msgstr "" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Ֆայլը դատարկ է" @@ -1019,7 +1001,6 @@ msgid "Invalid group name: %s" msgstr "" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1068,7 +1049,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1097,90 +1077,85 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Սիմվոլիկ հղումները չեն ապահովվում" @@ -1192,94 +1167,80 @@ msgstr "Սիմվոլիկ հղումները չեն ապահովվում" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Սիմվոլիկ հղումները չեն ապահովվում" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1289,142 +1250,128 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Չի հաջողվել ստեղծել ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Չի հաջողվել ստեղծել ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Չի հաջողվել ստեղծել ֆայլ '%s'՝ %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' պանակը բացելու սխալ՝ %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "" @@ -1438,57 +1385,52 @@ msgstr "'%s' պանակը բացելու սխալ՝ %s" msgid "Error stating file '%s': %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Սիմվոլիկ հղումները չեն ապահովվում" @@ -1510,8 +1452,7 @@ msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" msgid "Error closing file: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1547,78 +1488,67 @@ msgid "Error opening file '%s': %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1648,33 +1578,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Սխալ %d տողում՝ %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "'%s' ֆայլը կարդալու սխալ՝ %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1684,17 +1613,15 @@ msgid "Error launching application: %s" msgstr "'%s' պանակը բացելու սխալ՝ %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Սիմվոլիկ հղումները չեն ապահովվում" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/id.po b/po/id.po index 612a1c2..dd6488d 100644 --- a/po/id.po +++ b/po/id.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2005-08-30 22:41+0300\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" @@ -43,7 +43,7 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, fuzzy, c-format +#, fuzzy msgid "No valid bookmark file found in data dirs" msgstr "File kunci yang benar tidak ditemukan pada direktori data" @@ -101,21 +101,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Tidak dapat membuka pengubah dari '%s' ke '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Rangkaian byte dalam input konversi tidak benar" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Error saat melakukan konversi: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Rangkaian karakter sebagian pada akhir input" @@ -155,7 +153,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Nama path '%s' bukan path absolut" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Nama host salah" @@ -257,7 +254,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Gagal saat membaca link simbolik '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Link simbolik tidak didukung oleh sistem" @@ -267,24 +263,20 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Tidak dapat membuka konverter dari '%s' menjadi '%s': %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Ada data tersisa yang belum dikonversi pada buffer read" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Chanel terputus pada karakter sebagian" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Tidak dapat melakukan proses baca raw pada fungsi g_io_channel_read_to_end" @@ -559,7 +551,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -868,12 +860,10 @@ msgstr "" "adalah '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Teksnya kosong (atau hanya berisi whitespace)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Gagal untuk membaca data dari proses child" @@ -924,7 +914,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Gagal saat menjalankan program bantuan (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -978,18 +967,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Gagal saat membaca data yang dibutuhkan dai pipe pid child (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Karakter di luar jangkauan UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Rangkaian input konversi salah" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Karakter di luar jangkauan UTF-16" @@ -1053,17 +1039,15 @@ msgid "Unknown option %s" msgstr "Pilihan tidak diketahui %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "File kunci yang benar tidak ditemukan pada direktori data" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Bukan sebuah file biasa" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Filenya kosong" @@ -1081,7 +1065,6 @@ msgid "Invalid group name: %s" msgstr "Nama program salah: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "File kunci tidak mulai dengan sebuah kelompok" @@ -1134,7 +1117,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "File kunci tidak memiliki kunci '%s' pada kelompok '%s'" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "File kunci mengandung karakter escape pada akhir baris" @@ -1163,91 +1145,86 @@ msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai sebuah nomor." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai suatu nilai boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "Pilihan tidak diketahui %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Link simbolik tidak didukung oleh sistem" @@ -1259,94 +1236,80 @@ msgstr "Link simbolik tidak didukung oleh sistem" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Link simbolik tidak didukung oleh sistem" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1356,142 +1319,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nama program salah: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Nama host salah" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Gagal saat membuat file '%s': %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Error saat membuka direktori '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut" @@ -1505,57 +1456,52 @@ msgstr "Error saat membuka direktori '%s': %s" msgid "Error stating file '%s': %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Error pada baris ke %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Link simbolik tidak didukung oleh sistem" @@ -1577,8 +1523,7 @@ msgstr "Error saat membaca file '%s': %s" msgid "Error closing file: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1614,78 +1559,69 @@ msgid "Error opening file '%s': %s" msgstr "Error saat membaca file '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "Bukan sebuah file biasa" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Nama program salah: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1716,33 +1652,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Error saat membaca file '%s': %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Error pada baris ke %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Error saat melakukan konversi: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1752,17 +1687,15 @@ msgid "Error launching application: %s" msgstr "Error saat melakukan konversi: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Link simbolik tidak didukung oleh sistem" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/is.po b/po/is.po index 982b296..ca9ca73 100644 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2003-08-18 18:05+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -41,7 +41,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -99,21 +98,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Gat ekki opnað umbreyti úr '%s' í '%s': %s" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ógild bætaruna í ílagi umbreytingar" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Villa við umbreytingu: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Ókláruð stafaruna í enda ílags" @@ -153,7 +150,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Slóðin '%s' er ekki full slóð" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Ógilt vélarheiti" @@ -253,7 +249,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "gat ekki lesið tákntengið '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Tákntengi eru ekki studd" @@ -263,22 +258,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Gat ekki opnað umbreyti úr `%s' í `%s': %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Það eru eftir óumbreytt gögn í lesminninu" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Rásin endar á hluta úr tákni" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Gat ekki lesið í g_io_channel_read_to_end" @@ -538,7 +529,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -842,12 +833,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "Textinn endaði áður en samstaða við %c fannst. (Textinn var '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Textinn var tómur (eða innihélt eingöngu orðabil)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Gat ekki lesið gögn frá undirferli" @@ -897,7 +886,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Gat ekki keyrt hjálparforrit" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -949,18 +937,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Gat ekki lesið nægjanleg gögn úr pípunni til undirferlisins (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Táknið er utan UTF-8 sviðsins" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Ógild runa í ílagi umbreytingar" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Táknið er utan UTF-16 sviðsins" @@ -1024,17 +1009,14 @@ msgid "Unknown option %s" msgstr "" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "" @@ -1050,7 +1032,6 @@ msgid "Invalid group name: %s" msgstr "Ógilt vélarheiti" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1099,7 +1080,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1128,90 +1108,85 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Tákntengi eru ekki studd" @@ -1223,94 +1198,80 @@ msgstr "Tákntengi eru ekki studd" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Tákntengi eru ekki studd" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1320,142 +1281,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Ógilt vélarheiti" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Ógilt vélarheiti" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "gat ekki búið til skrána '%s': %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Villa við að opna möppuna '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Skjalið endar óvænt inn í heiti eiginleika" @@ -1469,57 +1418,52 @@ msgstr "Villa við að opna möppuna '%s': %s" msgid "Error stating file '%s': %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Villa við umbreytingu: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Villa á línu %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Tákntengi eru ekki studd" @@ -1541,8 +1485,7 @@ msgstr "Villa við lestur skráarinnar '%s': %s" msgid "Error closing file: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1578,78 +1521,68 @@ msgid "Error opening file '%s': %s" msgstr "Villa við lestur skráarinnar '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Ógilt vélarheiti" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1680,33 +1613,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Villa við lestur skráarinnar '%s': %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Villa á línu %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Villa við umbreytingu: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1716,17 +1648,15 @@ msgid "Error launching application: %s" msgstr "Villa við umbreytingu: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Tákntengi eru ekki studd" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/it.po b/po/it.po index f3967d5..722adb8 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.17.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-05-31 11:32+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Tag \"%s\" inatteso all'interno di \"%s\"" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Non è stato trovato alcun file di segnalibri valido nelle directory dei dati" @@ -110,21 +109,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\"" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Sequenza di byte non valida nell'ingresso per la conversione" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Errore durante la conversione: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso" @@ -165,7 +162,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Il nome di percorso \"%s\" non è un percorso assoluto" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Nome host non valido" @@ -277,7 +273,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Lettura del collegamento simbolico \"%s\" fallita: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Collegamenti simbolici non supportati" @@ -287,22 +282,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\": %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Impossibile leggere i dati grezzi in g_io_channel_read_line_string" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Sono rimasti dei dati non convertiti nel buffer di lettura" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Il canale termina in un carattere parziale" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Impossibile eseguire una lettura grezza in g_io_channel_read_to_end" @@ -592,7 +583,7 @@ msgid "the pattern contains items not supported for partial matching" msgstr "" "il modello contiene elementi non supportati per la corrispondenza parziale" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "errore interno" @@ -972,12 +963,10 @@ msgstr "" "per %c (il testo era \"%s\")." #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Il testo era vuoto (oppure conteneva unicamente spazi bianchi)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Lettura di dati dal processo figlio fallita" @@ -1033,7 +1022,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Esecuzione del programma helper fallita (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -1098,18 +1086,15 @@ msgstr "" "fallita (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Carattere fuori dall'intervallo per UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Sequenza non valida in ingresso per la conversione" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Carattere fuori dall'intervallo per UTF-16" @@ -1176,17 +1161,14 @@ msgstr "Opzione %s sconosciuta" # # Ad esempio i file .themes per i temi del desktop e delle icone. #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Impossibile trovare un file chiavi valido nelle directory di ricerca" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Non è un file normale" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Il file è vuoto" @@ -1204,7 +1186,6 @@ msgid "Invalid group name: %s" msgstr "Nome gruppo non valido: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Il file chiavi non inizia con un gruppo" @@ -1258,7 +1239,6 @@ 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:3474 -#, 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" @@ -1289,61 +1269,56 @@ msgstr "Impossibile interpretare il valore \"%s\" come un booleano." # GLIB-2-16 # count (gssize) è un parametro delle funzione -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Valore count troppo largo passato a %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Lo stream è già chiuso" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "L'operazione è stata annullata" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Tipo sconosciuto" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "Tipo di file %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "Tipo %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "End-of-stream prematuro inatteso" # NdT: nome di applicazione (quando manca) -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Senza nome" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Il file .desktop non specifica il campo Exec" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Impossibile trovare il terminale richiesto per l'applicazione" # NdT il primo %s è il percorso alla cartella .local/share/application # messo tra parentesi per scelta stilistica... -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" @@ -1351,35 +1326,34 @@ msgstr "" # NdT il primo %s è il percorso alla cartella .local/share/application # messo tra parentesi per scelta stilistica... -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Impossibile creare la cartella utente di configurazione MIME (%s): %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Impossibile creare il file .desktop utente %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Definizione personalizzata per %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "l'unità non implementa l'espulsione" # sondaggio ???? -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "l'unità non supporta il sondaggio di supporti" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operazione non supportata" @@ -1391,96 +1365,81 @@ msgstr "Operazione non supportata" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "L'oggetto mount contenuto non esiste" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Impossibile copiare sopra la directory" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Impossibile copiare la directory sopra la directory" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Il file destinazione esiste" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Impossibile copiare la directory ricorsivamente" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Fornito valore di collegamento simbolico non valido" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Cestino non supportato" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "I nomi di file non possono contenere '%c'" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "il volume non implementa il montaggio" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Non risulta registrata alcuna applicazione per gestire questo file" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "L'enumeratore è chiuso" # una sola ???? -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "L'enumeratore di file presenta un'operazione in sospeso" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "L'enumeratore di file è già chiuso" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Lo stream non supporta query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Posizionamento non supportato sullo stream" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Troncamento non consentito sullo stream di input" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Troncamento non supportato sullo stream" # o lasciare write ?? -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Lo stream di input non implementa la lettura" @@ -1491,149 +1450,135 @@ msgstr "Lo stream di input non implementa la lettura" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Lo stream presenta un'operazione in sospeso" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" "Impossibile trovare il tipo di monitor predefinito per directory locali" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Nome di file %s non valido" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Errore nell'ottenere informazioni sul file system: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Impossibile rinominare la directory root" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Impossibile rinominare il file, il nome di file esiste già" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Nome di file non valido" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Errore nel rinominare il file: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Errore nell'aprire il file: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Impossibile aprire la directory" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Errore nel rimuovere il file: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Errore nel cestinare il file: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Impossibile creare la directory cestino \"%s\": %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Impossibile trovare la directory di livello superiore per il cestino" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Impossibile trovare o creare la directory cestino" # consultare la specifica del cestino di freedesktop.org # (in breve per ogni file cestinato viene creata una copia # del file e un file di informazioni - data, posizione originaria...) -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Impossibile creare il file informazioni cestinamento: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Impossibile cestinare il file: %s" # GLIB-2-18 -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, c-format msgid "Error creating directory: %s" msgstr "Errore nel creare la directory: %s" # FIXME: all other occurrences are "symlink" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Errore nel creare il collegamento simbolico: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Errore nello spostare il file: %s" # ma che senso ha??? -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Impossibile spostare la directory sopra la directory" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Creazione del file backup fallita" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Errore nel rimuovare il file destinazione: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Spostamento tra oggetti mount non supportato" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Il valore dell'attributo deve essere non-NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Tipo di attributo non valido (attesa stringa)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Nome di attributo esteso non valido" @@ -1647,60 +1592,55 @@ msgstr "Errore nell'impostare l'attributo esteso \"%s\": %s" msgid "Error stating file '%s': %s" msgstr "Impossibile eseguire lo stat del file \"%s\": %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (codifica non valida)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Errore nell'eseguire lo stat del descrittore di file: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo di attributo non valido (atteso unit32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo di attributo non valido (atteso uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo di attributo non valido (attesa stringa di byte)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Errore nell'impostare i permessi: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Errore nell'impostare il proprietario: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "il collegamento simbolico deve essere non-NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Errore nell'impostare il collegamento simbolico: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "Errore nell'impostare il collegamento simbolico: il file non è un " "collegamento" # %s è l'attributo -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Impostazione dell'attributo %s non supportata" @@ -1722,8 +1662,7 @@ msgstr "Errore nel posizionarsi all'interno del file: %s" msgid "Error closing file: %s" msgstr "Errore nel chiudere il file: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Impossibile trovare il tipo di monitor predefinito per file locali" @@ -1759,78 +1698,67 @@ msgid "Error opening file '%s': %s" msgstr "Errore nell'aprire il file «%s»: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Il file destinazione è una directory" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Il file destinazione non è un file normale" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Il file è stato modificato dall'esterno" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Fornito GSeekType non valido" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Richiesta di posizionamento non valida" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Impossibile troncare GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Raggiunto il limite massimo dell'array di dati" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Stream di output di memoria non ridimensionabile" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Ridimensionamento dello stream di output di memoria fallito" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "l'oggetto mount non implementa lo smontaggio" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "l'oggetto mount non implementa l'espulsione" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "l'oggetto mount non implementa il rimontaggio" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Lo stream di output non implementa la scrittura" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Lo stream sorgente è già chiuso" @@ -1863,33 +1791,32 @@ msgstr "" "ai caratteri '-'. Ignora i nomi successivi al primo nel caso in cui ne siano " "stati forniti più di uno." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Errore nel leggere da unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Errore nel chiudere unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "File system radice" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Errore nello scrivere su unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "il volume non implementa l'espulsione" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Impossibile trovare l'applicazione" @@ -1899,17 +1826,14 @@ msgid "Error launching application: %s" msgstr "Errore nel lanciare l'applicazione: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI non supportati" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "cambi di associazioni non supportati su win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Creazione di associazioni non supportata su win32" diff --git a/po/ja.po b/po/ja.po index 55d8fa1..47f4e3d 100644 --- a/po/ja.po +++ b/po/ja.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-11 20:46+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" @@ -43,7 +43,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "想定外のタグ '%s' ('%s' 内) です" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "データ・ディレクトリの中に妥当なブックマーク・ファイルはありません" @@ -102,21 +101,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' から '%s' へのコンバータを開けませんでした" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "変換する入力に無効なバイトの並びがあります" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "変換中にエラー: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "入力の最後に不完全な文字シーケンスがあります" @@ -156,7 +153,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "パス名 '%s' が絶対パスではありません" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "無効なホスト名です" @@ -257,7 +253,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "シンボリック・リンクはサポートしていません" @@ -267,22 +262,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' から '%s' へ変換するコンバータを開けませんでした: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "変換されていないデータが読みこみバッファに残っています" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "チャンネルが不完全な文字で終わっています" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end では raw モードで読めません" @@ -548,7 +539,7 @@ msgstr "バックトラック処理の上限に達しました" msgid "the pattern contains items not supported for partial matching" msgstr "パターンに含まれているアイテムは部分マッチングをサポートしていません" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "内部エラー" @@ -850,12 +841,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "%c に対応する引用記号の前でテキストが終了しています (テキストは '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "テキストが空です (あるいは空白のみ)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "子プロセスからデータを読み出せません" @@ -905,7 +894,6 @@ msgid "Failed to execute helper program (%s)" msgstr "ヘルパー・プログラム (%s) の起動が失敗しました" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -958,18 +946,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "子 pid パイプから十分なデータを読めません (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 の範囲外の文字です" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "変換する入力で無効なシーケンスがあります" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 の範囲外の文字です" @@ -1033,17 +1018,14 @@ msgid "Unknown option %s" msgstr "%s は不明なオプションです" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "検索ディレクトリには妥当なキー・ファイルがありませんでした" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "通常のファイルではありません" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "ファイルが空です" @@ -1061,7 +1043,6 @@ msgid "Invalid group name: %s" msgstr "グループ名が無効です: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "キー・ファイルがグループで始まっていません" @@ -1111,7 +1092,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "キー・ファイルにはグループ '%2$s' のキー '%1$s' がありません" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "キー・ファイルの行末にエスケープ文字が含まれています" @@ -1140,90 +1120,84 @@ msgstr "値 '%s' を実数値として解釈できません" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "値 '%s' を論理値として解釈できません" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "%s に引き渡した値が大きすぎます" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "既にストリームは閉じています" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "操作がキャンセルされました" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "不明な種類" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s (ファイルの種類)" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s (種類)" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "想定していたよりも早くストリームの最後に到達しました" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "名前なし" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "デスクトップ・ファイルで Exec 項目を指定してませんでした" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "アプリケーションで必要な端末が見つかりませんでした" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ユーザのアプリケーション設定フォルダ %s を生成できません: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ユーザの MIME 型設定フォルダ %s を生成できません: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "ユーザのデスクトップ・ファイル %s を生成できません" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "%s に対する独自の設定" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "ドライブ側で取り出しの操作を実装していません" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "ドライブ側でポーリングによるメディアの検出を実装していません" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "サポートしていない操作です" @@ -1235,94 +1209,79 @@ msgstr "サポートしていない操作です" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "マウントを含んでいるものはありません" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "ディレクトリ全体をコピーできません" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "ディレクトリからディレクトリへコピーできません" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "対象となるファイルが存在しています" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "ディレクトリを再帰的にコピーできません" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "指定したシンボリックリンクは間違っています" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "ゴミ箱はサポートしていません" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "ファイル名に '%c' を含めることはできません" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "ボリュームはマウントを実装していません" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "このファイルを扱うアプリケーションが登録されていません" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Enumerator は閉じています" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "File enumerator has outstanding operation" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "ファイルの Enumerator は既に閉じています" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "ストリームは query_info をサポートしていません" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "ストリームにおけるシークはサポートしていません" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "入力ストリームで切りつめることはできません" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "ストリームにおける切りつめはサポートしていません" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "入力ストリームで読み込みを実装していません" @@ -1332,143 +1291,129 @@ msgstr "入力ストリームで読み込みを実装していません" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" "ローカル・ディレクトリを監視するデフォルト・モニタの種類が見つかりません" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "ファイル名が無効です: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "ファイルシステムの情報を取得する際にエラー: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "ルート・ディレクトリの名前は変更できません" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "ファイル名を変更できません (既に存在しているため)" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "無効なファイル名です" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "ファイル名を変更する際にエラー: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "ファイルをオープンする際にエラー: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "ディレクトリをオープンできません" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "ファイルを削除する際にエラー: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "ファイルをゴミ箱へ移動する際にエラー: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ゴミ箱のディレクトリ (%s) の生成に失敗しました: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "ゴミ箱のトップレベルなディレクトリが見つかりません" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "ゴミ箱ディレクトリが存在しないか生成できません" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ゴミ箱の情報ファイルを生成できません: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "ファイルをゴミ箱へ移動できません: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "ディレクトリ '%s' を開く時にエラー: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "シンボリックリンクを生成する際にエラー: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "ファイルを移動する際にエラー: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "ディレクトリからディレクトリへ移動できません" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "バックアップ・ファイルの生成に失敗しました" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "対象となるファイルを削除する際にエラー: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "マウント間の移動はサポートしていません" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "属性値を NULL にしないで下さい" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "属性の種類が無効です (文字列を想定していた)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "拡張属性の名前が無効です" @@ -1482,57 +1427,52 @@ msgstr "'%s' という拡張属性をセットする際にエラー: %s" msgid "Error stating file '%s': %s" msgstr "'%s' というファイルの状態を取得する際にエラー: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (無効なエンコーディング)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "ファイル・ディスクリプタの状態を取得する際にエラー: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "属性の種類が無効です (uint32 型を想定していた)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "属性の種類が無効です (uint64 型を想定していた)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "属性の種類が無効です (バイト型の文字列を想定していた)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "アクセス権をセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "所有者をセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "シンボリックリンクを NULL にしないで下さい" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "シンボリックリンクをセットする際にエラー: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "シンボリックリンクの指定でエラー: ファイルがリンクではない" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "%s という属性値はセットできません" @@ -1554,8 +1494,7 @@ msgstr "ファイルでシークする際にエラー: %s" msgid "Error closing file: %s" msgstr "ファイルを閉じる際にエラー: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "ローカル・ファイルを監視するデフォルト・モニタの種類が見つかりません" @@ -1591,78 +1530,67 @@ msgid "Error opening file '%s': %s" msgstr "'%s' というファイルをオープンする際にエラー: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "対象となるファイルはディレクトリです" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "対象となるファイルは通常のファイルではありません" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "ファイルが外部で変更されました" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "不正な GSeekType が指定されました" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "無効なシークの要求です" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream を切りつめることはできません" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "データ配列の上限に到達しました" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "メモリ出力ストリームの大きさは変更できません" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "メモリ出力ストリームの大きさを変更できませんでした" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "マウントはアンマウントを実装していません" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "マウントは取り出しを実装していません" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "マウントは再マウントを実装していません" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "出力ストリームは書き込みを実装していません" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "ソース・ストリームは既に閉じています" @@ -1694,33 +1622,32 @@ msgstr "" "'-' という代替え文字で名前を省略するデフォルトのフォールバックを使用するかど" "うかです (複数の名前を指定すると一番最初の名前より後ろの名前を全て無視します)" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "unix から読み込む際にエラー: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "unix を閉じる際にエラー: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "ファイルシステムのルート" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "unix に書き込む際にエラー: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "ボリュームは取り出しを実装していません" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "アプリケーションが見つかりません" @@ -1730,17 +1657,14 @@ msgid "Error launching application: %s" msgstr "アプリケーションを起動する際にエラー: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI はサポートしていません" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "win32 で組み合わせの変更はサポートしていません" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "win32 で組み合わせの生成はサポートしていません" diff --git a/po/ka.po b/po/ka.po index 9e15453..d766c30 100644 --- a/po/ka.po +++ b/po/ka.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: ka\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2007-09-14 12:15+0200\n" "Last-Translator: Vladimer Sichinava ვლადიმერ სიჭინავა \n" "Language-Team: Georgian \n" "Language-Team: Kannada \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "'%s' ದ ಒಳಗೆ ಅನಪೇಕ್ಷಿತ ಪದಗುಚ್ಛ '%s" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "ದತ್ತಾಂಶ ಕೋಶದಲ್ಲಿ ಯಾವುದೇ ಮಾನ್ಯ ಬುಕ್ ಮಾರ್ಕ್ ಕಂಡು ಬಂದಿಲ್ಲ" @@ -100,21 +99,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' ನಿಂದ '%s'ಗೆ ಪರಿವರ್ತಕವನ್ನು ತೆರೆಯಲಾಗುತ್ತಿಲ್ಲ" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "ಪರಿವರ್ತಿತ ಆದಾನದಲ್ಲಿನ ಬೈಟ್ ಅನುಕ್ರಮ ಅಮಾನ್ಯವಾಗಿದೆ" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "ಪರಿವರ್ತಿಸುವಾಗ ದೋಷ: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "ಆದಾನದ ಕೊನೆಯಲ್ಲಿ ಆಂಶಿಕ ಅಕ್ಷರ ಅನುಕ್ರಮಣೆ" @@ -154,7 +151,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "ಪಥದ ಹೆಸರು '%s' ಒಂದು ಪರಿಪೂರ್ಣವಾದ ಪಥವಲ್ಲ" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "ಅಮಾನ್ಯವಾದ ಅತಿಥೇಯದ ಹೆಸರು" @@ -256,7 +252,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕ್ '%s' ಅನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲತೆ: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕುಗಳು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" @@ -266,22 +261,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' ನಿಂದ '%s' ಗೆ ಪರಿವರ್ತಕವನ್ನು ತೆರೆಯಲು ಆಗಿಲ್ಲ: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "ಪರಿವರ್ತಿತವಾಗದೆ ಬಾಕಿ ಉಳಿದ ದತ್ತಾಂಶಗಳು ಓದು-ಬಫರಿನಲ್ಲಿ" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "ಮಾರ್ಗವು ಒಂದು ಆಂಶಿಕ ಅಕ್ಷರದಲ್ಲಿ ಕೊನೆಗೊಳ್ಳುತ್ತದೆ" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end ನಲ್ಲಿ ಒಂದು ಹಗುರ ಓದನ್ನು ಮಾಡಲಾಗಲಿಲ್ಲ" @@ -546,7 +537,7 @@ msgstr "ಹಿಂಬಾಲಿಸುವ ಮಿತಿ ತಲುಪಿದೆ" msgid "the pattern contains items not supported for partial matching" msgstr "ಆಂಶಿಕ ಹೊಂದಾಣಿಕೆಗೆ ಬೆಂಬಲಿತವಾಗದ ಅಂಶಗಳನ್ನು ಈ ವಿನ್ಯಾಸವು ಹೊಂದಿದೆ" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "ಆಂತರಿಕ ದೋಷ" @@ -846,12 +837,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "%c ಗಾಗಿನ (ಪಠ್ಯವು '%s' ಆಗಿತ್ತು)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "ಪಠ್ಯವು ಖಾಲಿಯಾಗಿತ್ತು (ಅಥವ ಕೇವಲ ಖಾಲಿಜಾಗಗಳನ್ನು ಹೊಂದಿತ್ತು)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "child ಪ್ರಕ್ರಿಯೆಯಿಂದ ದತ್ತಾಂಶವನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ" @@ -901,7 +890,6 @@ msgid "Failed to execute helper program (%s)" msgstr "ಸಹಾಯಕ ಪ್ರೊಗ್ರಾಂ (%s) ಅನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವಲ್ಲಿ ವಿಫಲತೆ" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -956,18 +944,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "child pid pipe (%s) ಇಂದ ಸಾಕಷ್ಟು ದತ್ತಾಂಶವನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "ಅಕ್ಷರವು UTF-8 ನ ವ್ಯಾಪ್ತಿ ಇಂದ ಹೊರಗಿದೆ" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "ಆದಾನ ಪರಿವರ್ತನೆಯಲ್ಲಿ ಅಮಾನ್ಯ ಅನುಕ್ರಮ" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "ಅಕ್ಷರವು UTF-16 ನ ವ್ಯಾಪ್ತಿ ಇಂದ ಹೊರಗಿದೆ" @@ -1031,17 +1016,14 @@ msgid "Unknown option %s" msgstr "ಗೊತ್ತಿರದ ಆಯ್ಕೆ %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "ಹುಡುಕು ಕೋಶದಲ್ಲಿ ಮಾನ್ಯ ಕೀಲಿ ಪತ್ತೆಯಾಗಿಲ್ಲ" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "ಒಂದು ಸಾಮಾನ್ಯ ಕಡತವಲ್ಲ" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "ಕಡತವು ಖಾಲಿ ಇದೆ" @@ -1058,7 +1040,6 @@ msgid "Invalid group name: %s" msgstr "ಅಮಾನ್ಯ ಸಮೂಹ ಹೆಸರು: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "ಕೀಲಿ ಕಡತವು ಒಂದು ಸಮೂಹದೊಂದಿಗೆ ಆರಂಭಗೊಳ್ಳುವುದಿಲ್ಲ" @@ -1110,7 +1091,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "ಕೀಲಿ ಕಡತವು ಕೀಲಿ'%s' ಯನ್ನು ಗುಂಪು '%s'ನಲ್ಲಿ ಹೊಂದಿಲ್ಲ" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "ಕೀಲಿ ಕಡತವು ಸಾಲಿನ ಕೊನೆಯಲ್ಲಿ ಪಾರು ಅಕ್ಷರಗಳನ್ನು ಹೊಂದಿದೆ" @@ -1139,90 +1119,84 @@ msgstr "ಮೌಲ್ಯ '%s' ವನ್ನು ಒಂದು ತೇಲು ಸಂಖ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ಮೌಲ್ಯ '%s' ವನ್ನು ಒಂದು ಬೂಲಿಯನ್ ಆಗಿ ವಿವರಿಸಲು ಆಗುವುದಿಲ್ಲ." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "%s ಗೆ ಬಹಳ ದೊಡ್ಡದಾದ ಎಣಿಕೆ ಮೌಲ್ಯವನ್ನು ರವಾನಿಸಲಾಗಿದೆ" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "ಕಾರ್ಯವು ರದ್ದುಗೊಂಡಿದೆ" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "ಗೊತ್ತಿರದ ಬಗೆ" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s ಕಡತದ ಬಗೆ" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s ಬಗೆ" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "ಸ್ಟ್ರೀಮ್‍ನ ಅನಿರೀಕ್ಷಿತ ಕ್ಷಿಪ್ರ ಅಂತ್ಯ" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ಹೆಸರಿಸಲಾಗದ" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "ಗಣಕತೆರೆ ಕಡತವು Exec ಕ್ಷೇತ್ರವನ್ನು ಸೂಚಿಸಿಲ್ಲ" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "ಅನ್ವಯಕ್ಕೆ ಅಗತ್ಯವಿರುವ ಟರ್ಮಿನಲ್‍ ಅನ್ನು ಪತ್ತೆಮಾಡಲಾಗಲಿಲ್ಲ" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ಬಳಕೆದಾರ ಅನ್ವಯ ಸಂರಚನಾ ಫೋಲ್ಡರ್ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ಬಳಕೆದಾರ MIME ಸಂರಚನಾ ಫೋಲ್ಡರ್ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "ಬಳಕೆದಾರನ ಡೆಸ್ಕ್‍ಟಾಪ್ ಕಡತ %s ಅನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "%s ಗಾಗಿನ ಕಸ್ಟಮ್ ವಿವರಣೆ" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "ಹೊರತಳ್ಳುವುದನ್ನು ಡ್ರೈವ್ ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "ಮಾಧ್ಯಮಕ್ಕಾಗಿ ಪೋಲ್ ಮಾಡುವುದನ್ನು ಡ್ರೈವ್ ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "ಕಾರ್ಯವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" @@ -1234,94 +1208,79 @@ msgstr "ಕಾರ್ಯವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "ಹೊಂದಿರುವ ಮೌಂಟ್ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "ಕೋಶವನ್ನು ಕೋಶಕ್ಕೆ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "ಸೂಚಿತ ಕಡತವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "ಕೋಶವನ್ನು ಪುನರಾವರ್ತಿತವಾಗಿ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "ಅಮಾನ್ಯವಾದ ಸಿಮ್‍ಲಿಂಕ್ ಮೌಲ್ಯವನ್ನು ಒದಗಿಸಲಾಗಿದೆ" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "ಟ್ರ್ಯಾಶ್ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "ಕಡತದ ಹೆಸರುಗಳು '%c' ಅನ್ನು ಹೊಂದುವಂತಿಲ್ಲ" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "ಪರಿಮಾಣವು ಆರೋಹಿಸುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "ಈ ಪುಟವನ್ನು ನಿಭಾಯಿಸಲು ಯಾವುದೆ ಅನ್ವಯವು ಅನುಸ್ಥಾಪಿತಗೊಂಡಿಲ್ಲ" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "ಎನ್ಯುಮರೇಟರ್ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರಿನಲ್ಲಿ ಕಾರ್ಯವು ಬಾಕಿ ಇದೆ" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "ಸ್ಟ್ರೀಮ್ query_info ಅನ್ನು ಬೆಂಬಲಿಸುವುದಿಲ್ಲ" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಕೋರುವುದು (seek) ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "ಆದಾನ ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಕಡಿತಗೊಳಿಸಲು ಅನುಮತಿಯ ಇಲ್ಲ" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಕಡಿತಗೊಳಿಸಲು ಅನುಮತಿಯ ಇಲ್ಲ" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "ಆದಾನ ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಓದುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" @@ -1331,142 +1290,128 @@ msgstr "ಆದಾನ ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಓದುವು #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "ಸ್ಟ್ರೀಮ್‍ನಲ್ಲಿ ಕಾರ್ಯವು ಬಾಕಿ ಇದೆ" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾದ ಕೋಶ ಮೇಲ್ವಿಚಾರಕ ಬಗೆಯನ್ನು ಪತ್ತೆ ಮಾಡಲಾಗಲಿಲ್ಲ" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "ಕಡತವ್ಯವಸ್ಥೆಯ ಮಾಹಿತಿಯನ್ನು ಪಡೆಯುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "ಮೂಲ ಕಡತಕೋಶದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗುವುದಿಲ್ಲ" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸಲಾಗಲಿಲ್ಲ, ಈ ಹೆಸರಿನ ಕಡತವು ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "ಅಮಾನ್ಯ ಕಡತದ ಹೆಸರು" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "ಕಡತದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "ಕಡತವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "ಕೋಶವನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "ಕಡತವನ್ನು ಕಸದ ಬುಟ್ಟಿಗೆ ವರ್ಗಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ಕಸದ ಬುಟ್ಟಿ ಕೋಶ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "ಕಸದ ಬುಟ್ಟಿಗಾಗಿ ಮೇಲ್ಮಟ್ಟದ ಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲಾಗಲಿಲ್ಲ" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "ಕಸದ ಬುಟ್ಟಿ ಕೋಶವನ್ನು ಪತ್ತೆಮಾಡಲು ಅಥವ ರಚಿಸಲಾಗಿಲ್ಲ:" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ಟ್ರ್ಯಾಶಿಂಗ್ ಮಾಹಿತಿ ಕಡತವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "ಕಡತವನ್ನು ಟ್ರ್ಯಾಶ್ ಮಾಡುವಲ್ಲಿ ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "ಕಡತ ಕೋಶ '%s' ವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಮಾಡುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "ಕಡತವನ್ನು ಸ್ಥಳಾಂತರಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "ಕೋಶವನ್ನು ಇನ್ನೊಂದು ಕೋಶಕ್ಕೆ ಸ್ಥಳಾಂತರಿಸಲಾಗುವುದಿಲ್ಲ" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "ಬ್ಯಾಕ್ ಕಡತವನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ವಿಫಲತೆ" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "ಸೂಚಿತ ಕಡತವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "ಎರಡು ಆರೋಹಣ ತಾಣಗಳ ನಡುವೆ ವರ್ಗಾಯಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "ವೈಶಿಷ್ಟ್ಯದ ಮೌಲ್ಯವು ಶೂನ್ಯವಲ್ಲದುದಾಗಿರಬೇಕು" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (ನಿರೀಕ್ಷಿತ ಸಾಲು)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "ಅಮಾನ್ಯವಾದ ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ ವೈಶಿಷ್ಟ್ಯದ ಹೆಸರು" @@ -1480,57 +1425,52 @@ msgstr "ವಿಸ್ತರಿಸಲ್ಪಟ್ಟ ವೈಶಿಷ್ಟ್ಯ ' msgid "Error stating file '%s': %s" msgstr "'%s' ಕಡತವನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (ಅಮಾನ್ಯ ಸಂಕೇತಿಕರಣ)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "ಕಡತ ಡಿಸ್ಕ್ರಿಪ್ಟರನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint32 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint64 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (ಬೈಟ್ ಸಾಲನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "ಮಾಲಿಕನನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "ಸಾಂಕೇತಿಕಕೊಂಡಿಯು ಶೂನ್ಯವಾಗಿರುವಂತಿಲ್ಲ" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: ಕಡತವು ಒಂದು ಸಾಂಕೇತಿಕಕೊಂಡಿಯಾಗಿಲ್ಲ" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "%s ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹೊಂದಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" @@ -1552,8 +1492,7 @@ msgstr "ಕಡತದಲ್ಲಿ ಕೋರುವಾಗ ದೋಷ: %s" msgid "Error closing file: %s" msgstr "ಕಡತವನ್ನು ಮುಚ್ಚುವಲ್ಲಿ ದೋಷ: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾದ ಸ್ಥಳೀಯ ಕಡತ ಮೇಲ್ವಿಚಾರಕದ ಬಗೆಯನ್ನು ಪತ್ತೆ ಮಾಡಲಾಗಿಲ್ಲ" @@ -1589,78 +1528,67 @@ msgid "Error opening file '%s': %s" msgstr "'%s' ಕಡತವನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "ಸೂಚಿತ ಕಡತವು ಒಂದು ಕೋಶವಾಗಿದೆ" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "ಸೂಚಿತ ಕಡತವು ಒಂದು ಸಾಮಾನ್ಯ ಕಡತವಲ್ಲ" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "ಕಡತವು ಹೊರಗಿನಿಂದ ಮಾರ್ಪಡಿಸಲ್ಪಟ್ಟಿದೆ" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "ಅಮಾನ್ಯವಾದ GSeekType ಅನ್ನು ಒದಗಿಸಲಾಗಿದೆ" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "ಅಮಾನ್ಯವಾದ ಕೋರಿಕೆ" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream ಅನ್ನು ಕಡಿತಗೊಳಿಸಲಾಗಿಲ್ಲ" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "ಗರಿಷ್ಟ ದತ್ತಾಂಶ ಅರೆ(array) ಮಿತಿಯನ್ನು ತಲುಪಿದೆ" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "ಮೆಮೊರಿ ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಪುನರ್ ಗಾತ್ರಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "ಮೆಮೊರಿ ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಅನ್ನು ಪುನರ್ ಗಾತ್ರಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "ಆರೋಹಣವು ಅವರೋಹಣವನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "ಆರೋಹಣವು ಹೊರತೆಗೆಯುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "ಆರೋಹಣವು ಪುನಃ ಆರೋಹಿಸುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "ಪ್ರದಾನ ಸ್ಟ್ರೀಮ್ ಬರೆಯುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "ಮೂಲ ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ" @@ -1693,33 +1621,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "ಯುನಿಕ್ಸ್‍ನಿಂದ ಓದುವಲ್ಲಿ ದೋಷ: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "ಯುನಿಕ್ಸ್ ಅನ್ನು ಮುಚ್ಚುವಲ್ಲಿ ದೋಷ: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "ಕಡತವ್ಯವಸ್ಥೆ ಮೂಲ" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "ಯುನಿಕ್ಸ್‍ಗೆ ಬರೆಯುವಲ್ಲೆ ದೋಷ: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "ಪರಿಮಾಣವು ಹೊರ ತಳ್ಳುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "ಅನ್ವಯವನ್ನು ಪತ್ತೆಮಾಡಲಾಗುವುದಿಲ್ಲ" @@ -1729,17 +1656,14 @@ msgid "Error launching application: %s" msgstr "ಅನ್ವಯವನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ದೋಷ: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI ಗಳು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "win32 ನಲ್ಲಿ ಅಸೋಸಿಯೇಶನ್ ಬದಲಾವಣೆಗಳು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "win32 ನಲ್ಲಿ ಅಸೋಸಿಯೇಶನ್ ರಚನೆಯು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" diff --git a/po/ko.po b/po/ko.po index c626846..97005eb 100644 --- a/po/ko.po +++ b/po/ko.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-23 07:37+0900\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-06-23 07:37+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" @@ -17,285 +17,284 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../glib/gbookmarkfile.c:728 ../glib/gbookmarkfile.c:805 -#: ../glib/gbookmarkfile.c:884 ../glib/gbookmarkfile.c:931 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "예상치 못하게 '%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 있습니다" -#: ../glib/gbookmarkfile.c:739 ../glib/gbookmarkfile.c:816 -#: ../glib/gbookmarkfile.c:826 ../glib/gbookmarkfile.c:942 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "'%2$s' 엘리먼트에 '%1$s' 애트리뷰트가 없습니다" -#: ../glib/gbookmarkfile.c:1112 ../glib/gbookmarkfile.c:1177 -#: ../glib/gbookmarkfile.c:1241 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "예상치 못하게 '%s' 태그가 있습니다. '%s' 태그가 있어야 합니다" -#: ../glib/gbookmarkfile.c:1137 ../glib/gbookmarkfile.c:1151 -#: ../glib/gbookmarkfile.c:1219 ../glib/gbookmarkfile.c:1271 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "예상치 못하게 '%2$s' 안에 '%1$s' 태그가 있습니다" -#: ../glib/gbookmarkfile.c:1798 +#: glib/gbookmarkfile.c:1798 msgid "No valid bookmark file found in data dirs" msgstr "데이터 디렉토리에 올바른 북마크 파일이 없습니다" -#: ../glib/gbookmarkfile.c:1999 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "'%s' URL에 대한 북마크가 이미 있습니다" -#: ../glib/gbookmarkfile.c:2045 ../glib/gbookmarkfile.c:2202 -#: ../glib/gbookmarkfile.c:2287 ../glib/gbookmarkfile.c:2367 -#: ../glib/gbookmarkfile.c:2452 ../glib/gbookmarkfile.c:2535 -#: ../glib/gbookmarkfile.c:2613 ../glib/gbookmarkfile.c:2692 -#: ../glib/gbookmarkfile.c:2734 ../glib/gbookmarkfile.c:2831 -#: ../glib/gbookmarkfile.c:2957 ../glib/gbookmarkfile.c:3147 -#: ../glib/gbookmarkfile.c:3223 ../glib/gbookmarkfile.c:3388 -#: ../glib/gbookmarkfile.c:3477 ../glib/gbookmarkfile.c:3567 -#: ../glib/gbookmarkfile.c:3694 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "'%s' URL에 대한 북마크가 없습니다" -#: ../glib/gbookmarkfile.c:2376 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "'%s' URL에 대한 북마크에 MIME 타입이 없습니다" -#: ../glib/gbookmarkfile.c:2461 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "'%s' URL에 대한 북마크에 개인 플래그가 없습니다" -#: ../glib/gbookmarkfile.c:2840 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "'%s' URL에 대한 북마크에 그룹이 설정되어 있지 않습니다" -#: ../glib/gbookmarkfile.c:3241 ../glib/gbookmarkfile.c:3398 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "이름이 '%s'인 어떤 프로그램도 '%s'에 대한 북마크를 등록하지 않았습니다" -#: ../glib/gbookmarkfile.c:3421 +#: glib/gbookmarkfile.c:3421 #, 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:2216 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 +#: glib/gutf8.c:1405 msgid "Invalid byte sequence in conversion input" msgstr "변환 입력에서 잘못된 바이트 순서" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2228 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "변환중 오류: %s" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 msgid "Partial character sequence at end of input" msgstr "입력의 끝에서 부분적인 문자 순서" -#: ../glib/gconvert.c:919 +#: glib/gconvert.c:919 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "코드셋 '%2$s'에서 대체하는 '%1$s'(으)로 변환 못함" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s'은(는) \"file\" 스키마를 사용하는 절대 경로 URI가 아닙니다" -#: ../glib/gconvert.c:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "로컬 파일 URI '%s'에는 '#'이 들어갈 수 없습니다" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s'이(가) 잘못되었습니다" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s'의 호스트 이름이 잘못되었습니다" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s'은(는) 잘못된 이스케이프 문자가 들어 있습니다" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "경로이름 '%s'은(는) 절대 경로가 아닙니다" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 msgid "Invalid hostname" msgstr "잘못된 호스트 이름" -#: ../glib/gdir.c:109 ../glib/gdir.c:129 +#: glib/gdir.c:109 glib/gdir.c:129 #, 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:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "심볼릭 링크 '%s' 읽기 실패: %s" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 msgid "Symbolic links not supported" msgstr "심볼릭 링크를 지원하지 않습니다" -#: ../glib/giochannel.c:1162 +#: glib/giochannel.c:1162 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "`%s'에서 `%s'(으)로 변환하는 변환기를 열 수 없음: %s" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "g_io_channel_read_line_string으로 raw 읽기를 할 수 없습니다" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812 -#: ../glib/giochannel.c:1899 +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "읽기 버퍼에서 변환되지 않은 데이터를 남겨둠" -#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712 +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "일부 문자에서 채널 끝냄" -#: ../glib/giochannel.c:1698 +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_endi로 raw 읽기를 할 수 없습니다" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "파일 '%s' 열기 실패: dopen() 실패: %s" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "파일 '%s' 매핑 실패: mmap() 실패: %s" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "%d째 줄 %d 문자에서 오류: " -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "%d째 줄에서 오류: %s" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" @@ -303,7 +302,7 @@ msgstr "" "' 입니다" # FIXME: "escape"라는 동사를 번역? -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -314,18 +313,18 @@ msgstr "" "작합니다. 이 & 기호가 엔티티에 사용되는 것이 아닌 경우에는, & 라고 쓰십" "시오" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "문자 '%s'은(는) 엔티티 이름에서 올바르지 않습니다" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "엔티티 이름 '%s'이(가) 알려져 있지 않습니다" # FIXME: "escape"라는 동사를 번역? -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -334,7 +333,7 @@ msgstr "" "ê³  하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 & 라고쓰" "십시오" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -343,16 +342,16 @@ msgstr "" "'%-.*s'의 구문 해석에 실패했습니다. 문자 참조에는 숫자를 써야 합니다 (예를 " "들어 ê) - 숫자가 너무 클 수도 있습니다" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "문자 참조 '%-*s'에 대응되는 문자는 허용되지 않습니다" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "문자 참조가 비어 있습니다; dž처럼 숫자를 써야 합니다" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -362,32 +361,32 @@ msgstr "" "려고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 & 라고" "쓰십시오" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "엔티티 참조가 미완성입니다" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "문자 참조가 미완성입니다" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "잘못된 UTF-8 인코딩된 텍스트 - 너무 시퀀스가 깁니다" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "잘못된 UTF-8 인코딩된 텍스트 - 시작 문자가 아닙니다" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "잘못된 UTF-8 인코딩된 텍스트 - '%s' 부분이 올바르지 않습니다" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "문서는 엘리먼트로 시작하여야 합니다 (예 )" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -396,7 +395,7 @@ msgstr "" "'%s'은(는) '<' 문자 다음에 쓸 수 없습니다; 이 문자로는 엘리먼트 이름을 시작" "할 수 없습니다" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -404,7 +403,7 @@ msgid "" msgstr "" "이상한 문자 '%s'. 엘리먼트 '%s'의 시작태그를 끝내는 '>'가 나타나야 합니다" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -412,7 +411,7 @@ msgstr "" "이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 이름 '%2$s' 다음에 '='이 나" "타나야 합니다" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -423,7 +422,7 @@ msgstr "" "나, 애트리뷰트가 나와야 합니다; 아마도 애트리뷰트 이름에 잘못된 문자를 쓴 ê²½" "우일 것입니다" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -432,7 +431,7 @@ msgstr "" "이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 '%2$s'의 값을 부여할 때 = " "기호 다음에 따옴표가 나타나야 합니다" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters '' 문" "자를 쓸 수 있습니다" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "'%s' 엘리먼트는 닫혔고, 현재 아무 엘리먼트도 열려 있지 않습니다" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "'%s' 엘리먼트는 닫혔고, 현재 열려 있는 엘리먼트는 '%s'입니다" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "문서가 비어있거나 공백문자만 들어 있습니다" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "'<' 바로 다음에 문서가 갑작스럽게 끝났습니다" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -477,7 +476,7 @@ msgstr "" "엘리먼트가 열려 있는 상태로 문서가 갑작스럽게 끝났습니다 - 마지막에 열려 있" "던 엘리먼트는 '%s'입니다" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -485,19 +484,19 @@ msgid "" msgstr "" "문서가 갑작스럽게 끝났습니다. <%s/> 태그를 끝내는 > 기호가 나타나야 합니다" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "엘리먼트 이름에서 문서가 갑작스럽게 끝났습니다" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "에트리뷰트 이름에서 문서가 갑작스럽게 끝났습니다" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "엘리먼트의 열기 태그 안에서 문서가 갑작스럽게 끝났습니다." -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -505,401 +504,399 @@ msgstr "" "애트리뷰트 이름 다음의 = 기호 다음에서 문서가 갑작스럽게 끝났습니다; 애트리뷰" "트 값이 없습니다" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "애트리뷰트 값 안에서 문서가 갑작스럽게 끝났습니다" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "엘리먼트 '%s'의 닫기 태그 안에서 문서가 갑작스럽게 끝났습니다" # FIXME: processing instruction? -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "주석문 혹은 처리 안내자 태그 안에서 문서가 갑작스럽게 끝났습니다" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "개체가 손상되었습니다" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "내부 오류 또는 개체가 손상되었습니다" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "메모리 부족" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "역추적 최대값에 도달했습니다" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "패턴 안에 부분 매치에서 지원하지 않는 항목이 들어 있습니다." -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1978 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "내부 오류" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "후위 참조를 조건으로 사용하면 부분 매치에서 지원하지 않습니다." -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "재귀 최대값에 도달했습니다" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "비어있는 부분 문자열에 대해 작업 공간 최대값에 도달했습니다" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "줄바꿈 플래그의 조합이 잘못되었습니다" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "알 수 없는 오류" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "패턴 끝에 \\\\" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "패턴 끝에 \\\\c" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "\\\\ 다음에 인식할 수 없는 문자" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "대소문자 바꾸기 이스케이프는 (\\\\l, \\\\L, \\\\u, \\\\U) 여기에서 허용하지 " "않습니다" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "{} 안에서 숫자가 순서를 벗어났습니다" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "{} 안에서 숫자가 너무 큽니다" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "문자 클래스에서 끝나는 ] 괄호가 빠졌습니다" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "문자 클래스에서 이스케이프 시퀀스가 잘못되었습니다" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "문자 클래스에서 범위가 순서를 벗어났습니다" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "반복할 사항 없음" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "(? 다음에 알 수 없는 문자" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "(?< 다음에 알 수 없는 문자" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "(?P 다음에 알 수 없는 문자" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "POSIX 네임드 클래스는 클래스 안에서만 지원합니다" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "끝나는 ) 괄호가 없습니다" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr ") 괄호가 여는 ( 괄호 없이 있습니다" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R 혹은 (?[+-]digits 다음에는 ) 괄호가 와야 합니다" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "없는 서브패턴을 참조합니다" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "주석 다음에 ) 괄호가 빠졌습니다" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "정규식이 너무 큽니다" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "메모리를 확보하는 데 실패했습니다" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "룩비하인드 어서션이 고정된 길이가 아닙니다" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "(?( 다음에 숫자나 이름의 형식이 잘못되었습니다" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "조건문 그룹에 브랜치가 2개보다 많이 들어 있습니다" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "(?( 다음에 어서션이 이와야 합니다" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "알 수 없는 POSIX 클래스 이름" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "POSIX 사전 순서 항목은 지원하지 않습니다" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "\\x{...} 시퀀스의 문자 값이 너무 큽니다" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "잘못된 조건문 (?(0)" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C는 룩비하인드 어서션에서 사용할 수 없습니다" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "재귀 호출때문에 무한히 반복할 수 있습니다" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "서브패턴 이름에 끝나는 글자가 빠졌습니다" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "이름 있는 2개의 서브 패턴의 이름이 같습니다" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "\\P 혹은 \\p 시퀀스의 형식이 틀렸습니다" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "\\P 혹은 \\p 다음에 속성 이름을 알 수 없습니다" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "서브패턴 이름이 너무 깁니다 (최대 32글자)" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "이름 있는 서브패턴이 너무 많습니다 (최대 10,000개)" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "8진수값이 \\377보다 큽니다" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "DEFINE 그룹에 브랜치가 여러 개 들어 있습니다" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "DEFINE 그룹의 반복은 허용하지 않습니다" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "일관성 없는 NEWLINE 옵션" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g 다음에 {}로 둘러싼 이름이나 {}로 둘러싼 0이 아닌 숫자가 오지 않았습니다." -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "예상하지 못한 반복" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "코드 오버플로우" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "컴파일 작업 공간을 넘어갔습니다" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "이전에 검사한 참조할 서브패턴이 없습니다" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "정규 표현식 %s을(를) 맞추는 도중 오류가 발생했습니다: %s" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE 라이브러리가 UTF8 지원 없이 컴파일되었습니다" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE 라이브러리는 UTF8 속성을 지원하지 않고 컴파일되었습니다" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "" "정규 표현식 %s을(를) 컴파일하는 중 %d번째 문자에서 오류가 발생했습니다: %s" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "정규 표현식 %s을(를) 최적화하는 도중 오류 발생: %s" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "16 진수 또는 '}'가 있어야 합니다" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "16 진수가 있어야 합니다" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "심볼 참조에 '<' 기호가 없습니다" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "심볼 참조가 끝나지 않았습니다" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "심볼 참조에 내용이 없습니다" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "숫자가 있어야 합니다" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "심볼 참조가 잘못되었습니다" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "마지막 '\\'가 없습니다" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "알 수 없는 이스케이프 시퀀스" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "\"%s\" 대체 문자열을 읽는 중 %lu번째 문자에서 오류가 발생했습니다: %s" # g_shell_unquote()에 쓰임. shell의 quoted text를 raw string으로 바꾸는 기능 # FIXME: "quoted"라는 말을 어떻게 해야 할 것인가? -#: ../glib/gshell.c:70 +#: glib/gshell.c:70 #, c-format msgid "Quoted text doesn't begin with a quotation mark" msgstr "따옴표된 텍스트가 따옴표로 시작하지 않습니다" # FIXME: 위 참조, "quoted" -#: ../glib/gshell.c:160 +#: glib/gshell.c:160 #, c-format msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "명령행에서 따옴표가 맞지 않거나 쉘따옴표된 텍스트가 또 있습니다" -#: ../glib/gshell.c:538 +#: glib/gshell.c:538 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "텍스트가 '\\' 문자 다음에 끝났습니다. (텍스트는 '%s'입니다)" -#: ../glib/gshell.c:545 +#: glib/gshell.c:545 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "텍스트가 %c에 대응되는 따옴표가 나타나기 전에 끝났습니다. (텍스트는 '%s'입니" "다)" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "텍스트가 비어 있음 (또는 공백만 들어 있음)" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 msgid "Failed to read data from child process" msgstr "자식 프로세스에서 데이터 읽기 실패" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1467 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1467 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "자식 프로세스와 통신을 위한 파이프를 만드는 중 실패 (%s)" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1131 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1131 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "자식 파이프로 부터 읽기 실패 (%s)" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1336 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1336 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "디렉토리 '%s'(으)로 바꾸기 실패 (%s)" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "자식 프로세스 실행 실패 (%s)" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "잘못된 프로그램 이름: %s" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "인자에서 잘못된 문자열, %d: %s" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "환경에서 잘못된 문자열: %s" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "잘못된 현재 디렉토리: %s" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "도움 프로그램 실행 실패 (%s)" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -907,137 +904,137 @@ msgstr "" "자식 프로세스에서 데이터를 읽는중 g_io_channel_win32_poll()에서 기대되지않은 " "오류" -#: ../glib/gspawn.c:188 +#: glib/gspawn.c:188 #, c-format msgid "Failed to read data from child process (%s)" msgstr "자식 프로세스 에서 데이터를 읽기 실패 (%s)" -#: ../glib/gspawn.c:325 +#: glib/gspawn.c:325 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "자식 프로세스 에서 데이터를 읽는 중 select()에서 예상되지 않은 오류 (%s)" -#: ../glib/gspawn.c:408 +#: glib/gspawn.c:408 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid()에서 예상되지 않은 오류 (%s)" -#: ../glib/gspawn.c:1196 +#: glib/gspawn.c:1196 #, c-format msgid "Failed to fork (%s)" msgstr "포크 실패(%s)" -#: ../glib/gspawn.c:1346 +#: glib/gspawn.c:1346 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "자식 프로세스 \"%s\"을(를) 실행하기 실패 (%s)" -#: ../glib/gspawn.c:1356 +#: glib/gspawn.c:1356 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "자식 프로세스 (%s)의 입력 또는 출력의 리다이렉트 실패" -#: ../glib/gspawn.c:1365 +#: glib/gspawn.c:1365 #, c-format msgid "Failed to fork child process (%s)" msgstr "자식 프로세스 (%s)를 생성 실패" -#: ../glib/gspawn.c:1373 +#: glib/gspawn.c:1373 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "자식 프로세스 \"%s\"을(를) 실행하는 중 알 수 없는 오류" -#: ../glib/gspawn.c:1395 +#: glib/gspawn.c:1395 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "자식 pid 파이프에서 필요한 데이타를 읽는 데 실패했습니다 (%s)" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 msgid "Character out of range for UTF-8" msgstr "UTF-8 범위 밖의 문자" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 msgid "Invalid sequence in conversion input" msgstr "변환 입력에서 잘못된 순서" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 msgid "Character out of range for UTF-16" msgstr "UTF-16 범위 밖의 문자" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "사용법:" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[옵션...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "도움말 옵션:" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "도움말 옵션을 봅니다" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "모든 도움말 옵션을 봅니다" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "프로그램 옵션:" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "%2$s에 대한 정수 값 '%1$s'을(를) 분석할 수 없습니다" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s에 대한 정수 값 '%1$s'이(가) 범위를 벗어났습니다" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "%2$s에 대한 배정도 실수 값 '%1$s'을(를) 분석할 수 없습니다" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "%2$s에 대한 배정도 실수 값 '%1$s'이(가) 범위를 벗어났습니다" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "옵션 읽는 중에 오류: %s" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "%s에 대한 인자가 빠졌습니다" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "알 수 없는 옵션 %s" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 msgid "Valid key file could not be found in search dirs" msgstr "찾기 디렉토리 안에 올바른 키 파일이 없습니다" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 msgid "Not a regular file" msgstr "일반 파일이 아닙니다" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 msgid "File is empty" msgstr "파일이 비었습니다" -#: ../glib/gkeyfile.c:761 +#: glib/gkeyfile.c:761 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1045,170 +1042,166 @@ msgstr "" "키 파일에 들어 있는 '%s' 줄은 키-값 쌍도 아니고, 그룹도 아니고, 주석도 아닙니" "다" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "잘못된 그룹 이름: %s" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 msgid "Key file does not start with a group" msgstr "키 파일이 그룹으로 시작하지 않습니다" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "잘못된 키 이름: %s" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "키 파일에 지원하지 않는 '%s' 인코딩이 들어 있습니다" -#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490 -#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828 -#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 +#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 +#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 #, c-format msgid "Key file does not have group '%s'" msgstr "키 파일에 '%s' 그룹이 없습니다" -#: ../glib/gkeyfile.c:1284 +#: glib/gkeyfile.c:1284 #, c-format msgid "Key file does not have key '%s'" msgstr "키 파일에 '%s' 키가 없습니다" -#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "키 파일에 있는 '%s' 키와 '%s' 값은 UTF-8이 아닙니다" -#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "키 파일에 있는 '%s' 키의 값을 해석할 수 없습니다." -#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "키 파일에 있는 '%2$s' 그룹의 '%1$s' 키의 값을 해석할 수 없습니다." -#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "키 파일에 있는 '%2$s' 그룹의 '%1$s' 키가 없습니다" -#: ../glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3474 msgid "Key file contains escape character at end of line" msgstr "키 파일의 줄 끝에 이스케이프 문자가 있습니다" -#: ../glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3496 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "키 파일에 잘못된 이스케이프 시퀀스 '%s'이(가) 들어 있습니다" -#: ../glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3638 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "값 '%s'을(를) 숫자로 해석할 수 없습니다." -#: ../glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3652 #, c-format msgid "Integer value '%s' out of range" msgstr "정수 값 '%s'이(가) 범위를 벗어났습니다" -#: ../glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3685 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "값 '%s'을(를) 단정도 실수로 해석할 수 없습니다." -#: ../glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3709 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "값 '%s'을(를) 불리언 값으로 해석할 수 없습니다." -#: ../gio/gbufferedinputstream.c:482 ../gio/ginputstream.c:184 -#: ../gio/ginputstream.c:316 ../gio/ginputstream.c:557 -#: ../gio/ginputstream.c:682 ../gio/goutputstream.c:191 -#: ../gio/goutputstream.c:645 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "%s에 넘긴 카운트 값이 너무 큽니다" -#: ../gio/gbufferedinputstream.c:869 ../gio/ginputstream.c:892 -#: ../gio/goutputstream.c:1074 +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "스트림을 이미 닫았습니다" -#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1971 -#: ../gio/gsimpleasyncresult.c:610 +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "동작이 취소되었습니다" -#: ../gio/gcontenttype.c:175 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "알 수 없는 종류" -#: ../gio/gcontenttype.c:176 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s 파일종류" -#: ../gio/gcontenttype.c:666 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s 종류" -#: ../gio/gdatainputstream.c:309 +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "예기치 않게 일찍 스트림이 끝났습니다" -#: ../gio/gdesktopappinfo.c:411 ../gio/gwin32appinfo.c:221 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "이름없음" -#: ../gio/gdesktopappinfo.c:588 +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "desktop 파일에 Exec 필드를 지정하지 않았습니다" -#: ../gio/gdesktopappinfo.c:882 +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "프로그램에 필요한 터미널을 찾을 수 없습니다" -#: ../gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "사용자 프로그램 설정 폴더(%s)를 만들 수 없습니다: %s" -#: ../gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "사용자 MIME 설정 폴더(%s)를 만들 수 없습니다: %s" -#: ../gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "%s 사용자 desktop 파일을 만들 수 없습니다" -#: ../gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "%s에 대한 사용자 설정 정의" -#: ../gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "드라이브가 eject를 구현하지 않았습니다" -#: ../gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "드라이브가 미디어의 폴링을 구현하지 않았습니다" -#: ../gio/gfile.c:811 ../gio/gfile.c:1039 ../gio/gfile.c:1172 -#: ../gio/gfile.c:1403 ../gio/gfile.c:1456 ../gio/gfile.c:1512 -#: ../gio/gfile.c:1594 ../gio/gfile.c:2651 ../gio/gfile.c:2702 -#: ../gio/gfile.c:2830 ../gio/gfile.c:2870 ../gio/gfile.c:3194 -#: ../gio/gfile.c:3596 ../gio/gfile.c:3679 ../gio/gfile.c:3762 -#: ../gio/gfile.c:3842 +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "동작을 지원하지 않습니다" @@ -1220,79 +1213,79 @@ msgstr "동작을 지원하지 않습니다" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1291 ../gio/glocalfile.c:1061 ../gio/glocalfile.c:1072 -#: ../gio/glocalfile.c:1085 +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "들어 있는 마운트가 없습니다" -#: ../gio/gfile.c:1933 ../gio/glocalfile.c:2121 +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "디렉토리를 덮어 써서 복사할 수 없습니다" -#: ../gio/gfile.c:1993 +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "디렉토리를 덮어 써서 디렉토리를 복사할 수 없습니다" -#: ../gio/gfile.c:2001 ../gio/glocalfile.c:2130 +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "대상 파일이 있습니다" -#: ../gio/gfile.c:2019 +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "디렉토리를 재귀적으로 복사할 수 없습니다" -#: ../gio/gfile.c:2820 +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "잘못된 심볼릭 링크 값이 주어졌습니다" -#: ../gio/gfile.c:2913 +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "휴지통을 지원하지 않습니다" -#: ../gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "파일 이름에 '%c' 문자가 들어갈 수 없습니다" -#: ../gio/gfile.c:4896 ../gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "볼륨이 mount를 구현하지 않았습니다" -#: ../gio/gfile.c:5004 +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "이 파일을 처리하는 프로그램을 아무 것도 등록하지 않았습니다" -#: ../gio/gfileenumerator.c:202 +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "이뉴머레이터를 이미 닫았습니다 " -#: ../gio/gfileenumerator.c:209 ../gio/gfileenumerator.c:268 -#: ../gio/gfileenumerator.c:368 ../gio/gfileenumerator.c:477 +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "파일 이뉴머레이터에 진행 중인 동작이 있습니다" -#: ../gio/gfileenumerator.c:358 ../gio/gfileenumerator.c:467 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "파일 이뉴머레이터를 이미 닫았습니다" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileoutputstream.c:168 ../gio/gfileoutputstream.c:523 +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "스트림이 query_info를 지원하지 않습니다" -#: ../gio/gfileinputstream.c:336 ../gio/gfileoutputstream.c:381 +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "스트림에서 seek를 지원하지 않습니다" -#: ../gio/gfileinputstream.c:380 +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "입력 스트림이 truncate를 허용하지 않습니다" -#: ../gio/gfileoutputstream.c:457 +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "스트림에서 truncate를 지원하지 않습니다" -#: ../gio/ginputstream.c:193 +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "입력 스트림이 read를 구현하지 않았습니다" @@ -1302,329 +1295,329 @@ msgstr "입력 스트림이 read를 구현하지 않았습니다" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:902 ../gio/goutputstream.c:1084 +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "스트림에 진행 중인 동작이 있습니다" -#: ../gio/glocaldirectorymonitor.c:272 +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "기본 로컬 디렉토리 모니터 종류를 찾을 수 없습니다" -#: ../gio/glocalfile.c:598 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "잘못된 파일 이름 %s" -#: ../gio/glocalfile.c:969 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "파일 시스템 정보를 가져오는 중 오류: %s" -#: ../gio/glocalfile.c:1105 +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "루트 디렉토리의 이름을 바꿀 수 없습니다" -#: ../gio/glocalfile.c:1123 +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "파일 이름을 바꿀 수 없습니다. 파일이 이미 있습니다" -#: ../gio/glocalfile.c:1136 ../gio/glocalfile.c:2000 ../gio/glocalfile.c:2029 -#: ../gio/glocalfile.c:2183 ../gio/glocalfileoutputstream.c:471 -#: ../gio/glocalfileoutputstream.c:516 ../gio/glocalfileoutputstream.c:924 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 msgid "Invalid filename" msgstr "잘못된 파일 이름" -#: ../gio/glocalfile.c:1140 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "파일 이름 바꾸기 오류: %s" -#: ../gio/glocalfile.c:1259 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "파일 열기 오류: %s" -#: ../gio/glocalfile.c:1269 +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "디렉토리를 열 수 없습니다" -#: ../gio/glocalfile.c:1329 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "파일 지우기 오류: %s" -#: ../gio/glocalfile.c:1693 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "파일 버리기 오류: %s" -#: ../gio/glocalfile.c:1716 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "휴지통 디렉토리(%s)를 만들 수 없습니다: %s" -#: ../gio/glocalfile.c:1737 +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "휴지통의 상위 디렉토리를 찾을 수 없습니다" -#: ../gio/glocalfile.c:1816 ../gio/glocalfile.c:1836 +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "휴지통 디렉토리를 찾을 수 없거나 만들 수 없습니다" -#: ../gio/glocalfile.c:1870 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "휴지통 정보 파일을 만들 수 없습니다: %s" -#: ../gio/glocalfile.c:1895 ../gio/glocalfile.c:1970 ../gio/glocalfile.c:1977 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "파일을 버릴 수 없습니다: %s" -#: ../gio/glocalfile.c:2004 +#: gio/glocalfile.c:2007 #, c-format msgid "Error creating directory: %s" msgstr "디렉토리를 만드는 데 오류: %s" -#: ../gio/glocalfile.c:2033 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "심볼릭 링크를 만드는 데 오류: %s" -#: ../gio/glocalfile.c:2093 ../gio/glocalfile.c:2187 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "파일 옮기는 데 오류: %s" -#: ../gio/glocalfile.c:2116 +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "디렉토리를 덮어 써서 디렉토리를 옮길 수 없습니다" -#: ../gio/glocalfile.c:2143 ../gio/glocalfileoutputstream.c:776 -#: ../gio/glocalfileoutputstream.c:790 ../gio/glocalfileoutputstream.c:805 -#: ../gio/glocalfileoutputstream.c:821 ../gio/glocalfileoutputstream.c:835 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 msgid "Backup file creation failed" msgstr "백업 파일 만들기가 실패했습니다" -#: ../gio/glocalfile.c:2162 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "대상 파일을 지우는 데 오류: %s" -#: ../gio/glocalfile.c:2176 +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "다른 마운트 사이에 옮기기는 지원하지 않습니다" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 msgid "Attribute value must be non-NULL" msgstr "애트리뷰트 값은 NULL이 아니어야 합니다" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 msgid "Invalid attribute type (string expected)" msgstr "잘못된 애트리뷰트 종류 (문자열 필요)" -#: ../gio/glocalfileinfo.c:730 +#: gio/glocalfileinfo.c:730 msgid "Invalid extended attribute name" msgstr "잘못된 확장 에트리뷰트 이름" -#: ../gio/glocalfileinfo.c:770 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "확장 애트리뷰트 '%s' 설정 중 오류: %s" -#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:665 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "'%s' 파일의 정보를 읽는 중 오류: %s" -#: ../gio/glocalfileinfo.c:1526 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (잘못된 인코딩)" -#: ../gio/glocalfileinfo.c:1696 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "파일 디스크립터 정보를 읽는 중 오류: %s" -#: ../gio/glocalfileinfo.c:1741 +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "잘못된 애트리뷰트 종류 (uint32 필요)" -#: ../gio/glocalfileinfo.c:1759 +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "잘못된 애트리뷰트 종류 (uint64 필요)" -#: ../gio/glocalfileinfo.c:1778 +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "잘못된 애트리뷰트 종류 (바이트 문자열 필요)" -#: ../gio/glocalfileinfo.c:1804 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "권한 설정 중 오류: %s" -#: ../gio/glocalfileinfo.c:1855 ../gio/glocalfileinfo.c:2023 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "소유자 설정 중 오류: %s" -#: ../gio/glocalfileinfo.c:1878 +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "심볼릭 링크는 NULL이 아니어야 합니다" -#: ../gio/glocalfileinfo.c:1888 ../gio/glocalfileinfo.c:1907 -#: ../gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "심볼릭 링크 설정 중 오류: %s" -#: ../gio/glocalfileinfo.c:1897 +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "심볼릭 링크 설정 중 오류: 파일이 심볼릭 링크가 아닙니다" -#: ../gio/glocalfileinfo.c:2078 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "%s 애트리뷰트 설정은 지원하지 않습니다" -#: ../gio/glocalfileinputstream.c:159 ../gio/glocalfileoutputstream.c:569 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "파일을 읽는 중 오류: %s" -#: ../gio/glocalfileinputstream.c:190 ../gio/glocalfileinputstream.c:202 -#: ../gio/glocalfileinputstream.c:311 ../gio/glocalfileoutputstream.c:371 -#: ../gio/glocalfileoutputstream.c:853 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "파일에서 seek하는 중 오류: %s" -#: ../gio/glocalfileinputstream.c:232 ../gio/glocalfileoutputstream.c:278 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "파일을 닫는 중 오류: %s" -#: ../gio/glocalfilemonitor.c:197 +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "기본 로컬 파일 모니터 종류를 찾을 수 없습니다" -#: ../gio/glocalfileoutputstream.c:171 ../gio/glocalfileoutputstream.c:590 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "파일에 쓰는 중 오류: %s" -#: ../gio/glocalfileoutputstream.c:212 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "예전 백업 링크를 지우는 중 오류: %s" -#: ../gio/glocalfileoutputstream.c:226 ../gio/glocalfileoutputstream.c:239 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "백업 사본을 만드는 중 오류: %s" -#: ../gio/glocalfileoutputstream.c:257 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "임시 파일의 이름을 바꾸는 오류: %s" -#: ../gio/glocalfileoutputstream.c:417 ../gio/glocalfileoutputstream.c:870 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "파일을 자르는 중 오류: %s" -#: ../gio/glocalfileoutputstream.c:477 ../gio/glocalfileoutputstream.c:522 -#: ../gio/glocalfileoutputstream.c:653 ../gio/glocalfileoutputstream.c:930 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "'%s' 파일을 여는 중 오류: %s" -#: ../gio/glocalfileoutputstream.c:678 +#: gio/glocalfileoutputstream.c:679 msgid "Target file is a directory" msgstr "대상 파일이 디렉토리입니다" -#: ../gio/glocalfileoutputstream.c:683 +#: gio/glocalfileoutputstream.c:684 msgid "Target file is not a regular file" msgstr "대상 파일이 일반 파일이 아닙니다" -#: ../gio/glocalfileoutputstream.c:695 +#: gio/glocalfileoutputstream.c:696 msgid "The file was externally modified" msgstr "파일이 외부에서 바뀌었습니다" -#: ../gio/gmemoryinputstream.c:486 ../gio/gmemoryoutputstream.c:544 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 msgid "Invalid GSeekType supplied" msgstr "잘못된 GSeekType이 주어졌습니다" -#: ../gio/gmemoryinputstream.c:496 ../gio/gmemoryoutputstream.c:554 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 msgid "Invalid seek request" msgstr "잘못된 seek 요청" -#: ../gio/gmemoryinputstream.c:520 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream은 자를 수 없습니다" -#: ../gio/gmemoryoutputstream.c:287 +#: gio/gmemoryoutputstream.c:288 msgid "Reached maximum data array limit" msgstr "최대 데이터 배열 한계에 도달했습니다" -#: ../gio/gmemoryoutputstream.c:322 +#: gio/gmemoryoutputstream.c:323 msgid "Memory output stream not resizable" msgstr "메모리 출력 스트림은 크기를 바꿀 수 없습니다" -#: ../gio/gmemoryoutputstream.c:338 +#: gio/gmemoryoutputstream.c:339 msgid "Failed to resize memory output stream" msgstr "출력 스트림의 크기를 바꾸는 데 실패했습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "마운트가 unmount를 구현하지 않았습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "마운트가 eject를 구현하지 않았습니다" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "마운트가 remount를 구현하지 않았습니다" -#: ../gio/goutputstream.c:200 ../gio/goutputstream.c:401 +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "출력 스트림이 write를 구현하지 않았습니다" -#: ../gio/goutputstream.c:361 ../gio/goutputstream.c:769 +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "원본 스트림을 이미 닫았습니다" -#: ../gio/gthemedicon.c:205 +#: gio/gthemedicon.c:206 msgid "name" msgstr "이름" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "아이콘의 이름" -#: ../gio/gthemedicon.c:217 +#: gio/gthemedicon.c:218 msgid "names" msgstr "이름 목록" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "아이콘 이름이 들어 있는 배열" -#: ../gio/gthemedicon.c:243 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "기본값 대체 사용" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1632,61 +1625,61 @@ msgstr "" "이름의 '-' 문자로 줄인 기본값 대체 이름을 사용할 지 여부. 이름이 여러 개 주어" "진 경우, 처음 나오는 처음 이름 다음은 무시합니다." -#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221 -#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "유닉스 소켓을 읽는 중 오류: %s" -#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436 -#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "유닉스 소켓을 닫는 중 오류: %s" -#: ../gio/gunixmounts.c:1789 ../gio/gunixmounts.c:1826 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "파일 시스템 루트" -#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "유닉스 소켓에 쓰는 중 오류: %s" -#: ../gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "볼륨이 eject를 구현하지 않았습니다" -#: ../gio/gwin32appinfo.c:276 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "프로그램을 찾을 수 없습니다" -#: ../gio/gwin32appinfo.c:311 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "프로그램을 실행하는 중에 오류: %s" -#: ../gio/gwin32appinfo.c:348 +#: gio/gwin32appinfo.c:349 msgid "URIs not supported" msgstr "URI를 지원하지 않습니다" -#: ../gio/gwin32appinfo.c:370 +#: gio/gwin32appinfo.c:371 msgid "association changes not supported on win32" msgstr "연결 프로그램 바꾸기는 win32에서 지원하지 않습니다" -#: ../gio/gwin32appinfo.c:382 +#: gio/gwin32appinfo.c:383 msgid "Association creation not supported on win32" msgstr "연결 프로그램 만들기는 win32에서 지원하지 않습니다" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "엔트리를 숨기지 않습니다" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "긴 목록 형식을 사용합니다" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[파일...]" diff --git a/po/ku.po b/po/ku.po index 78a87be..90baff5 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2006-04-20 17:33+0000\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" @@ -41,7 +41,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -99,21 +98,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "" @@ -153,7 +150,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Navê hostê nederbasdar e" @@ -253,7 +249,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "" @@ -263,22 +258,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" @@ -511,7 +502,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -808,12 +799,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "" @@ -863,7 +852,6 @@ msgid "Failed to execute helper program (%s)" msgstr "" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -915,18 +903,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "" @@ -990,17 +975,14 @@ msgid "Unknown option %s" msgstr "Vebijêrka nenas %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Dosya vala ye" @@ -1016,7 +998,6 @@ msgid "Invalid group name: %s" msgstr "Navê bernameyê nederbasdar e: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1065,7 +1046,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1094,91 +1074,85 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "Vebijêrka nenas %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "" @@ -1190,94 +1164,79 @@ msgstr "" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1287,142 +1246,129 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Navê bernameyê nederbasdar e: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Navê hostê nederbasdar e" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Vekirina dosiya '%s' serneket: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Vekirina dosiya '%s' serneket: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "" @@ -1436,57 +1382,52 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s" msgid "Error stating file '%s': %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1508,8 +1449,7 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s" msgid "Error closing file: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1545,78 +1485,68 @@ msgid "Error opening file '%s': %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Navê bernameyê nederbasdar e: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1646,33 +1576,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Di rêza %d de çewtî: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Di xwendina dosyeya '%s' de çewtî: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1682,17 +1611,14 @@ msgid "Error launching application: %s" msgstr "" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/lt.po b/po/lt.po index 07d1c02..1882187 100644 --- a/po/lt.po +++ b/po/lt.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-11 12:44+0200\n" "Last-Translator: Žygimantas Beručka \n" "Language-Team: Lithuanian \n" @@ -46,7 +46,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Netikėta žymė „%s“ viduje „%s“" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Duomenų aplankuose nerasta tinkamo žymelių failo" @@ -104,21 +103,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nepavyko atverti keitiklio iÅ¡ „%s“ į „%s“" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Klaidinga baitų seka keitimo įvedime" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Klaida keitimo metu: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Nepilna simbolio seka įvedimo pabaigoje" @@ -158,7 +155,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Kelias „%s“ nėra absoliutus" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Klaidingas kompiuterio vardas" @@ -258,7 +254,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Nepavyko perskaityti simbolinės nuorodos „%s“: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Simbolinės nuorodos nepalaikomos" @@ -268,22 +263,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Nepavyko atverti keitiklio iÅ¡ „%s“ į „%s“: %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Negalima vykdyti tiesioginio skaitymo iÅ¡ g_io_channel_read_line_string" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Nepakeistų duomenų likučiai skaitymo buferyje" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanalas pasibaigia nepilnu simboliu" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Negalima vykdyti tiesioginio skaitymo iÅ¡ g_io_channel_read_to_end" @@ -553,7 +544,7 @@ msgstr "pasiekta atgalinio sekimo riba" msgid "the pattern contains items not supported for partial matching" msgstr "Å¡ablone yra dalinio atitikimo nepalaikomų elementų " -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "vidinė klaida" @@ -854,12 +845,10 @@ msgstr "" "įraÅ¡yta „%s“)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Tekstas buvo tuščias arba turėjo vien tik tarpo simbolius)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Nepavyko gauti duomenų iÅ¡ antrinio proceso" @@ -911,7 +900,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Nepavyko paleisti pagalbinės programos (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -968,18 +956,15 @@ msgstr "" "Nepavyko perskaityti reikiamo duomenų kiekio iÅ¡ antrinio pid konvejerio (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Simbolis neatitinka UTF-8 simbolių diapazono" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Klaidinga seka keitimo įvestyje" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Simbolis neatitinka UTF-16 simbolių diapazono" @@ -1043,17 +1028,14 @@ msgid "Unknown option %s" msgstr "Nežinoma parinktis %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "PaieÅ¡kos aplankuose nepavyko rasti tinkamo raktų failo" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Nėra paprastas failas" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Failas yra tuščias" @@ -1071,7 +1053,6 @@ msgid "Invalid group name: %s" msgstr "Netinkamas grupės pavadinimas: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Raktų failas neprasideda grupe" @@ -1123,7 +1104,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Raktų faile nėra rakto „%s“ grupėje „%s“" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Raktų faile, eilutės pabaigoje yra pabėgimo simbolis" @@ -1153,90 +1133,84 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ReikÅ¡mės „%s“ negalima interpretuoti kaip loginės." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Per didelė skaičiavimo reikÅ¡mė perduota %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Srautas jau užvertas" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operacija nutraukta" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Nežinomas tipas" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s failo tipos" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s tipas" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Netikėta ankstyva srauto pabaiga" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nepavadinta" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Darbalaukio failas nenurodė Exec lauko" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Nerastas terminalas, reikalingas programai" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Nepavyko sukurti naudotojo nustatymų aplanko %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Nepavyko sukurti naudotojo MIME nustatymų aplanko %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Nepavyko sukurti naudotojo darbalaukio failo %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Specialus apibrėžimas %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "įrenginys nerealizuoja iÅ¡stÅ«mimo" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "įrenginys nerealizuoja laikmenos tikrinimo užklausimo" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operacija nepalaikoma" @@ -1248,94 +1222,79 @@ msgstr "Operacija nepalaikoma" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Tėvinis prijungimo taÅ¡kas neegzistuoja" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Negalima kopijuoti ant aplanko" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Negalima kopijuoti aplanko ant aplanko" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Nurodytas failas jau egzistuoja" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Negalima rekursyviai kopijuoti aplanko" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Netaisyklinga simbolinės nuorodos reikÅ¡mė" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Å iukÅ¡lės nepalaikomos" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Failų varduose negali bÅ«ti '%c'" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "skirsnis nepalaiko prijungimo" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Nėra programos, priregistruotos kaip skaitančios šį failą" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Enumeratorius užvartas" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Failų enumeratoriui liko neatlikta operacija" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Failų enumeratorius jau užvertas" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Srautas nepalaiko query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Pozicijos perkėlimas srauto nepalaikomas" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Trumpinimas įėjimo srauto nepalaikomas" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Trumpinimas srauto nepalaikomas" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Å altinio srautas nerealizuoja skaitymo" @@ -1345,142 +1304,128 @@ msgstr "Å altinio srautas nerealizuoja skaitymo" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Srautui liko neįvykdyta operacija" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Nepavyko rasti įprasto vietinių aplankų stebėjimo tipo" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Netaisyklingas failo vardas %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Klaida skaitant failų sistemos informaciją: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Nepavyko pervadinti Å¡akninio aplanko" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Nepavyko pervadinti failo, failo vardas jau užimtas" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "netaisyklingas failo vardas" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Klaida pervadinant failą: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Klaida atveriant failą: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Nepavyko atverti aplanko" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Klaida trinant failą: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Klaida perkeliant į Å¡iukÅ¡les failą: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nepavyko sukurti Å¡iukÅ¡lių aplanko %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Nepavyko rasti Å¡akninio aplanko Å¡iukÅ¡lėms" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Nepavyko rasti ar sukurti Å¡iukÅ¡lių aplanko" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nepavyko Å¡iukÅ¡lių informacijos failo: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Nepavyko į Å¡iukÅ¡les perkelti failo: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Klaida atidarant aplanką „%s“: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Klaida kuriant simbolinę nuorodą: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Klaida perkeliant failą: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Negalima perkelti aplanko per aplanką" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Atsarginės kopijos sukÅ«rimas nesėkmingas" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Klaida trinant nurodytą failą: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Perkėlimas tarp prijungimo taÅ¡kų nepalaikomas" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Atributo reikÅ¡mė turi bÅ«ti netuščia" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "netaisyklingas atributo tipas (tikimasi simbolių sekos)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "netaisyklingas iÅ¡plėstinio atributo pavadinimas" @@ -1494,57 +1439,52 @@ msgstr "Klaida nurodant iÅ¡plėstinį atributą „%s“: %s" msgid "Error stating file '%s': %s" msgstr "Klaida skaitant failo „%s“ informaciją: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (netaisyklinga koduotė)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Klaida skaitant failo deskriptoriaus informaciją: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Klaidingas atributo tipas (tikimasi uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Klaidingas atributo tipas (tikimasi uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Klaidingas atributo tipas (tikimasi baitų sekos)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Klaida nustatant teises: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Klaida nustatant savininką: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "Simbolinė nuoroda turi bÅ«ti netuščia" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Klaida nustatant simbolinę nuorodą: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Klaida nustatant simbolinę nuorodą: failas nėra simbolinė nuoroda" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Atributo %s nustatymas nepalaikomas" @@ -1566,8 +1506,7 @@ msgstr "Klaida keičiant poziciją faile: %s" msgid "Error closing file: %s" msgstr "Klaida užveriant failą: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Nepavyko rasti numatytojo vietinių failų stebyklės tipo" @@ -1603,78 +1542,67 @@ msgid "Error opening file '%s': %s" msgstr "Klaida atveriant failą „%s“: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Paskirties failas yra aplankas" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Paskirties failas nėra paprastas failas" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Failas buvo pakeistas kitos programos" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Netaisyklingas GSeekType" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "netaisyklinga seek užklausa" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Nepavyko sutrumpinti GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Pasiekta virÅ¡utinė duomenų masyvo riba" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Atminties iÅ¡vedimo srauto dydis nekeičiamas" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Nepavyko pakeisti atminties iÅ¡vedimo srauto dydžio" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "prijungimo taÅ¡kas nepalaiko atjungimo" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "prijungimo taÅ¡kas nepalaiko iÅ¡stÅ«mimo" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "prijungimo taÅ¡kas nepalaiko prijungimo iÅ¡ naujo" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "IÅ¡vedimo srautas nepalaiko raÅ¡ymo" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Å altinio srautas jau užvertas" @@ -1707,33 +1635,32 @@ msgstr "" "pavadinimą ties „-“ simboliais. Pavadinimai po pirmojo, jei duoti keli, " "ignoruojami." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Klaida skaitant unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Klaida užveriant unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Failų sistemos Å¡aknis" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Klaida raÅ¡ant į unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "skirsnis nerealizuoja iÅ¡stÅ«mimo" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Nepavyko rasti programos" @@ -1743,17 +1670,14 @@ msgid "Error launching application: %s" msgstr "Klaida paleidžiant programą: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI nepalaikomi" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "saitų keitimai win32 sistemose nepalaikomi" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Saitų kÅ«rimas win32 sistemose nepalaikomas" diff --git a/po/lv.po b/po/lv.po index 3d95795..4ccb791 100644 --- a/po/lv.po +++ b/po/lv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2002-12-19 01:04+0200\n" "Last-Translator: Artis Trops \n" "Language-Team: Latvian \n" @@ -40,7 +40,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -98,21 +97,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nevarēju atvērt konvertātoru no '%s' uz '%s': %s" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Nepareiza baitu secÄ«ba konversijas ievadē" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Kļūda konversējot: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Daļēja simbolu secÄ«ba ievades beigās" @@ -152,7 +149,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Ceļvārds '%s' nav absolutais ceļš" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Nepareizs hostdatora nosaukums" @@ -252,7 +248,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Neizdevās izveidot failu '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "" @@ -262,22 +257,18 @@ 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: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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "PāpalikuÅ¡ie nepārveidotie dati nolasÄ«Å¡anas buferÄ«" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanāls pārtrÅ«kst daļējā rakstzÄ«mē" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nevaru izpildÄ«t jēllasÄ«Å¡anu iekÅ¡ g_io_channel_read_to_end" @@ -544,7 +535,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -849,12 +840,10 @@ msgstr "" "bija '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Teksts bija tukÅ¡s (vai saturēja tikai tukÅ¡umus)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Nevarēju nolasÄ«t datus no bērnprocesa" @@ -904,7 +893,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Nevarēju izpildÄ«t palÄ«ga programmu" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -958,18 +946,15 @@ msgstr "" "Nevarēju nolasÄ«t pietiekami daudz datus no bērna pid programkanāla (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "RakstzÄ«me nav UTF-8 laukā" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Nepareiza secÄ«ba konversijas ievadē " #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "RakstzÄ«me nav UTF-16 laukā" @@ -1033,17 +1018,14 @@ msgid "Unknown option %s" msgstr "" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "" @@ -1059,7 +1041,6 @@ msgid "Invalid group name: %s" msgstr "Nepareizs hostdatora nosaukums" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1108,7 +1089,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1137,90 +1117,84 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "" @@ -1232,94 +1206,79 @@ msgstr "" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1329,142 +1288,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Nepareizs hostdatora nosaukums" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Nepareizs hostdatora nosaukums" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Neizdevās izveidot failu '%s': %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Kļūda atverot direktoriju '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Dokuments negaidÄ«ti izbeidzās iekšā atribÅ«ta nosaukumā" @@ -1478,57 +1425,52 @@ msgstr "Kļūda atverot direktoriju '%s': %s" msgid "Error stating file '%s': %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Kļūda konversējot: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Kļūda rindā %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1550,8 +1492,7 @@ msgstr "Kļūda nolasot failu '%s': %s" msgid "Error closing file: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1587,78 +1528,68 @@ msgid "Error opening file '%s': %s" msgstr "Kļūda nolasot failu '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Nepareizs hostdatora nosaukums" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1689,33 +1620,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Kļūda nolasot failu '%s': %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Kļūda rindā %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Kļūda konversējot: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1725,17 +1655,14 @@ msgid "Error launching application: %s" msgstr "Kļūda konversējot: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/mg.po b/po/mg.po index f996753..ea3f95a 100644 --- a/po/mg.po +++ b/po/mg.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2007-03-03 19:00+0300\n" "Last-Translator: Fanomezana Rajaonarisoa \n" "Language-Team: MALAGASY \n" @@ -39,7 +39,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Misy tag '%s' tsy nampoizina anatin'ny '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Tsy misy raki-drohy mitombina anatin'ny lahatahiry misy ny data" @@ -98,21 +97,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Tsy voasokatra ny mpanova rakitra '%s' ho '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Tsy mitombina filaharan'ny byte amin'ny zavatra ovaina" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Nisy olana teo am-panovana: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Tsy feno ny filaharan'ny marika amin'ny faran'ny zavatra ovaina" @@ -152,7 +149,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Tsy sori-dàlana feno ny anaran-tsori-dàlana '%s'" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Anaram-pampiantrano diso" @@ -255,7 +251,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Tsy voavaky ny rohy misolotena '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" @@ -265,23 +260,19 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Tsy voasokatra ny mpanova rakitra '%s' ho '%s': %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Misy ambina data tsy voaova ao anatin'ny buffern'ny famakiana" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Marika tsy feno no mamarana ilay canal" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Tsy afaka manao famakiana fototra amin'ny g_io_channel_read_to_end" @@ -558,7 +549,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -866,12 +857,10 @@ msgstr "" "('%s' ilay lahabolana)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Foana ilay lahabolana (na tsy misy afa-tsy elanelana)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Tsy voavaky ny datan'ny fizotra zanaka" @@ -921,7 +910,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Tsy nahavita nandefa ny rindranasa mpanampy (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -979,18 +967,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Tsy nahavaky data ampy tanatin'ny fantsona zanaka pid (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Mihoatra ny fetran'ny UTF-8 ilay marika" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Tsy mitombina ny filaharana amin'ny fidiran'ny fanovana" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Mihoatra ny fetran'ny UTF-16 ilay marika" @@ -1054,18 +1039,16 @@ msgid "Unknown option %s" msgstr "Safidy %s tsy fantatra" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy 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:393 -#, c-format msgid "Not a regular file" msgstr "Rakitra tsy mahazatra" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Foana ilay rakitra" @@ -1083,7 +1066,6 @@ msgid "Invalid group name: %s" msgstr "Anaram-bondrona diso: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Tsy manomboka amina vondrona ilay raki-pamaha" @@ -1137,7 +1119,6 @@ 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:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Misy marika fialana amin'ny faran'ny andalan'ilay raki-pamaha" @@ -1166,91 +1147,86 @@ msgstr "Tsy mety avadika ho isa float mba ho azo ny sanda '%s'." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Tsy mety avadika ho boleanina mba ho azo ny sanda '%s'." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "Safidy %s tsy fantatra" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" @@ -1262,95 +1238,82 @@ msgstr "Tsy raisina an-tànana ny rohy misolotena" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "" "Tsy misy rindranasa mitondra ny anarana '%s' nanambara rohy ho an'ny '%s'" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1360,142 +1323,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Anaram-pamaha diso: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Anaram-pampiantrano diso" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Tsy voaforona ny rakitra '%s': %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Nisy olana teo am-pizarazarana ny safidy %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra" @@ -1509,57 +1460,52 @@ msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s" msgid "Error stating file '%s': %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Nisy olana teo am-panovana: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Misy tsy fetezana amin'ny andalana %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" @@ -1581,8 +1527,7 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" msgid "Error closing file: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1618,78 +1563,69 @@ msgid "Error opening file '%s': %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "Rakitra tsy mahazatra" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Anaram-pamaha diso: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1720,33 +1656,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Misy tsy fetezana amin'ny andalana %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Nisy olana teo am-pizarazarana ny safidy %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1756,17 +1691,15 @@ msgid "Error launching application: %s" msgstr "Nisy olana teo am-pizarazarana ny safidy %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Tsy raisina an-tànana ny rohy misolotena" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/mk.po b/po/mk.po index ee238a2..6f0ee58 100644 --- a/po/mk.po +++ b/po/mk.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-02-04 04:11+0100\n" "Last-Translator: Jovan Naumovski \n" "Language-Team: Macedonian \n" @@ -46,7 +46,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Неочекувана етикета „%s“ во „%s“" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Не е пронајдена валидна датотека за обележувач во дирекориумите со податоци" @@ -105,21 +104,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Не можам да го отворам конверторот од „%s“ до „%s“" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Невалидна секвенца на бајти во влезот на конвертирањето" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Грешка при конвертирање: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Парцијална секвенца на карактер на крајот од влезот" @@ -159,7 +156,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Патеката „%s“ не е апсолутна патека" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Невалидно име на хост" @@ -264,7 +260,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Не успеав да ја прочитам симболичката врска „%s“: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Симболичките врски не се поддржани" @@ -274,22 +269,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Не можам да го отворам конверторот од „%s“ до „%s“: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Преостанати неконвертирани податоци во баферот за читање" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Каналот се терминира во парцијален карактер" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Неможам да читам во g_io_channel_read_to_end" @@ -556,7 +547,7 @@ msgstr "ограничувањето за следење е достигнато msgid "the pattern contains items not supported for partial matching" msgstr "шаблонот содржи предмети кои не се поддржани за парцијално совпаѓање" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "внатрешна грешка" @@ -860,12 +851,10 @@ msgstr "" "„%s“)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Текстот беше празен (или содржеше само празни места)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Не успеав да ги прочитам податоците од подпроцесот" @@ -915,7 +904,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Не успеав да ја извршам програмата за помош (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -970,18 +958,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Не успеав да прочитам доволно податоци од pid подцевката (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Карактерот е надвор од опсегот за UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Невалидна секвенца во излезот од конвертирањето" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Карактерот е надвор од опсег за UTF-16" @@ -1045,17 +1030,14 @@ msgid "Unknown option %s" msgstr "Непозната опција „%s“·" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Не е пронајден валиден клуч во директориумите за пребарување" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Не е обична датотека" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Датотеката е празна" @@ -1073,7 +1055,6 @@ msgid "Invalid group name: %s" msgstr "Невалидно име на група: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Клучната датотека не започнува со група" @@ -1127,7 +1108,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Клучната датотека не содржи клуч во „%s“ во групата „%s“" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Клучната датотека содржи специјални карактери на крајот на линијата" @@ -1156,91 +1136,85 @@ msgstr "Вредноста „%s“ неможе да биде препозна msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Вредноста „%s“ не може да биде препознаена како boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Преголема бројна вредност дадена на %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Стримот е веќе затворен" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Операцијата беше прекината" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Непознат тип" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s тип на датотека" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s тип" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Неочекувано прерано завршување на стрим" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Неименувано" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Desktop датотеката не одреди Exec поле" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "не успеав да најдам терминал потребен за апликација" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Не можам да креирам папка за конфигурација на корисничките апликации %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не можам да креирам папка за MIME конфигурации %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Не можам да креирам корисничка desktop датотека %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Сопствена дефиниција на %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "уредот нема имплементирано вадење" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "уредот нема имплементирано барање за медиум" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Операцијата не е поддржана" @@ -1252,94 +1226,79 @@ msgstr "Операцијата не е поддржана" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Монтирањето кое се содржи не постои" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Не можам да копирам над директориум" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Не можам да копирам директориум над директориум" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Целната датотека постои" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Не можам рекурзивно да го ископирам директориумот" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Дадена е невалидна вредност за симболичката врска" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Ѓубрето не е поддржано" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Имињата на датотеки не можат да содржат „%c“" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "просторот нема имплементирано монтирање" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Не е регистрирана апликација за справување со оваа датотека" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Енумераторот е затворен" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Енумераторот на датотеки има преголема операција " -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Енумераторот за датотеки веќе е затворен" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Стримот не поддржува query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Барањето не е поддржано за стрим" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Смалувањето не е дозволено на влезен стрим" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Смалувањето не е поддржано на стрим" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Влезниот стрим нема имплементирано читање" @@ -1349,143 +1308,129 @@ msgstr "Влезниот стрим нема имплементирано чит #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Стримот има преголема операција" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Не можам да најдам локален директориум за тип на надгледување" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Невалидно име на датотека %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при добивањето на информации за датотечниот систем: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Не можам да го преименувам директориумот root" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Не можам да ја преименувам датотеката, името на датотеката веќе постои" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Невалидно име на датотека" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Грешка во преименувањето на директоруимот: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Грешка во отворањето на директоруимот: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Не можам да го отворам директориумот" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Грешка при отстранувањето на датотеката: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Грешка при преместувањето на датотеката во ѓубре: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не успеав да креирам директориум за ѓубре %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Не успеав да го најдам директориумот од највисоко ниво за ѓубрето" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Не успеав да го најдам или креирам директориумот за ѓубре" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" "Не успеав да креирам датотека со информации за преместувањето во ѓубре: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Не успеав да ја преместам датотеката во ѓубрето: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Грешка при отворање на директориумот „%s“: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Грешка во креирањето на симболичка врска: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Грешка во преместувањето на датотеката: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Не можам да го преместам директориумот над друг директориум" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Не успеа креирањето на бекап датотеката" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Грешка во отстранувањето на целната датотека: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Движењето меѓу монтирањата не е поддржано" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Вредноста на атрибутот не смее да е NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Невалиден тип на атрибут (се очекуваше знаковна низа)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Невалидно име на проширениот атрибут" @@ -1499,58 +1444,53 @@ msgstr "Грешка во поставувањето на проширениот msgid "Error stating file '%s': %s" msgstr "Грешка во стартувањето на датотеката „%s“: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (невалидно енкодирање)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка во поставувањето на опишувач на датотека: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Невалиден тип на атрибут (се очекуваше uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Невалиден тип на атрибут (се очекуваше uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Невалиден тип на атрибут (се очекуваше низа од бајти)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Грешка во поставувањето на пермисиите: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Грешка при поставувањето на сопственикот: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "симболичката врска не треба да е NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Грешка во поставувањето на симболичката врска: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "Грешка при креирањето на симболичката врска: датотеката не е симболичка врска" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Поставувањето на атрибутот %s не е поддржано" @@ -1572,8 +1512,7 @@ msgstr "Грешка при барањето во датотеката: %s" msgid "Error closing file: %s" msgstr "Грешка во затворањето на датотеката: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Не можам да го откријам типот на локалниот надгледувач на датотеки" @@ -1609,78 +1548,67 @@ msgid "Error opening file '%s': %s" msgstr "Грешка при отворањето на датотеката „%s“: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Целната датотека е директориум" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Целната датотека не е обична датотека" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Датотеката беше надворешно изменета" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Обезбеден е невалиден GSeekType" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Невалидно барање за барање" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Не можам да го смалам GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Достигнато е ограничувањето за максимум податоци во низа" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Меморијата на излезниот стрим не може да си ја промени големината" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Не успеав да ја променам големината на меморијата на излезниот стрим" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "mount нема имплементирано одмонтирање" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "mount нема имплементирано вадење" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "mount нема имплементирано запишување" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Излезниот стрим нема имплементирано запишување" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Изворот на стримот веќе е затворен" @@ -1713,33 +1641,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Грешка при читањето од unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Грешка во затворањето на unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Root на датотечниот систем" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Грешка во запишувањето на unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "просторот нема имплементирано вадење" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Не можам да ја најдам апликацијата" @@ -1749,17 +1676,14 @@ msgid "Error launching application: %s" msgstr "Грешка во пуштањето на апликацијата: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI-те не се поддржани" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "промените на асоцијации не се поддржани на win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Креирањето на асоцијација не е поддржано на win32" diff --git a/po/ml.po b/po/ml.po index 92721cb..6a1bb16 100644 --- a/po/ml.po +++ b/po/ml.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-03 17:37+0530\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam \n" @@ -44,7 +44,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "'%s'-ന്‍റെ ഉളളില്‍ അപ്രതീക്ഷിതമായ ടാഗ് '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "ഡേറ്റാ ഡയറക്ടറികളില്‍ സാധുതയുളള ബുക്ക് മാര്‍ക്ക് കണ്ടുകിട്ടിയില്ല" @@ -102,21 +101,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'-ല്‍ നിന്നും '%s'-ലേക്ക് വേര്‍തിരിക്കുന്ന സംവിധാനം ലഭ്യമായില്ല" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "മാറ്റം വരുത്തുന്ന ഇന്‍പുട്ടില്‍ തെറ്റായ ബൈറ്റ് ക്രമം" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "മാറ്റം വരുത്തുന്നതില്‍ പരാജയം : %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "ഇന്‍പുട്ടിന്‍റെ അവസാനം ഭാഗികമായ അക്ഷര ക്രമം" @@ -156,7 +153,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "'%s' പാഥ് നാമം പൂര്‍ണ്ണമായ ഒരു പാഥ് അല്ല" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "സാധുതയില്ലാത്ത ഹോസ്റ്റ് നാമം" @@ -257,7 +253,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "സിബോളിക്ക് ലിങ്ക് '%s' വായിക്കുന്നതില്‍ പരാജയപ്പെട്ടു: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "സിബോളിക്ക് ലിങ്ക് പിന്തുണയ്ക്കുന്നില്ല" @@ -267,22 +262,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s'-ല്‍ നിന്നും '%s'-ലേക്ക് വേര്‍തിരിക്കുന്ന സംവിധാനം ലഭ്യമായില്ല: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "റീഡ് ബഫറില്‍ ബാക്കിയുളള വേര്‍തിരിക്കാത്ത ഡേറ്റാ" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "ചാനല്‍ അവസാനിക്കുന്നത് ഭാഗികമായ അക്ഷരത്തില്‍ ആണ്" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end-ല്‍ റോ വായന സാധ്യമല്ല" @@ -544,7 +535,7 @@ msgstr "ബാക്ക്ട്രാക്കിങ് പരിധി എത msgid "the pattern contains items not supported for partial matching" msgstr "പാറ്‍ഷ്യല്‍ മാച്ചിങിന് പിന്തുണ ലഭ്യമല്ലാത്ത വസ്തുക്കള്‍ ഈ മാതൃകയിലുണ്ട്" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "ആന്തരിക പിശക്" @@ -841,12 +832,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "%c-ന്‍റെ അവസാനം കോട്ട് ഇട്ടിട്ടില്ല. ('%s' ആണ് ടെക്സ്റ്റ്)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "വാചകം ശൂന്യമായിരുന്നു (അല്ലെങ്കില്‍ ഇതില്‍ വയിറ്റ് സ്പെയിസ് മാത്രമേ ഉളളൂ)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "ചൈള്‍ഡ് പ്രക്രിയയില്‍ നിന്നും വായിക്കുന്നതില്‍ പരാജയപ്പെട്ടു" @@ -896,7 +885,6 @@ msgid "Failed to execute helper program (%s)" msgstr "സഹായത്തിനുളള പ്രോഗ്രാം പ്രവര്‍ത്തിപ്പിക്കുന്നതില്‍ പരാജയപ്പെട്ടു (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -951,18 +939,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "ചൈള്‍ഡ് pid പൈപ്പിന്‍ നിന്നും ആവശ്യത്തിനുളള ഡേറ്റാ വായിക്കുന്നതില്‍ പരാജയപ്പെട്ടു (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 പരിധിയില്‍ നിന്നും പുറത്താണ് അക്ഷരം" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "ഇന്‍പുട്ട് വേര്‍തിരിക്കുന്നതില്‍ അസാധുവായ ക്രമം" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 പരിധിയില്‍ നിന്നും പുറത്താണ് അക്ഷരം" @@ -1026,17 +1011,14 @@ msgid "Unknown option %s" msgstr "അപരിചിതമായ ഉപാധി %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "തിരച്ചില്‍ നടത്തിയ ഡയറക്ടറികളില്‍ സാധുതയുളള കീ ഫയല്‍ ലഭ്യമല്ല" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "ഒരു സാധാരണ ഫയല്‍ അല്ല" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "ഫയല്‍ ശൂന്യമാണ്" @@ -1053,7 +1035,6 @@ msgid "Invalid group name: %s" msgstr "അസാധുവായ ഗ്രൂപ്പ് നാമം: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "കീ ഫയല്‍ ആരംഭിക്കുന്നത് ഒരു ഗ്രൂപ്പിലല്ല" @@ -1102,7 +1083,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "ഗ്രൂപ്പ് '%s'-ല്‍ കീ ഫയലിന് കീ '%s' ലഭ്യമല്ല" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "കീ ഫയലിന്‍റെ വരിയുടെ അവസാനം എസ്കെയിപ്പ് അക്ഷരം ലഭ്യമാണ്" @@ -1131,90 +1111,84 @@ msgstr "മൂല്ല്യം '%s' ഒരു ഫ്ളോട്ട് അക msgid "Value '%s' cannot be interpreted as a boolean." msgstr "മൂല്ല്യം '%s' ഒരു ബൂളിയനായി കണക്കാക്കുവാന്‍ സാധ്യമല്ല." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "പ്രക്രിയ റദ്ദാക്കിയിരിക്കുന്നു" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "അപരിചിതമായ തരത്തിലുള്ളത്" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s ഫയല്‍ രീതിയിലുള്ള" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s തരത്തിലുള്ള" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "പേരിടാത്ത" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ഉപയോക്താവിനുള്ള MIME ക്രമികരണ ഫയല്‍ %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "ഉപയോക്താവിനുള്ള ഡസ്ക്ടോപ്പ് ഫയല്‍ %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "പ്രക്രിയ പിന്തുണയ്ക്കുന്നില്ല" @@ -1226,94 +1200,79 @@ msgstr "പ്രക്രിയ പിന്തുണയ്ക്കുന് #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "ഡയറക്ടറിയില്‍ പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "ഒരു ഡയറക്ടറിയില്‍ മറ്റൊരു ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നിലവിലുണ്ട്" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "ആവര്‍ത്തിച്ച് ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "ചവറ്റുകുട്ട പിന്തുണയ്ക്കുന്നില്ല" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "ഫയലിന്റെ പേരില്‍ '%c' ഉണ്ടാകുവാന്‍ പാടില്ല" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1323,142 +1282,128 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "തെറ്റായ ഫയല്‍ നാമം %s " -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "ഫയല്‍സിസ്റ്റം വിവരം ലഭ്യമാക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "റൂട്ട് ഡയറക്ടറിയുടെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "ഫയലിന്റെ പേര് മാറ്റുവാന്‍ സാധ്യമല്ല, കാരണം ഈ പേര് നിലവിലുണ്ട്" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "തെറ്റായ ഫയല്‍നാമം" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "ഫയലിന്റെ പേര് മാറ്റുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "ഫയല്‍ തുറക്കുന്നതില്‍ പിശക് : %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "ഡയറക്ടറി തുറക്കുവാന്‍ സാധ്യമല്ല" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "ചവറ്റുകുട്ടയ്ക്കുള്ള ഡയറക്ടറി ഉണ്ടാക്കുവാനോ ലഭ്യമാക്കുവാനോ സാധ്യമായില്ല" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "വിവരങ്ങള്‍ സംബന്ധിച്ചുള്ള ഫയല്‍ ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "ഫയല്‍ ചവറ്റുകുട്ടയിലേക്ക് നീക്കുവാന്‍ സാധ്യമായില്ല: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "ഡയറക്ടറി '%s' തുറക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "സിംബോളിക് ലിങ്ക് ഉണ്ടാക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "ഫയല്‍ നീക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "ബാക്കപ്പ് ഫയല്‍ ഉണ്ടാക്കുന്നതില്‍ പരാജയം" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ നീക്കം ചെയ്യുന്നതില്‍ പിശക്: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "തെറ്റായ എക്സ്റ്റെന്‍ഡട് ആട്രിബ്യൂട്ട് നാമം" @@ -1472,57 +1417,52 @@ msgstr "എക്സ്റ്റെന്‍ഡട് ആട്രിബ്യ msgid "Error stating file '%s': %s" msgstr "'%s' എന്ന ഫയല്‍ സ്റ്റാറ്റ് ചെയ്യുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (തെറ്റായ എന്‍കോഡിങ്)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "അനുവാദങ്ങള്‍ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "ഉടമസ്ഥനെ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "സിംലിങ്ക് non-NULL ആയിരിക്കണം" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "സിംലിങ്ക് ക്രമികരിക്കുന്നതില്‍ പിശക്: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "%s ആട്രിബ്യൂട്ട് ക്രമികരണം പിന്തുണയ്ക്കുന്നില്ല" @@ -1544,8 +1484,7 @@ msgstr "ഫയലില്‍ തിരയുന്നതില്‍ പിശ msgid "Error closing file: %s" msgstr "ഫയല്‍ അടയ്ക്കുന്നതില്‍ പിശക് : %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1581,78 +1520,67 @@ msgid "Error opening file '%s': %s" msgstr "'%s' ഫയല്‍ തുറക്കുന്നതില്‍ പിശക്: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ ഒരു ഡയറക്ടറി ആകുന്നു" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍ ഒരു സാധാരണ ഫയല്‍ അല്ല" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1685,33 +1613,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "യൂണിക്സില്‍ നിന്നും ലഭ്യമാക്കുന്നതില്‍ പിശക്: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "യൂണിക്സ് അടയ്ക്കുന്നതില്‍ പിശക്: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "ഫയല്‍സിസ്റ്റം റൂട്ട്" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "യൂണിക്സിലേക്ക് എഴുതുന്നതില്‍ പിശക്: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "പ്രയോഗം ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല" @@ -1721,17 +1648,14 @@ msgid "Error launching application: %s" msgstr "പ്രയോഗം ലഭ്യമാക്കുന്നതില്‍ പിശക്: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI-കള്‍ക്കുള്ള പിന്തുണ ലഭ്യമല്ല" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/mn.po b/po/mn.po index 6e1286a..fdf27fb 100644 --- a/po/mn.po +++ b/po/mn.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2005-05-30 01:07-0800\n" "Last-Translator: Бадрал \n" "Language-Team: Mongolian \n" @@ -50,7 +50,7 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, fuzzy, c-format +#, fuzzy msgid "No valid bookmark file found in data dirs" msgstr "Өгөгдлийн лавлахаас хүчинтэй утга олдсонгүй" @@ -108,21 +108,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "»%s« ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Хөрвүүлэлтийн оролтод хүчингүй байт дараалал байна" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Хөрвүүлж байхад алдаа: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Оролтын төгсгөлд хагас тэмдэгтийн дараалал" @@ -164,7 +162,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "»%s« замын нэр үнэмлэхүй зам биш" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Хүчингүй хостын нэр" @@ -264,7 +261,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "»%s« символик холбоос уншигдсангүй: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Символик холбоос дэмжигдээгүй" @@ -274,22 +270,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "»%s« -ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй: %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Унших буфэрт хөрвүүлээгүй файл байна" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Суваг тал тэмдэгтээр төгслөө" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Raw-read in g_io_channel_read_to_end боломжгүй" @@ -560,7 +552,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -866,12 +858,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "Текст %c -н тохирох хашилт олдохоос өмнө төгслөө. (Текст »%s« байсан)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Текст хоосон байв (эсвэл зөвхөн цагаан зай агуулсан)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Өгөгдөл хүү процессоор уншигдсангүй" @@ -921,7 +911,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Тусламж программ ажиллахгүй байна" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -979,18 +968,15 @@ msgstr "" "чадсангүй" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 хязгаараас гаднах тэмдэгт" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Хөрвүүлэлтийн оролтод хүчингүй дараалал" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 хязгаараас гаднах тэмдэгт" @@ -1054,17 +1040,15 @@ msgid "Unknown option %s" msgstr "Тодорхойгүй утга %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "Өгөгдлийн лавлахаас хүчинтэй утга олдсонгүй" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Тохиромжгүй файл" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Файл хоосон" @@ -1081,7 +1065,6 @@ msgid "Invalid group name: %s" msgstr "Хүчингүй хостын нэр" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Түлхүүр файл бүлэг утгаар эхлэх боломжгүй" @@ -1131,7 +1114,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Түлхүүр файлын '%2$s' бүлэгт '%1$s' түлхүүр алга" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Түлхүүр файлын мөрийн төгсгөлд ESC тэмдэгт байна" @@ -1161,91 +1143,86 @@ msgstr "'%s' утга бүхэл тоогоор илэрхийлэгдэх бо msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' утга бүүл утгаар дүрслэгдэх боломжгүй ." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "Тодорхойгүй утга %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Символик холбоос дэмжигдээгүй" @@ -1257,94 +1234,80 @@ msgstr "Символик холбоос дэмжигдээгүй" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Символик холбоос дэмжигдээгүй" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1354,142 +1317,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Хүчингүй хостын нэр" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Хүчингүй хостын нэр" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "»%s« лавлахыг нээхэд алдаа: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Баримт нэгэн аттрибут нэрийн дотор гэнэтийн байдлаар төгсөв" @@ -1503,57 +1454,52 @@ msgstr "»%s« лавлахыг нээхэд алдаа: %s" msgid "Error stating file '%s': %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d мөрөнд алдаа: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Символик холбоос дэмжигдээгүй" @@ -1575,8 +1521,7 @@ msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" msgid "Error closing file: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1612,78 +1557,69 @@ msgid "Error opening file '%s': %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "Тохиромжгүй файл" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Хүчингүй хостын нэр" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1714,33 +1650,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "%d мөрөнд алдаа: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1750,17 +1685,15 @@ msgid "Error launching application: %s" msgstr "Хөрвүүлж байхад алдаа: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Символик холбоос дэмжигдээгүй" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/mr.po b/po/mr.po index 566c321..14a3844 100644 --- a/po/mr.po +++ b/po/mr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.mr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-04 17:38+0530\n" "Last-Translator: Sandeep Shedmake \n" "Language-Team: marathi\n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' च्या आत, '%1$s' अनपेक्षीत टॅग" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "माहिती संचयीकेत वैध ओळखचिन्ह आढळले नाही" @@ -100,21 +99,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' पासून '%s' असे रूपांतरक उघडू शकले नाही" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "रूपांतर आगत मध्ये अवैध बाईट श्रृंखला" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "रूपांतर करतेवेळी त्रूटी: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "आगतच्या शेवटी अपूरे अक्षर श्रृंखला" @@ -154,7 +151,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "मार्गनाव '%s' संपूर्ण मार्ग नाही" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "अवैध यजमान" @@ -254,7 +250,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "बोधचिन्ह लिंक '%s' वाचण्यास अपयशी: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "बोधचिन्ह लिंक समर्थीत नाही" @@ -264,22 +259,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' पासून '%s' असे रूपांतरक उघडू शकले नाही: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "वाचन बफरमध्ये उर्वरीत बिनरूपांतरीत माहिती" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "अपूरे अक्षर असल्यास मार्ग बंद होते" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end वाचता येऊ शकले नाही" @@ -531,7 +522,7 @@ msgstr "संयुक्त शोध सीमा पोहचले" msgid "the pattern contains items not supported for partial matching" msgstr "रचनेत अपूरे जुळवणीकरीता समाविष्टीत घटक जी समर्थित नाही" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "आंतरीक त्रूटी" @@ -828,12 +819,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "%c करीता जुळते क्वोट आढळण्यापूर्वी पाठ्य समाप्त झाले. ('%s' पाठ्य होते)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "पाठ्य रिकामे होते (किंवा त्यात फक्त रिक्त जागा समाविष्टीत होते)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "उप कार्य पासून माहिती वाचतेवेळी त्रूटी" @@ -883,7 +872,6 @@ msgid "Failed to execute helper program (%s)" msgstr "मदतीय कार्यक्रम कार्यान्वीत करण्यास अपयशी (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -936,18 +924,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "उप pid पाईप (%s) पासून वाचतेवेळी त्रूटी" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 करीता अक्षर क्षेत्राच्या अंतर्गत नाही" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "रूपांतर आगत मध्ये अवैध श्रृंखला" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 करीता अक्षर क्षेत्राच्या अंतर्गत नाही" @@ -1011,17 +996,14 @@ msgid "Unknown option %s" msgstr "अपरिचीत पर्याय %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "शोध संचयीकेत वैध किल्ली फाइल आढळली नाही" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "नियमीत फाइल नाही" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "फाइल रिकामी आहे" @@ -1037,7 +1019,6 @@ msgid "Invalid group name: %s" msgstr "अवैध गट नाव: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "की फाइल गटासह सुरू होत नाही" @@ -1089,7 +1070,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "गट '%s' मधिल '%s' किल्ली किल्ली फाइल मध्ये समाविष्टीत नाही" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "किल्ली फाइलीत निसटते अक्षर ओळीच्या अखेरस समाविष्टीत आहे" @@ -1118,90 +1098,84 @@ msgstr "मुल्य '%s' फ्लोट संख्या म्हणू msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मुल्य '%s' बूलीयन म्हणून विश्लेषीत केले जाऊ शकत नाही." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "%s करीता खूप मोठी प्रमाण संख्या पुरविले गेली" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "श्रृंखला आधिपासूनच बंद आहे" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "कार्य रद्द करण्यात आले" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "अपरिचीत प्रकार" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s फाइलप्रकार" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s प्रकार" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "अपरिचीत पूर्वरत end-of-stream" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "अनामीक" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "डेस्कटॉप फाइल मध्ये Exec नोंदणी निश्चित नाही" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "अनुप्रयोगकरीता आवश्यक टर्मिनल आढळले नाही" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "वापरकर्ता अनुप्रयोग संयोजन संचयीका %s बनवू शकले नाही: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "वापरकर्ता MIME संयोजन संचयीका %s बनवू शकले नाही: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "वापरकर्ता डेस्कटॉप फाइल %s बनवू शकत नाही" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "%s करीता इच्छिक व्याख्या" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "ड्राइव्ह बाहेर कडा कार्यान्वीत करत नाही" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "ड्राइव्ह मिडीयाकरीता पोलींग कार्यान्वीत करत नाही" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "कार्य समर्थित नाही" @@ -1213,94 +1187,79 @@ msgstr "कार्य समर्थित नाही" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "समाविष्टीत आरोहन अस्तीत्वात नाही" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "संचयीकेवर प्रत बनवू शकत नाही" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "संचयीकेवर संचयीकेची प्रत बनवू शकत नाही" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "लक्ष्य फाइल अस्तित्वात आहे" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "संचयीकेची पुनः प्रत बनवू शकत नाही" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "अवैध symlink मुल्य दिले गेले" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "कचरापेटी समर्थित नाही" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "फाइल नावात '%c' असू शकत नाही" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "खंड आरोहन कार्यारत करत नाही" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "ही फाइल हाताळण्याकरीता कुठलेही अनुप्रयोग पंजीकृत नाही" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "ऐन्युमरेटर बंद आहे" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "फाइल ऐन्युमरेटरची अप्रतिम कार्यक्षमता" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "फाइल ऐन्युमरेटर आधिपासूनच बंद आहे" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "श्रृंखला query_info ला समर्थन देत नाही" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "श्रृंखलेवर सीक समर्थित नाही" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "आगत श्रृंखलेवर ट्रंकेट वापरू शकत नाही" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "श्रृंखलेवर ट्रंकेट समर्थित नाही" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "आगत श्रृंखला वाचतायेण्याजोगी कार्यरत करत नाही" @@ -1310,142 +1269,128 @@ msgstr "आगत श्रृंखला वाचतायेण्याज #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "श्रृंखलाचे अप्रतिम कार्यक्षमता" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "मुलभूत संचयीका मॉनीटर प्रकार शोधता आली नाही" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "अवैध फाइलनाव %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "फाइलप्रणाली विषयी माहिती मिळवतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "रूट संचयीका पुनःनामांकीत करू शकत नाही" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "फाइल पुनःनामांकीत करू शकत नाही, फाइलनाव आधिपासूनच अस्तित्वात आहे" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "अवैध फाइल नाव" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "फाइल पुनःनामांकीत करतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "फाइल उघडतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "संचयीका उघडू शकत नाही" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "फाइल काढून टाकतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "फाइल कचरापेटीत हलवितेवेळी त्रूटी: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "कचरापेटी संचयीका %1$s निर्माण करती आली नाही: %2$s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "कचरापेटी करीता उच्चस्थरीय संचयीका शोधता आली नाही" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "कचरापेटी माहिती फाइल बनविता आली नाही: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "कचरापेटीकडे फाइल हलवितेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "संचयीका '%s' उघडतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "बोधचिन्ह लिंक बनवितेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "फाइल स्थानांतरन करतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "संचयीकेवर संचयीका हलवू शकत नाही" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "प्रतिकृत फाइल निर्माण अपयशी" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "लक्ष्य फाइल काढून टाकतेवेळी त्रूटी: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "आरोहन मधिल स्थानांतरन समर्थीत नाही" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "गुणधर्म मुल्य शून्य नसायला हवे" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "अवैध गुणधर्म प्रकार (अक्षरमाळा अपेक्षीत)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "अवैध विस्तारीत गुणधर्म नाव" @@ -1459,57 +1404,52 @@ msgstr "विस्तारीत गुणधर्म निश्चित msgid "Error stating file '%s': %s" msgstr "फाइल '%s' सुरू करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (अवैध ऐंकोडींग)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "फाइल व्याख्यक निश्चित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "अवैध गुणधर्म प्रकार (uint32 अपेक्षीत)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "अवैध गुणधर्म प्रकार (uint64 अपेक्षीत)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "अवैध गुणधर्म प्रकार (बाईट अक्षरमाळा अपेक्षीत)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "परवानगी स्थापित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "मालक स्थापित करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symlink शून्य नसायला हवे" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "symlink स्थापीत करतेवेळी त्रूटी: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "symlink निश्चित करतेवेळी त्रूटी: फाइल symlink नाही" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "%s गुणधर्म स्थापित करणे समर्थित नाही" @@ -1531,8 +1471,7 @@ msgstr "फाइल शोधतेवळी त्रूटी: %s" msgid "Error closing file: %s" msgstr "फाइल बंद करतेवेळी त्रूटी: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "मुलभूत स्थानीक फाइल मॉनीटर प्रकार शोधता आले नाही" @@ -1568,78 +1507,67 @@ msgid "Error opening file '%s': %s" msgstr "फाइल '%s' उघडतेवेळी त्रूटी: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "लक्ष्य फाइल संचयीका आहे" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "लक्ष्य फाइल सामान्य फाइल नाही" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "फाइल बाहेरुन संपादित करण्यात आली" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "अवैध GSeekType पुरविले गेले" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "अवैध संचयन विनंती" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream ट्रंकेट करू शकत नाही" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "कमाल माहिती अर्रे मर्यादा पोहचले" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "स्मृती आउटपुट श्रृंखला पुन्हआकार देण्यजोगी नाही" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "स्मृती आउटपुट स्ट्रीम पुन्ह आकार देण्यास अपयशी" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "आरोहन अनारोहन कार्यान्वीत करीत नाही" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "आरोहन बाहेर पडा कार्यान्वीत करत नाही" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "आरोहन पुनःआरोहन कार्यान्वीत करत नाही" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "आगत श्रृंखला लिहीतायेण्याजोगी कार्यरत करत नाही" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "स्त्रोत श्रृंखला आधिपासून बंद" @@ -1672,33 +1600,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "युनीक्स पासून वाचतेवेळी त्रूटी: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "युनीक्स बंद करतेवेळी त्रूटी: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "रूट फाइलप्रणाली" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "युनीक्सकरीता लिहितेवेळी त्रूटी: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "खंड बाहेर कडा कार्यन्वीत होत नाही" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "अनुप्रयोग आढळले नाही" @@ -1708,17 +1635,14 @@ msgid "Error launching application: %s" msgstr "अनुप्रयोग प्रक्षेपीत करतेवेळी त्रूटी: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI समर्थित नाही" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "संबंधीत बदल win32 वर समर्थित नाही" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "win32 वर ग निर्माण समर्थित नाही" diff --git a/po/ms.po b/po/ms.po index 3d045f8..ad5d6ae 100644 --- a/po/ms.po +++ b/po/ms.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2004-02-03 02:11+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" @@ -40,7 +40,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -98,21 +97,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "tak dapat membuka penukar daripada '%s' kepada '%s': %s" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Turutan byte tidak sah pada penukaran iput" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Ralat semasa penukaran: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Sebahagian turutan aksara berada di penghujung input" @@ -152,7 +149,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Nama laluan '%s' adalah bukan laluan mutlak" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Namahos tidak sah" @@ -252,7 +248,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Gagal membaca pautan simbolik '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Pautan simbolik tidak disokong" @@ -262,22 +257,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Tak dapat membuka penukar daripada `%s' kepada `%s': %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Data tak boleh ditukar Leftover pada penimbal bacaan" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Saluran terhenti pada sebahagian aksara" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Tak dapat membuat bacaan rawak pada g_io_channel_read_to_end" @@ -541,7 +532,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -846,12 +837,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "Teks berakhir sebelum quot sepadan dijumpai untuk %c (Teks ialah '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Teks telah kosong (atau mengandungi hanya ruangputih)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Gagal membaca data daripada proses anak" @@ -901,7 +890,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Gagal melaksanakan program pembantu" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -956,18 +944,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Gagal membaca data yang cukup daripada paip pid anaki(%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Aksara di luar julat UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Turutan tidak sah semasa penukaran input" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Aksara di luar julat UTF-16" @@ -1031,17 +1016,14 @@ msgid "Unknown option %s" msgstr "" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "" @@ -1057,7 +1039,6 @@ msgid "Invalid group name: %s" msgstr "Namahos tidak sah" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1106,7 +1087,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1135,90 +1115,85 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Pautan simbolik tidak disokong" @@ -1230,94 +1205,80 @@ msgstr "Pautan simbolik tidak disokong" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Pautan simbolik tidak disokong" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1327,142 +1288,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Namahos tidak sah" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Namahos tidak sah" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Gagal mencipta fail %s': %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Ralat membuka direktori %s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut" @@ -1476,57 +1425,52 @@ msgstr "Ralat membuka direktori %s': %s" msgid "Error stating file '%s': %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Ralat pada baris %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Pautan simbolik tidak disokong" @@ -1548,8 +1492,7 @@ msgstr "Ralat membaca fail '%s': %s" msgid "Error closing file: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1585,78 +1528,68 @@ msgid "Error opening file '%s': %s" msgstr "Ralat membaca fail '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Namahos tidak sah" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1687,33 +1620,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Ralat membaca fail '%s': %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Ralat pada baris %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Ralat semasa penukaran: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1723,17 +1655,15 @@ msgid "Error launching application: %s" msgstr "Ralat semasa penukaran: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Pautan simbolik tidak disokong" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/nb.po b/po/nb.po index 1023da1..bb56e56 100644 --- a/po/nb.po +++ b/po/nb.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.13.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-06-07 20:40+0200\n" "Last-Translator: Espen Stefansen \n" "Language-Team: Norwegian bokmal \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Uventet tagg «%s» i «%s»" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Ingen gyldig bokmerkefil ble funnet i datakatalogene" @@ -100,21 +99,19 @@ 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:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, 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/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Feil under konvertering: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Ufullstendig tegnsekvens ved slutten pÃ¥ inndata" @@ -154,7 +151,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Stinavnet «%s» er ikke en absolutt sti" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Ugyldig vertsnavn" @@ -254,7 +250,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Feil under lesing av symbolsk lenke «%s»: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Symbolske lenker er ikke støttet" @@ -264,22 +259,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Kunne ikke Ã¥pne konverterer fra «%s» til «%s»: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Overflødig ikke-konvertert data i innlesingsbuffer" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanalen terminerer i et oppdelt tegn" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan ikke utføre rÃ¥ avlesing i g_io_channel_read_to_end" @@ -543,7 +534,7 @@ msgstr "grense for liste av funksjonskall nÃ¥dd" msgid "the pattern contains items not supported for partial matching" msgstr "mønsteret inneholder oppføringer som ikke støttes for delvise treff" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "intern feil" @@ -843,12 +834,10 @@ msgstr "" "Teksten sluttet før likt sitattegn ble funnet for %c. (Teksten var «%s»)" #: 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:279 -#, c-format msgid "Failed to read data from child process" msgstr "Feil under lesing av data fra underprosess" @@ -898,7 +887,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Feil under kjøring av hjelpeprogram (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -952,18 +940,15 @@ 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:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Tegn utenfor gyldig omrÃ¥de for UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Ugyldig sekvens i inndata for konvertering" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Tegn utenfor gyldig omrÃ¥de for UTF-16" @@ -1027,17 +1012,14 @@ msgid "Unknown option %s" msgstr "Ukjent flagg %s" #: 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 -#, c-format msgid "Not a regular file" msgstr "Ikke en vanlig fil" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Filen er tom" @@ -1055,7 +1037,6 @@ msgid "Invalid group name: %s" msgstr "Ugyldig navn pÃ¥ gruppe: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Nøkkelfil starter ikke med en gruppe" @@ -1107,7 +1088,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Nøkkelfilen har ikke nøkkelen i «%s» i gruppen «%s»" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Nøkkelfilen inneholder skiftetegn ved linjeslutt" @@ -1136,90 +1116,84 @@ msgstr "Verdi «%s» kan ikke tolkes som et flyttall." 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:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Tellerverdi gitt til %s er for stor" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Strømmen er allerede lukket" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operasjonen ble avbrutt" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Ukjent type" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "filtype %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "type %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Uventet tidlig slutt pÃ¥ strøm" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Uten navn" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Desktop-filen hadde ingen verdi i Exec-feltet" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Kan ikke finne terminalen som kreves for programmet" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, 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:1118 +#: gio/gdesktopappinfo.c:1137 #, 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:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan ikke opprette brukers desktop-fil %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Egendefinert definisjon for %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "stasjonen implementerer ikke utløsing" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "stasjonen implementerer ikke sjekk om medie er satt inn" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operasjonen er ikke støttet" @@ -1231,94 +1205,79 @@ msgstr "Operasjonen er ikke støttet" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Omsluttende monteringspunkt finnes ikke" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Kan ikke kopiere over katalog" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Kan ikke kopiere katalog over katalog" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "MÃ¥lfilen eksisterer" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Kan ikke kopiere katalog rekursivt" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Ugyldig verdi oppgitt for symbolsk lenke" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Papirkurv er ikke støttet" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnavn kan ikke inneholde «%c»" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "volumet implementerer ikke montering" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Ingen program registrert for Ã¥ hÃ¥ndtere denne filen" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Enumerator er lukket" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Filenumerator har utestÃ¥ende operasjon" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Filenumerator er allerede lukket" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Strømmen støtter ikke query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Søking ikke støttet pÃ¥ strøm" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Avkorting er ikke tillatt pÃ¥ en inndatastrøm" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Avkorting er ikke støttet pÃ¥ strømmen" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Inndatastrøm implementerer ikke lesing" @@ -1328,142 +1287,128 @@ msgstr "Inndatastrøm implementerer ikke lesing" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Strømmen har utestÃ¥ende operasjoner" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Klarte ikke Ã¥ finne forvalgt type overvÃ¥ker for lokal katalog" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Ugyldig filnavn %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Feil under lesing av informasjon om filsystem: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Kan ikke endre navn pÃ¥ rotkatalogen" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Kan ikke endre navn pÃ¥ filen. Filnavnet eksisterer allerede" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Ugyldig filnavn" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Feil under endring av navn pÃ¥ fil: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Feil under Ã¥pning av fil: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Kan ikke Ã¥pne mappe" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Feil ved fjerning av fil: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Feil ved plassering av fil i papirkurv: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan ikke legge katalog %s i papirkurven: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Kan ikke finne toppnivÃ¥ for papirkurv" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Kan ikke finne eller opprette mappe for papirkurv" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan ikke opprette informasjonsfil for papirkurv: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Kan ikke legge fil i papirkurven: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, c-format msgid "Error creating directory: %s" msgstr "Feil under oppretting av katalog: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Feil ved oppretting av symbolsk lenke: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Feil under flytting av fil: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Kan ikke flytte katalog over katalog" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Oppretting av sikkerhetskopi feilet" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Feil under fjerning av mÃ¥lfil: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Flytting mellom monteringspunkter er ikke støttet" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Attributtverdi mÃ¥ ikke være NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Ugyldig type attributt (streng forventet)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Ugyldig navn pÃ¥ utvidet attributt" @@ -1477,57 +1422,52 @@ msgstr "Feil under setting av utvidet attributt «%s»: %s" msgid "Error stating file '%s': %s" msgstr "Feil ved henting av informasjon om fil «%s»: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (ugyldig koding)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Feil ved henting av informasjon om fildeskriptor: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig type attributt (uint32 forventet)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig type attributt (uint64 forventet)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig type attributt (byte-streng forventet)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Feil ved setting av rettigheter: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Feil ved setting av eier: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symbolsk lenke kan ikke være NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Feil ved setting av symbolsk lenke: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Feil ved setting av symbolsk lenke: filen er ikke en symbolsk lenke" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Støtter ikke Ã¥ sette attributt %s" @@ -1549,8 +1489,7 @@ msgstr "Feil under søking i fil: %s" msgid "Error closing file: %s" msgstr "Feil under lukking av fil: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Kan ikke finne forvalgt lokal filovervÃ¥kingstype" @@ -1586,78 +1525,67 @@ msgid "Error opening file '%s': %s" msgstr "Feil under Ã¥pning av fil «%s»: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "MÃ¥lfilen er en katalog" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "MÃ¥lfilen er ikke en vanlig fil" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Filen ble endret eksternt" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Ugyldig GSeekType oppgitt" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Ugyldig søkeforespørsel" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Kan ikke avkorte GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Maksimumsgrense for data er nÃ¥dd" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Kan ikke endre størrelse pÃ¥ utdatastrøm for minne" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Klarte ikke Ã¥ endre størrelse pÃ¥ utdatastrøm for minne" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "monteringspunktet implementerer ikke avmontering" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "montering implementerer ikke utløsing" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "montering implementerer ikke remontering" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Ut-strømmen implementerer ikke skriving" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Kildestrømmen er allerede lukket" @@ -1687,33 +1615,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Feil under lesing fra unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Feil ved lukking av unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Filsystemrot" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Feil ved skriving til unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "volumet implementerer ikke utløsing" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Kan ikke finne program" @@ -1723,17 +1650,14 @@ msgid "Error launching application: %s" msgstr "Feil ved oppstart av program: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URIer er ikke støttet" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "endringer i assosiasjon er ikke støttet pÃ¥ win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Oppretting av assosiasjon er ikke støttet pÃ¥ win32" diff --git a/po/ne.po b/po/ne.po index e6c4aa2..509c05c 100644 --- a/po/ne.po +++ b/po/ne.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-10.ne\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2006-04-27 00:00+0545\n" "Last-Translator: Shyam Krishna Bal \n" "Language-Team: Nepali \n" @@ -46,7 +46,7 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, fuzzy, c-format +#, fuzzy msgid "No valid bookmark file found in data dirs" msgstr "वैध कुञ्जी फाइल डेटा डाइरेक्टरीहरूमा फेला परेन" @@ -104,21 +104,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' बाट '%s'मा रूपान्तरणकर्ता खोल्न सकेन" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "रूपान्तरण आगतमा अवैध बाइट अनुक्रम" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "आगतको अन्त्यमा आंशिक क्यारेक्टर" @@ -158,7 +156,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "बाटोनाम '%s' निश्चित मार्ग होइन" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "अवैध होस्टनाम " @@ -258,7 +255,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "सांकेतिक सम्बन्ध '%s' पढ्न असफल: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" @@ -268,22 +264,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "`%s' बाट `%s' मा रूपान्तरणकर्ता खोल्न सकेन : %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "पढ्ने बफरमा छाडेको अरूपान्तरित डेटा " -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "आंशिक-क्यारेक्टरमा माध्यम टुङ्गिन्छ" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end मा परीक्षण पढाई गर्न सक्दैन" @@ -545,7 +537,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -849,12 +841,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "%c का लागि मिल्ने उद्धरण फेला पर्नु अगाडि पाठ समाप्त भयो। (पाठ '%s' थियो)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "पाठ खाली थियो (वा सेतो खाली स्थान मात्र समावेश थियो)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "शाखा प्रक्रियाबाट डेटा पढ्न असफल भयो" @@ -904,7 +894,6 @@ msgid "Failed to execute helper program (%s)" msgstr "मद्दत गर्ने कार्यक्रम कार्यान्वयन गर्न असफल (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -956,18 +945,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "शाखा पिड पाईप (%s) बाट प्रशस्त डेटाहरू पढ्न असफल" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 का लागि क्यारेक्टर दायरा भन्दा बाहिर छ" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "रूपान्तरण आगतमा अवैध अनुक्रम" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 का लागि क्यारेक्टर दायरा भन्दा बाहिर छ" @@ -1031,17 +1017,15 @@ msgid "Unknown option %s" msgstr "अज्ञात विकल्प %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "वैध कुञ्जी फाइल डेटा डाइरेक्टरीहरूमा फेला परेन" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "नियमित फाइल होइन" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "फाइल खाली छ" @@ -1057,7 +1041,6 @@ msgid "Invalid group name: %s" msgstr "अवैध कार्यक्रम नाम : %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "कुञ्जी फाइल एउटा समूहबाट सुरु हुँदैन" @@ -1107,7 +1090,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "कुञ्जी फाइलमा समूह '%s' मा कुञ्जी '%s' हुँदैन" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "कुञ्जी फाइलमा पङ्गतिको अन्त्यमा निकास क्यारेक्टर समावेश छ।" @@ -1136,91 +1118,86 @@ msgstr "मान '%s' लाई सङ्ख्याको रूपमा व msgid "Value '%s' cannot be interpreted as a boolean." msgstr "मान '%s' एउटा बुलिएनको रूपमा व्याख्या गर्न सकिँदैन।" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "अज्ञात विकल्प %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" @@ -1232,94 +1209,80 @@ msgstr "सांकेतिक सम्बन्ध समर्थन गर #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1329,142 +1292,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "अवैध कार्यक्रम नाम : %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "अवैध होस्टनाम " -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' फाइल सिर्जना गर्न असफल: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "डाइरेक्टरी '%s' खोल्दा त्रुटि: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "पद वर्णन विकल्पमा त्रुटि %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "विशेषता नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।" @@ -1478,57 +1429,52 @@ msgstr "डाइरेक्टरी '%s' खोल्दा त्रुट msgid "Error stating file '%s': %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "रूपान्तरण अवधिमा त्रुटि: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "लाइन %d मा त्रुटि: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" @@ -1550,8 +1496,7 @@ msgstr "'%s' फाइल पढ्दा त्रुटि : %s" msgid "Error closing file: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1587,78 +1532,69 @@ msgid "Error opening file '%s': %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "नियमित फाइल होइन" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "अवैध कार्यक्रम नाम : %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1689,33 +1625,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "'%s' फाइल पढ्दा त्रुटि : %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "लाइन %d मा त्रुटि: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "पद वर्णन विकल्पमा त्रुटि %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1725,17 +1660,15 @@ msgid "Error launching application: %s" msgstr "पद वर्णन विकल्पमा त्रुटि %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/nl.po b/po/nl.po index 394a1e9..9a0f69c 100644 --- a/po/nl.po +++ b/po/nl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-12 16:03+0100\n" "Last-Translator: Wouter Bolsterlee \n" "Language-Team: Dutch \n" @@ -45,7 +45,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Onverwachte tag ‘%s’ binnen ‘%s’" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Er is geen geldig bladwijzerbestand gevonden in de datamappen" @@ -112,21 +111,19 @@ msgstr "" "Kon het conversieprogramma voor het omzetten van ‘%s’ naar ‘%s’ niet openen" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ongeldige bytereeks in conversie-invoer" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Fout tijdens omzetten: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Onvolledige tekenreeks aan het eind van de invoer" @@ -170,7 +167,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Het pad ‘%s’ is geen absoluut pad" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Ongeldige hostnaam" @@ -274,7 +270,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Lezen van symbolische verwijzing ‘%s’ is mislukt: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Symbolische verwijzingen zijn niet mogelijk" @@ -286,24 +281,20 @@ msgstr "" "Kon het conversieprogramma voor omzetten van ‘%s’ naar ‘%s’ niet openen: %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Een kale ('raw') leesoperatie is niet mogelijk in " "g_io_channel_read_line_string" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Restant aan ongeconverteerde data in de leesbuffer" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanaal eindigt in een gedeeltelijk teken" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Een kale ('raw') leesoperatie is niet mogelijk in g_io_channel_read_to_end" @@ -573,7 +564,7 @@ msgstr "limiet voor backtracking bereikt" msgid "the pattern contains items not supported for partial matching" msgstr "het patroon bevat niet-ondersteunde tekens" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "interne fout" @@ -894,12 +885,10 @@ msgstr "" "c (de tekst was ‘%s’)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "De tekst was leeg (of bevatte slechts lege ruimte)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Lezen van data van dochterproces is mislukt" @@ -951,7 +940,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Uitvoeren van het hulpprogramma (%s) is mislukt" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -1009,18 +997,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Lezen van voldoende data van pijplijn van dochter-pid is mislukt (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Teken valt buiten het bereik van UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Ongeldige reeks in conversieinvoer" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Teken valt buiten het bereik van UTF-16" @@ -1085,17 +1070,14 @@ msgid "Unknown option %s" msgstr "Onbekende optie %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Er kon geen geldig sleutelbestand gevonden worden in de zoekmappen" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Geen gewoon bestand" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Bestand is leeg" @@ -1113,7 +1095,6 @@ msgid "Invalid group name: %s" msgstr "Ongeldige groepsnaam: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Het sleutelbestand start niet met een groep" @@ -1167,7 +1148,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Het sleutelbestand bevat geen sleutel ‘%s’ in groep ‘%s’" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" "Het sleutelbestand bevat een ontsnappingsteken aan het einde van een regel" @@ -1199,94 +1179,88 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "De waarde ‘%s’ kan niet geïnterpreteerd worden als een boolese." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "De telwaarde die aan %s werd gegeven is te groot" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "De stroom is al gesloten" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "De bewerking werd afgebroken" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Onbekend type" # bestandssoort/bestandstype -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "bestandstype %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "type %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Voortijdig einde aan gegevensstroom" # naamloos/zonder naam/onbenoemd -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Zonder naam" # bureaubladbestand/desktopbestand -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Desktopbestand bevat geen Exec-veld" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Kan geen terminalvenster vinden voor het uitvoeren van het programma" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan persoonlijke programmaconfiguratiemap %s niet aanmaken: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan persoonlijke MIME-configuratiemap %s niet aanmaken: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan desktopbestand %s niet aanmaken" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Zelfgemaakte definitie voor %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "dit station begrijpt de opdracht ‘uitwerpen’ niet" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "dit station kan niet onderzocht worden op de aanwezigheid van media" # niet ondersteund/niet mogelijk -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "De bewerking is niet mogelijk" @@ -1298,104 +1272,89 @@ msgstr "De bewerking is niet mogelijk" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Kan niet over map kopiëren" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Kan map niet over map kopiëren" # er is al een bestand met die naam? # Het doelbestand bestaat (al) # er was ook een msgid: Target file already exists -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Doelbestand bestaat al" # map/de map -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Kan map niet recursief kopiëren" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Ongeldige symbolische verwijzing gegeven" # wordt hier niet ondersteund # (dus bijv. op een aangekoppelde externe opslag?) -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Prullenbak wordt ondersteund" # Een bestandsnaam mag het teken / niet bevatten -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Het teken ‘%c’ mag niet in een bestandsnaam voorkomen" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "volumen begrijpt de opdracht ‘aankoppelen’ niet" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Er is geen programma toegewezen om dit bestand te openen" # opsomming/teller -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Teller is gesloten" # hmm -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Bestandsteller bevat een lopende bewerking" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Bestandsteller is al gesloten" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Datastroom ondersteunt query_info niet" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Zoeken binnen datastroom niet mogelijk" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Afkappen is niet toegestaan op een invoerdatastroom" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Afkappen wordt niet ondersteund op een datastroom" # huh? -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Invoerdatastroom begrijpt de opdracht ‘lezen’ niet" @@ -1406,148 +1365,134 @@ msgstr "Invoerdatastroom begrijpt de opdracht ‘lezen’ niet" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Datastroom is nog bezig" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Ongeldige bestandsnaam: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fout bij het ophalen van informatie over bestandssysteem: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Kan de root-map niet hernoemen" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Kan het bestand niet hernoemen, de bestandsnaam bestaat al" # ongeldige naam voor bestand/ongeldige bestandsnaam -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Ongeldige bestandsnaam" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Fout bij het hernoemen van bestand: %s" # openen/lezen -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Fout bij het openen van bestand: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Kan map niet openen" # volledig verwijderen/definitief verwijderen/verwijderen -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Fout bij het verwijderen van bestand: %s" # naar prullenbak verplaatsen/verwijderen -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Fout bij het verplaatsen naar de prullenbak van bestand: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kan de prullenbakmap %s niet aanmaken: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Kan de bovenliggende map voor de prullenbak niet vinden" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Kan prullenbakmap niet vinden of aanmaken" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kan prullenbak-informatiebestand ‘%s’ niet aanmaken" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Kan het bestand ‘%s’ niet naar de prullenbak verplaatsen" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Fout bij het openen van map ‘%s’: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Fout bij het maken van symbolische verwijzing: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Fout bij het verplaatsen van bestand: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Kan map niet over map verplaatsen" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Aanmaken van backupbestand is mislukt" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Fout bij het verwijderen doelbestand: %s" # (nog) niet mogelijk/niet ondersteund -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Verplaatsen tussen aankoppelpunten is niet mogelijk" # technotalk #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Attribuutwaarde moet niet-NULL zijn" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Ongeldig attribuuttype (hoort een tekenreeks te zijn)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Ongeldige uitgebreide attribuutnaam" @@ -1561,61 +1506,56 @@ msgstr "Fout bij het instellen van uitgebreid attribuut ‘%s’: %s" msgid "Error stating file '%s': %s" msgstr "Fout bij het benaderen van bestand ‘%s’: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (ongeldige codering)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fout bij het benaderen van ‘file descriptor’: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Ongeldig attribuuttype (hoort een uint32 te zijn)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Ongeldig attribuuttype (hoort een uint64 te zijn)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Ongeldig attribuuttype (hoort een byte-tekenreeks te zijn)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Fout bij instellen toegangsrechten: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Fout bij instellen eigenaar: %s" # technotalk # symlink/symbolische verwijzing -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symbolische verwijzing moet niet-NULL zijn" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Fout bij instellen symbolische verwijzing: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "Fout bij instellen symbolische verwijzing: bestand is geen symbolische " "verwijzing" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Instellen van attribuut %s is niet mogelijk" @@ -1637,8 +1577,7 @@ msgstr "Fout bij het doorzoeken van bestand: %s" msgid "Error closing file: %s" msgstr "Fout bij het sluiten van bestand: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1675,79 +1614,68 @@ msgid "Error opening file '%s': %s" msgstr "Fout bij het openen van bestand ‘%s’: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Doelbestand is geen map" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Doelbestand is geen gewoon bestand" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Het bestand is door een ander programma gewijzigd" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Ongeldig GSeekType geleverd" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Ongeldige zoekopdracht" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Kan GMemoryInputStream niet afkappen" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Maximum data-arraylimiet bereikt" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "ontkoppelen niet ondersteund door koppeling" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "uitwerpen niet ondersteund door koppeling" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "opnieuw koppelen niet ondersteund door koppeling" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Uitvoerdatastroom begrijpt de opdracht ‘schrijven’ niet" # bronstroom/datastroom van de bron -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Datastroom is al gesloten" @@ -1782,36 +1710,35 @@ msgstr "" "het ‘-’-teken af te knippen. Als meerdere namen worden gegeven wordt de " "eerste gebruikt." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Fout bij lezen van unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Fout bij sluiten van unix: %s" # hoofdmap van bestandssysteem -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Hoofdmap bestandssysteem" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Fout bij schrijven naar unix: %s" # volumen kan niet uitgeworpen worden/implemeteert 'uitwerpen' niet/ # begrijpt de opdracht 'uitwerpen' niet -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "volumen begrijpt de opdracht ‘uitwerpen’ niet" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Kan het programma niet vinden" @@ -1821,18 +1748,15 @@ msgid "Error launching application: %s" msgstr "Fout bij het opstarten van het programma: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI's worden niet ondersteund" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "associatiewijzigingen niet mogelijk op win32" # Associeren/associaties aanmaken #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Associaties aanmaken niet mogelijk op win32" diff --git a/po/nn.po b/po/nn.po index 4c8c07c..a931d01 100644 --- a/po/nn.po +++ b/po/nn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-02-24 17:33+0100\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Uventa merke «%s» inni «%s»" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Klarte ikkje Ã¥ finna gyldig bokmerkefil i datamappene" @@ -101,21 +100,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Kunne ikkje opna konverterar frÃ¥ «%s» til «%s»" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, 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/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Feil under konvertering: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Delvis teiknsekvens pÃ¥ slutten av inndata" @@ -155,7 +152,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Filstien «%s» er ikkje ein absolutt sti" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Ugyldig vertsnamn" @@ -255,7 +251,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Klarte ikkje Ã¥ lesa den symbolske lenkja «%s»: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Symbolske lenkjer er ikkje støtta" @@ -265,22 +260,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Klarte ikkje Ã¥ opna konverterar frÃ¥ «%s» til «%s»: %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Ukonvertert data til overs i lesebufferet" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanalen avsluttar pÃ¥ eit delvis teikn" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan ikkje lesa rÃ¥tt i g_io_channel_read_to_end" @@ -544,7 +535,7 @@ msgstr "tilbakesporingsgrensa nÃ¥dd" msgid "the pattern contains items not supported for partial matching" msgstr "mønsteret inneheld element som ikkje er støtta i delsamanlikning" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "intern feil" @@ -847,12 +838,10 @@ msgstr "" "«%s»)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Teksten var tom (eller inneheldt berre tomme teikn)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Klarte ikkje Ã¥ lesa data frÃ¥ barneprosess" @@ -902,7 +891,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Klarte ikkje Ã¥ køyra hjelpeprogram (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -955,18 +943,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Klarte ikkje Ã¥ lesa nok data frÃ¥ pid-røyr frÃ¥ barn (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Teikn ikkje gyldig for UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Ugyldig sekvens i inndata-konvertering" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Teikn ikkje gyldig for UTF-16" @@ -1030,17 +1015,14 @@ msgid "Unknown option %s" msgstr "Ukjend val «%s»" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Klarte ikkje Ã¥ finna gyldig nøkkelfil i søkjemappene" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Ikkje ei vanleg fil" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Fila er tom" @@ -1058,7 +1040,6 @@ msgid "Invalid group name: %s" msgstr "Ugyldig gruppenamn: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Nøkkelfila startar ikkje med ei gruppe" @@ -1108,7 +1089,6 @@ 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:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Nøkkelfila inneheld escape-teikn pÃ¥ slutten av linja" @@ -1137,90 +1117,84 @@ msgstr "Verdien «%s» kan ikkje tolkast som eit flyttal." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Verdien «%s» kan ikkje tolkast som ein boolsk verdi." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "For stor teljingsverdi sendt til %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Straumen er allereie stengt" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operasjonen vart avbroten" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Ukjend type" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s-filtype" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s-type" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Uventa tidleg slutt pÃ¥ straumen" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Utan namn" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Skrivebordfila oppgav ikkje Exec-felt" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Klarte ikkje Ã¥ finna terminalen programmet krev" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan ikkje laga programoppsettmappe %s for brukaren: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan ikkje laga MIME-oppsettmappe %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan ikkje laga skrivebordfila %s for brukaren" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Sjølvvald definisjon av %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "stasjonen støttar ikkje Ã¥ løysa ut" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "stasjonen støttar ikkje Ã¥ spørja etter media" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operasjonen er ikkje støtta" @@ -1232,94 +1206,79 @@ msgstr "Operasjonen er ikkje støtta" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Omsluttande monteringspunkt finst ikkje" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Kan ikkje skriva over mappe" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Kan ikkje skriva ei mappe over ei mappe" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "MÃ¥lfila finst" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Kan ikkje kopiera katalog rekursivt" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Ugyldig symlink-verdi oppgjeven" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Papirkorg er ikkje støtta" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnamn kan ikkje innehalda «%c»" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "volumet støttar ikkje montering" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Ingen program er registrert til Ã¥ handtera denne fila" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Teljaren er stengt" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Filteljaren har ventande operasjon" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Filteljaren er allereie lukka" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Straumen støttar ikkje query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Søking ikkje støtta i straumen" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Trunkering ikkje tillate pÃ¥ innstraumen" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Trunkerung ikkje tillate pÃ¥ straumen" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Innstraumen støttar ikkje lesing" @@ -1329,142 +1288,128 @@ msgstr "Innstraumen støttar ikkje lesing" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Straumen har ventande operasjon" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Klarer ikkje Ã¥ finna typen standard lokal mappeovervakar" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Ugyldig filnamn %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Feil ved henting av filsysteminfo: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Kan ikkje gje rotmappa nytt namn" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Kan ikkje gje fila nytt namn, filnamnet finst frÃ¥ før" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Ugyldig filnamn" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Feil ved namnebyte pÃ¥ fila: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Feil ved opning av fila: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Kan ikkje opna mappa" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Feil under fjerning av fila: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Feil under kassering av fila: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Klarte ikkje Ã¥ laga papirkorgmappa %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Klarar ikkje Ã¥ finna toppnivÃ¥mappe for papirkorga" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Klarar ikkje Ã¥ finna eller laga papirkorgmappa" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Klarte ikkje Ã¥ laga infofil om kassering: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Klarte ikkje Ã¥ kassera fila: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Feil ved opning av katalog «%s»: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Klarte ikkje Ã¥ laga symbolsk lenkje: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Feil under flytting av fil: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Kan ikkje flytta mappa over ei mappe" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Klarte ikkje Ã¥ laga tryggleikskopi av fila" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Klarte ikkje Ã¥ sletta mÃ¥lfila: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Flytting mellom monteringar ikkje støtta" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Attributtverdien mÃ¥ vera ikkje-NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Ugyldig attributtype (venta streng)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Ugyldig utvida attributtnamn" @@ -1478,58 +1423,53 @@ msgstr "Feil under endring av utvida attributtverdi «%s»: %s" msgid "Error stating file '%s': %s" msgstr "Feil under lesing av informasjon om fila «%s»: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "(ugyldig teiknkoding)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Feil under lesing av info om fildeskriptoren: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Ugyldig attributtype (venta uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Ugyldig attributtype (venta uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Ugyldig attributtype (venta byte-streng)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Feil endring av løyve: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Feil under eigarskifte: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symbolsk lenkje mÃ¥ vera ikkje-NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Fil under oppretting av symbolsk lenkje: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "Fil under oppretting av symbolsk lenkje: Fila er ikkje ei symbolsk lenkje" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Å setja attributten %s er ikkje støtta" @@ -1551,8 +1491,7 @@ msgstr "Feil ved søking i fila: %s" msgid "Error closing file: %s" msgstr "Feil ved stenging av fila: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Klarer ikkje Ã¥ finna typen standard lokal filovervakar" @@ -1588,78 +1527,67 @@ msgid "Error opening file '%s': %s" msgstr "Feil ved opning av fila «%s»: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "MÃ¥lfila er ei mappe" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "MÃ¥lfila er ikkje ei vanleg fil" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Fila vart endra utanfrÃ¥" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Ugyldig GSeekType sendt med" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Ugyldig søkeførespurnad" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Kan ikkje trunkera GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "NÃ¥dd maksgrensa for dataarray" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Utstraumen frÃ¥ minnet kan ikkje endra storleik" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Klarte ikkje Ã¥ endra storleik pÃ¥ utstraumen frÃ¥ minnet" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "monteringspunktet støttar ikkje avmontering" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "monteringspunktet støttar ikkje Ã¥ løysa ut" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "monteringspunktet støttar ikkje Ã¥ remontera" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "utstraumen støttar ikkje skriving" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Kjeldestraumen er allereie stengt" @@ -1692,33 +1620,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Feil ved lesing frÃ¥ unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Feilved lukking av: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Filsystemrot" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Feil under skriving til unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "volumet støttar ikkje Ã¥ løysa ut" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Kan ikkje finna programmet" @@ -1728,17 +1655,14 @@ msgid "Error launching application: %s" msgstr "Feil under oppstart av programmet: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI-ar er ikkje støtta" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "Ã¥ endra assosiasjonar er ikkje støtta pÃ¥ win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Å laga assosiasjonar er ikkje støtta pÃ¥ win32" diff --git a/po/oc.po b/po/oc.po index 3e0645f..b6765d1 100644 --- a/po/oc.po +++ b/po/oc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: oc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-07-02 08:57+0200\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-04-23 10:42+0200\n" "Last-Translator: Yannig Marchegay (Kokoyaya) \n" "Language-Team: Occitan \n" @@ -17,290 +17,289 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../glib/gbookmarkfile.c:728 ../glib/gbookmarkfile.c:805 -#: ../glib/gbookmarkfile.c:884 ../glib/gbookmarkfile.c:931 +#: glib/gbookmarkfile.c:728 glib/gbookmarkfile.c:805 glib/gbookmarkfile.c:884 +#: glib/gbookmarkfile.c:931 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:739 ../glib/gbookmarkfile.c:816 -#: ../glib/gbookmarkfile.c:826 ../glib/gbookmarkfile.c:942 +#: glib/gbookmarkfile.c:739 glib/gbookmarkfile.c:816 glib/gbookmarkfile.c:826 +#: glib/gbookmarkfile.c:942 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "" -#: ../glib/gbookmarkfile.c:1112 ../glib/gbookmarkfile.c:1177 -#: ../glib/gbookmarkfile.c:1241 ../glib/gbookmarkfile.c:1251 +#: glib/gbookmarkfile.c:1112 glib/gbookmarkfile.c:1177 +#: glib/gbookmarkfile.c:1241 glib/gbookmarkfile.c:1251 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "" -#: ../glib/gbookmarkfile.c:1137 ../glib/gbookmarkfile.c:1151 -#: ../glib/gbookmarkfile.c:1219 ../glib/gbookmarkfile.c:1271 +#: glib/gbookmarkfile.c:1137 glib/gbookmarkfile.c:1151 +#: glib/gbookmarkfile.c:1219 glib/gbookmarkfile.c:1271 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:1798 +#: glib/gbookmarkfile.c:1798 msgid "No valid bookmark file found in data dirs" msgstr "" -#: ../glib/gbookmarkfile.c:1999 +#: glib/gbookmarkfile.c:1999 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "" -#: ../glib/gbookmarkfile.c:2045 ../glib/gbookmarkfile.c:2202 -#: ../glib/gbookmarkfile.c:2287 ../glib/gbookmarkfile.c:2367 -#: ../glib/gbookmarkfile.c:2452 ../glib/gbookmarkfile.c:2535 -#: ../glib/gbookmarkfile.c:2613 ../glib/gbookmarkfile.c:2692 -#: ../glib/gbookmarkfile.c:2734 ../glib/gbookmarkfile.c:2831 -#: ../glib/gbookmarkfile.c:2957 ../glib/gbookmarkfile.c:3147 -#: ../glib/gbookmarkfile.c:3223 ../glib/gbookmarkfile.c:3388 -#: ../glib/gbookmarkfile.c:3477 ../glib/gbookmarkfile.c:3567 -#: ../glib/gbookmarkfile.c:3694 +#: glib/gbookmarkfile.c:2045 glib/gbookmarkfile.c:2202 +#: glib/gbookmarkfile.c:2287 glib/gbookmarkfile.c:2367 +#: glib/gbookmarkfile.c:2452 glib/gbookmarkfile.c:2535 +#: glib/gbookmarkfile.c:2613 glib/gbookmarkfile.c:2692 +#: glib/gbookmarkfile.c:2734 glib/gbookmarkfile.c:2831 +#: glib/gbookmarkfile.c:2957 glib/gbookmarkfile.c:3147 +#: glib/gbookmarkfile.c:3223 glib/gbookmarkfile.c:3388 +#: glib/gbookmarkfile.c:3477 glib/gbookmarkfile.c:3567 +#: glib/gbookmarkfile.c:3694 #, c-format msgid "No bookmark found for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2376 +#: glib/gbookmarkfile.c:2376 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2461 +#: glib/gbookmarkfile.c:2461 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:2840 +#: glib/gbookmarkfile.c:2840 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:3241 ../glib/gbookmarkfile.c:3398 +#: glib/gbookmarkfile.c:3241 glib/gbookmarkfile.c:3398 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -#: ../glib/gbookmarkfile.c:3421 +#: glib/gbookmarkfile.c:3421 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "" -#: ../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 "" -#: ../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 "" -#: ../glib/gconvert.c:632 ../glib/gconvert.c:1017 ../glib/giochannel.c:1330 -#: ../glib/giochannel.c:1372 ../glib/giochannel.c:2216 ../glib/gutf8.c:956 -#: ../glib/gutf8.c:1405 +#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 +#: glib/gutf8.c:1405 msgid "Invalid byte sequence in conversion input" msgstr "" -#: ../glib/gconvert.c:638 ../glib/gconvert.c:944 ../glib/giochannel.c:1337 -#: ../glib/giochannel.c:2228 +#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "" -#: ../glib/gconvert.c:669 ../glib/gutf8.c:952 ../glib/gutf8.c:1156 -#: ../glib/gutf8.c:1297 ../glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 +#: glib/gutf8.c:1401 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 "" -#: ../glib/gconvert.c:1734 +#: glib/gconvert.c:1734 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" -#: ../glib/gconvert.c:1744 +#: glib/gconvert.c:1744 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" -#: ../glib/gconvert.c:1761 +#: glib/gconvert.c:1761 #, c-format msgid "The URI '%s' is invalid" msgstr "" -#: ../glib/gconvert.c:1773 +#: glib/gconvert.c:1773 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "" -#: ../glib/gconvert.c:1789 +#: glib/gconvert.c:1789 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: ../glib/gconvert.c:1884 +#: glib/gconvert.c:1884 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "" -#: ../glib/gconvert.c:1894 +#: glib/gconvert.c:1894 msgid "Invalid hostname" msgstr "" -#: ../glib/gdir.c:109 ../glib/gdir.c:129 +#: glib/gdir.c:109 glib/gdir.c:129 #, c-format msgid "Error opening directory '%s': %s" msgstr "" -#: ../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 "" -#: ../glib/gfileutils.c:572 +#: glib/gfileutils.c:572 #, c-format msgid "Error reading file '%s': %s" msgstr "Error de lectura del fichièr '%s' : %s" -#: ../glib/gfileutils.c:654 +#: glib/gfileutils.c:654 #, c-format msgid "Failed to read from file '%s': %s" msgstr "" -#: ../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 "Impossible de dobrir le fichièr '%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 "" -#: ../glib/gfileutils.c:756 +#: glib/gfileutils.c:756 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "" -#: ../glib/gfileutils.c:890 +#: glib/gfileutils.c:890 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" -#: ../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 "" -#: ../glib/gfileutils.c:946 +#: glib/gfileutils.c:946 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" -#: ../glib/gfileutils.c:971 +#: glib/gfileutils.c:971 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "" -#: ../glib/gfileutils.c:990 +#: glib/gfileutils.c:990 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "" -#: ../glib/gfileutils.c:1108 +#: glib/gfileutils.c:1108 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" -#: ../glib/gfileutils.c:1352 +#: glib/gfileutils.c:1352 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "" -#: ../glib/gfileutils.c:1365 +#: glib/gfileutils.c:1365 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "" -#: ../glib/gfileutils.c:1834 +#: glib/gfileutils.c:1834 #, c-format msgid "%.1f KB" msgstr "%.1f ko" -#: ../glib/gfileutils.c:1839 +#: glib/gfileutils.c:1839 #, c-format msgid "%.1f MB" msgstr "%.1f Mo" -#: ../glib/gfileutils.c:1844 +#: glib/gfileutils.c:1844 #, c-format msgid "%.1f GB" msgstr "%.1f Go" -#: ../glib/gfileutils.c:1887 +#: glib/gfileutils.c:1887 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "" -#: ../glib/gfileutils.c:1908 +#: glib/gfileutils.c:1908 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 "" -#: ../glib/giochannel.c:1507 +#: glib/giochannel.c:1507 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" -#: ../glib/giochannel.c:1554 ../glib/giochannel.c:1812 -#: ../glib/giochannel.c:1899 +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "" -#: ../glib/giochannel.c:1635 ../glib/giochannel.c:1712 +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "" -#: ../glib/giochannel.c:1698 +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" -#: ../glib/gmappedfile.c:116 +#: glib/gmappedfile.c:116 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "" -#: ../glib/gmappedfile.c:193 +#: glib/gmappedfile.c:193 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "" -#: ../glib/gmarkup.c:234 ../glib/gmarkup.c:250 +#: glib/gmarkup.c:234 glib/gmarkup.c:250 #, c-format msgid "Error on line %d char %d: " msgstr "" -#: ../glib/gmarkup.c:344 +#: glib/gmarkup.c:344 #, c-format msgid "Error on line %d: %s" msgstr "" -#: ../glib/gmarkup.c:448 +#: glib/gmarkup.c:448 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -#: ../glib/gmarkup.c:458 +#: glib/gmarkup.c:458 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -308,91 +307,91 @@ msgid "" "it as &" msgstr "" -#: ../glib/gmarkup.c:492 +#: glib/gmarkup.c:492 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "" -#: ../glib/gmarkup.c:529 +#: glib/gmarkup.c:529 #, c-format msgid "Entity name '%s' is not known" msgstr "" -#: ../glib/gmarkup.c:540 +#: glib/gmarkup.c:540 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" msgstr "" -#: ../glib/gmarkup.c:593 +#: glib/gmarkup.c:593 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" msgstr "" -#: ../glib/gmarkup.c:618 +#: glib/gmarkup.c:618 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "" -#: ../glib/gmarkup.c:633 +#: glib/gmarkup.c:633 msgid "Empty character reference; should include a digit such as dž" msgstr "" -#: ../glib/gmarkup.c:643 +#: glib/gmarkup.c:643 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " "as &" msgstr "" -#: ../glib/gmarkup.c:729 +#: glib/gmarkup.c:729 msgid "Unfinished entity reference" msgstr "" -#: ../glib/gmarkup.c:735 +#: glib/gmarkup.c:735 msgid "Unfinished character reference" msgstr "" -#: ../glib/gmarkup.c:978 +#: glib/gmarkup.c:978 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "" -#: ../glib/gmarkup.c:1006 +#: glib/gmarkup.c:1006 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "" -#: ../glib/gmarkup.c:1042 +#: glib/gmarkup.c:1042 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "" -#: ../glib/gmarkup.c:1080 +#: glib/gmarkup.c:1080 msgid "Document must begin with an element (e.g. )" msgstr "" -#: ../glib/gmarkup.c:1120 +#: glib/gmarkup.c:1120 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -#: ../glib/gmarkup.c:1184 +#: glib/gmarkup.c:1184 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "" -#: ../glib/gmarkup.c:1273 +#: glib/gmarkup.c:1273 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -#: ../glib/gmarkup.c:1315 +#: glib/gmarkup.c:1315 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -400,766 +399,760 @@ msgid "" "character in an attribute name" msgstr "" -#: ../glib/gmarkup.c:1401 +#: glib/gmarkup.c:1401 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " "giving value for attribute '%s' of element '%s'" msgstr "" -#: ../glib/gmarkup.c:1543 +#: glib/gmarkup.c:1543 #, c-format msgid "" "'%s' is not a valid character following the characters ''" msgstr "" -#: ../glib/gmarkup.c:1594 +#: glib/gmarkup.c:1594 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" -#: ../glib/gmarkup.c:1603 +#: glib/gmarkup.c:1603 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" -#: ../glib/gmarkup.c:1763 +#: glib/gmarkup.c:1763 msgid "Document was empty or contained only whitespace" msgstr "" -#: ../glib/gmarkup.c:1777 +#: glib/gmarkup.c:1777 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" -#: ../glib/gmarkup.c:1785 ../glib/gmarkup.c:1830 +#: glib/gmarkup.c:1785 glib/gmarkup.c:1830 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "" -#: ../glib/gmarkup.c:1793 +#: glib/gmarkup.c:1793 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "" -#: ../glib/gmarkup.c:1799 +#: glib/gmarkup.c:1799 msgid "Document ended unexpectedly inside an element name" msgstr "" -#: ../glib/gmarkup.c:1805 +#: glib/gmarkup.c:1805 msgid "Document ended unexpectedly inside an attribute name" msgstr "" -#: ../glib/gmarkup.c:1810 +#: glib/gmarkup.c:1810 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" -#: ../glib/gmarkup.c:1816 +#: glib/gmarkup.c:1816 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "" -#: ../glib/gmarkup.c:1823 +#: glib/gmarkup.c:1823 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" -#: ../glib/gmarkup.c:1839 +#: glib/gmarkup.c:1839 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" -#: ../glib/gmarkup.c:1845 +#: glib/gmarkup.c:1845 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" -#: ../glib/gregex.c:131 +#: glib/gregex.c:131 msgid "corrupted object" msgstr "" -#: ../glib/gregex.c:133 +#: glib/gregex.c:133 msgid "internal error or corrupted object" msgstr "" -#: ../glib/gregex.c:135 +#: glib/gregex.c:135 msgid "out of memory" msgstr "" -#: ../glib/gregex.c:140 +#: glib/gregex.c:140 msgid "backtracking limit reached" msgstr "" -#: ../glib/gregex.c:152 ../glib/gregex.c:160 +#: glib/gregex.c:152 glib/gregex.c:160 msgid "the pattern contains items not supported for partial matching" msgstr "" -#: ../glib/gregex.c:154 ../gio/glocalfile.c:1981 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" -#: ../glib/gregex.c:162 +#: glib/gregex.c:162 msgid "back references as conditions are not supported for partial matching" msgstr "" -#: ../glib/gregex.c:171 +#: glib/gregex.c:171 msgid "recursion limit reached" msgstr "" -#: ../glib/gregex.c:173 +#: glib/gregex.c:173 msgid "workspace limit for empty substrings reached" msgstr "" -#: ../glib/gregex.c:175 +#: glib/gregex.c:175 msgid "invalid combination of newline flags" msgstr "" -#: ../glib/gregex.c:179 +#: glib/gregex.c:179 msgid "unknown error" msgstr "" -#: ../glib/gregex.c:199 +#: glib/gregex.c:199 msgid "\\ at end of pattern" msgstr "" -#: ../glib/gregex.c:202 +#: glib/gregex.c:202 msgid "\\c at end of pattern" msgstr "" -#: ../glib/gregex.c:205 +#: glib/gregex.c:205 msgid "unrecognized character follows \\" msgstr "" -#: ../glib/gregex.c:212 +#: glib/gregex.c:212 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" -#: ../glib/gregex.c:215 +#: glib/gregex.c:215 msgid "numbers out of order in {} quantifier" msgstr "" -#: ../glib/gregex.c:218 +#: glib/gregex.c:218 msgid "number too big in {} quantifier" msgstr "" -#: ../glib/gregex.c:221 +#: glib/gregex.c:221 msgid "missing terminating ] for character class" msgstr "" -#: ../glib/gregex.c:224 +#: glib/gregex.c:224 msgid "invalid escape sequence in character class" msgstr "" -#: ../glib/gregex.c:227 +#: glib/gregex.c:227 msgid "range out of order in character class" msgstr "" -#: ../glib/gregex.c:230 +#: glib/gregex.c:230 msgid "nothing to repeat" msgstr "" -#: ../glib/gregex.c:233 +#: glib/gregex.c:233 msgid "unrecognized character after (?" msgstr "" -#: ../glib/gregex.c:237 +#: glib/gregex.c:237 msgid "unrecognized character after (?<" msgstr "" -#: ../glib/gregex.c:241 +#: glib/gregex.c:241 msgid "unrecognized character after (?P" msgstr "" -#: ../glib/gregex.c:244 +#: glib/gregex.c:244 msgid "POSIX named classes are supported only within a class" msgstr "" -#: ../glib/gregex.c:247 +#: glib/gregex.c:247 msgid "missing terminating )" msgstr "" -#: ../glib/gregex.c:251 +#: glib/gregex.c:251 msgid ") without opening (" msgstr "" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:258 +#: glib/gregex.c:258 msgid "(?R or (?[+-]digits must be followed by )" msgstr "" -#: ../glib/gregex.c:261 +#: glib/gregex.c:261 msgid "reference to non-existent subpattern" msgstr "" -#: ../glib/gregex.c:264 +#: glib/gregex.c:264 msgid "missing ) after comment" msgstr "" -#: ../glib/gregex.c:267 +#: glib/gregex.c:267 msgid "regular expression too large" msgstr "" -#: ../glib/gregex.c:270 +#: glib/gregex.c:270 msgid "failed to get memory" msgstr "" -#: ../glib/gregex.c:273 +#: glib/gregex.c:273 msgid "lookbehind assertion is not fixed length" msgstr "" -#: ../glib/gregex.c:276 +#: glib/gregex.c:276 msgid "malformed number or name after (?(" msgstr "" -#: ../glib/gregex.c:279 +#: glib/gregex.c:279 msgid "conditional group contains more than two branches" msgstr "" -#: ../glib/gregex.c:282 +#: glib/gregex.c:282 msgid "assertion expected after (?(" msgstr "" -#: ../glib/gregex.c:285 +#: glib/gregex.c:285 msgid "unknown POSIX class name" msgstr "" -#: ../glib/gregex.c:288 +#: glib/gregex.c:288 msgid "POSIX collating elements are not supported" msgstr "" -#: ../glib/gregex.c:291 +#: glib/gregex.c:291 msgid "character value in \\x{...} sequence is too large" msgstr "" -#: ../glib/gregex.c:294 +#: glib/gregex.c:294 msgid "invalid condition (?(0)" msgstr "" -#: ../glib/gregex.c:297 +#: glib/gregex.c:297 msgid "\\C not allowed in lookbehind assertion" msgstr "" -#: ../glib/gregex.c:300 +#: glib/gregex.c:300 msgid "recursive call could loop indefinitely" msgstr "" -#: ../glib/gregex.c:303 +#: glib/gregex.c:303 msgid "missing terminator in subpattern name" msgstr "" -#: ../glib/gregex.c:306 +#: glib/gregex.c:306 msgid "two named subpatterns have the same name" msgstr "" -#: ../glib/gregex.c:309 +#: glib/gregex.c:309 msgid "malformed \\P or \\p sequence" msgstr "" -#: ../glib/gregex.c:312 +#: glib/gregex.c:312 msgid "unknown property name after \\P or \\p" msgstr "" -#: ../glib/gregex.c:315 +#: glib/gregex.c:315 msgid "subpattern name is too long (maximum 32 characters)" msgstr "" -#: ../glib/gregex.c:318 +#: glib/gregex.c:318 msgid "too many named subpatterns (maximum 10,000)" msgstr "" -#: ../glib/gregex.c:321 +#: glib/gregex.c:321 msgid "octal value is greater than \\377" msgstr "" -#: ../glib/gregex.c:324 +#: glib/gregex.c:324 msgid "DEFINE group contains more than one branch" msgstr "" -#: ../glib/gregex.c:327 +#: glib/gregex.c:327 msgid "repeating a DEFINE group is not allowed" msgstr "" -#: ../glib/gregex.c:330 +#: glib/gregex.c:330 msgid "inconsistent NEWLINE options" msgstr "" -#: ../glib/gregex.c:333 +#: glib/gregex.c:333 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" -#: ../glib/gregex.c:338 +#: glib/gregex.c:338 msgid "unexpected repeat" msgstr "" -#: ../glib/gregex.c:342 +#: glib/gregex.c:342 msgid "code overflow" msgstr "" -#: ../glib/gregex.c:346 +#: glib/gregex.c:346 msgid "overran compiling workspace" msgstr "" -#: ../glib/gregex.c:350 +#: glib/gregex.c:350 msgid "previously-checked referenced subpattern not found" msgstr "" -#: ../glib/gregex.c:526 ../glib/gregex.c:1593 +#: glib/gregex.c:526 glib/gregex.c:1593 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "" -#: ../glib/gregex.c:1098 +#: glib/gregex.c:1098 msgid "PCRE library is compiled without UTF8 support" msgstr "" -#: ../glib/gregex.c:1107 +#: glib/gregex.c:1107 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" -#: ../glib/gregex.c:1161 +#: glib/gregex.c:1161 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "" -#: ../glib/gregex.c:1197 +#: glib/gregex.c:1197 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "" -#: ../glib/gregex.c:2021 +#: glib/gregex.c:2021 msgid "hexadecimal digit or '}' expected" msgstr "" -#: ../glib/gregex.c:2037 +#: glib/gregex.c:2037 msgid "hexadecimal digit expected" msgstr "" -#: ../glib/gregex.c:2077 +#: glib/gregex.c:2077 msgid "missing '<' in symbolic reference" msgstr "" -#: ../glib/gregex.c:2086 +#: glib/gregex.c:2086 msgid "unfinished symbolic reference" msgstr "" -#: ../glib/gregex.c:2093 +#: glib/gregex.c:2093 msgid "zero-length symbolic reference" msgstr "" -#: ../glib/gregex.c:2104 +#: glib/gregex.c:2104 msgid "digit expected" msgstr "" -#: ../glib/gregex.c:2122 +#: glib/gregex.c:2122 msgid "illegal symbolic reference" msgstr "" -#: ../glib/gregex.c:2184 +#: glib/gregex.c:2184 msgid "stray final '\\'" msgstr "" -#: ../glib/gregex.c:2188 +#: glib/gregex.c:2188 msgid "unknown escape sequence" msgstr "" -#: ../glib/gregex.c:2198 +#: glib/gregex.c:2198 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" -#: ../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 "" -#: ../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 "" -#: ../glib/gshell.c:557 +#: glib/gshell.c:557 msgid "Text was empty (or contained only whitespace)" msgstr "" -#: ../glib/gspawn-win32.c:279 +#: glib/gspawn-win32.c:279 msgid "Failed to read data from child process" msgstr "" -#: ../glib/gspawn-win32.c:294 ../glib/gspawn.c:1467 +#: glib/gspawn-win32.c:294 glib/gspawn.c:1467 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" -#: ../glib/gspawn-win32.c:332 ../glib/gspawn-win32.c:340 ../glib/gspawn.c:1131 +#: glib/gspawn-win32.c:332 glib/gspawn-win32.c:340 glib/gspawn.c:1131 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "" -#: ../glib/gspawn-win32.c:363 ../glib/gspawn.c:1336 +#: glib/gspawn-win32.c:363 glib/gspawn.c:1336 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn-win32.c:493 +#: glib/gspawn-win32.c:369 glib/gspawn-win32.c:493 #, c-format msgid "Failed to execute child process (%s)" msgstr "" -#: ../glib/gspawn-win32.c:440 +#: glib/gspawn-win32.c:440 #, c-format msgid "Invalid program name: %s" msgstr "" -#: ../glib/gspawn-win32.c:450 ../glib/gspawn-win32.c:723 -#: ../glib/gspawn-win32.c:1282 +#: glib/gspawn-win32.c:450 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1282 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "" -#: ../glib/gspawn-win32.c:461 ../glib/gspawn-win32.c:738 -#: ../glib/gspawn-win32.c:1315 +#: glib/gspawn-win32.c:461 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1315 #, c-format msgid "Invalid string in environment: %s" msgstr "" -#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1263 +#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1263 #, c-format msgid "Invalid working directory: %s" msgstr "" -#: ../glib/gspawn-win32.c:787 +#: glib/gspawn-win32.c:787 #, c-format msgid "Failed to execute helper program (%s)" msgstr "" -#: ../glib/gspawn-win32.c:1002 +#: glib/gspawn-win32.c:1002 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" msgstr "" -#: ../glib/gspawn.c:188 +#: glib/gspawn.c:188 #, c-format msgid "Failed to read data from child process (%s)" msgstr "" -#: ../glib/gspawn.c:325 +#: glib/gspawn.c:325 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" -#: ../glib/gspawn.c:408 +#: glib/gspawn.c:408 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "" -#: ../glib/gspawn.c:1196 +#: glib/gspawn.c:1196 #, c-format msgid "Failed to fork (%s)" msgstr "" -#: ../glib/gspawn.c:1346 +#: glib/gspawn.c:1346 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "" -#: ../glib/gspawn.c:1356 +#: glib/gspawn.c:1356 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" -#: ../glib/gspawn.c:1365 +#: glib/gspawn.c:1365 #, c-format msgid "Failed to fork child process (%s)" msgstr "" -#: ../glib/gspawn.c:1373 +#: glib/gspawn.c:1373 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "" -#: ../glib/gspawn.c:1395 +#: glib/gspawn.c:1395 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" -#: ../glib/gutf8.c:1030 +#: glib/gutf8.c:1030 msgid "Character out of range for UTF-8" msgstr "" -#: ../glib/gutf8.c:1124 ../glib/gutf8.c:1133 ../glib/gutf8.c:1265 -#: ../glib/gutf8.c:1274 ../glib/gutf8.c:1415 ../glib/gutf8.c:1511 +#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 +#: glib/gutf8.c:1415 glib/gutf8.c:1511 msgid "Invalid sequence in conversion input" msgstr "" -#: ../glib/gutf8.c:1426 ../glib/gutf8.c:1522 +#: glib/gutf8.c:1426 glib/gutf8.c:1522 msgid "Character out of range for UTF-16" msgstr "" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "Usage:" msgstr "Sintaxi :" -#: ../glib/goption.c:615 +#: glib/goption.c:615 msgid "[OPTION...]" msgstr "[OPCION...]" -#: ../glib/goption.c:719 +#: glib/goption.c:719 msgid "Help Options:" msgstr "" -#: ../glib/goption.c:720 +#: glib/goption.c:720 msgid "Show help options" msgstr "" -#: ../glib/goption.c:726 +#: glib/goption.c:726 msgid "Show all help options" msgstr "" -#: ../glib/goption.c:788 +#: glib/goption.c:788 msgid "Application Options:" msgstr "Opcions de l'aplicacion :" -#: ../glib/goption.c:849 ../glib/goption.c:919 +#: glib/goption.c:849 glib/goption.c:919 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "" -#: ../glib/goption.c:859 ../glib/goption.c:927 +#: glib/goption.c:859 glib/goption.c:927 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: ../glib/goption.c:884 +#: glib/goption.c:884 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "" -#: ../glib/goption.c:892 +#: glib/goption.c:892 #, c-format msgid "Double value '%s' for %s out of range" msgstr "" -#: ../glib/goption.c:1229 +#: glib/goption.c:1229 #, c-format msgid "Error parsing option %s" msgstr "" -#: ../glib/goption.c:1260 ../glib/goption.c:1371 +#: glib/goption.c:1260 glib/goption.c:1371 #, c-format msgid "Missing argument for %s" msgstr "" -#: ../glib/goption.c:1766 +#: glib/goption.c:1766 #, c-format msgid "Unknown option %s" msgstr "" -#: ../glib/gkeyfile.c:358 +#: glib/gkeyfile.c:358 msgid "Valid key file could not be found in search dirs" msgstr "" -#: ../glib/gkeyfile.c:393 +#: glib/gkeyfile.c:393 msgid "Not a regular file" msgstr "" -#: ../glib/gkeyfile.c:401 +#: glib/gkeyfile.c:401 msgid "File is empty" msgstr "Lo fichièr es void" -#: ../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 "" -#: ../glib/gkeyfile.c:821 +#: glib/gkeyfile.c:821 #, c-format msgid "Invalid group name: %s" msgstr "" -#: ../glib/gkeyfile.c:843 +#: glib/gkeyfile.c:843 msgid "Key file does not start with a group" msgstr "" -#: ../glib/gkeyfile.c:869 +#: glib/gkeyfile.c:869 #, c-format msgid "Invalid key name: %s" msgstr "" -#: ../glib/gkeyfile.c:896 +#: glib/gkeyfile.c:896 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: ../glib/gkeyfile.c:1112 ../glib/gkeyfile.c:1272 ../glib/gkeyfile.c:2490 -#: ../glib/gkeyfile.c:2558 ../glib/gkeyfile.c:2693 ../glib/gkeyfile.c:2828 -#: ../glib/gkeyfile.c:2981 ../glib/gkeyfile.c:3168 ../glib/gkeyfile.c:3229 +#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1272 glib/gkeyfile.c:2490 +#: glib/gkeyfile.c:2558 glib/gkeyfile.c:2693 glib/gkeyfile.c:2828 +#: glib/gkeyfile.c:2981 glib/gkeyfile.c:3168 glib/gkeyfile.c:3229 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: ../glib/gkeyfile.c:1284 +#: glib/gkeyfile.c:1284 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: ../glib/gkeyfile.c:1386 ../glib/gkeyfile.c:1499 +#: glib/gkeyfile.c:1386 glib/gkeyfile.c:1499 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: ../glib/gkeyfile.c:1406 ../glib/gkeyfile.c:1519 ../glib/gkeyfile.c:1894 +#: glib/gkeyfile.c:1406 glib/gkeyfile.c:1519 glib/gkeyfile.c:1894 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: ../glib/gkeyfile.c:2109 ../glib/gkeyfile.c:2321 +#: glib/gkeyfile.c:2109 glib/gkeyfile.c:2321 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: ../glib/gkeyfile.c:2505 ../glib/gkeyfile.c:2708 ../glib/gkeyfile.c:3240 +#: glib/gkeyfile.c:2505 glib/gkeyfile.c:2708 glib/gkeyfile.c:3240 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: ../glib/gkeyfile.c:3474 +#: glib/gkeyfile.c:3474 msgid "Key file contains escape character at end of line" msgstr "" -#: ../glib/gkeyfile.c:3496 +#: glib/gkeyfile.c:3496 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: ../glib/gkeyfile.c:3638 +#: glib/gkeyfile.c:3638 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: ../glib/gkeyfile.c:3652 +#: glib/gkeyfile.c:3652 #, c-format msgid "Integer value '%s' out of range" msgstr "" -#: ../glib/gkeyfile.c:3685 +#: glib/gkeyfile.c:3685 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "" -#: ../glib/gkeyfile.c:3709 +#: glib/gkeyfile.c:3709 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: ../gio/gbufferedinputstream.c:485 ../gio/ginputstream.c:187 -#: ../gio/ginputstream.c:319 ../gio/ginputstream.c:560 -#: ../gio/ginputstream.c:685 ../gio/goutputstream.c:195 -#: ../gio/goutputstream.c:649 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: ../gio/gbufferedinputstream.c:872 ../gio/ginputstream.c:895 -#: ../gio/goutputstream.c:1078 +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: ../gio/gcancellable.c:295 ../gio/glocalfile.c:1974 -#: ../gio/gsimpleasyncresult.c:612 +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: ../gio/gcontenttype.c:176 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Tipe desconegut" -#: ../gio/gcontenttype.c:177 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: ../gio/gcontenttype.c:667 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: ../gio/gdatainputstream.c:310 +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: ../gio/gdesktopappinfo.c:413 ../gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sens nom" -#: ../gio/gdesktopappinfo.c:590 +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: ../gio/gdesktopappinfo.c:884 +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: ../gio/gdesktopappinfo.c:1116 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1120 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1459 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: ../gio/gdesktopappinfo.c:1534 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: ../gio/gdrive.c:374 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: ../gio/gdrive.c:441 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: ../gio/gfile.c:817 ../gio/gfile.c:1045 ../gio/gfile.c:1178 -#: ../gio/gfile.c:1409 ../gio/gfile.c:1462 ../gio/gfile.c:1518 -#: ../gio/gfile.c:1600 ../gio/gfile.c:2657 ../gio/gfile.c:2708 -#: ../gio/gfile.c:2836 ../gio/gfile.c:2876 ../gio/gfile.c:3200 -#: ../gio/gfile.c:3602 ../gio/gfile.c:3685 ../gio/gfile.c:3768 -#: ../gio/gfile.c:3848 +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "" @@ -1171,79 +1164,79 @@ msgstr "" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1297 ../gio/glocalfile.c:1064 ../gio/glocalfile.c:1075 -#: ../gio/glocalfile.c:1088 +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: ../gio/gfile.c:1939 ../gio/glocalfile.c:2124 +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: ../gio/gfile.c:1999 +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: ../gio/gfile.c:2007 ../gio/glocalfile.c:2133 +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: ../gio/gfile.c:2025 +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: ../gio/gfile.c:2826 +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: ../gio/gfile.c:2919 +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "" -#: ../gio/gfile.c:2966 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: ../gio/gfile.c:4902 ../gio/gvolume.c:359 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: ../gio/gfile.c:5010 +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: ../gio/gfileenumerator.c:205 +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271 -#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480 +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: ../gio/gfileinputstream.c:157 ../gio/gfileinputstream.c:424 -#: ../gio/gfileoutputstream.c:171 ../gio/gfileoutputstream.c:526 +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: ../gio/gfileinputstream.c:339 ../gio/gfileoutputstream.c:384 +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: ../gio/gfileinputstream.c:383 +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: ../gio/gfileoutputstream.c:460 +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: ../gio/ginputstream.c:196 +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1253,389 +1246,389 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:905 ../gio/goutputstream.c:1088 +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: ../gio/glocaldirectorymonitor.c:274 +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: ../gio/glocalfile.c:601 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "" -#: ../gio/glocalfile.c:972 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "" -#: ../gio/glocalfile.c:1108 +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: ../gio/glocalfile.c:1126 +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: ../gio/glocalfile.c:1139 ../gio/glocalfile.c:2003 ../gio/glocalfile.c:2032 -#: ../gio/glocalfile.c:2186 ../gio/glocalfileoutputstream.c:472 -#: ../gio/glocalfileoutputstream.c:517 ../gio/glocalfileoutputstream.c:925 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 +#: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 msgid "Invalid filename" msgstr "Nom d'òste invalid" -#: ../gio/glocalfile.c:1143 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "" -#: ../gio/glocalfile.c:1262 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "" -#: ../gio/glocalfile.c:1272 +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: ../gio/glocalfile.c:1332 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "" -#: ../gio/glocalfile.c:1696 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "" -#: ../gio/glocalfile.c:1719 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: ../gio/glocalfile.c:1740 +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: ../gio/glocalfile.c:1819 ../gio/glocalfile.c:1839 +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: ../gio/glocalfile.c:1873 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "" -#: ../gio/glocalfile.c:1898 ../gio/glocalfile.c:1973 ../gio/glocalfile.c:1980 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "" -#: ../gio/glocalfile.c:2007 +#: gio/glocalfile.c:2007 #, c-format msgid "Error creating directory: %s" msgstr "Error al moment de crear lo repertòri : %s" -#: ../gio/glocalfile.c:2036 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "" -#: ../gio/glocalfile.c:2096 ../gio/glocalfile.c:2190 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "" -#: ../gio/glocalfile.c:2119 +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: ../gio/glocalfile.c:2146 ../gio/glocalfileoutputstream.c:777 -#: ../gio/glocalfileoutputstream.c:791 ../gio/glocalfileoutputstream.c:806 -#: ../gio/glocalfileoutputstream.c:822 ../gio/glocalfileoutputstream.c:836 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 +#: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 +#: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 msgid "Backup file creation failed" msgstr "" -#: ../gio/glocalfile.c:2165 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "" -#: ../gio/glocalfile.c:2179 +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" -#: ../gio/glocalfileinfo.c:716 +#: gio/glocalfileinfo.c:716 msgid "Attribute value must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:723 +#: gio/glocalfileinfo.c:723 msgid "Invalid attribute type (string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:730 +#: gio/glocalfileinfo.c:730 msgid "Invalid extended attribute name" msgstr "" -#: ../gio/glocalfileinfo.c:770 +#: gio/glocalfileinfo.c:770 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "" -#: ../gio/glocalfileinfo.c:1456 ../gio/glocalfileoutputstream.c:666 +#: gio/glocalfileinfo.c:1456 gio/glocalfileoutputstream.c:666 #, c-format msgid "Error stating file '%s': %s" msgstr "" -#: ../gio/glocalfileinfo.c:1526 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: ../gio/glocalfileinfo.c:1696 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1741 +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1759 +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1778 +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: ../gio/glocalfileinfo.c:1804 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1855 ../gio/glocalfileinfo.c:2023 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1878 +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: ../gio/glocalfileinfo.c:1888 ../gio/glocalfileinfo.c:1907 -#: ../gio/glocalfileinfo.c:1918 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "" -#: ../gio/glocalfileinfo.c:1897 +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: ../gio/glocalfileinfo.c:2078 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "" -#: ../gio/glocalfileinputstream.c:160 ../gio/glocalfileoutputstream.c:570 +#: gio/glocalfileinputstream.c:160 gio/glocalfileoutputstream.c:570 #, c-format msgid "Error reading from file: %s" msgstr "" -#: ../gio/glocalfileinputstream.c:191 ../gio/glocalfileinputstream.c:203 -#: ../gio/glocalfileinputstream.c:312 ../gio/glocalfileoutputstream.c:372 -#: ../gio/glocalfileoutputstream.c:854 +#: gio/glocalfileinputstream.c:191 gio/glocalfileinputstream.c:203 +#: gio/glocalfileinputstream.c:312 gio/glocalfileoutputstream.c:372 +#: gio/glocalfileoutputstream.c:854 #, c-format msgid "Error seeking in file: %s" msgstr "" -#: ../gio/glocalfileinputstream.c:233 ../gio/glocalfileoutputstream.c:279 +#: gio/glocalfileinputstream.c:233 gio/glocalfileoutputstream.c:279 #, c-format msgid "Error closing file: %s" msgstr "" -#: ../gio/glocalfilemonitor.c:198 +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" -#: ../gio/glocalfileoutputstream.c:172 ../gio/glocalfileoutputstream.c:591 +#: gio/glocalfileoutputstream.c:172 gio/glocalfileoutputstream.c:591 #, c-format msgid "Error writing to file: %s" msgstr "" -#: ../gio/glocalfileoutputstream.c:213 +#: gio/glocalfileoutputstream.c:213 #, c-format msgid "Error removing old backup link: %s" msgstr "" -#: ../gio/glocalfileoutputstream.c:227 ../gio/glocalfileoutputstream.c:240 +#: gio/glocalfileoutputstream.c:227 gio/glocalfileoutputstream.c:240 #, c-format msgid "Error creating backup copy: %s" msgstr "" -#: ../gio/glocalfileoutputstream.c:258 +#: gio/glocalfileoutputstream.c:258 #, c-format msgid "Error renaming temporary file: %s" msgstr "" -#: ../gio/glocalfileoutputstream.c:418 ../gio/glocalfileoutputstream.c:871 +#: gio/glocalfileoutputstream.c:418 gio/glocalfileoutputstream.c:871 #, c-format msgid "Error truncating file: %s" msgstr "" -#: ../gio/glocalfileoutputstream.c:478 ../gio/glocalfileoutputstream.c:523 -#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:931 +#: gio/glocalfileoutputstream.c:478 gio/glocalfileoutputstream.c:523 +#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:931 #, c-format msgid "Error opening file '%s': %s" msgstr "" -#: ../gio/glocalfileoutputstream.c:679 +#: gio/glocalfileoutputstream.c:679 msgid "Target file is a directory" msgstr "" -#: ../gio/glocalfileoutputstream.c:684 +#: gio/glocalfileoutputstream.c:684 msgid "Target file is not a regular file" msgstr "" -#: ../gio/glocalfileoutputstream.c:696 +#: gio/glocalfileoutputstream.c:696 msgid "The file was externally modified" msgstr "" -#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:545 +#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 msgid "Invalid GSeekType supplied" msgstr "" -#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:555 +#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 msgid "Invalid seek request" msgstr "" -#: ../gio/gmemoryinputstream.c:521 +#: gio/gmemoryinputstream.c:521 msgid "Cannot truncate GMemoryInputStream" msgstr "" -#: ../gio/gmemoryoutputstream.c:288 +#: gio/gmemoryoutputstream.c:288 msgid "Reached maximum data array limit" msgstr "" -#: ../gio/gmemoryoutputstream.c:323 +#: gio/gmemoryoutputstream.c:323 msgid "Memory output stream not resizable" msgstr "" -#: ../gio/gmemoryoutputstream.c:339 +#: gio/gmemoryoutputstream.c:339 msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: ../gio/gmount.c:346 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: ../gio/gmount.c:421 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: ../gio/gmount.c:503 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: ../gio/goutputstream.c:204 ../gio/goutputstream.c:405 +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: ../gio/goutputstream.c:365 ../gio/goutputstream.c:773 +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" -#: ../gio/gthemedicon.c:206 +#: gio/gthemedicon.c:206 msgid "name" msgstr "nom" -#: ../gio/gthemedicon.c:207 +#: gio/gthemedicon.c:207 msgid "The name of the icon" msgstr "" -#: ../gio/gthemedicon.c:218 +#: gio/gthemedicon.c:218 msgid "names" msgstr "noms" -#: ../gio/gthemedicon.c:219 +#: gio/gthemedicon.c:219 msgid "An array containing the icon names" msgstr "" -#: ../gio/gthemedicon.c:244 +#: gio/gthemedicon.c:244 msgid "use default fallbacks" msgstr "" -#: ../gio/gthemedicon.c:245 +#: gio/gthemedicon.c:245 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." msgstr "" -#: ../gio/gunixinputstream.c:201 ../gio/gunixinputstream.c:221 -#: ../gio/gunixinputstream.c:299 ../gio/gunixoutputstream.c:288 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "" -#: ../gio/gunixinputstream.c:254 ../gio/gunixinputstream.c:436 -#: ../gio/gunixoutputstream.c:243 ../gio/gunixoutputstream.c:394 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "" -#: ../gio/gunixmounts.c:1789 ../gio/gunixmounts.c:1826 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: ../gio/gunixoutputstream.c:189 ../gio/gunixoutputstream.c:210 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "" -#: ../gio/gvolume.c:425 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" -#: ../gio/gwin32appinfo.c:277 +#: gio/gwin32appinfo.c:277 msgid "Can't find application" msgstr "" -#: ../gio/gwin32appinfo.c:312 +#: gio/gwin32appinfo.c:312 #, c-format msgid "Error launching application: %s" msgstr "" -#: ../gio/gwin32appinfo.c:349 +#: gio/gwin32appinfo.c:349 msgid "URIs not supported" msgstr "" -#: ../gio/gwin32appinfo.c:371 +#: gio/gwin32appinfo.c:371 msgid "association changes not supported on win32" msgstr "" -#: ../gio/gwin32appinfo.c:383 +#: gio/gwin32appinfo.c:383 msgid "Association creation not supported on win32" msgstr "" -#: ../tests/gio-ls.c:27 +#: tests/gio-ls.c:27 msgid "do not hide entries" msgstr "" -#: ../tests/gio-ls.c:29 +#: tests/gio-ls.c:29 msgid "use a long listing format" msgstr "" -#: ../tests/gio-ls.c:37 +#: tests/gio-ls.c:37 msgid "[FILE...]" msgstr "[FICHIÈR...]" diff --git a/po/or.po b/po/or.po index d20a14b..cc64d88 100644 --- a/po/or.po +++ b/po/or.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2007-06-11 18:17+0530\n" "Last-Translator: Subhransu Behera \n" "Language-Team: Oriya \n" @@ -48,7 +48,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "ଅପ୍ରତ୍ଯାଶିିତ '%s' ସୂଚକଟି '%s' ମଧ୍ଯରେ ଅଛି" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "ତଥ୍ଯ ଡିରେକ୍ଟୋରି ମାନଙ୍କରେ କୌଣସି ବୈଧ ଚିହ୍ନିତ ସ୍ଥାନ ମିଳିଲା ନାହିଁ" @@ -106,21 +105,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'ରୁ '%s'ର ରୁପାନ୍ତରକ ଖୋଲି ହେଲା ନାହିଁ" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ବାଇଟ୍ ଅନୁକ୍ରମ" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "ନିବେଶର ସମାପ୍ତିରେ ଆଶିଂକ ଅକ୍ଷର ଅନୁକ୍ରମ" @@ -160,7 +157,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "'%s' ପଥ ନାମ ଏକ ସମ୍ପୂର୍ଣ୍ଣ ପଥ ନୁହେଁ" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "ଅବୈଧ ଆଧାର ନାମ" @@ -260,7 +256,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ପଢିବାରେ ଅସଫଳ: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ" @@ -270,22 +265,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "%s' ରୁ '%s' ର ରୁପାନ୍ତରକ ଖୋଲି ପାରିଲା ନାହିଁ: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "ପଠନ ବଫରରେ ଅରୂପାନ୍ତରିତ ତଥ୍ଯ ବଳକା ଅଛି" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "ଆଂଶିକ ଅକ୍ଷର ରେ ଚାନେଲର ସମାପ୍ତି" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end େର ଅଂସସାଧିତ ପଠନ କରିହେଲା ନାହିଁ" @@ -545,7 +536,7 @@ msgstr "ପଶ୍ଚାତ ଅନୁମାର୍ଗଣ ସୀମା ପହଞ୍ msgid "the pattern contains items not supported for partial matching" msgstr "ଏହି ଶୈଳୀ ଆଂଶିକ ମେଳନ ପାଇଁ ସମର୍ଥିତ ନ ଥିବା ବସ୍ତୁ ମାନଙ୍କୁ ଧାରଣ କରିଥାଏ" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି" @@ -849,12 +840,10 @@ msgstr "" "%c ପାଇଁ ମେଳ ହେଉ ଥିବା ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ ମିଳିବା ପୂର୍ବରୁ ପାଠ୍ଯ ସମାପ୍ତ ହୋଇ ଗଲା. (ପାଠ୍ଯଟି ଥିଲା: '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "ପାଠ୍ଯ ଖାଲି ଥିଲା (ବା କେବଳ ଖାଲି ଯାଗା ଧାରଣ କରିଥିଲା)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାରୁ ତଥ୍ଯ ପଢ଼ିବାରେ ଅସଫଳ" @@ -905,7 +894,6 @@ msgid "Failed to execute helper program (%s)" msgstr "ସାହାଯ୍ଯ କାରିକା (%s) କୁ ନିଷ୍ପାଦନ କରିବାରେ ଅସଫଳ" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -957,18 +945,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "ନିର୍ଭରକ ପି.ଆଇ.ଡି. ପାଇପ୍ ରୁ ପର୍ଯ୍ଯାପ୍ତ ତଥ୍ଯ ପଢି଼ବାରେ ଅସଫଳ (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "ଇ.ଉ.ଟିଏଫ୍.-à­® ପାଇଁ ଅକ୍ଷରଟି ପରିସର ବାହାରେ" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ଅନୁକ୍ରମ" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "ଇ.ଉ.ଟିଏଫ୍.-୧୬ ପାଇଁ ଅକ୍ଷରଟି ପରିସର ବାହାରେ" @@ -1032,17 +1017,14 @@ msgid "Unknown option %s" msgstr "ଅଜଣା ପସନ୍ଦ %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "ଅନୁସନ୍ଧାନ ଡିରେକ୍ଟୋରି ମାନଙ୍କରେ ବୈଧ ଚାବି ଫାଇଲ ମିଳିଲା ନାହିଁ" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "ଏହା ଏକ ନିୟମିତ ଫାଇଲ ନୁହେଁ" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "ଫାଇଲ ଟି ଖାଲି ଅଛି" @@ -1058,7 +1040,6 @@ msgid "Invalid group name: %s" msgstr "ଅବୈଧ ସମୂହ ନାମ: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "ମୂଖ୍ଯ ଫାଇଲ କୌଣସି ସମୂହ ସହ ଆରମ୍ଭ ହୁଏ ନାହିଁ" @@ -1108,7 +1089,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "ମୂଖ୍ଯ ଫାଇଲ େର '%s' ନାମ ଥିବା କୌଣସି ଚାବିକାଠି '%s' ସମୂହ ରେ ନାହିଁ " #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "ମୂଖ୍ଯ ଫାଇଲ ଟି ଲାଇନ୍ ର ସମାପ୍ତି ରେ ଏସ୍କେପ୍ ଅକ୍ଷର ଧାରଣ କରିଛି" @@ -1137,91 +1117,86 @@ msgstr "'%s' ମୂଲ୍ଯକୁ ଗୋଟିଏ ଭାସମାନ ସଂଖ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' ର ମୂଲ୍ଯ ଗୋଟିଏ ବୁଲିଆନ୍ ଭାବରେ ନିରୂପଣ କରିହେବ ନାହିଁ" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "ଅଜଣା ତୃଟି" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ" @@ -1233,94 +1208,81 @@ msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "'%s' ନାମରେ ନାମିତ କୌଣସି ପ୍ରୟୋଗ '%s' ପାଇଁ ଗୋଟିଏ ବୁକ୍ ମାର୍କକୁ ପଞ୍ଜିକ୍ରୁତ କରିନାହିଁ" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1330,142 +1292,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "ଅବୈଧ ଚାବି ନାମ: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "ଅବୈଧ ଆଧାର ନାମ" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' ଫାଇଲ ସ୍ରୁଷ୍ଟି କରିବାରେ ଅସଫଳ: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "%s' ଡିରେକ୍ଟୋରି ଖୋଲିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "ଗୁଣର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା" @@ -1479,57 +1429,52 @@ msgstr "%s' ଡିରେକ୍ଟୋରି ଖୋଲିବାରେ ତ୍ରୁ msgid "Error stating file '%s': %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ" @@ -1551,8 +1496,7 @@ msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" msgid "Error closing file: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1588,78 +1532,69 @@ msgid "Error opening file '%s': %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "ଏହା ଏକ ନିୟମିତ ଫାଇଲ ନୁହେଁ" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "ଅବୈଧ ଚାବି ନାମ: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1690,33 +1625,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "'%s' ଫାଇଲ ପଢିବାରେ ତ୍ରୁଟି: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1726,17 +1660,15 @@ msgid "Error launching application: %s" msgstr "ରୁପାନ୍ତରଣ ର ବିକଲ୍ପ ରେ ତ୍ରୁଟି: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/pa.po b/po/pa.po index 333422e..c6725cc 100644 --- a/po/pa.po +++ b/po/pa.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-04 23:30+0530\n" "Last-Translator: Amanpreet Singh Alam \n" "Language-Team: Punjabi/Panjabi \n" @@ -49,7 +49,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' ਵਿੱਚ '%1$s' ਟੈਗ" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "ਡਾਟਾ ਡਾਇਰੈਕਟਰੀਆਂ ਵਿੱਚ ਕੋਈ ਢੁੱਕਵੀਂ ਬੁੱਕਮਾਰਕ ਫਾਇਲ ਨਹੀਂ ਲੱਭੀ" @@ -107,21 +106,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' ਤੋੱ '%s' ਵਿੱਚ ਬਦਲਣ ਵਾਲਾ ਉਪਲਬਧ ਨਹੀਂ ਹੈ" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "ਬਦਲਣ ਲਈ ਦਿੱਤੀ ਸਤਰ ਵਿੱਚ ਬਾਇਟ ਦਾ ਸਰੂਪ ਠੀਕ ਨਹੀਂ ਹੈ" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "ਤਬਦੀਲੀ ਦੌਰਾਨ ਗਲਤੀ %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "ਸਤਰ ਦੇ ਅਖੀਰ ਤੇ ਅੱਖਰਾਂ ਦਾ ਸਰੂਪ ਅਧੂਰਾ ਹੈ" @@ -161,7 +158,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "ਮਾਰਗ-ਨਾਂ %s ਇਕ ਅਸਲੀ (absolute) ਮਾਰਗ ਨਹੀਂ ਹੈ" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "ਗਲਤ ਮੇਜ਼ਬਾਨ ਨਾਂ" @@ -261,7 +257,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ '%s' ਪੜ੍ਹਨ ਲਈ ਫੇਲ੍ਹ: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ ਮੱਦਦ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹਨ" @@ -271,22 +266,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' ਤੋਂ '%s' ਬਦਲਣ ਵਾਲਾ ਖੋਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "ਕੁਝ ਅਣ-ਬਦਲਿਆ ਡਾਟਾ ਬਫਰ ਵਿੱਚ ਪਿਆ ਹੈ" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "ਇਕ ਅੱਧ ਪਚਦੇ ਅੱਖਰ ਉੱਤੇ ਚੈਨਲ ਬੰਦ ਹੋ ਗਿਆ" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end ਵਿੱਚ ਰਾਅ ਪੜ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ" @@ -540,7 +531,7 @@ msgstr "ਬੈਕ-ਟਰੈਕਿੰਗ ਲਿਸਟ ਆ ਗਈ" msgid "the pattern contains items not supported for partial matching" msgstr "ਪੈਟਰਨ ਵਿੱਚ ਆਈਟਮਾਂ ਹਨ, ਜੋ ਕਿ ਅਧੂਰੀ ਮੈਂਚਿੰਗ ਲਈ ਸਹਾਇਕ ਨਹੀਂ।" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "ਅੰਦਰੂਨੀ ਗਲਤੀ" @@ -837,12 +828,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "%c ਲਈ ਹਵਾਲਾ ਲੱਭਣ ਤੋਂ ਪਹਿਲਾਂ ਟੈਕਸਟ ਖਤਮ ਹੈ। (ਟੈਕਸਟ ਸੀ '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "ਟੈਕਸਟ ਖਾਲੀ ਸੀ (ਜਾਂ ਸਾਫ ਥਾਂ ਹੀ ਹੈ)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "ਚਾਈਲਡ ਪਰੋਸੈੱਸ ਤੋਂ ਡਾਟਾ ਪੜ੍ਹਨ ਲਈ ਫੇਲ੍ਹ" @@ -892,7 +881,6 @@ msgid "Failed to execute helper program (%s)" msgstr "ਮੱਦਦ ਪਰੋਗਰਾਮ (%s) ਸ਼ੁਰੂ ਕਰਨ 'ਚ ਫੇਲ੍ਹ" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -945,18 +933,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "ਚਾਈਲਡ pid ਪਾਇਪ (%s) ਤੋਂ ਚਾਹੀਦਾ ਡਾਟਾ ਪੜ੍ਹਨ ਲਈ ਫੇਲ੍ਹ" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 ਲਈ ਅੱਖਰ ਰੇਜ਼ ਤੋਂ ਬਾਹਰ" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "ਬਦਲਾਉ ਇੰਪੁੱਟ ਵਿੱਚ ਤਰਤੀਬ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 ਲਈ ਅੱਖਰ ਰੇਜ਼ ਤੋਂ ਬਾਹਰ" @@ -1020,17 +1005,14 @@ msgid "Unknown option %s" msgstr "ਅਣਜਾਣ ਚੋਣ %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "ਖੋਜ ਡਾਇਰੈਕਟਰੀਆਂ ਵਿੱਚ ਠੀਕ ਕੁੰਜੀ ਫਾਇਲ ਨਹੀਂ ਖੋਜੀ ਜਾ ਸਕੀ" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "ਇੱਕ ਰੈਗੂਲਰ ਫਾਇਲ ਨਹੀਂ" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "ਫਾਇਲ ਖਾਲੀ ਹੈ" @@ -1046,7 +1028,6 @@ msgid "Invalid group name: %s" msgstr "ਗਲਤ ਗਰੁੱਪ ਨਾਂ: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਗਰੁੱਪ ਨਾਲ ਸ਼ੁਰੂ ਨਹੀਂ ਹੋ ਸਕਦੀ ਹੈ" @@ -1096,7 +1077,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਕੁੰਜੀ '%s' ਗਰੁੱਪ '%s' ਵਿੱਚ ਨਹੀਂ ਹੈ" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਲਾਈਨ ਦੇ ਅੰਤ ਵਿੱਚ ਇਸਕੇਪ ਅੱਖਰ ਹੈ" @@ -1125,90 +1105,84 @@ msgstr "ਮੁੱਲ '%s' ਨੂੰ ਇੱਕ ਦਸ਼ਮਲਵ ਅੰਕ ਦ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ਮੁੱਲ '%s' ਨੂੰ ਬੂਲੀਅਨ ਵਾਂਗ ਇੰਟਰਪਰੇਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "%s ਨੂੰ ਬਹੁਤ ਵੱਧ ਗਿਣਤੀ ਪਾਸ ਕੀਤੀ ਗਈ" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "ਸਟਰੀਮ ਪਹਿਲਾਂ ਹੀ ਬੰਦ ਹੈ" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "ਓਪਰੇਸ਼ਨ ਰੱਦ ਕੀਤਾ ਗਿਆ" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "ਅਣਜਾਣ ਟਾਈਪ" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s ਫਾਇਲ-ਟਾਈਪ" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s ਟਾਈਪ" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ਬਿਨ-ਨਾਂ" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "ਡੈਸਕਟਾਪ ਫਾਇਲ ਨੇ Exec ਫੀਲਡ ਨਹੀਂ ਦਿੱਤਾ ਹੈ" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "ਐਪਲੀਕੇਸ਼ਨ ਲਈ ਟਰਮੀਨਲ ਲੋੜ ਲੱਭਣ ਲਈ ਅਸਮਰੱਥ ਹੈ" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ਯੂਜ਼ਰ ਐਪਲੀਕੇਸ਼ਨ ਸੰਰਚਨਾ ਫੋਲਡਰ %s ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ਯੂਜ਼ਰ MIME ਸੰਰਚਨਾ ਫੋਲਡਰ %s ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "ਯੂਜ਼ਰ ਡੈਸਕਟਾਪ ਫਾਇਲ %s ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "%s ਲਈ ਕਸਟਮ ਪਰਿਭਾਸ਼ਾ" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "ਡਰਾਇਵ ਲਈ ਬਾਹਰ ਕੱਢਣਾ ਨਹੀਂ ਬਣਾਇਆ" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "ਓਪਰੇਸ਼ਨ ਸਹਾਇਕ ਨਹੀਂ" @@ -1220,94 +1194,79 @@ msgstr "ਓਪਰੇਸ਼ਨ ਸਹਾਇਕ ਨਹੀਂ" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "ਰੱਖਣ ਵਾਲਾ ਮਾਊਂਟ ਮੌਜੂਦ ਨਹੀਂ" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦਾ" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਡਾਇਰੈਕਟਰੀ ਉੱਤੇ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਮੌਜੂਦ ਹੈ" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਲਗਾਤਾਰ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "ਗਲਤ ਸਿੰਬੋਲਿੰਕ ਮੁੱਲ ਦਿੱਤਾ" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "ਰੱਦ ਸਹਾਇਕ ਨਹੀਂ" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "ਫਾਇਲ ਨਾਂ ਵਿੱਚ ' %c' ਮੌਜੂਦ ਨਹੀਂ ਹੋ ਸਕਦਾ" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "ਵਾਲੀਅਮ ਲਈ ਮਾਊਂਟ ਸਥਾਪਤ ਨਹੀਂ ਹੈ" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "ਇਹ ਫਾਈਲ ਹੈਂਡਲ ਕਰਨ ਲਈ ਕੋਈ ਐਪਲੀਕੇਸ਼ਨ ਰਜਿਸਟਰ ਨਹੀਂ ਹੈ" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1317,142 +1276,128 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "ਡਿਫਾਲਟ ਲੋਕਲ ਡਾਇਰੈਕਟਰੀ ਮਾਨੀਟਰ ਟਾਈਪ ਲੱਭਣ ਲਈ ਅਸਮਰੱਥ" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "ਫਾਇਲ ਸਿਸਟਮ ਜਾਣਕਾਰੀ ਲੈਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "ਰੂਟ ਡਾਇਰੈਕਟਰੀ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "ਫਾਇਲ ਦਾ ਨਾਂ ਨਹੀਂ ਬਦਲਿਆ ਜਾ ਸਕਦਾ, ਫਾਇਲ ਨਾਂ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "ਗਲਤ ਫਾਇਲ ਨਾਂ" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "ਫਾਇਲ ਨਾਂ ਬਦਲਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "ਫਾਇਲ ਖੋਲ੍ਹਣ ਦੌਰਾਨ ਗਲਤੀ: %s " -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "ਡਾਇਰੈਕਟਰੀ ਖੋਲ੍ਹੀ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "ਰੱਦੀ ਡਾਇਰੈਕਟਰੀ ਲੱਭਣ ਜਾਂ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "ਰੱਦੀ 'ਚ ਭੇਜੀ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਅਸਮਰੱਥ: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "ਫਾਇਲ ਰੱਦੀ 'ਚ ਭੇਜਣ ਲਈ ਅਸਮਰੱਥ: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਖੋਲ੍ਹਣ ਲਈ ਗਲਤੀ: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "ਫਾਇਲ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "ਬੈਕਅੱਪ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਫੇਲ੍ਹ" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਹਟਾਉਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "ਗਲਤ ਐਕਸਟੈੱਡ ਗੁਣ ਨਾਂ" @@ -1466,57 +1411,52 @@ msgstr "ਐਕਸਟੈੱਡ ਗੁਣ '%s' ਸੈੱਟ ਕਰਨ ਦੌਰਾ msgid "Error stating file '%s': %s" msgstr "'%s' ਫਾਈਲ ਦੇਣ'ਚ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "(ਗਲਤ ਇੰਕੋਡਿੰਗ)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "ਫਾਈਲ ਡਿਸਕ੍ਰਿਪਟਰ ਸਟੇਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "ਗਲਤ ਐਟਰੀਬਿਊਟ ਟਾਈਪ (uint32 ਲੋੜੀਦਾ ਸੀ)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "ਅਧਿਕਾਰ ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "ਓਪਨ ਸੈਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: %s " -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: ਫਾਈਲ ਇੱਕ symlink ਨਹੀਂ ਹੈ" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "ਗੁਣ %s ਸੈਟਿੰਗ ਸਹਾਇਕ ਨਹੀਂ" @@ -1538,8 +1478,7 @@ msgstr "ਫਾਈਲ 'ਚ ਵੇਖਣ ਦੌਰਾਨ ਗਲਤੀ: %s" msgid "Error closing file: %s" msgstr "ਫਾਈਲ ਬੰਦ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "ਡਿਫਾਲਟ ਲੋਕਲ ਫਾਈਲ ਮਾਨੀਟਰ ਟਾਈਪ ਖੋਜਣ ਲਈ ਅਸਮਰੱਥ" @@ -1575,78 +1514,67 @@ msgid "Error opening file '%s': %s" msgstr "'%s' ਫਾਈਲ ਖੋਲ੍ਹਣ 'ਚ ਗਲਤੀ: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਡਾਇਰੈਕਟਰੀ ਹੈ" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਇੱਕ ਰੈਗੂਲਰ ਫਾਇਲ ਨਹੀਂ ਹੈ" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "ਫਾਇਲ ਬਾਹਰੋਂ ਸੋਧੀ ਗਈ ਸੀ" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "ਸੀਕ ਮੰਗ ਗਲਤ ਹੈ" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream ਛੋਟੀ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ ਹੈ" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "ਸਰੋਤ ਸਟਰੀਮ ਬੰਦ ਕੀਤਾ ਗਿਆ ਹੈ" @@ -1679,33 +1607,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "unix ਤੋਂ ਪੜ੍ਹਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "unix ਬੰਦ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "ਫਾਇਲ ਸਿਸਟਮ ਰੂਟ" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "unix ਉੱਤੇ ਲਿਖਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "ਐਪਲੀਕੇਸ਼ਨ ਨਹੀਂ ਲੱਭੀ ਜਾ ਸਕਦੀ" @@ -1715,17 +1642,14 @@ msgid "Error launching application: %s" msgstr "ਐਪਲੀਕੇਸ਼ਨ ਲਾਂਚ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI ਸਹਿਯੋਗੀ ਨਹੀਂ" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/pl.po b/po/pl.po index 34b2a8d..1cf91be 100644 --- a/po/pl.po +++ b/po/pl.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.pl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2007-09-14 17:12+0200\n" "Last-Translator: wadim dziedzic \n" "Language-Team: Polish \n" @@ -48,7 +48,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Nieoczekiwany znacznik \"%s\" wewnątrz \"%s\"" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Nie można odnaleźć poprawnego pliku zakładek w katalogach danych" @@ -107,21 +106,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nie można otworzyć konwertera z \"%s\" na \"%s\"" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Niepoprawna sekwencja bajtów na wejściu konwersji" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Błąd podczas konwersji: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Na końcu wejścia występuje sekwencja odpowiadająca części znaku" @@ -163,7 +160,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Ścieżka \"%s\" nie jest ścieżką bezwzględną" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Niepoprawna nazwa komputera" @@ -269,7 +265,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Niepowodzenie podczas odczytu dowiązania symbolicznego \"%s\": %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Dowiązania symboliczne nie są obsługiwane" @@ -279,22 +274,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Nie można otworzyć konwertera z \"%s\" na \"%s\": %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "W buforze odczytu pozostały nieprzekonwertowane dane" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Na końcu kanału występuje sekwencja odpowiadająca części znaku" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nie można wykonać surowego odczytu w g_io_channel_read_to_end" @@ -571,7 +562,7 @@ msgstr "osiągnięto limit backtrace" msgid "the pattern contains items not supported for partial matching" msgstr "wzorzec zawiera elementy nie obsługiwane w dopasowywaniu częściowym" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "błąd wewnętrzny" @@ -881,12 +872,10 @@ msgstr "" "(tekstem jest \"%s\")" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Tekst jest pusty (lub zawiera tylko separatory)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Nie można odczytać danych z procesu potomnego" @@ -936,7 +925,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Nie można uruchomić programu pomocniczego (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -994,18 +982,15 @@ msgstr "" "procesu potomnego (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Znak jest poza zakresem dopuszczalnym dla UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Niepoprawna sekwencja na wejściu konwersji" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Znak jest poza zakresem dopuszczalnym dla UTF-8" @@ -1070,17 +1055,14 @@ msgid "Unknown option %s" msgstr "Nieznana opcja %s" #: 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:393 -#, c-format msgid "Not a regular file" msgstr "To nie jest zwykły plik" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Plik jest pusty" @@ -1098,7 +1080,6 @@ msgid "Invalid group name: %s" msgstr "Niepoprawna nazwa grupy: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Plik klucza nie rozpoczyna się od grupy" @@ -1153,7 +1134,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Plik klucza nie zawiera klucza \"%s\" w grupie \"%s\"" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Plik klucza zawiera znak sterujący na końcu linii" @@ -1182,91 +1162,86 @@ msgstr "Nie można zinterpretować \"%s\" jako wartości zmiennoprzecinkowej." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nie można zinterpretować \"%s\" jako wartości logicznej." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "nieznany błąd" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Dowiązania symboliczne nie są obsługiwane" @@ -1278,94 +1253,81 @@ msgstr "Dowiązania symboliczne nie są obsługiwane" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Dowiązania symboliczne nie są obsługiwane" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "Å»adna aplikacja o nazwie \"%s\" nie zarejestrowała zakładki dla \"%s\"" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1375,142 +1337,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Niepoprawna nazwa klucza: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Niepoprawna nazwa komputera" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nie można utworzyć pliku \"%s\": %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Nie można utworzyć pliku \"%s\": %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Nie można utworzyć pliku \"%s\": %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Wystąpił błąd przy otwieraniu katalogu \"%s\": %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Błąd podczas przetwarzania opcji %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz nazwy atrybutu" @@ -1524,57 +1474,52 @@ msgstr "Wystąpił błąd przy otwieraniu katalogu \"%s\": %s" msgid "Error stating file '%s': %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Błąd podczas konwersji: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Błąd podczas konwersji: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Błąd w wierszu %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Dowiązania symboliczne nie są obsługiwane" @@ -1596,8 +1541,7 @@ msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" msgid "Error closing file: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1633,78 +1577,69 @@ msgid "Error opening file '%s': %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "To nie jest zwykły plik" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Niepoprawna nazwa klucza: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1735,33 +1670,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Wystąpił błąd przy odczycie pliku \"%s\": %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Błąd w wierszu %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Błąd podczas przetwarzania opcji %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1771,17 +1705,15 @@ msgid "Error launching application: %s" msgstr "Błąd podczas przetwarzania opcji %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Dowiązania symboliczne nie są obsługiwane" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/pt.po b/po/pt.po index 4d29942..66dfec6 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.22\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-11 08:25+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" @@ -41,7 +41,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Etiqueta '%s' inesperada dentro de '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Não foi encontrado nenhum ficheiro de marcador válido nos directórios de " @@ -101,21 +100,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Incapaz de abrir conversor de '%s' para '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Sequência de bytes inválida na origem da conversão" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Erro durante a conversão: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Sequência de caracteres parcial no final da origem" @@ -155,7 +152,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "O nome de caminho '%s' não é um caminho absoluto" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Nome de máquina inválido" @@ -255,7 +251,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Falha ao ler o atalho '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Atalhos não são suportados" @@ -265,23 +260,19 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Incapaz de abrir conversor de '%s' para '%s': %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_line_string" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Dados residuais não convertidos no buffer de leitura" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Canal termina num caracter parcial" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_to_end" @@ -555,7 +546,7 @@ msgstr "limite de retroceder alcançado" msgid "the pattern contains items not supported for partial matching" msgstr "o padrão contém itens não suportados para comparação parcial" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "erro interno" @@ -860,12 +851,10 @@ msgstr "" "era '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Texto estava vazio (ou apenas continha espaços)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Falha ao ler dados de processo filho" @@ -915,7 +904,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Falha ao executar aplicação auxiliar (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -969,18 +957,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Incapaz de ler dados suficientes de canal pid do filho (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Caracter fora do limite para UTF-8 " #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Sequência inválida na conversão da entrada" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Caracter fora do limite para UTF-16" @@ -1044,18 +1029,15 @@ msgid "Unknown option %s" msgstr "Opção %s desconhecida" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" "Incapaz de encontrar um ficheiro de chave válido nos directórios procurados" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Não é um ficheiro comum" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Ficheiro está vazio" @@ -1073,7 +1055,6 @@ msgid "Invalid group name: %s" msgstr "Nome de grupo inválido: %s" #: 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" @@ -1124,7 +1105,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Ficheiro de chave não possui a chave '%s' no grupo '%s'" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Ficheiro de chave contém caracteres escapados no final da linha" @@ -1155,91 +1135,85 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Incapaz de interpretar o valor '%s' como uma boleana." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Valor de contagem demasiado grande passado para %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "O fluxo já se encontra fechado" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "A operção foi cancelada" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Tipo desconhecido" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "Tipo de ficheiro %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "Tipo %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Final precoce de fluxo inesperado" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Sem nome" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Ficheiro de área de trabalho não especifica campo Exec" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Incapaz de encontrar a consola necessária à aplicação" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Incapaz de criar a pasta de configurações de utilizador da aplicação %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Incapaz de criar a pasta de configurações MIME do utilizador %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Incapaz de criar ficheiro de área de trabalho de utilizador %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Definição personalizada de %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "a unidade não implementa a ejecção" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "a unidade não implementa a verificação de existência de media" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operação não suportada" @@ -1251,94 +1225,79 @@ msgstr "Operação não suportada" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Montagem contida não existe" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Incapaz de copiar sobre um directório" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Incapaz de copiar um directório sobre um directório" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Ficheiro de destino já existe" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Incapaz de copiar directório recursivamente" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Dado um valor de atalho inválido" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Não existe suporte para o Lixo" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Nomes de ficheiros não podem conter '%c'" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "unidade não implementa a montagem" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Não existe nenhuma aplicação registada para gerir este ficheiro" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Enumerador está fechado" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Enumerador de ficheiro tem uma operação por terminar" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Enumerador de ficheiro já está fechado" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Fluxo não suporta query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Fluxo não suporta procura" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Fluxo de entrada não permite truncar" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Fluxo não suporta truncar" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Fluxo de entrada não implementa a leitura" @@ -1348,142 +1307,128 @@ msgstr "Fluxo de entrada não implementa a leitura" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Fluxo tem uma operação por terminar" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Incapaz de encontrar o tipo de monitor por omissão do directório local" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Nome de ficheiro %s inválido" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Erro ao obter a informação do sistema de ficheiros: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Incapaz de renomear o directório raiz" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Incapaz de renomear o ficheiro, o nome já existe" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Nome de ficheiro inválido" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Erro ao renomear o ficheiro: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir o ficheiro: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Incapaz de abrir o directório" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Erro ao remover o ficheiro: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Erro ao enviar o ficheiro para o Lixo: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Incapaz de criar o directório de Lixo %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Incapaz de encontrar o directório de topo para o Lixo" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Incapaz de encontrar ou criar o directório de Lixo" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Incapaz de criar o ficheiro de informação do Lixo: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Incapaz de enviar o ficheiro para o Lixo: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Erro ao abrir o directório '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao criar atalho: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover o ficheiro: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Incapaz de mover um directório sobre um directório" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Falha ao criar o ficheiro de cópia de segurança" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao remover o ficheiro de destino: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Não é suportado mover entre montados" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Valor do atributo tem de ser não-NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo inválido (esperada uma expressão)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Nome de atributo extendido inválido" @@ -1497,57 +1442,52 @@ msgstr "Erro ao definir o atributo extendido '%s': %s" msgid "Error stating file '%s': %s" msgstr "Erro ao verificar o ficheiro '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (codificação inválida)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao verificar o descritor do ficheiro: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperado um uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperado um uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (esperado uma expressão byte)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao definir as permissões: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao definir o dono: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "atalho tem de ser não-NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao definir o atalho: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Erro ao definir o atalho: ficheiro não é um atalho" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Não é suportada a definição do atributo %s" @@ -1569,8 +1509,7 @@ msgstr "Erro ao procurar no ficheiro: %s" msgid "Error closing file: %s" msgstr "Erro ao fechar o ficheiro: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Incapaz de encontrar tipo de monitor por omissão de ficheiro local" @@ -1606,78 +1545,67 @@ msgid "Error opening file '%s': %s" msgstr "Erro ao abrir o ficheiro '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Ficheiro de destino é um directório" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "O ficheiro de destino não é um ficheiro comum" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "O ficheiro foi alterado externamente" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Fornecido um GSeekType inválido" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Pedido de procura inválido" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Incapaz de truncar um GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Atingido o limite de dados de uma matriz" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Fluxo de saída de memória não é redimensionável" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Falha ao redimensionar fluxo de saída de memória" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "montar não implementa desmontar" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "montar não implementa ejectar" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "montar não implementa remontar" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Fluxo de saída não implementa a escrita" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Fluxo de origem já está fechado" @@ -1709,33 +1637,32 @@ msgstr "" "Se utilizar ou não os nomes de recurso criados abreviando o nome nos " "caracteres '-'. Ignora os nomes após o primeiro se forem indicados vários." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Erro ao ler de unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Erro ao fechar unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Raiz do sistema de ficheiros" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Erro ao escrever no unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "unidade não implementa a ejecção" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Incapaz de encontrar a aplicação" @@ -1745,17 +1672,14 @@ msgid "Error launching application: %s" msgstr "Erro ao iniciar a aplicação: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "Não são suportados URIs" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "alterações de associação não são suportadas em win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Criação de associação não é suportada em win32" diff --git a/po/pt_BR.po b/po/pt_BR.po index 001cdb8..e3a4999 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-02-21 22:24-0500\n" "Last-Translator: Og Maciel \n" "Language-Team: Brazilian Portuguese \n" @@ -47,7 +47,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Marca \"%s\" inesperada dentro de \"%s\"" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Não foi localizado arquivo de marcadores válido nos diretórios de dados" @@ -107,21 +106,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Não foi possível abrir conversor de \"%s\" para \"%s\"" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Seqüência de bytes inválida na entrada de conversão" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Erro durante a conversão: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Seqüência de caracteres parcial no final da entrada" @@ -162,7 +159,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "O nome de caminho \"%s\" não é um caminho absoluto" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Nome de servidor inválido" @@ -262,7 +258,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Falha ao ler link simbólico \"%s\": %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Não há suporte a links simbólicos" @@ -272,23 +267,19 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Não foi possível abrir conversor de \"%s\" para \"%s\": %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Não foi possível fazer uma leitura em bruto em g_io_channel_read_line_string" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Dados residuais não convertidos no buffer de leitura" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Canal termina num caractere parcial" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Não foi possível fazer uma leitura em bruto de g_io_channel_read_to_end" @@ -563,7 +554,7 @@ msgstr "limite de backtracking alcançado" msgid "the pattern contains items not supported for partial matching" msgstr "o padrão contém itens sem suporte para correspondência parcial" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "erro interno" @@ -868,12 +859,10 @@ msgstr "" "era \"%s\")" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Texto estava vazio (ou apenas continha espaços)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Falha ao ler dados de processo filho" @@ -923,7 +912,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Falha ao executar programa auxiliar (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -977,18 +965,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Falha ao ler dados suficientes de canal pid do filho (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Caractere fora do limite para UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Seqüência inválida na conversão da entrada" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Caractere fora do limite para UTF-16" @@ -1053,18 +1038,15 @@ msgid "Unknown option %s" msgstr "Opção %s desconhecida" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" "Não foi possível localizar arquivo de chave válido nos diretórios pesquisados" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Não é um arquivo comum" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Arquivo vazio" @@ -1082,7 +1064,6 @@ msgid "Invalid group name: %s" msgstr "Nome de grupo inválido: %s" #: 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" @@ -1135,7 +1116,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Arquivo de chave não tem chave \"%s\" no grupo \"%s\"" #: glib/gkeyfile.c:3474 -#, 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" @@ -1164,91 +1144,85 @@ msgstr "O valor \"%s\" não pode ser interpretado como ponto flutuante." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor \"%s\" não pode ser interpretado como um booleano." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Valor muito alto passado para %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "O fluxo já está fechado" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "A operação foi cancelada" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Tipo desconhecido" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "tipo de arquivo %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "tipo %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Fim do fluxo precoce não esperado" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Não nomeado" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "O arquivo da área de trabalho não especifica o campo Exec" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Não foi possível localizar o terminal requerido para a aplicação" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Não foi possível criar pasta de configuração da aplicação do usuário %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Não foi possível criar pasta de configuração MIME do usuário %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Não foi possível criar arquivo %s da área de trabalho do usuário" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Definição personalizada para %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "drive não implementa ejetar" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "drive não implementa verificação por mídia" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operação sem suporte" @@ -1260,94 +1234,79 @@ msgstr "Operação sem suporte" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Ponto de montagem contido não existe" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Não foi possível copiar sobre diretório" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Não foi possível copiar diretório sobre diretório" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Arquivo alvo existe" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Não foi possível copiar o diretório recursivamente" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Valor fornecido de link simbólico inválido" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Não há suporte para lixeira" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Nomes de arquivo não podem conter \"%c\"" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "volume não implementa montagem" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Nenhuma aplicação está registrada como manipuladora deste arquivo" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "O enumerador está fechado" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "O enumerador do arquivo tem operação pendente" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "O enumerador do arquivo já está fechado" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Fluxo não tem suporte para query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Não há suporte à busca no fluxo" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Truncar não permitido no fluxo de entrada" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Não há suporte a truncar no fluxo" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Fluxo de entrada não implementa leitura" @@ -1357,142 +1316,128 @@ msgstr "Fluxo de entrada não implementa leitura" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "O fluxo tem operação pendente" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Não foi possível localizar o tipo de diretório monitor local padrão" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Nome de arquivo inválido: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Erro ao obter informações do sistema de arquivos: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Não foi possível renomear o diretório root" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Não foi possível renomear o arquivo, o nome do arquivo já existe" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Nome de arquivo inválido" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Erro ao renomear arquivo: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Erro ao abrir arquivo: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Não foi possível abrir diretório" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Erro ao remover arquivo: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Erro ao mover arquivo para a lixeira: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Não foi possível criar o diretório da lixeira %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Não foi possível localizar diretório de nível superior para a lixeira" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Não foi possível localizar ou criar o diretório da lixeira" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Não foi possível criar o arquivo de informações da lixeira: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Não foi possível mover arquivo para a lixeira: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Erro ao abrir o diretório \"%s\": %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Erro ao criar link simbólico: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Erro ao mover arquivo: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Não foi possível mover diretório sobre diretório" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Falha ao criar arquivo de backup" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Erro ao remover arquivo alvo: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Não há suporte a mover entre montagens" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Valor de atributo deve ser não-NULO" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Tipo de atributo inválido (esperava-se expressão)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Nome de atributo estendido inválido" @@ -1506,57 +1451,52 @@ msgstr "Erro ao definir atributo estendido \"%s\": %s" msgid "Error stating file '%s': %s" msgstr "Erro ao iniciar arquivo \"%s\": %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "(codificação inválida)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Erro ao iniciar descritor de arquivo: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo de atributo inválido (esperado uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo de atributo inválido (esperado uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo de atributo inválido (expressão de byte esperada)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Erro ao definir permissões: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Erro ao definir proprietário: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "o link simbólico deve ser não-NULO" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Erro ao definir link simbólico: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Erro ao definir link simbólico: o arquivo não é um link simbólico" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Não há suporte à definição do atributo %s" @@ -1578,8 +1518,7 @@ msgstr "Erro ao buscar no arquivo: %s" msgid "Error closing file: %s" msgstr "Erro ao fechar arquivo: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Não foi possível localizar o tipo de arquivo monitor local padrão" @@ -1615,78 +1554,67 @@ msgid "Error opening file '%s': %s" msgstr "Erro ao abrir arquivo \"%s\": %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Arquivo alvo é um diretório" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Arquivo alvo não é um arquivo comum" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "O arquivo foi modificado externamente" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "GSeekType fornecido inválido" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Solicitação de busca inválida" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Não foi possível truncar GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Foi alcançado o limite máximo de matriz de dados" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Fluxo de saída da memória não redimensionável" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Falha ao redimensionar fluxo de saída da memória" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "montar não implementa desmontar" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "montar não implementa ejetar" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "montar não implementa remontar" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Fluxo de saída não implementa escrita" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "A fonte do fluxo já está fechada" @@ -1718,33 +1646,32 @@ msgstr "" "Se deve tentar os nomes mais curtos, encontrados através do caractere '-'. " "Ignora nomes depois do primeiro, de vários foram fornecidos." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Erro ao ler do unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Erro ao fechar unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Sistema de arquivos root" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Erro ao escrever para unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "volume não implementa ejetar" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Não foi possível localizar a aplicação" @@ -1754,17 +1681,14 @@ msgid "Error launching application: %s" msgstr "Erro ao lançar a aplicação: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "Não há suporte a URIs" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "não há suporte às alterações de associação em win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Não há suporte à criação de associação em win32" diff --git a/po/ro.po b/po/ro.po index d891d05..d9572a9 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-06 23:16+0200\n" "Last-Translator: Mişu Moldovan \n" "Language-Team: Română \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Nu se aştepta eticheta „%s” în „%s”" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Nu s-a găsit un fişier valid cu favorite în directoarele de date" @@ -101,21 +100,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nu s-a putut iniÅ£ia conversia de la „%s” la „%s”" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Secvenţă de octeÅ£i invalidă în intrarea conversiei" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Eroare în timpul conversiei: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Secvenţă parÅ£ială de caractere la sfârşitul intrării" @@ -155,7 +152,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Calea „%s” nu este o cale absolută" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Nume gazdă invalid" @@ -256,7 +252,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Nu s-a putut citi legătura simbolică „%s”: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Legăturile simbolice nu sunt implementate" @@ -266,22 +261,18 @@ 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: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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Date neconvertite rămase în memoria tampon pentru citire" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Canalul se termină cu un caracter parÅ£ial" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nu s-au putut citi datele brute din g_io_channel_read_to_end" @@ -557,7 +548,7 @@ msgstr "" "modelul de căutare conÅ£ine elemente pentru care nu se pot face comparaÅ£ii " "parÅ£iale" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "eroare internă" @@ -861,12 +852,10 @@ msgstr "" "era „%s”)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Textul era gol (sau conÅ£inea doar spaÅ£iu gol)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Nu s-au putut citi datele de la procesul copil" @@ -917,7 +906,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Nu s-a putut pornit programul asociat (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -972,18 +960,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nu s-au putut citi date suficiente de la procesul copil (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Caracter în afara limitelor standardului UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Secvenţă invalidă în intrarea conversiei" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Caracter în afara limitelor standardului UTF-16" @@ -1047,17 +1032,14 @@ msgid "Unknown option %s" msgstr "OpÅ£iune necunoscută %s" #: 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:393 -#, c-format msgid "Not a regular file" msgstr "Nu este un fişier obişnuit" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Fişierul este gol" @@ -1075,7 +1057,6 @@ msgid "Invalid group name: %s" msgstr "Nume invalid de grup: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Fişierul cheie nu începe cu un grup" @@ -1126,7 +1107,6 @@ 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:3474 -#, 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" @@ -1155,91 +1135,85 @@ msgstr "Valoarea „%s” nu poate fi interpretată ca un număr flotant." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Valoarea „%s” nu poate fi interpretată ca o valoare booleană." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "S-a pasat o valoare prea mare către %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Flux deja închis" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "OperaÅ£iunea a fost anulată" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Tip necunoscută" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "tip de fişier %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "tip %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "„End-of-stream” neaşteptat de timpuriu" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nedenumit" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Fişierul desktop nu a specificat un câmp „Exec”" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Nu s-a găsit un terminal pentru pornirea aplicaÅ£iei" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" "Nu se poate crea pentru utilizator directorul cu opÅ£iunile aplicaÅ£iei %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Nu se poate crea pentru utilizator directorul cu opÅ£iunile MIME %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Nu se poate crea fişierul desktop %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "DefiniÅ£ie personalizată pentru %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "unitatea nu poate ejecta discul" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "unitatea nu poate verifica ciclic pentru discuri noi" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "OperaÅ£iune neimplementată" @@ -1251,94 +1225,79 @@ msgstr "OperaÅ£iune neimplementată" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Montarea conÅ£inută nu există" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Nu se poate copia peste director" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Nu se poate copia un director peste un alt director" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Fişierul destinaÅ£ie există deja" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Nu se poate copia recursiv directorul" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "S-a primit o valoare invalidă pentru legătura simbolică" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Nu există o implementare pentru coşul de gunoi" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Numele de fişiere nu pot conÅ£ine „%c”" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "volumul nu implementează montarea" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Nu există o aplicaÅ£ie înregistrată pentru deschiderea acestui fişier" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Enumeratorul este închis" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Enumeratorul fişierului este deja deschis de o terţă operaÅ£iune" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Enumeratorul fişierului este deja închis" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Fluxul nu implementează „query_info”" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Căutarea în flux nu este implementată" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Nu se permite trunchierea fluxului de intrare" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Trunchierea fluxului nu este implementată" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Fluxul de intrare nu are implementată o funcÅ£ie de citire" @@ -1348,144 +1307,130 @@ msgstr "Fluxul de intrare nu are implementată o funcÅ£ie de citire" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Asupra fluxului se execută deja o operaÅ£iune" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" "Nu s-a putut identifica tipul implicit de monitorizare a directoarelor locale" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Nume invalid de fişier: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Eroare la citirea detaliilor sistemului de fişiere: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Nu se poate redenumi directorul rădăcină" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Nu se poate redenumi fişierul, numele de fişier există deja" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Nume invalid de fişier" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Eroare la redenumirea fişierului: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Eroare la deschiderea fişierului: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Nu se poate deschide directorul" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Eroare la ştergerea fişierului: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Eroare la mutarea la coş a fişierului: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nu s-a putut crea directorul coşului de gunoi „%s”: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Nu s-a găsit directorul de nivel zero pentru coşul de gunoi" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Nu s-a putut găsi ori crea directorul coşului de gunoi" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Nu s-a putut crea fişierul cu detalii despre mutarea la coş: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Nu s-a putut muta la coş fişierul: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Eroare la deschiderea directorului „%s”: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Eroare la crearea legăturii simbolice: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Eroare la mutarea fişierului: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Nu se poate muta un director peste un alt director" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Crearea fişierului de „backup” a eşuat" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Eroare la ştergerea fişierului destinaÅ£ie: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" "OperaÅ£iunea de mutare între două dispozitive montate nu este implementată" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Valoarea atributului trebuie să fie diferită de NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Tip invalid de atribut (se aştepta un şir)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Nume invalid de atribut extins" @@ -1499,59 +1444,54 @@ msgstr "Eroare la stabilirea atributului extins „%s”: %s" msgid "Error stating file '%s': %s" msgstr "Eroare la citirea detaliilor fişierului „%s”: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (codare invalidă)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Eroare la citirea detaliilor descriptor ale fişierului: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Tip invalid de atribut (se aştepta o valoare uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Tip invalid de atribut (se aştepta o valoare uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Tip invalid de atribut (se aştepta un şir de octeÅ£i)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Eroare la definirea permisiunilor: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Eroare la definirea deÅ£inătorului: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "legătură simbolică trebuie să fie diferită de NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Eroare la definirea legăturii simbolice: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "Eroare la definirea legăturii simbolice: fişierul nu este o legătură " "simbolică" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Definirea atributului %s nu este implementată" @@ -1573,8 +1513,7 @@ msgstr "Eroare la căutarea în fişier: %s" msgid "Error closing file: %s" msgstr "Eroare la închiderea fişierului: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Nu s-a găsit tipul implicit de monitorizare a fişierelor locale" @@ -1610,78 +1549,67 @@ msgid "Error opening file '%s': %s" msgstr "Eroare la deschiderea fişierului „%s”: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Fişierul destinaÅ£ie este un director" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Fişierul destinaÅ£ie nu este un fişier obişnuit" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Fişierul a fost modificat de o terţă parte" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "S-a primit un „GSeekType” invalid" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Cerere invalidă de căutare" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Nu se poate trunchia GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "S-a atins limita maximă a matricii de date" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Fluxul de ieşire al memoriei nu poate fi redimensionat" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Nu s-a putut redimensiona fluxul de ieşire al memoriei" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "obiectul montat nu implementează demontarea" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "obiectul montat nu implementează ejectarea" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "obiectul montat nu implementează remontarea" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Fluxul de ieşire nu implementează scriere" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Sursa fluxului este deja închisă" @@ -1714,33 +1642,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Eroare la citirea din „unix”: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Eroare la închiderea „unix”: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Rădăcina sistemului de fişiere" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Eroare la scrierea în „unix”: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "Volumul nu implementează ejectarea" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Nu s-a găsit aplicaÅ£ia" @@ -1750,17 +1677,14 @@ msgid "Error launching application: %s" msgstr "Eroare la lansarea aplicaÅ£iei: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "Legăturile de tip URI nu sunt implementate" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "editarea asocierilor de fişiere nu e implementată în Windows" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Crearea asocierilor de fişiere nu este implementată în Windows" diff --git a/po/ru.po b/po/ru.po index 4410c3f..e8d5290 100644 --- a/po/ru.po +++ b/po/ru.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-11 20:54+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -46,7 +46,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Неожиданный тэг «%s» внутри «%s»" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Не удалось найти допустимый файл закладок в каталогах поиска" @@ -104,23 +103,21 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Не удалось открыть преобразователь из «%s» в «%s»" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "" "Недопустимая последовательность байтов содержится во входной строке для " "преобразования" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Произошла ошибка при преобразовании: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "" "Неполная символьная последовательность содержится в конце входной строки" @@ -162,7 +159,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Путь «%s» не является абсолютным" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Имя узла недопустимо" @@ -263,7 +259,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Не удалось прочитать символьную ссылку «%s»: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Символьные ссылки не поддерживаются" @@ -273,24 +268,20 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Не удалось открыть преобразователь из «%s» в «%s»: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "В буфере чтения остались непреобразованные данные" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Канал закрывается на неполном символе" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Невозможно выполнить непосредственное чтение в функции " @@ -569,7 +560,7 @@ msgstr "" "шаблон содержит элементы, которые не поддерживаются при поиске частичного " "совпадения" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "внутренняя ошибка" @@ -880,12 +871,10 @@ msgstr "" "был «%s»)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Текст был пуст (или содержал только пробелы)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Не удалось прочитать данные из процесса-потомка" @@ -935,7 +924,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Не удалось выполнить вспомогательную программу (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -992,20 +980,17 @@ msgstr "" "Не удалось прочитать нужное количество данных из канала процесса-потомка (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Символ находится вне диапазона для UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "" "Во входной строке для преобразования обнаружена недопустимая " "последовательность" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Символ находится вне диапазона для UTF-16" @@ -1069,17 +1054,14 @@ msgid "Unknown option %s" msgstr "Неизвестный параметр %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "В каталогах поиска не удалось найти допустимый файл ключей" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Не является обычным файлом" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Файл пуст" @@ -1097,7 +1079,6 @@ msgid "Invalid group name: %s" msgstr "Недопустимое имя группы: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Файл ключей не начинается с группы" @@ -1150,7 +1131,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Файл ключей не содержит ключа «%s» в группе «%s»" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Файл ключей содержит символ escape в конце строки" @@ -1179,90 +1159,84 @@ msgstr "Не удалось преобразовать «%s» в число с msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Не удалось преобразовать «%s» в булево значение." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Слишком большое значение количества передано в %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Поток уже закрыт" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Действие было отменено" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Неизвестный тип" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "тип файлов %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "тип %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Неожиданный ранний конец потока" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без имени" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "В desktop-файле не указано поле Exec" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Не удалось найти терминал, требуемый для приложения" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не удалось создать пользовательскую папку настроек приложения %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не удалось создать пользовательскую папку настроек MIME %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Не удалось создать пользовательский desktop-файл %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Особое определение для %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "привод не реализует извлечение" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "привод не реализует опрос носителя" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Действие не поддерживается" @@ -1274,94 +1248,79 @@ msgstr "Действие не поддерживается" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Содержащая точка монтирования не существует" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Нельзя скопировать поверх каталога" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Нельзя скопировать каталог поверх каталога" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Целевой файл существует" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Не удалось рекурсивно скопировать каталог" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Дано неверное значение символьной ссылки" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Корзина не поддерживается" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Имена файлов не могут содержать «%c»" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "том не реализует присоединение" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Нет зарегистрированного приложения для обработки данного файла" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Перечислитель закрыт" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Перечислитель файлов имеет незавершённое действие" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Перечислитель файлов уже закрыт" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Поток не поддерживает query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Переход по потоку не поддерживается" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Усечение на входном потоке не разрешено" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Усечение не поддерживается на потоке" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Входной поток не реализует чтение" @@ -1371,142 +1330,128 @@ msgstr "Входной поток не реализует чтение" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Поток имеет незавершённое действие" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Не удалось найти тип монитора локальных каталогов по умолчанию" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Недопустимое имя файла %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Произошла ошибка при получении сведений о файловой системе: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Нельзя переименовать корневой каталог" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Не удалось переименовать файл, такое имя файла уже есть" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Недопустимое имя файла" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Произошла ошибка при переименовании файла: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Произошла ошибка при открытии файла: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Не удалось открыть каталог" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Произошла ошибка при удалении файла: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Произошла ошибка при удалении файла в корзину: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не удалось создать каталог корзины %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Не удалось найти каталог верхнего уровня для корзины" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Не удалось найти или создать каталог корзины" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Не удалось создать запись о файле в корзине: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Не удалось удалить файл в корзину: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Произошла ошибка при открытии каталога «%s»: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Произошла ошибка при создании символьной ссылки: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Произошла ошибка при перемещении файла: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Нельзя переместить каталог поверх каталога" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Не удалось создать резервный файл" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Произошла ошибка при удалении целевого файла: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Перемещение между точками монтирования не поддерживается" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Значение атрибута не должно быть NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Неверный тип атрибута (ожидалась строка)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Недопустимое имя расширенного атрибута" @@ -1520,59 +1465,54 @@ msgstr "Произошла ошибка при установке расшире msgid "Error stating file '%s': %s" msgstr "Произошла ошибка при получении сведений о файле «%s»: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (неверная кодировка)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Произошла ошибка при получении сведений о файловом дескрипторе: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Неверный тип атрибута (ожидался uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Неверный тип атрибута (ожидался uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Неверный тип атрибута (ожидалась строка byte)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Произошла ошибка при установке прав: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Произошла ошибка при установке владельца: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "символьная ссылка не должна быть NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Произошла ошибка при установке символьной ссылки: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "Произошла ошибка при установке символьной ссылки: файл не является " "символьной ссылкой" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Установка атрибута %s не поддерживается" @@ -1594,8 +1534,7 @@ msgstr "Произошла ошибка при переходе по файлу: msgid "Error closing file: %s" msgstr "Произошла ошибка при закрытии файла: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Не удалось найти тип монитора локальных файлов по умолчанию" @@ -1631,78 +1570,67 @@ msgid "Error opening file '%s': %s" msgstr "Произошла ошибка при открытии файла «%s»: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Целевой файл является каталогом" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Целевой файл не является обычным файлом" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Файл был изменён извне" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Передан недопустимый GSeekType" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Недопустимый запрос на переход" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Нельзя усечь GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Достигнут максимальный предел массива данных" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Невозможно изменить размер выходного потока в память" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Не удалось изменить размер выходного потока в память" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "точка монтирования не реализует отсоединение" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "точка монтирования не реализует извлечение" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "точка монтирования не реализует пересоединение" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Выходной поток не реализует запись" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Исходный поток уже закрыт" @@ -1735,33 +1663,32 @@ msgstr "" "названия, начиная с символов '-'. Если задано несколько названий — " "игнорировать все кроме первого." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Произошла ошибка при чтении из unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Произошла ошибка при закрытии unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Корень файловой системы" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Произошла ошибка при записи в unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "том не реализует извлечение" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Не удалось найти приложение" @@ -1771,17 +1698,14 @@ msgid "Error launching application: %s" msgstr "Произошла ошибка при запуске приложения: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI не поддерживаются" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "смена ассоциаций не поддерживается в Win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Создание ассоциаций не поддерживается в Win32" diff --git a/po/rw.po b/po/rw.po index 8fcf3a7..e022ba2 100644 --- a/po/rw.po +++ b/po/rw.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2005-03-28 19:34-0700\n" "Last-Translator: Steve Murphy \n" "Language-Team: Kinyarwanda \n" @@ -48,7 +48,7 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, fuzzy, c-format +#, fuzzy msgid "No valid bookmark file found in data dirs" msgstr "Urufunguzo IDOSIYE OYA Byabonetse in Ibyatanzwe" @@ -106,21 +106,21 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "OYA Gufungura Bivuye Kuri" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, fuzzy, c-format +#, fuzzy msgid "Invalid byte sequence in conversion input" msgstr "Bayite in Ihindurangero Iyinjiza" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, fuzzy, c-format msgid "Error during conversion: %s" msgstr "Ihindurangero" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, fuzzy, c-format +#, fuzzy msgid "Partial character sequence at end of input" msgstr "Inyuguti ku Impera Bya Iyinjiza" @@ -160,7 +160,7 @@ msgid "The pathname '%s' is not an absolute path" msgstr "ni OYA Inzira" #: glib/gconvert.c:1894 -#, fuzzy, c-format +#, fuzzy msgid "Invalid hostname" msgstr "Izina ry'inturo:" @@ -261,7 +261,7 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Kuri Gusoma Ihuza" #: glib/gfileutils.c:1908 -#, fuzzy, c-format +#, fuzzy msgid "Symbolic links not supported" msgstr "amahuza OYA" @@ -271,22 +271,22 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "OYA Gufungura Bivuye Kuri" #: glib/giochannel.c:1507 -#, fuzzy, c-format +#, fuzzy msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "a Gusoma in" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, fuzzy, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 +#, fuzzy msgid "Leftover unconverted data in read buffer" msgstr "Ibyatanzwe in Gusoma" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, fuzzy, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 +#, fuzzy msgid "Channel terminates in a partial character" msgstr "in a Bituzuye Inyuguti" -#: glib/giochannel.c:1697 -#, fuzzy, c-format +#: glib/giochannel.c:1698 +#, fuzzy msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "a Gusoma in" @@ -541,7 +541,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -847,12 +847,12 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "Mbere Gushyiraho akugarizo Byabonetse kugirango Umwandiko" #: glib/gshell.c:557 -#, fuzzy, c-format +#, fuzzy msgid "Text was empty (or contained only whitespace)" msgstr "ubusa Cyangwa" #: glib/gspawn-win32.c:279 -#, fuzzy, c-format +#, fuzzy msgid "Failed to read data from child process" msgstr "Kuri Gusoma Ibyatanzwe Bivuye" @@ -902,7 +902,7 @@ msgid "Failed to execute helper program (%s)" msgstr "Kuri Gukora Porogaramu" #: glib/gspawn-win32.c:1002 -#, fuzzy, c-format +#, fuzzy msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -954,18 +954,18 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Kuri Gusoma Ibyatanzwe Bivuye" #: glib/gutf8.c:1030 -#, fuzzy, c-format +#, fuzzy msgid "Character out of range for UTF-8" msgstr "Inyuma Bya Urutonde kugirango 8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, fuzzy, c-format +#, fuzzy msgid "Invalid sequence in conversion input" msgstr "in Ihindurangero Iyinjiza" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, fuzzy, c-format +#, fuzzy msgid "Character out of range for UTF-16" msgstr "Inyuma Bya Urutonde kugirango" @@ -1032,17 +1032,17 @@ msgid "Unknown option %s" msgstr "Ihitamo ritazwi:" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "Urufunguzo IDOSIYE OYA Byabonetse in Ibyatanzwe" #: glib/gkeyfile.c:393 -#, fuzzy, c-format +#, fuzzy msgid "Not a regular file" msgstr "a Ibisanzwe IDOSIYE" #: glib/gkeyfile.c:401 -#, fuzzy, c-format +#, fuzzy msgid "File is empty" msgstr "Idosiye ni ubusa" @@ -1060,7 +1060,7 @@ msgid "Invalid group name: %s" msgstr "Izina ry'inturo:" #: glib/gkeyfile.c:843 -#, fuzzy, c-format +#, fuzzy msgid "Key file does not start with a group" msgstr "IDOSIYE OYA Gutangira Na: a Itsinda" @@ -1109,7 +1109,7 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "IDOSIYE OYA Urufunguzo in Itsinda" #: glib/gkeyfile.c:3474 -#, fuzzy, c-format +#, fuzzy msgid "Key file contains escape character at end of line" msgstr "IDOSIYE Kirimo Inyuguti ku Impera Bya Umurongo" @@ -1138,91 +1138,86 @@ msgstr "Nka a Umubare" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nka a Icyungo" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "Ihitamo ritazwi:" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "amahuza OYA" @@ -1234,94 +1229,80 @@ msgstr "amahuza OYA" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "amahuza OYA" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1331,149 +1312,137 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, 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:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Izina ry'inturo:" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, 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:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, 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:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Kuri Kurema IDOSIYE" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Gufungura %s%S bushyinguro" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, 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:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Mo Imbere Ikiranga Izina:" @@ -1488,58 +1457,53 @@ msgstr "Gufungura %s%S bushyinguro" msgid "Error stating file '%s': %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Ihindurangero" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "ku Umurongo" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "amahuza OYA" @@ -1564,8 +1528,7 @@ msgstr "Ikosa mu gusoma idosiye" msgid "Error closing file: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1606,78 +1569,69 @@ msgid "Error opening file '%s': %s" msgstr "Ikosa mu gusoma idosiye" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "a Ibisanzwe IDOSIYE" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Izina ry'inturo:" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1709,33 +1663,32 @@ msgid "" msgstr "" # svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Ikosa mu gusoma idosiye" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "ku Umurongo" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Ihindurangero" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1745,17 +1698,15 @@ msgid "Error launching application: %s" msgstr "Ihindurangero" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "amahuza OYA" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/si.po b/po/si.po index 5e645f5..4134613 100644 --- a/po/si.po +++ b/po/si.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.si\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2007-06-20 14:56+0530\n" "Last-Translator: Danishka Navin \n" "Language-Team: Sinhala \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "'%s'බලාපොරොත්තු නොවු ටැගයක් '%s' තුළ ඇත" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "දත්ත බහලුම් තුළ නිරවද්‍ය පිටු සළකුණක් හමුවූයෙ නැත" @@ -100,21 +99,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' සිට '%s' දක්වා පරිවර්තකය විවෘත කළ නොහැකි විය" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "පරිවර්තන ප්‍රධාධා තුළ සාවද්‍ය බයිට් පිළිවෙළක්යේ" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "" @@ -154,7 +151,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "සාවද්‍ය ධාරක නාමය" @@ -254,7 +250,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' සංකේතාත්මක පුරුක කියවිම අසමත් විය: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" @@ -264,22 +259,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' සිට '%s' දක්වා පරිවර්තකය විවෘත කළ නොහැක: %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" @@ -515,7 +506,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "අභ්‍යන්තර දෝෂය" @@ -817,12 +808,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "" @@ -872,7 +861,6 @@ msgid "Failed to execute helper program (%s)" msgstr "" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -924,18 +912,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "" @@ -999,17 +984,14 @@ msgid "Unknown option %s" msgstr "%s නොදන්නා විකල්පයකි" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "හිස් ගොනුවකි" @@ -1025,7 +1007,6 @@ msgid "Invalid group name: %s" msgstr "සාවද්‍ය සමූහ නාමය: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1074,7 +1055,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1103,91 +1083,86 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "නොදන්නා දෝෂය" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" @@ -1199,94 +1174,80 @@ msgstr "සංකේතාත්මක පුරුක සහාය දක්න #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1296,142 +1257,129 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "සාවද්‍ය යතුරු නම: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "සාවද්‍ය ධාරක නාමය" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' ගොනුව නිර්මාණය දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "%d පේළියේ ත දෝෂයකි: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "" @@ -1445,57 +1393,52 @@ msgstr "'%s' ගහලුම විවෘත කිරීම දෝෂ සහි msgid "Error stating file '%s': %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d පේළියේ ත දෝෂයකි: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" @@ -1517,8 +1460,7 @@ msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s msgid "Error closing file: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1554,78 +1496,68 @@ msgid "Error opening file '%s': %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "සාවද්‍ය යතුරු නම: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1656,33 +1588,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "%d පේළියේ ත දෝෂයකි: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1692,17 +1623,15 @@ msgid "Error launching application: %s" msgstr "පරිවර්තනයේදි දෝෂයකි : %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/sk.po b/po/sk.po index 58b3d02..9bcbd89 100644 --- a/po/sk.po +++ b/po/sk.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-15 15:01+0100\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" @@ -44,7 +44,7 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Neočakávaná značka '%s' vo vnútri '%s'" #: glib/gbookmarkfile.c:1798 -#, fuzzy, c-format +#, fuzzy msgid "No valid bookmark file found in data dirs" msgstr "Nepodarilo sa nájsÅ¥ platný súbor kľúčov v dátových adresároch" @@ -102,21 +102,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Nepodarilo sa otvoriÅ¥ program na prevod z '%s' do '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Neplatná sekvencia bajtov na vstupe prevodu" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Chyba počas prevodu: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Čiastočná sekvencia znakov na konci vstupu" @@ -156,7 +154,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Cesta '%s' nie je absolútna" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Neplatné meno hostiteľa" @@ -259,7 +256,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Nepodarilo sa prečítaÅ¥ symbolický odkaz '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Symbolické odkazy nepodporované" @@ -269,22 +265,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Nepodarilo sa otvoriÅ¥ program na prevod z '%s' do '%s': %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Nepodarilo sa 'raw' čítanie v g_io_channel_read_line_string" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Zanechané neprevedené dáta vo vstupnom bufferi" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanál končí čiastočným znakom" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Nepodarilo sa 'raw' čítanie v g_io_channel_read_to_end" @@ -544,7 +536,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -847,12 +839,10 @@ msgstr "" "Text skončil pred nájdením zodpovedajúcej úvodzovky pre %c. (Text bol '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Text bol prázdny (alebo obsahoval iba medzery)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Nepodarilo sa čítaÅ¥ dáta z procesu potomka" @@ -902,7 +892,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Nepodarilo sa spustiÅ¥ pomocný program (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -956,18 +945,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nepodarilo sa prečítaÅ¥ dostatok dát z rúry potomka (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Znak mimo rozsah UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Neplatná sekvencia na vstupe prevodu" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Znak mimo rozsah UTF-16" @@ -1031,17 +1017,15 @@ msgid "Unknown option %s" msgstr "Neznáma voľby %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "Nepodarilo sa nájsÅ¥ platný súbor kľúčov v dátových adresároch" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Nie je obyčajný súbor" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Súbor je prázdny" @@ -1059,7 +1043,6 @@ msgid "Invalid group name: %s" msgstr "Neplatný názov skupiny: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Súbor kľúčov nezačína skupinou" @@ -1112,7 +1095,6 @@ 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:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Súbor kľúčov obsahuje znak escape na konci riadku" @@ -1141,90 +1123,84 @@ msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako reálne číslo." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnota '%s' nemohla byÅ¥ interpretovaná ako booleovská." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Prúd je už zatvorený" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operácia bola zruÅ¡ená" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Neznámy typ" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "typ súboru %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "typ %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Nepomenované" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Vlastná definícia pre %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Nepodporovaná operácia" @@ -1236,94 +1212,80 @@ msgstr "Nepodporovaná operácia" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Cieľový súbor existuje" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Symbolické odkazy nepodporované" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1333,142 +1295,129 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Neplatný názov programu: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Neplatný názov súboru" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Chyba pri premenovaní súboru: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Chyba pri otváraní súboru: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Nepodarilo sa otvoriÅ¥ priečinok" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Chyba pri odstraňovaní súboru: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Nepodarilo sa vytvoriÅ¥ súbor '%s': %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Chyba pri otváraní priečinka '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Chyba počas prevodu: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Chyba pri odstraňovaní cieľového súboru: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Dokument neočakávane skončil v mene atribútu" @@ -1482,57 +1431,52 @@ msgstr "Chyba pri nastavovaní rozšírenej vlastnostii '%s': %s" msgid "Error stating file '%s': %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (neplatné kódovanie)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Chyba pri čítaní súboru '%s': %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Neplatný typ vlastnosti (očakávané uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Neplatný typ vlastnosti (očakávané uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Neplatný typ vlastnosti (očakávaný bajtový reÅ¥azec)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Chyba počas prevodu: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Chyba pri nastavovaní vlastníka: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symbolický odkaz nesmie byÅ¥ prázdny" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Chyba pri nastavovaní symbolického odkazu: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Symbolické odkazy nepodporované" @@ -1554,8 +1498,7 @@ msgstr "Chyba pri čítaní súboru '%s': %s" msgid "Error closing file: %s" msgstr "Chyba pri zatváraní súboru: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1591,78 +1534,68 @@ msgid "Error opening file '%s': %s" msgstr "Chyba pri otváraní súboru '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Cieľový súbor je priečinok" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Cieľový súbor nie je obyčajný súbor" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Neplatný názov programu: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Pamäťový výstupný prúd nepodporuje zmenu veľkosti" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Zlyhala zmena veľkosti pamäťového výstupného prúdu" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "pripojenie neimplementuje odpojenie" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "pripojenie neimplementuje vysunutie" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "pripojenie neimplementuje opätovné pripojenie" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Výstupný prúd neimplementuje zápis" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Zdrojový prúd je už zatvorený" @@ -1692,33 +1625,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Chyba pri čítaní z unixu: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Chyba pri zatváraní unixu: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Koreň súborového systému" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Chyba pri zápise do unixu: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "zväzok neimplementuje vysunutie" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Nepodarilo sa nájsÅ¥ aplikáciu" @@ -1728,17 +1660,14 @@ msgid "Error launching application: %s" msgstr "Chyba pri spúšťaní aplikácie: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI nepodporované" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/sl.po b/po/sl.po index 8fa8eab..497d7ab 100644 --- a/po/sl.po +++ b/po/sl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-21 19:16+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian \n" @@ -46,7 +46,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Nepričakovana oznaka '%s' znotraj '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Ni veljavne datoteke zaznamkov v podatkovnih mapah" @@ -104,21 +103,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Ni mogoče odpreti pretvornika iz '%s' v '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Neveljavno zaporedje bajtov na vhodu pretvorbe" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Napaka med pretvorbo: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Delno (nedokončano) zaporedje znakov na koncu vhoda" @@ -158,7 +155,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Pot '%s' ni absolutna pot" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Neveljavno ime gostitelja" @@ -258,7 +254,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Ni mogoče prebrati simbolne povezave '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Simbolne povezave niso podprte" @@ -268,22 +263,18 @@ 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 -#, 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Preostanek nepretvorjenih podatkov v bralnem medpomnilniku" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanal je prekinjen v delnem znaku" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ni mogoče prebrati v g_io_channel_read_to_end" @@ -546,7 +537,7 @@ msgstr "dosežena omejitev sledenja nazaj" msgid "the pattern contains items not supported for partial matching" msgstr "vzorec vsebuje predmete, ki niso podprti za delno iskanje zadetkov" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "notranja napaka" @@ -848,12 +839,10 @@ msgstr "" "je bilo '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Besedilo je bilo prazno (ali vsebovalo le presledke)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Ni mogoče prebrati podatkov iz procesa podrejenega predmeta" @@ -904,7 +893,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Napaka pri izvedbi pomožnega programa (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -960,18 +948,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Ni mogoče prebrati dovolj podatkov iz cevi podrejenega procesa (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Znak izven intervala za UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Neveljavno zaporedje na vhodu pretvorbe" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Znak izven intervala za UTF-16" @@ -1035,17 +1020,14 @@ msgid "Unknown option %s" msgstr "Neznana možnost %s" #: 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 -#, c-format msgid "Not a regular file" msgstr "Ni običajna datoteka" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Datoteka je prazna" @@ -1063,7 +1045,6 @@ msgid "Invalid group name: %s" msgstr "Neveljavno ime skupine: %s" #: 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" @@ -1118,7 +1099,6 @@ 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:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Datoteka s ključem vsebuje ubežni znak na koncu vrstice" @@ -1147,90 +1127,84 @@ msgstr "Vrednosti '%s' ni mogoče obravnavati kot Å¡tevilo s plavajočo vejico." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrednosti '%s' ni mogoče obravnavati kot Boolovo vrednost." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Prevelika vrednost Å¡tetja poslana na %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Pretok je že zaprt" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operacija je bila preklicana." -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "neznana vrsta" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s vrsta datoteke" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s vrsta" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Nepričakovan prezgodnji konec pretoka" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Neimenovan" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Namizna datoteka ne vsebuje določenega polja Exec" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Ni mogoče najti terminala, ki ga zahteva program" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Ni mogoče ustvariti nastavitvene mape uporabnikovega programa %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Ni mogoče ustvariti uporabnikove nastavitvene MIME mape %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Ni mogoče ustvariti uporabnikove datoteke namizja %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Določilo po meri za %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "pogona ni mogoče izvreči" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "pogon ne podpira preverjanja enote" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Operacija ni podprta" @@ -1242,94 +1216,79 @@ msgstr "Operacija ni podprta" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Obstoječa enota ne obstaja" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Ni mogoče kopirati preko mape" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Ni mogoče kopirati mape preko mape" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Ciljna datoteka obstaja" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Ni mogoče kopirati drevesne strukture mape" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Neveljavna vrednost simbolne povezave" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Smeti niso podprte" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Ni mogoče uporabiti '%c' v imenu datoteke" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "enota ne podpira priklopa" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Na voljo ni programa z a upravljanje s to datoteko" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Å tevilčnik je zaprt" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Å tevilčnik izvaja izredno operacijo" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Å tevilčnik datotek je že zaprt" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Pretok ne podpira query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Iskanje po pretoku ni podprto" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Razčlenitev ni dovoljena na dovodnem pretoku" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Razčlenitev ni podprta na pretoku" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Vhodni pretok ne podpira branja" @@ -1339,142 +1298,128 @@ msgstr "Vhodni pretok ne podpira branja" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Pretok izvaja izredno operacijo" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Ni mogoče najti privzete vrste nadzora mape" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Neveljavno ime datoteke %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Napaka med branjem podrobnosti datotečnega sistema %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Ni mogoče preimenovati skrbniÅ¡ke mape" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Ni mogoče preimenovati datoteke, izbrano ime že obstaja" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Neveljavno ime datoteke" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Napaka med preimenovanjem datoteke: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Napaka med odpiranjem datoteke: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Ni mogoče odpreti mape" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Napaka med odstranjevanjem datoteke: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Napaka ob premikanjem datoteke v smeti: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ni mogoče ustvariti mape smeti %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Ni mogoče najti vrhnje ravni smeti" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Ni mogoče najti ali ustvariti mape smeti" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Ni mogoče ustvariti datoteke podrobnosti: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Ni mogoče premakniti datoteke v smeti: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Napaka ob odpiranju imenika '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Napaka med ustvarjanjem simbolne povezave: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Napaka med premikanjem datoteke: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Ni mogoče premakniti mape čez mapo" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Ni mogoče ustvariti varnostne kopije" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Napaka med odstranjevanjem ciljne datoteke: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Premikanje med priklopi ni podprto" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Vrednost atributa ne sme biti določena kot NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Neveljavna vrsta atributa (pričakovan niz)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Neveljavno razÅ¡irjeno ime atributa" @@ -1488,58 +1433,53 @@ msgstr "Napaka med določanjem razÅ¡irjenega atributa '%s': %s" msgid "Error stating file '%s': %s" msgstr "Napaka med potrjevanjem datoteke '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (neveljavni kodni nabor)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Napaka med potrjevanjem opisovalca datoteke: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Neveljavna vrsta atributa (pričakovan uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Neveljavna vrsta atributa (pričakovan uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Neveljavna vrsta atributa (pričakovan bitni niz)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Napaka med določanjem dovoljenj: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Napaka med določanjem lastnika: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "Simbolna povezava ne sme biti določena kot NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Napaka med določanjem simbolne povezave: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "Napaka med določevanjem simbolne povezave; datoteka ni simbolna povezava" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Določanje atributa %s ni podprto" @@ -1561,8 +1501,7 @@ msgstr "Napaka med iskanjem v datoteki: %s" msgid "Error closing file: %s" msgstr "Napaka med zapiranjem datoteke: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Ni mogoče najti privzete lokalne datoteke nadzora" @@ -1598,78 +1537,67 @@ msgid "Error opening file '%s': %s" msgstr "Napaka med odpiranjem datoteke '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Ciljna datoteka je mapa" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Ciljna datoteka ni običajna datoteka" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Datoteka je bila zunanje spremenjena" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Privzet neveljaven GSeekType" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Neveljavna zahteva iskanja" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Ni mogoče razčleniti GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Dosežena največja dovoljena vrednost podatkov" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Odvoda pretoka spomina ni mogoče razÅ¡iriti" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Napaka med razÅ¡irjanjem pretoka odvoda spomina" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "enota ne podpira odklopa" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "enote ni mogoče izvreči" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "enota ne podpira ponovnega priklopa" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Odvodni pretok ne podpira pisanja" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Izvorni pretok je že zaprt" @@ -1701,33 +1629,32 @@ msgstr "" "Ali naj se uporabi povrnitev s skrajÅ¡evanjem imena pri '-' znaku. Prezrta so " "imena za prvim, če je podanih več imen." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Napaka med branjem unix-a: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Napaka med zapiranjem unix-a: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Koren datotečnega sistema" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Napaka med pisanjem na unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "medija ni mogoče izvreči" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Ni mogoče najti programa" @@ -1737,17 +1664,14 @@ msgid "Error launching application: %s" msgstr "Napaka med zaganjanjem programa: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "naslovi URI niso podprti" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "Spreminjanje asociativnih povezav ni podprto na win32 sistemih" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Ustvarjanje asociativnih povezav ni podprto na win32 sistemih" diff --git a/po/sq.po b/po/sq.po index 58d229b..0186ab3 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-18 16:47+0100\n" "Last-Translator: Laurent Dhima \n" "Language-Team: albanian \n" @@ -40,7 +40,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Tag '%s' i papritur në brendësi të '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Nuk u gjet asnjë file i vlefshëm libërshënimesh tek directory e të dhënave" @@ -99,14 +98,13 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "E pamundur hapja e konvertuesit nga '%s' në '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Gabim gjatë konvertimit: %s" @@ -114,7 +112,6 @@ msgstr "Gabim gjatë konvertimit: %s" # (pofilter) doublewords: The word 'të' is repeated #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Sekuencë e pjesëshme simbolesh në fund të së dhënave në hyrje" @@ -154,7 +151,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Pozicioni me emër '%s' nuk është një pozicion absolut" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Emër host i pasaktë" @@ -262,7 +258,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "I pamundur leximi i lidhjes simbolike '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Lidhjet simbolike nuk suportohen" @@ -272,24 +267,20 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Nuk arrij të hap konvertuesin nga '%s' në '%s': %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "I pamundur leximi i të dhënave të papërpunuara tek " "g_io_channel_read_line_string" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Kanë tepruar të dhëna të pakonvertuara tek buffer i leximit" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanali përfundon me një simbol të pjesëshëm" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "I pamundur leximi i të dhënave të papërpunuara tek g_io_channel_read_to_end" @@ -572,7 +563,7 @@ msgstr "u arrit kufiri i backtracking" msgid "the pattern contains items not supported for partial matching" msgstr "modeli përmban elementë të pasuportuar për korrispondimin e pjesëshëm" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "gabim i brendshëm" @@ -938,12 +929,10 @@ msgstr "" "ishte '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Teksti është bosh (ose përmban vetëm hapsira të bardha)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "I pamundur leximi i të dhënave nga proçesi bir" @@ -994,7 +983,6 @@ msgstr "I pamundur ekzekutimi i programit ndihmues (%s)" # (pofilter) doublewords: The word 'të' is repeated #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -1053,18 +1041,15 @@ msgstr "" "I pamundur leximi i një sasie të dhënash të mjaftueshme nga pid pipe bir (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Simboli nuk ekziston në UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Sekuencë e pavlefshme në hyrje për konvertimin" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Simboli nuk ekziston në UTF-16" @@ -1129,17 +1114,14 @@ msgid "Unknown option %s" msgstr "Opcion i panjohur %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Nuk u gjet asnjë file i vlefshëm kyçi tek directory e kërkimit" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Nuk është një file i rregullt" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "File është bosh" @@ -1156,7 +1138,6 @@ msgid "Invalid group name: %s" msgstr "Emër i pasaktë grupi: %s" #: 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" @@ -1207,7 +1188,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "File i kyçit nuk ka kyçin '%s' në grupin '%s'" #: glib/gkeyfile.c:3474 -#, 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" @@ -1237,69 +1217,64 @@ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vlera '%s' nuk mund të interpretohet si një boolean." # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Vlerë count tepër e madhe kaluar tek %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Stream është i mbyllur rregullisht" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Operacioni është anulluar" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) startcaps: checks that the message starts with the correct capitalisation -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Lloj i panjohur" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "Lloj file %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "Lloj %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "End-of-stream i parakohshëm papritur" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Paemër" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "File .desktop nuk specifikon fushën Exec" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "E pamundur gjetja e terminalit të kërkuar nga aplikativi" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" @@ -1307,40 +1282,39 @@ msgstr "" "(%s): %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" "E pamundur gjetja e kartelës së përdoruesit për konfigurimin MIME (%s): %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "I pamundur krijimi i file .desktop të përdoruesit %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Përcaktimi i personalizuar për %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "njësia nuk suporton nxjerrjen jashtë" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "njësia nuk suporton shqyrtimin e suporteve" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Veprimi nuk suportohet" @@ -1353,56 +1327,49 @@ msgstr "Veprimi nuk suportohet" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Objekti mount i përmbajtur nuk ekziston" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "I pamundur kopjimi mbi directory" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "I pamundur kopjimi i directory mbi directory" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "File objektiv ekziston" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "I pamundur kopjimi rekursiv i directory" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Dhënë vlerë e pavlefshme lidhje simbolike" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Koshi nuk suportohet" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Emrat e file nuk mund të përmbajnë '%c'" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "Volumi nuk suporton montimin" @@ -1410,57 +1377,49 @@ msgstr "Volumi nuk suporton montimin" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) printf: checks whether printf format strings match -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Nuk rezulton i regjistruar asnjë aplikativ për të manazhuar këtë file" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Enumuruesi është mbyllur" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Enumuruesi i file prezanton një operacion të papërfunduar" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Enumuruesi i file është rregullisht i mbyllur" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Stream nuk suporton query_info" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Pikëvendosja nuk suportohet në stream" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Ndërprerja nuk suportohet tek stream në hyrje" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Ndërprerja nuk suportohet tek stream" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Stream i input nuk suporton leximin" @@ -1471,20 +1430,18 @@ msgstr "Stream i input nuk suporton leximin" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Stream prezanton një operacion në pritje" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" "E pamundur gjetja e llojit të monitorit të paracaktuar për directory lokale" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Emër file i pasaktë %s" @@ -1493,28 +1450,25 @@ msgstr "Emër file i pasaktë %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Gabim gjatë marrjes së informacioneve mbi file të sistemit: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "I pamundur riemërtimi i directory root" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "I pamundur riemërtimi i file, emër ekzistues file" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Emër i pavlefshëm file" @@ -1522,7 +1476,7 @@ msgstr "Emër i pavlefshëm file" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Gabim gjatë ndryshimit të emrit të file: %s" @@ -1531,14 +1485,13 @@ msgstr "Gabim gjatë ndryshimit të emrit të file: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Gabim gjatë hapjes së file: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "E pamundur hapja e directory" @@ -1546,7 +1499,7 @@ msgstr "E pamundur hapja e directory" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Gabim gjatë fshirjes së file: %s" @@ -1555,27 +1508,25 @@ msgstr "Gabim gjatë fshirjes së file: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Gabim gjatë hedhjes në kosh të file: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "I pamundur krijimi i directory koshit \"%s\": %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "E pamundur gjetja e directory së sipërme për koshin" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "I pamundur krijimi apo gjetja e directory të koshit" @@ -1583,7 +1534,7 @@ msgstr "I pamundur krijimi apo gjetja e directory të koshit" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "I pamundur krijimi i një file me informacionet e hedhjes në kosh: %s" @@ -1592,18 +1543,18 @@ msgstr "I pamundur krijimi i një file me informacionet e hedhjes në kosh: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "E pamundur hedhja në kosh e file: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Gabim gjatë hapjes së directory '%s': %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Gabim gjatë krijimit të lidhjes simbolike: %s" @@ -1612,22 +1563,20 @@ msgstr "Gabim gjatë krijimit të lidhjes simbolike: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Gabim gjatë lëvizjes së file: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "E pamundur lëvizja e directory mbi directory" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Krijimi i file backup dështoi" @@ -1635,32 +1584,28 @@ msgstr "Krijimi i file backup dështoi" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Gabim gjatë heqjes së file objektiv: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Lëvizja midis objekteve mount nuk suportohet" # (pofilter) untranslated: checks whether a string has been translated at all #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Vlera e atributit duhet të jetë jo-NULL" # (pofilter) untranslated: checks whether a string has been translated at all #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Lloj i pasaktë atributi (pritej string)" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Emër i pavlefshëm atributi të zgjeruar" @@ -1677,7 +1622,7 @@ msgid "Error stating file '%s': %s" msgstr "E pamundur kryerja e stat të file '%s': %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (kodifikim i pavlefshëm)" @@ -1685,66 +1630,61 @@ msgstr " (kodifikim i pavlefshëm)" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Gabim gjatë kryerjes së stat të përshkruesit të file: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Lloj i pasaktë atributi (pritej uint32)" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Lloj i pasaktë atributi (pritej uint64)" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Lloj i pasaktë atributi (pritej byte string)" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Gabim gjatë caktimit të së drejtave: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Gabim gjatë caktimit të pronarit: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symlink duhet të jetë jo-NULL" # (pofilter) variables: translation contains variables not in original: %d # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Gabim gjatë caktimit të symlink: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Gabim gjatë caktimit të symlink: file nuk është një lidhje simbolike" # (pofilter) variables: do not translate: %s # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) printf: checks whether printf format strings match -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Caktimi i atributit %s nuk suportohet" @@ -1779,8 +1719,7 @@ msgid "Error closing file: %s" msgstr "Gabim gjatë mbylljes së file: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "E pamundur gjetja e llojit të monitorit të paracaktuar për file lokalë" @@ -1835,25 +1774,21 @@ msgstr "Gabim gjatë hapjes së file '%s': %s" # (pofilter) untranslated: checks whether a string has been translated at all #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "File objektiv është një directory" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "File objektiv nuk është një file i rregullt" # (pofilter) untranslated: checks whether a string has been translated at all #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "File është ndryshuar nga jashtë" # (pofilter) untranslated: checks whether a string has been translated at all #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Dhënë GSeekType i pavlefshëm" @@ -1861,31 +1796,26 @@ msgstr "Dhënë GSeekType i pavlefshëm" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) printf: checks whether printf format strings match #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Kërkesë pikëvendosje e pavlefshme" # (pofilter) untranslated: checks whether a string has been translated at all #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "E pamundur ndërprerja e GMemoryInputStream" # (pofilter) untranslated: checks whether a string has been translated at all #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "U arrit kufiri maksimum i array të së dhënave" # (pofilter) untranslated: checks whether a string has been translated at all #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Stream output memorje të papërmasueshme" # (pofilter) untranslated: checks whether a string has been translated at all #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Ripërmasimi i stream të output të memories dështoi" @@ -1893,7 +1823,7 @@ msgstr "Ripërmasimi i stream të output të memories dështoi" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "objekti mount nuk suporton zmontimin" @@ -1901,7 +1831,7 @@ msgstr "objekti mount nuk suporton zmontimin" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "objekti mount nuk suporton nxjerrjen jashtë" @@ -1909,19 +1839,17 @@ msgstr "objekti mount nuk suporton nxjerrjen jashtë" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "objekti mount nuk suporton rimontimin" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Stream i output nuk suporton shkrimin" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Stream burues është i mbyllur" @@ -1968,8 +1896,8 @@ msgstr "" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings # (pofilter) printf: checks whether printf format strings match -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Gabim gjatë leximit nga unix: %s" @@ -1977,31 +1905,30 @@ msgstr "Gabim gjatë leximit nga unix: %s" # (pofilter) variables: translation contains variables not in original: %d # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. # (pofilter) printf: checks whether printf format strings match -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Gabim duke mbyllur unix: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "File rrënjë i sistemit" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Gabim gjatë shkrimit në unix: %s" # (pofilter) untranslated: checks whether a string has been translated at all -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "volumi nuk suporton nxjerrjen jashtë" # (pofilter) untranslated: checks whether a string has been translated at all #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "E pamundur gjetja e aplikativit" @@ -2013,19 +1940,16 @@ msgstr "Gabim gjatë nisjes së aplikativit: %s" # (pofilter) isfuzzy: Check if the unit has been marked fuzzy. #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI nuk suportohen" # (pofilter) untranslated: checks whether a string has been translated at all #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "ndryshimi i shoqërimeve nuk suportohet në win32" # (pofilter) untranslated: checks whether a string has been translated at all #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Krijimi i shoqërimeve nuk suportohet në win32" diff --git a/po/sr.po b/po/sr.po index cd072fe..d2a6a16 100644 --- a/po/sr.po +++ b/po/sr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2007-09-06 21:11+0100\n" "Last-Translator: Горан Ракић \n" "Language-Team: Serbian (sr) \n" @@ -45,7 +45,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Неочекивана ознака „%s“ унутар „%s“" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Не могу да нађем исправну датотеку са обележивачима међу фасциклама са " @@ -105,21 +104,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Не могу да покренем претварање из „%s“ у „%s“" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Неисправан низ бајтова у улазу који претварам" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Грешка при претварању: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Непотпун низ знакова на крају улаза" @@ -160,7 +157,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Путања „%s“ није апсолутна путања" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Неисправно име домаћина" @@ -261,7 +257,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Не могу да прочитам симболичку везу „%s“: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Симболичке везе нису подржане" @@ -271,22 +266,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Не могу да покренем претварање из „%s“ у „%s“: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Преостали непретворени подаци у баферу за читање" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Канал се завршава делимичним знаком" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Не могу да читам без обраде у g_io_channel_read_to_end" @@ -550,7 +541,7 @@ msgstr "достигнут је лимит претраживања уназад msgid "the pattern contains items not supported for partial matching" msgstr "образац садржи ставке које нису подржане за делимично поклапање" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "интерна грешка" @@ -856,12 +847,10 @@ msgstr "" "тексту „%s“)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Садржај празан (или садржи само белине)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Неуспело читање података из потпроцеса" @@ -911,7 +900,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Неуспело извршавање помоћног програма (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -966,18 +954,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Није успео да прочита довољно података из цевке ка потпроцесу (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Знак ван опсега за УТФ-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Неисправан низ у уносу за претварање" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Знак ван опсега за УТФ-16" @@ -1041,18 +1026,15 @@ msgid "Unknown option %s" msgstr "Непозната опција %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" "Не могу да нађем исправну датотеку са кључевима међу директоријумима претраге" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Није обична датотека" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Датотека је празна" @@ -1070,7 +1052,6 @@ msgid "Invalid group name: %s" msgstr "Неисправно име групе: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Датотека са кључевима не почиње групом" @@ -1120,7 +1101,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Датотека са кључевима не садржи кључ „%s“ у групи „%s“" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Датотека са кључевима садржи знак истицања на крају реда" @@ -1149,91 +1129,86 @@ msgstr "Вредност „%s“ се не може сматрати реалн msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Вредност „%s“ се не може сматрати истинитосном." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "непозната грешка" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Симболичке везе нису подржане" @@ -1245,94 +1220,81 @@ msgstr "Симболичке везе нису подржане" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Симболичке везе нису подржане" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "Програм „%s“ није регистровао обележивач ка „%s“" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1342,142 +1304,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Неисправно име кључа: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Неисправно име домаћина" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Грешка при отварању директоријума „%s“: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при рашчлањивању могућности %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Документ завршен неочекивано усред имена атрибута" @@ -1491,57 +1441,52 @@ msgstr "Грешка при отварању директоријума „%s“ msgid "Error stating file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Грешка у %d. реду: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Симболичке везе нису подржане" @@ -1563,8 +1508,7 @@ msgstr "Грешка при читању датотеке „%s“: %s" msgid "Error closing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1600,78 +1544,69 @@ msgid "Error opening file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "Није обична датотека" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Неисправно име кључа: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1702,33 +1637,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Грешка у %d. реду: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Грешка при рашчлањивању могућности %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1738,17 +1672,15 @@ msgid "Error launching application: %s" msgstr "Грешка при рашчлањивању могућности %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Симболичке везе нису подржане" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/sr@Latn.po b/po/sr@Latn.po index 334c196..e66d69a 100644 --- a/po/sr@Latn.po +++ b/po/sr@Latn.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2007-09-06 21:11+0100\n" "Last-Translator: Goran Rakić \n" "Language-Team: Serbian (sr) \n" @@ -45,7 +45,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Neočekivana oznaka „%s“ unutar „%s“" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" "Ne mogu da nađem ispravnu datoteku sa obeleživačima među fasciklama sa " @@ -105,21 +104,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Neispravan niz bajtova u ulazu koji pretvaram" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "GreÅ¡ka pri pretvaranju: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Nepotpun niz znakova na kraju ulaza" @@ -160,7 +157,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Putanja „%s“ nije apsolutna putanja" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Neispravno ime domaćina" @@ -261,7 +257,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Ne mogu da pročitam simboličku vezu „%s“: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Simboličke veze nisu podržane" @@ -271,22 +266,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“: %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Preostali nepretvoreni podaci u baferu za čitanje" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanal se zavrÅ¡ava delimičnim znakom" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ne mogu da čitam bez obrade u g_io_channel_read_to_end" @@ -550,7 +541,7 @@ msgstr "dostignut je limit pretraživanja unazad" msgid "the pattern contains items not supported for partial matching" msgstr "obrazac sadrži stavke koje nisu podržane za delimično poklapanje" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "interna greÅ¡ka" @@ -856,12 +847,10 @@ msgstr "" "tekstu „%s“)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Sadržaj prazan (ili sadrži samo beline)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Neuspelo čitanje podataka iz potprocesa" @@ -911,7 +900,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Neuspelo izvrÅ¡avanje pomoćnog programa (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -966,18 +954,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nije uspeo da pročita dovoljno podataka iz cevke ka potprocesu (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Znak van opsega za UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Neispravan niz u unosu za pretvaranje" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Znak van opsega za UTF-16" @@ -1041,19 +1026,16 @@ msgid "Unknown option %s" msgstr "Nepoznata opcija %s" #: 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:393 -#, c-format msgid "Not a regular file" msgstr "Nije obična datoteka" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Datoteka je prazna" @@ -1071,7 +1053,6 @@ msgid "Invalid group name: %s" msgstr "Neispravno ime grupe: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Datoteka sa ključevima ne počinje grupom" @@ -1121,7 +1102,6 @@ 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:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Datoteka sa ključevima sadrži znak isticanja na kraju reda" @@ -1150,91 +1130,86 @@ msgstr "Vrednost „%s“ se ne može smatrati realnim brojem jednostruke tačno msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrednost „%s“ se ne može smatrati istinitosnom." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "nepoznata greÅ¡ka" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Simboličke veze nisu podržane" @@ -1246,94 +1221,81 @@ msgstr "Simboličke veze nisu podržane" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Simboličke veze nisu podržane" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "Program „%s“ nije registrovao obeleživač ka „%s“" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1343,142 +1305,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Neispravno ime ključa: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Neispravno ime domaćina" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Ne mogu da napravim datoteku „%s“: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "GreÅ¡ka pri otvaranju direktorijuma „%s“: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "GreÅ¡ka pri raščlanjivanju mogućnosti %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Dokument zavrÅ¡en neočekivano usred imena atributa" @@ -1492,57 +1442,52 @@ msgstr "GreÅ¡ka pri otvaranju direktorijuma „%s“: %s" msgid "Error stating file '%s': %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "GreÅ¡ka pri pretvaranju: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "GreÅ¡ka pri pretvaranju: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "GreÅ¡ka u %d. redu: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Simboličke veze nisu podržane" @@ -1564,8 +1509,7 @@ msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" msgid "Error closing file: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1601,78 +1545,69 @@ msgid "Error opening file '%s': %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "Nije obična datoteka" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Neispravno ime ključa: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1703,33 +1638,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "GreÅ¡ka pri čitanju datoteke „%s“: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "GreÅ¡ka u %d. redu: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "GreÅ¡ka pri raščlanjivanju mogućnosti %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1739,17 +1673,15 @@ msgid "Error launching application: %s" msgstr "GreÅ¡ka pri raščlanjivanju mogućnosti %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Simboličke veze nisu podržane" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/sr@ije.po b/po/sr@ije.po index f72b045..9524b74 100644 --- a/po/sr@ije.po +++ b/po/sr@ije.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2004-04-29 01:11+0200\n" "Last-Translator: Bojan Suzic \n" "Language-Team: Serbian (sr) \n" @@ -43,7 +43,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -101,21 +100,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Не могу да покренем претварање из „%s“ у „%s“" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Неисправан низ бајтова у улазу који претварам" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Грешка при претварању: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Непотпун низ знакова на крају улаза" @@ -157,7 +154,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Путања „%s“ није апсолутна путања" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Неисправно име домаћина" @@ -258,7 +254,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Не могу да прочитам симболичку везу „%s“: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Симболичке везе нису подржане" @@ -268,22 +263,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Не могу да покренем претварање из „%s“ у „%s“: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Преостали непретворени подаци у међуспремнику за читање" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Канал се завршава дјелимичним знаком" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Не могу да читам без обраде у g_io_channel_read_to_end" @@ -552,7 +543,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -861,12 +852,10 @@ msgstr "" "тексту „%s“)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Садржај празан (или садржи само бјелине)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Неуспјело читање података из подређеног процеса" @@ -917,7 +906,6 @@ msgstr "Неуспјело извршавање помоћног програм # Овај превод није психолошке природе :) #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -974,18 +962,15 @@ msgstr "" "Није успио да прочита довољно података из цјевке ка подређеном процесу (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Знак ван опсега за УТФ-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Неисправан низ у уносу за претварање" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Знак ван опсега за УТФ-16" @@ -1049,17 +1034,14 @@ msgid "Unknown option %s" msgstr "" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "" @@ -1075,7 +1057,6 @@ msgid "Invalid group name: %s" msgstr "Неисправно име домаћина" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1124,7 +1105,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1153,90 +1133,85 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Симболичке везе нису подржане" @@ -1248,94 +1223,80 @@ msgstr "Симболичке везе нису подржане" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Симболичке везе нису подржане" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1345,142 +1306,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Неисправно име домаћина" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Неисправно име домаћина" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Не могу да направим датотеку „%s“: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Грешка при отварању директоријума „%s“: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Документ завршен неочекивано усред имена особине" @@ -1494,57 +1443,52 @@ msgstr "Грешка при отварању директоријума „%s“ msgid "Error stating file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Грешка при претварању: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Грешка у %d. реду: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Симболичке везе нису подржане" @@ -1566,8 +1510,7 @@ msgstr "Грешка при читању датотеке „%s“: %s" msgid "Error closing file: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1603,78 +1546,68 @@ msgid "Error opening file '%s': %s" msgstr "Грешка при читању датотеке „%s“: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Неисправно име домаћина" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1705,33 +1638,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Грешка при читању датотеке „%s“: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Грешка у %d. реду: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Грешка при претварању: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1741,17 +1673,15 @@ msgid "Error launching application: %s" msgstr "Грешка при претварању: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Симболичке везе нису подржане" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/sv.po b/po/sv.po index 3750d60..80ebd73 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-11 21:23+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -41,7 +41,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Oväntad tagg \"%s\" inom \"%s\"" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Ingen giltig bokmärkesfil hittades i datakataloger" @@ -99,21 +98,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Kunde inte öppna konverteraren frÃ¥n \"%s\" till \"%s\"" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ogiltig bytesekvens i konverteringsindata" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Fel vid konvertering: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Ofullständig teckensekvens vid slutet av indata" @@ -154,7 +151,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Sökvägen \"%s\" är ingen absolut sökväg" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Ogiltigt värdnamn" @@ -261,7 +257,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Misslyckades med att läsa den symboliska länken \"%s\": %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Symboliska länkar stöds inte" @@ -271,22 +266,18 @@ 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 -#, 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Överbliven okonverterad data i läsbufferten" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanalen slutar med ett ofullständigt tecken" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan inte göra en rÃ¥ läsning i g_io_channel_read_to_end" @@ -556,7 +547,7 @@ msgstr "bakÃ¥tspÃ¥rningsgräns nÃ¥dd" msgid "the pattern contains items not supported for partial matching" msgstr "mönstret innehÃ¥ller objekt som inte stöds för delvis matchning" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "internt fel" @@ -857,12 +848,10 @@ msgstr "" "\"%s\")." #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Texten var tom (eller innehöll bara tomrum)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Misslyckades med att läsa data frÃ¥n barnprocessen" @@ -912,7 +901,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Misslyckades med att köra hjälparprogram (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -969,18 +957,15 @@ msgstr "" "(%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Tecknet är utanför intervallet för UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Ogiltig sekvens i konverteringsindata" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Tecknet är utanför intervallet för UTF-16" @@ -1044,17 +1029,14 @@ msgid "Unknown option %s" msgstr "Okänd flagga %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Giltig nyckelfil kunde inte hittas i sökkatalogerna" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Inte en vanlig fil" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Filen är tom" @@ -1072,7 +1054,6 @@ msgid "Invalid group name: %s" msgstr "Ogiltigt gruppnamn: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Nyckelfilen börjar inte med en grupp" @@ -1125,7 +1106,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Nyckelfilen har inte nyckeln \"%s\" i gruppen \"%s\"" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Nyckelfilen innehÃ¥ller kontrolltecken i slutet pÃ¥ en rad" @@ -1154,90 +1134,84 @@ msgstr "Värdet \"%s\" kan inte tolkas som ett flyttal." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Värdet \"%s\" kan inte tolkas som ett booleskt värde." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "För stort räknevärde skickat till %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Strömmen är redan stängd" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Åtgärden avbröts" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Okänd typ" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s-filtyp" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s-typ" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Oväntat tidig end-of-stream" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Namnlös" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Skrivbordsfilen angav inget Exec-fält" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Kunde inte hitta terminal som krävs för programmet" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kan inte skapa programkonfigurationsmapp för användare %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kan inte skapa MIME-konfigurationsmapp för användare %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Kan inte skapa skrivbordsfil för användare %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Anpassad definition för %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "enheten har inte implementerat utmatning" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "enheten har inte implementerat pollning av media" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Åtgärden stöds inte" @@ -1249,94 +1223,79 @@ msgstr "Åtgärden stöds inte" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Infattande montering finns inte" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Kan inte kopiera över katalog" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Kan inte kopiera katalog över katalog" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "MÃ¥lfilen finns" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Kan inte kopiera katalogen rekursivt" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Ogiltigt värde för symbolisk länk angivet" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Papperskorgen stöds inte" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Filnamn fÃ¥r inte innehÃ¥lla \"%c\"" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "volymen har inte implementerat montering" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Inget program är registrerat för hantering av denna fil" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Numreraren är stängd" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Filnumreraren har kvarstÃ¥ende Ã¥tgärd" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Filnumreraren är redan strängd" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Strömmen saknar stöd för query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Sökning stöds inte pÃ¥ strömmen" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Kapning tillÃ¥ts inte pÃ¥ inmatningsströmmen" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Kapning stöds inte pÃ¥ strömmen" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Inmatningsströmmen har inte implementerat läsning" @@ -1346,142 +1305,128 @@ msgstr "Inmatningsströmmen har inte implementerat läsning" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Strömmen har kvarstÃ¥ende Ã¥tgärd" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Kunde inte hitta standardtyp för lokal katalogövervakare" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Ogiltigt filnamn %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Fel vid hämtning av filsystemsinformation: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Kan inte byta namn pÃ¥ rotkatalog" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Kan inte byta namn pÃ¥ filen, filnamnet finns redan" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Ogiltigt filnamn" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Fel vid namnbyte av fil: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Fel vid öppnade av fil: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Kan inte öppna katalog" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Fel vid borttagning av fil: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Fel vid kastande av fil: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Kunde inte skapa papperskorgskatalogen %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Kunde inte hitta toppnivÃ¥katalog för papperskorg" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Kunde inte hitta eller skapa papperskorgskatalog" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Kunde inte skapa information om kastad fil: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Kunde inte kasta fil: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Fel vid öppning av katalogen \"%s\": %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Fel vid skapande av symbolisk länk: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Fel vid flyttning av fil: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Kan inte flytta katalog över katalog" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Misslyckades med att skapa säkerhetskopiefil" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Fel vid borttagning av mÃ¥lfil: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Flyttning mellan monteringar stöds inte" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Attributvärde mÃ¥ste vara icke-NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Ogiltig attributtyp (sträng förväntades)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Ogiltigt utökat attributnamn" @@ -1495,57 +1440,52 @@ msgstr "Fel vid inställning av utökat attribut \"%s\": %s" msgid "Error stating file '%s': %s" msgstr "Fel vid tillstÃ¥ndsläsning av filen \"%s\": %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (ogiltig kodning)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Fel vid tillstÃ¥ndsläsning av filhandtag: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Ogiltig attributtyp (uint32 förväntades)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Ogiltig attributtyp (uint64 förväntades)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Ogiltig attributtyp (bytesträng förväntades)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Fel vid inställning av rättigheter: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Fel vid inställning av ägare: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symbolisk länk mÃ¥ste vara icke-NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Fel vid inställning av symbolisk länk: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Fel vid inställning av symbolisk länk: filen är inte en symbolisk länk" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Inställning av attributet %s stöds inte" @@ -1567,8 +1507,7 @@ msgstr "Fel vid sökning i fil: %s" msgid "Error closing file: %s" msgstr "Fel vid stängning av fil: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Kunde inte hitta standardtyp för lokal filövervakare" @@ -1604,78 +1543,67 @@ msgid "Error opening file '%s': %s" msgstr "Fel vid öppning av filen \"%s\": %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "MÃ¥lfilen är en katalog" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "MÃ¥lfilen är inte en vanlig fil" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Filen blev externt ändrad" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Ogiltig GSeekType angavs" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Ogiltig sökbegäran" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Kan inte kapa av GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "NÃ¥dde maximal gräns för datakedja" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Storlek för minnesutmatningsström är inte ändringsbar" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Misslyckades med att ändra storlek pÃ¥ minnesutmatningsström" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "montering har inte implementerat avmontering" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "montering har inte implementerat utmatning" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "montering har inte implementerat Ã¥termontering" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Utmatningsström har inte implementerat skrivning" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Källströmmen är redan stängd" @@ -1708,33 +1636,32 @@ msgstr "" "att förkorta namnet vid \"-\"-tecken. Ignorerar namn efter den första om " "flera namn anges." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Fel vid läsning frÃ¥n unix: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Fel vid stängning av unix: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Filsystemsrot" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Fel vid skrivning till unix: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "volymen har inte implementerat utmatning" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Kan inte hitta programmet" @@ -1744,17 +1671,14 @@ msgid "Error launching application: %s" msgstr "Fel vid start av program: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI:er stöds inte" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "associeringsändringar stöds inte pÃ¥ win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Associeringsskapanden stöds inte pÃ¥ win32" diff --git a/po/ta.po b/po/ta.po index 183d511..385f95e 100644 --- a/po/ta.po +++ b/po/ta.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2007-08-13 09:47+0530\n" "Last-Translator: Dr.T.Vasudevan \n" "Language-Team: TAMIL \n" @@ -46,7 +46,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "'%s' க்குள் எதிர்பாராத ஒட்டு '%s' உள்ளது" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "தரவு அடைவுகளில் சரியான புத்தகக்குறி கோப்பு எதுவும் இல்லை" @@ -104,21 +103,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' லிருந்து '%s'க்கு மாற்றியை திறக்க முடியவில்லை" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "நிலை மாற்றியின் உள்ளீடுக்கு தவறான பைட் வரிசைமுறை" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "மாற்றும் போது பிழை: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "உள்ளீடின் முடிவில் பூர்த்தியாகாத வரியுரு வரிசைமுறை" @@ -158,7 +155,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "'%s' பாதைப்-பெயர் ஓர் தனிப் பாதை அல்ல" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "பிழையான விருந்தோம்புப்-பெயர்" @@ -258,7 +254,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' என்பதன்-குறுக்கம் இணைப்பை வாசிக்க முடியவில்லை: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது" @@ -268,22 +263,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' லிருந்து'%s'க்கு மாற்றியை திறக்க முடியவில்லை: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "வாசிப்புத் தாங்ககத்தில் மாற்றப்படாத மீதித் தரவுகள்" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "வாய்க்கால் பாதி வரியுருவில் முடிவடைகிறது" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end இல் மூலமாக வாசிக்க முடியாது" @@ -547,7 +538,7 @@ msgstr "பின்நோக்கி ஆராயும் எல்லை அ msgid "the pattern contains items not supported for partial matching" msgstr "தோரணி உள்ளடக்கங்கள் பகுதி பொருத்தத்துக்கு ஆதரவு தராத உருப்படிகளாக உள்ளன" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "உள்ளமை தவறு" @@ -851,12 +842,10 @@ msgstr "" "%c க்கு பொருத்தமான மேற்கோள் கண்டுபிடிப்பதட்கு முன் உரை முடிவடைந்தது. (உரை: '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "உரை வெற்றா இருந்தது (அல்லது வெண்வெளி மட்டுமே)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "சேய் செயலில் இருந்து தரவு வாசிக்க முடியவில்லை" @@ -906,7 +895,6 @@ msgid "Failed to execute helper program (%s)" msgstr "உதவியாளர் நிலையை இயக்க முடியவில்லை (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -960,18 +948,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 க்கு வரியுரு வீச்சு எல்லைக்கு வெளியே" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "உரையாடல் உள்ளீட்டில் தவறான வரிசை" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 க்கு வரியுரு வீச்சு எல்லைக்கு வெளியே" @@ -1035,17 +1020,14 @@ msgid "Unknown option %s" msgstr "தெரியாத விருப்பம் %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "தேடல் அடைவுகளில் சரியான விசை கோப்பினை காண முடியவில்லை" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "ஒரு முறையான கோப்பில்லை" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "கோப்பு வெற்றாக உள்ளது" @@ -1062,7 +1044,6 @@ msgid "Invalid group name: %s" msgstr "செல்லுபடியாகாத குழு பெயர்: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "விசை கோப்பு ஒரு குழுவாக ஆரம்பமாகாது" @@ -1113,7 +1094,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "'%s' குழுவில் '%s' விசையை விசை கோப்பு கொண்டிருக்கவில்லை" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "கடைசி வரியில் விசை கோப்பு விடுபடு எழுத்தினை கொண்டுள்ளது" @@ -1142,91 +1122,86 @@ msgstr "மதிப்பு '%s' தசம எண்ணாக செயல் msgid "Value '%s' cannot be interpreted as a boolean." msgstr "மதிப்பு '%s' பூலியனாக செயல்பட முடியாது." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "தெரியாத தவறு" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது" @@ -1238,94 +1213,81 @@ msgstr "என்பதன்-குறுக்கம் இணைப்பு #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "'%s' பெயரிலுள்ள பயன்பாடு '%s'க்கு ஒரு புத்தகக்குறியை பதிவு செய்தது" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1335,142 +1297,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "செல்லுபடியாகாத விசை பெயர்: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "பிழையான விருந்தோம்புப்-பெயர்" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' கோப்பை படைக்க முடியவில்லை: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' அடைவு திறக்கும்போது பிழை: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "கூறிடும் போது பிழை: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "பண்பு பெயர் உள்ளே ஆவணம் திடீரென முடிவடைந்தது" @@ -1484,57 +1434,52 @@ msgstr "'%s' அடைவு திறக்கும்போது பிழ msgid "Error stating file '%s': %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "மாற்றும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "மாற்றும் போது பிழை: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d வரியில் பிழை: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது" @@ -1556,8 +1501,7 @@ msgstr "'%s' கோப்பு வாசிக்கும் போது ப msgid "Error closing file: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1593,78 +1537,69 @@ msgid "Error opening file '%s': %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "ஒரு முறையான கோப்பில்லை" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "செல்லுபடியாகாத விசை பெயர்: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1695,33 +1630,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "'%s' கோப்பு வாசிக்கும் போது பிழை: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "%d வரியில் பிழை: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "கூறிடும் போது பிழை: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1731,17 +1665,15 @@ msgid "Error launching application: %s" msgstr "கூறிடும் போது பிழை: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "என்பதன்-குறுக்கம் இணைப்புகளுக்கு ஆதரவு கிடையாது" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/te.po b/po/te.po index fd5ce52..74b7da2 100644 --- a/po/te.po +++ b/po/te.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2004-12-13 20:16+0100\n" "Last-Translator: రమణ సాయి \n" "Language-Team: Free Software Foundation, Andhra Pradesh \n" @@ -43,7 +43,7 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, fuzzy, c-format +#, fuzzy msgid "No valid bookmark file found in data dirs" msgstr " సరియైన మీటదస్త్రం దత్తాంశవివరణలో లభించలేదు " @@ -101,21 +101,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' నుండి '%s' కు పరివర్తించడం సాధ్యం కాదు " #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "ఎగుబడి బైట్ క్రమంను పరివర్తించుట నిస్సారమగును" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "పరివర్తనం నందు దోషం కలదు: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "చివరి ఎగుబడి నందు పాక్షికముగా అక్షర క్రమము కలదు." @@ -155,7 +153,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr " '%s' త్రోవ నామం సరిఐనది కాదు." #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "నిస్సారమైన ఆతిథ్య నామము" @@ -255,7 +252,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr " '%s' చిహ్న పూరితజోడి చదువుటలో విఫలమయినావు : %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "చిహ్న పూరితజోడి సహకరించలెదు. " @@ -265,22 +261,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr " తెరచుటలో `%s' నుండి `%s' సాధ్యం కాదు : %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr " జి_ఐఓ_ఛానెల్_రీడ్_లైన్_స్ర్టింగ్ ముడి చదువు సాధ్యపడదు " -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr " మిగిలిన దత్తాంశమును రీడ్ బఫర్ లో పరివర్తించలెము " -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr " పూర్తికాని అక్షరాన్ని ప్రసార మార్గం ముగించును. " -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "జి_ఐఓ_ఛానెల్_రీడ్_లైన్_ఎండ్ ముడి చదువు సాధ్యపడదు" @@ -534,7 +526,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -838,12 +830,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "సామ్యమైన కొటేషన్ చిహ్నం %c లభించకముందె పాఠం ముగింపు అయినది . (ఈ పాఠము'%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "పాఠం ఏమి లేదు (లేక ఒక వైట్ స్పేస్ కలదు)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr " శిశు కార్యం నుండి చదువుటలో విఫలమయినావు " @@ -893,7 +883,6 @@ msgid "Failed to execute helper program (%s)" msgstr " సహాయ కార్యక్రమం నిర్వర్తించుటలో విఫలమయినావు " #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -945,19 +934,16 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "శిశు పిడ్ పైప్ (%s) నుండి సరిపడునంత చదువుటలో విఫలమైనావు. " #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "అక్షరము యుటిఫ్-8 శ్రేణియందు లేదు " #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "పరివర్తన ఎగుబడి వరుస నిస్సారము " # ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "అక్షరము UTF-16 శ్రేణియందు లేదు" @@ -1021,17 +1007,15 @@ msgid "Unknown option %s" msgstr "తెలియని ఇచ్ఛాపూర్వకము %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr " సరియైన మీటదస్త్రం దత్తాంశవివరణలో లభించలేదు " #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "క్రమబద్దమైన దస్త్రం కాదు" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr " కాళీ దస్త్రం " @@ -1047,7 +1031,6 @@ msgid "Invalid group name: %s" msgstr "నిస్సారమైన ఆతిథ్య నామము" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr " మీట దస్త్రం సముదాయంతో ప్రారంభమవలెదు. " @@ -1097,7 +1080,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "'%s' మీట దస్త్రం యొక్క మీట ను గ్రూప్ '%s' లో కలిగియుండలేదు " #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr " మీట దస్త్రం గీత చివర ఎస్పేప్ అక్షరము కలదు" @@ -1126,91 +1108,86 @@ msgstr "'%s' విలువను సంఖ్య గా చదువుటక msgid "Value '%s' cannot be interpreted as a boolean." msgstr "%s' విలువను బులియన్ గా చదువుటకు సాధ్యపడదు." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "తెలియని ఇచ్ఛాపూర్వకము %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "చిహ్న పూరితజోడి సహకరించలెదు. " @@ -1222,94 +1199,80 @@ msgstr "చిహ్న పూరితజోడి సహకరించలె #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "చిహ్న పూరితజోడి సహకరించలెదు. " -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1319,142 +1282,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "నిస్సారమైన ఆతిథ్య నామము" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "నిస్సారమైన ఆతిథ్య నామము" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr " '%s' దస్త్రమును సృష్టించుటలో విఫలమయినావు. :%s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr " వివరణ తెరచుటలో దోషం '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "పరివర్తనం నందు దోషం కలదు: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "పత్రం చివర ఊహించని ఆపాదననామం కలదు" @@ -1468,57 +1419,52 @@ msgstr " వివరణ తెరచుటలో దోషం '%s': %s" msgid "Error stating file '%s': %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "పరివర్తనం నందు దోషం కలదు: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "పరివర్తనం నందు దోషం కలదు: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d వరుసలో దోషం కలదు : %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "చిహ్న పూరితజోడి సహకరించలెదు. " @@ -1540,8 +1486,7 @@ msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" msgid "Error closing file: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1577,78 +1522,69 @@ msgid "Error opening file '%s': %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "క్రమబద్దమైన దస్త్రం కాదు" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "నిస్సారమైన ఆతిథ్య నామము" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1679,33 +1615,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "దస్త్రం '%s': %s చదువుటలో దోషం" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "%d వరుసలో దోషం కలదు : %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "పరివర్తనం నందు దోషం కలదు: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1715,17 +1650,15 @@ msgid "Error launching application: %s" msgstr "పరివర్తనం నందు దోషం కలదు: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "చిహ్న పూరితజోడి సహకరించలెదు. " #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/th.po b/po/th.po index 8e71571..580999d 100644 --- a/po/th.po +++ b/po/th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.14.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-06-10 16:05+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "พบแท็ก '%s' ที่ไม่ต้องการภายใน '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "ไม่พบแฟ้มที่คั่นหน้าที่ใช้การได้ในไดเรกทอรีข้อมูล" @@ -100,21 +99,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "ไม่สามารถเปิดตัวแปลงรหัสอักขระจาก '%s' ไปเป็น '%s' ได้" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "มีลำดับไบต์ที่ไม่ถูกต้องในข้อมูลที่ป้อนให้ตัวแปลงรหัส" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "เกิดข้อผิดพลาดระหว่างแปลงรหัส: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "มีลำดับไบต์ไม่เต็มอักขระอยู่ที่ท้ายข้อมูลเข้า" @@ -154,7 +151,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "ชื่อพาธ '%s' ไม่ใช่พาธเต็ม" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "ชื่อโฮสต์ผิดรูปแบบ" @@ -254,7 +250,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "อ่านลิงก์สัญลักษณ์ '%s' ไม่สำเร็จ: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "ไม่รองรับลิงก์สัญลักษณ์" @@ -264,22 +259,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "ไม่สามารถเปิดตัวแปลงรหัสอักขระจาก '%s' ไปเป็น '%s' ได้: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "มีข้อมูลตกค้างไม่ได้แปลงอยู่ในบัฟเฟอร์สำหรับอ่าน" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "แชนเนลจบด้วยข้อมูลไม่เต็มอักขระ" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "ไม่สามารถอ่านข้อมูลแบบดิบใน g_io_channel_read_to_end" @@ -525,7 +516,7 @@ msgstr "เกินขอบเขตการถอยคืน" msgid "the pattern contains items not supported for partial matching" msgstr "แพตเทิร์นมีรายการที่ไม่รองรับในการจับคู่ทีละส่วน" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "ข้อผิดพลาดภายใน" @@ -822,12 +813,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "ข้อความจบเสียก่อนจะพบอัญประกาศที่เข้าคู่กับ %c (ข้อความที่ว่าคือ '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "ข้อความว่างเปล่า (หรือมีแต่อักขระช่องว่าง)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "อ่านข้อมูลจากโพรเซสลูกไม่สำเร็จ" @@ -877,7 +866,6 @@ msgid "Failed to execute helper program (%s)" msgstr "ดำเนินงานโปรแกรมช่วยไม่สำเร็จ (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -930,18 +918,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "อ่านข้อมูลจากไปป์จากโพรเซสลูกได้ไม่เพียงพอ (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "อักขระอยู่นอกช่วงของ UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "มีลำดับข้อมูลที่ไม่ถูกต้องในข้อมูลที่ป้อนให้ตัวแปลงรหัส" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "อักขระอยู่นอกช่วงของ UTF-16" @@ -1005,17 +990,14 @@ msgid "Unknown option %s" msgstr "ไม่รู้จักตัวเลือก %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "ไม่พบแฟ้มคีย์ที่ใช้การได้ในไดเรกทอรีแหล่งค้นหา" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "ไม่ใช่แฟ้มปกติ" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "แฟ้มว่างเปล่า" @@ -1031,7 +1013,6 @@ msgid "Invalid group name: %s" msgstr "ชื่อกลุ่มผิดรูปแบบ: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "แฟ้มคีย์ไม่ได้ขึ้นต้นด้วยกลุ่ม" @@ -1080,7 +1061,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "แฟ้มคีย์ไม่มีคีย์ '%s' ในกลุ่ม '%s'" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "แฟ้มคีย์มีอักขระหลีกที่ท้ายบรรทัด" @@ -1109,90 +1089,84 @@ msgstr "ค่า '%s' ไม่สามารถตีความเป็น msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ค่า '%s' ไม่สามารถตีความเป็นบูลีนได้" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "มีการส่งค่า count ที่สูงเกินไปมาให้ %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "สตรีมถูกปิดไปแล้ว" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "การกระทำถูกยกเลิก" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "ชนิดข้อมูลไม่รู้จัก" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "ชนิดแฟ้ม %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "ชนิด %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "พบจุดจบสตรีมก่อนกำหนด" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "ไม่มีชื่อ" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "แฟ้มเดสก์ท็อปไม่ได้ระบุเขตข้อมูล Exec" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "หาเทอร์มินัลซึ่งต้องใช้ในการเปิดโปรแกรมไม่พบ" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "ไม่สามารถสร้างโฟลเดอร์ %s สำหรับเก็บค่าตั้งโปรแกรมของผู้ใช้: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "ไม่สามารถสร้างโฟลเดอร์ %s สำหรับเก็บค่าตั้ง MIME ของผู้ใช้: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "ไม่สามารถสร้างแฟ้มเดสก์ท็อป %s สำหรับผู้ใช้" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "ข้อกำหนดกำหนดเองสำหรับ %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "ไดรว์ไม่สามารถใช้คำสั่งดันแผ่นออกได้" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "ไดรว์ไม่สามารถใช้คำสั่งตรวจสอบสื่อได้" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "ไม่รองรับการกระทำนี้" @@ -1204,94 +1178,79 @@ msgstr "ไม่รองรับการกระทำนี้" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "ไม่มีจุดเมานท์ที่บรรจุแฟ้มอยู่" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "ไม่สามารถคัดลอกทับไดเรกทอรี" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "ไม่สามารถคัดลอกไดเรกทอรีทับไดเรกทอรี" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "มีแฟ้มปลายทางอยู่ก่อนแล้ว" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "ไม่สามารถคัดลอกไดเรกทอรีทั้งยวง" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "ได้รับชื่อ symlink ที่ใช้การไม่ได้" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "ไม่รองรับการใช้ถังขยะ" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "ชื่อแฟ้มจะมีอักขระ '%c' ไม่ได้" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "โวลุมไม่รองรับการเมานท์" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "ไม่มีโปรแกรมที่ลงทะเบียนสำหรับจัดการแฟ้มประเภทนี้ไว้" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "ตัวแจงนับถูกปิด" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "ตัวแจงนับแฟ้มมีการกระทำค้างอยู่" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "ตัวแจงนับแฟ้มถูกปิดไปแล้ว" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "สตรีมไม่รองรับ query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "สตรีมไม่รองรับการเลื่อนตำแหน่งอ่านเขียน" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "สตรีมข้อมูลเข้าไม่สามารถตัดท้ายทิ้งได้" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "สตรีมไม่รองรับการตัดท้ายทิ้ง" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "สตรีมข้อมูลเข้ายังไม่รองรับการอ่าน" @@ -1301,142 +1260,128 @@ msgstr "สตรีมข้อมูลเข้ายังไม่รอง #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "สตรีมมีการกระทำค้างอยู่" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "ไม่สามารถหาชนิดปริยายของการเฝ้ามองไดเรกทอรีในเครื่อง" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "ชื่อแฟ้ม %s ผิดรูปแบบ" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "เกิดข้อผิดพลาดขณะอ่านข้อมูลของระบบแฟ้ม: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "ไม่สามารถเปลี่ยนชื่อไดเรกทอรีราก" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "ไม่สามารถเปลี่ยนชื่อแฟ้ม เนื่องจากมีแฟ้มชื่อเดียวกันอยู่ก่อนแล้ว" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "ชื่อแฟ้มผิดรูปแบบ" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "เกิดข้อผิดพลาดขณะเปลี่ยนชื่อแฟ้ม: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "เกิดข้อผิดพลาดขณะเปิดแฟ้ม: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "ไม่สามารถเปิดไดเรกทอรี" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "เกิดข้อผิดพลาดขณะลบแฟ้ม: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "เกิดข้อผิดพลาดขณะทิ้งแฟ้มลงถังขยะ: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "สร้างไดเรกทอรีถังขยะ '%s' ไม่สำเร็จ: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "หาไดเรกทอรีระดับบนสุดสำหรับถังขยะไม่สำเร็จ" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "หาหรือสร้างไดเรกทอรีถังขยะไม่สำเร็จ" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "สร้างแฟ้มข้อมูลการทิ้งขยะไม่สำเร็จ: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "ทิ้งแฟ้มลงถังขยะไม่สำเร็จ: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, c-format msgid "Error creating directory: %s" msgstr "เกิดข้อผิดพลาดขณะสร้างไดเรกทอรี: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "เกิดข้อผิดพลาดขณะสร้าง symbolic link: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "เกิดข้อผิดพลาดขณะย้ายแฟ้ม: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "ไม่สามารถย้ายไดเรกทอรีทับไดเรกทอรี" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "สร้างแฟ้มสำรองไม่สำเร็จ" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "เกิดข้อผิดพลาดขณะลบแฟ้มปลายทาง: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "ไม่รองรับการย้ายแฟ้มข้ามอุปกรณ์" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "ค่าแอตทริบิวต์ต้องไม่ใช่ตัวชี้ศูนย์" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "ชนิดของแอตทริบิวต์ใช้การไม่ได้ (ต้องการสตริง)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "ชื่อแอตทริบิวต์ส่วนขยายเพิ่มใช้การไม่ได้" @@ -1450,57 +1395,52 @@ msgstr "เกิดข้อผิดพลาดขณะกำหนดแอ msgid "Error stating file '%s': %s" msgstr "เกิดข้อผิดพลาดขณะ stat แฟ้ม '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (รหัสอักขระไม่ถูกต้อง)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "เกิดข้อผิดพลาดขณะ stat file descriptor: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการ uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "ชนิดของแอตทริบิวต์ไม่ถูกต้อง (ต้องการสตริงของไบต์)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดสิทธิ์: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนดเจ้าของ: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "symlink ต้องไม่ใช่ตัวชี้ศูนย์" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "เกิดข้อผิดพลาดขณะกำหนด symlink: แฟ้มไม่ใช่ symlink" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "ไม่รองรับการกำหนดแอตทริบิวต์ %s" @@ -1522,8 +1462,7 @@ msgstr "เกิดข้อผิดพลาดขณะเลื่อนต msgid "Error closing file: %s" msgstr "เกิดข้อผิดพลาดขณะปิดแฟ้ม: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "ไม่สามารถหาชนิดปริยายของการเฝ้ามองแฟ้มในเครื่อง" @@ -1559,78 +1498,67 @@ msgid "Error opening file '%s': %s" msgstr "เกิดข้อผิดพลาดขณะเปิดแฟ้ม '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "แฟ้มปลายทางเป็นไดเรกทอรี" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "แฟ้มปลายทางไม่ใช่แฟ้มปกติ" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "แฟ้มถูกแก้ไขโดยโปรแกรมอื่น" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "ได้รับค่า GSeekType ที่ใช้การไม่ได้" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "คำสั่งเลื่อนตำแหน่งอ่านเขียนผิดเงื่อนไข" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "ไม่สามารถตัดท้าย GMemoryInputStream ทิ้ง" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "มาถึงขีดจำกัดสูงสุดของแอร์เรย์ข้อมูลแล้ว" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "สตรีมข้อมูลออกในหน่วยความจำไม่สามารถเปลี่ยนขนาดได้" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "เปลี่ยนขนาดสตรีมข้อมูลออกในหน่วยความจำไม่สำเร็จ" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "การเมานท์นี้ยังไม่รองรับการเลิกเมานท์" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "การเมานท์นี้ยังไม่รองรับการดันสื่อออก" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "การเมานท์นี้ยังไม่รองรับการเมานท์ซ้ำ" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "สตรีมข้อมูลออกยังไม่รองรับการเขียนข้อมูล" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "สตรีมต้นทางถูกปิดไปแล้ว" @@ -1662,33 +1590,32 @@ msgstr "" "กำหนดว่าจะใช้ fallback ปริยายซึ่งหาได้โดยตัดท้ายชื่อที่อักขระ '-' หรือไม่ ถ้ามีหลายชื่อ " "จะใช้เพียงชื่อแรกเท่านั้น" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "เกิดข้อผิดพลาดขณะอ่านแฟ้มยูนิกซ์: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "เกิดข้อผิดพลาดขณะปิดแฟ้มยูนิกซ์: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "รากระบบแฟ้ม" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "เกิดข้อผิดพลาดขณะเขียนข้อมูลลงแฟ้มยูนิกซ์: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "โวลุมยังไม่รองรับการดันสื่อออก" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "หาโปรแกรมไม่พบ" @@ -1698,17 +1625,14 @@ msgid "Error launching application: %s" msgstr "เกิดข้อผิดพลาดขณะเรียกโปรแกรม: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "ไม่รองรับ URI" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "ไม่รองรับการเปลี่ยนแปลงการเชื่อมโยงสำหรับ win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "ไม่รองรับการสร้างการเชื่อมโยงสำหรับ win32" diff --git a/po/tl.po b/po/tl.po index b0fb60a..b848e63 100644 --- a/po/tl.po +++ b/po/tl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2005-12-01 17:31+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -44,7 +44,7 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, fuzzy, c-format +#, fuzzy msgid "No valid bookmark file found in data dirs" msgstr "Walang mahanap na talaksang susi sa mga dir ng datos" @@ -102,21 +102,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Hindi mabuksan ang converter mula '%s' tungong '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Hindi tanggap na byte sequence sa conversion input" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Error habang nagco-convert: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Hindi kumpletong karakter sequence sa dulo ng input" @@ -156,7 +154,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Ang pathname '%s' ay hindi absolute path" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Hindi tanggap na hostname" @@ -260,7 +257,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Sawi ang pagbasa ng symbolic link '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Hindi suportado ang mga symbolic link" @@ -270,22 +266,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Hindi mabuksan ang converter mula '%s' patungong '%s': %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "May natirang hindi na-convert na datos sa read buffer" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Nagwakas sa partial karakter ang channel" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Hindi makapagbasa ng hilaw sa g_io_channel_read_to_end" @@ -573,7 +565,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -880,12 +872,10 @@ msgstr "" "teksto ay '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Ang teksto ay walang laman (o naglaman lamang ng puwang)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Sawi sa pagbasa ng datos mula sa prosesong anak" @@ -935,7 +925,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Bigo sa pagtakbo ng programang katulong (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -991,18 +980,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Sawi sa pagbasa ng akmang datos mula sa child pid pipe (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Character wala sa sakop ng UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Hindi tanggap na sequence sa conversion input" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Character wala sa sakop ng UTF-16" @@ -1066,17 +1052,15 @@ msgid "Unknown option %s" msgstr "Hindi kilalang option %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy 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:393 -#, c-format msgid "Not a regular file" msgstr "Hindi karaniwang talaksan" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Walang laman ang talaksan" @@ -1094,7 +1078,6 @@ msgid "Invalid group name: %s" msgstr "Imbalidong pangalan ng programa: %s" #: 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" @@ -1148,7 +1131,6 @@ 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:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Ang talaksang susi ay may escape karakter sa dulo ng linya" @@ -1177,91 +1159,86 @@ msgstr "Ang halagang '%s' ay hindi mabasa bilang numero." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ang halagang '%s' ay hindi mabasa bilang boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "Hindi kilalang option %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Hindi suportado ang mga symbolic link" @@ -1273,94 +1250,80 @@ msgstr "Hindi suportado ang mga symbolic link" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Hindi suportado ang mga symbolic link" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1370,142 +1333,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Imbalidong pangalan ng programa: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Hindi tanggap na hostname" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Sawi ang paglikha ng talaksang '%s': %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Error sa pagbukas ng directory '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "" "Nagwakas ng hindi inaasahan ang dokumento sa loob ng pangalan ng attribute" @@ -1520,57 +1471,52 @@ msgstr "Error sa pagbukas ng directory '%s': %s" msgid "Error stating file '%s': %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Error habang nagco-convert: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Error sa linya %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Hindi suportado ang mga symbolic link" @@ -1592,8 +1538,7 @@ msgstr "Error sa pagbasa ng talaksang '%s': %s" msgid "Error closing file: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1629,78 +1574,69 @@ msgid "Error opening file '%s': %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "Hindi karaniwang talaksan" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Imbalidong pangalan ng programa: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1731,33 +1667,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Error sa pagbasa ng talaksang '%s': %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Error sa linya %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Error habang nagco-convert: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1767,17 +1702,15 @@ msgid "Error launching application: %s" msgstr "Error habang nagco-convert: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Hindi suportado ang mga symbolic link" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/tr.po b/po/tr.po index d114cbe..f806f56 100644 --- a/po/tr.po +++ b/po/tr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: tr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-11 18:56+0200\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" @@ -45,7 +45,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "'%2$s' içinde beklenmeyen etiket '%1$s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Veri dizinlerinde geçerli bir yer imi dosyası bulunamadı" @@ -103,21 +102,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'--'%s' dönüştürücüsü açılamıyor" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Dönüşüm girdisinde geçersiz bayt dizisi" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Dönüşüm sırasında hata oluştu: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Girdinin sonunda parçalı karakter dizisi" @@ -158,7 +155,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Yol adı '%s', kesin bir yol değil" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Geçersiz makine adı" @@ -261,7 +257,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "'%s' sembolik bağını okuma başarısız: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Sembolik bağlar desteklenmiyor" @@ -271,22 +266,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "`%s'-`%s' dönüştürücüsü açılamıyor: %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "g_io_channel_read_line_string içinde okuma yapılamıyor" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Okuma tampon belleğinde kalıntı çevrilmemiş veri" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kanal kısmi bir karakterde sonlanıyor" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end içinde okuma başarısız" @@ -556,7 +547,7 @@ msgstr "geri takip sınırına ulaşıldı" msgid "the pattern contains items not supported for partial matching" msgstr "doku (pattern), kısmi eşleme için desteklenmeyen öğeler içeriyor" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "dahili hata" @@ -858,12 +849,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "%c için eşleşen tırnak işareti bulunmadan metin bitti. (Metin: '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Metin boştu (veya sadece boşluk içeriyordu)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Alt süreçten bilgi okuma başarısızlığı" @@ -913,7 +902,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Yardımcı program (%s) çalıştırılamadı" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -967,18 +955,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Alt süreç borusundan yeterli bilgi okunamadı (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Karakter UTF-8 için sınırlarının dışında" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Dönüşüm girdisi içinde geçersiz dizi" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Karakter UTF-16 sınırlarının dışında" @@ -1042,17 +1027,14 @@ msgid "Unknown option %s" msgstr "Bilinmeyen seçenek %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Arama dizinlerinde geçerli anahtar dosyası bulunamadı" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Normal dosya değil" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Dosya boş" @@ -1070,7 +1052,6 @@ msgid "Invalid group name: %s" msgstr "Geçersiz grup adı: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Anahtar dosyası bir grupla başlamıyor" @@ -1120,7 +1101,6 @@ 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:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Anahtar dosyası satır sonunda çıkış karakteri içeriyor" @@ -1149,90 +1129,84 @@ msgstr "'%s' değeri bir gerçel sayı olarak yorumlanamıyor." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' değeri mantıksal değer olarak yorumlanamıyor." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "%s için çok büyük sayaç değeri geçildi" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Akış zaten kapalı" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "İşlem iptal edildi" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Bilinmeyen tür" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s dosya türü" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s türü" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Beklenmeyen erken akış-sonu" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Ä°simlendirilmemiş" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Desktop dosyası Exec alanı belirtmemiş" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Uygulama için gerekli uçbirim bulunamadı" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Kullanıcı uygulaması yapılandırma klasörü %s oluşturulamıyor: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Kullanıcı MIME yapılandırma klasörü %s oluşturulamıyor: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Kullanıcı masaüstü dosyası %s oluşturulamıyor" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "%s için özel tanım" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "sürücü çıkartmayı uygulamıyor" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "sürücü ortam için yoklamayı uygulamıyor" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "İşlem desteklenmiyor" @@ -1244,94 +1218,79 @@ msgstr "İşlem desteklenmiyor" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Bağlama mevcut değil içeriyor" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Dizin üzerine kopyalanamıyor" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Dizin dizin üzerine kopyalanamıyor" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Hedef dosya mevcut" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Dizin iç içe kopyalanamıyor" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Geçersiz sembolik bağ değeri verildi" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Çöp desteklenmiyor" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Dosy adları '%c' içeremez" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "sistem bağlama uygulamıyor" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Bu dosyayı işlemek için hiçbir uygulama kayıtlı değil" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Enumerator kapalı" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Dosya numaralandırıcı sıradışı işleme sahip" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Dosya numaralandırıcı zaten kapalı" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Akış query_info desteklemiyor" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Atlama akışta desteklenmiyor" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Sonunu kesmeye giriş akışında izin verilmiyor" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Akış üzerinde sonunun kesilmesi desteklenmiyor" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Giriş akımı okumayı uygulamıyor" @@ -1341,142 +1300,128 @@ msgstr "Giriş akımı okumayı uygulamıyor" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Akışın sıradışı işlemi var" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Öntanımlı yerel dizin izleme tipi bulunamadı" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Geçersiz dosya adı %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Dosya sistemi bilgisi alınırken hata: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Kök dizini yeniden adlandırılamıyor" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Dosya yeniden adlandırılamıyor, dosya ismi zaten mevcut" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Geçersiz dosya adı" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Dosya yeniden adlandırılırken hata: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Dosya açılırken hata: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Dizin açılamıyor" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Dosya silinirken hata: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Dosya çöpe atılırken hata: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Çöp dizini %s oluşturulamıyor: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Çöp için en üst seviye dizin bulunamıyor" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Çöp dizini bulunamıyor ya da oluşturulamıyor" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Çöp bilgi dosyası oluşturulamıyor: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Dosya çöpe atılamıyor: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' dizini açılamadı: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Sembolik bağ yaparken hata: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Dosya taşınırken hata: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Dizin dizin üzerine taşınamıyor" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Yedek dosyası oluşturma başarısız oldu" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Hedef dosya silerken hata: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Bağlı sistemler arasında taşıma desteklenmiyor" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Öznitelik değeri NULL olmamalı" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Geçersiz öznitelik türü (dizgi beklendi)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Geçersiz genişletilmiş öznitelik ismi" @@ -1490,57 +1435,52 @@ msgstr "Genişletilmiş öznitelik '%s' atanırken hata: %s" msgid "Error stating file '%s': %s" msgstr "'%s' dosyası durumlandırılırken hata: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (geçersiz kodlama)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Dosya tanımlayıcı durumlandırılırken hata: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Geçersiz öznitelik türü (uint32 beklendi)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Geçersiz öznitelik türü (uint64 beklendi)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Geçersiz öznitelik türü (byte dizisi beklendi)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Ä°zinler atanırken hata: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Sahip atanırken hata: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "sembolik bağ NULL olmamalı" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Sembolik bağ atanırken hata: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "Sembolik bağ atanırken hata: dosya bir sembolik bağ değil" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Öznitelik %s ataması desteklenmiyor" @@ -1562,8 +1502,7 @@ msgstr "Dosya içinde atlama yapılırken hata: %s" msgid "Error closing file: %s" msgstr "Dosya kapatılırken hata: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Öntanımlı yerel dosya izleme türü bulunamadı" @@ -1599,78 +1538,67 @@ msgid "Error opening file '%s': %s" msgstr "'%s' dosyası açılırken hata: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Hedef dosya bir dizin" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Hedef dosya normal dosya değil" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Dosya harici olarak değiştirilmiş" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Geçersiz GSeekType sağlandı" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Geçersiz atlama isteği" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "GMemoryInputStream sonu silinemiyor" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Azami veri dizisi sınırına ulaşıldı" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Hafıza çıktı akışı yeniden boyutlandırılamaz" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Hafız çıktı açışı yeniden boyutlandırma başarısız oldu" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "mount unmount uygulamıyor" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "mount eject uygulamıyor" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "mount remount uygulamıyor" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Çıktı akışı write uygulamıyor" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Kaynak akışı zaten kapalı" @@ -1703,33 +1631,32 @@ msgstr "" "Eğer birden daha fazla isim verilmişse birincisinden sonraki isimleri yok " "sayar." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Unix'den okurken hata: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Unix kapatılırken hata: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Dosya sistemi kök dizini" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Unix'e yazılırken hata: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "volume eject uygulamıyor" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Uygulama bulunamıyor" @@ -1739,17 +1666,14 @@ msgid "Error launching application: %s" msgstr "Uygulama başlatılırken hata: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI'ler desteklenmiyor" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "eşleştirme değişimleri win32 üzerinde desteklenmiyor" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Eşleştirme oluşturulması win32 üzerinde desteklenmiyor" diff --git a/po/tt.po b/po/tt.po index 4ae10f2..7982581 100644 --- a/po/tt.po +++ b/po/tt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: libgnome\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2005-11-09 13:19+0300\n" "Last-Translator: Albert Fazlí \n" "Language-Team: Tatarish \n" @@ -38,7 +38,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -96,21 +95,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' -› '%s' äyländergeçen açıp bulmadı" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Äyländergändä xata çıqtı: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "" @@ -150,7 +147,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "'%s' digän yul töptän tügel" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Host adı yaraqsız" @@ -250,7 +246,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "" @@ -260,22 +255,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "'%s' -› '%s' äyländergeçen açıp bulmadı: %s" #: glib/giochannel.c:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" @@ -510,7 +501,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -807,12 +798,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "" @@ -862,7 +851,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Yärdämçe yazılım eşlätep bulmadı (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -914,18 +902,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "UTF-8 çigennän çıqqan bilge" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "UTF-16 çigennän çıqqan bilge" @@ -989,17 +974,14 @@ msgid "Unknown option %s" msgstr "Bilgesez %s atlı köylämä" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Ğädäti birem tügel" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Birem buş ikän" @@ -1015,7 +997,6 @@ msgid "Invalid group name: %s" msgstr "Yazılım adı yaraqsız: %s" #: 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í" @@ -1064,7 +1045,6 @@ 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:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1093,91 +1073,85 @@ msgstr "'%s' digän bäyäsen san itep tanıp bulmí." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' digän bäyäsen yuqbar itep tanıp bulmí." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "Bilgesez %s atlı köylämä" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "" @@ -1189,94 +1163,79 @@ msgstr "" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1286,142 +1245,129 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Yazılım adı yaraqsız: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Host adı yaraqsız" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "'%s' biremen yasap bulmadı: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "'%s' törgägen açıp bulmadı: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "" @@ -1435,57 +1381,52 @@ msgstr "'%s' törgägen açıp bulmadı: %s" msgid "Error stating file '%s': %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "%d. yulda xata: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1507,8 +1448,7 @@ msgstr "'%s' biremen uqığanda xata: %s" msgid "Error closing file: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1544,78 +1484,69 @@ msgid "Error opening file '%s': %s" msgstr "'%s' biremen uqığanda xata: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "Ğädäti birem tügel" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Yazılım adı yaraqsız: %s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1646,33 +1577,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "'%s' biremen uqığanda xata: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "%d. yulda xata: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Äyländergändä xata çıqtı: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1682,17 +1612,14 @@ msgid "Error launching application: %s" msgstr "Äyländergändä xata çıqtı: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/uk.po b/po/uk.po index 6de7755..2220c87 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-01-25 11:56+0300\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Неочікуваний тег '%s' у '%s'" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Не вдається знайти правильний файл закладок у каталогах даних" @@ -100,21 +99,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Не вдається відкрити модуль перетворення з \"%s\" у \"%s\"" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Неправильна послідовність байтів у перетворюваних вхідних даних" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Помилка під час перетворення: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Незавершена символьна послідовність на кінці вводу" @@ -156,7 +153,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Шлях \"%s\" не є абсолютним" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Неправильна назва вузла" @@ -256,7 +252,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Помилка читання символічного посилання \"%s\": %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Символічні посилання не підтримуються" @@ -266,24 +261,20 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Не вдається відкрити модуль перетворення з \"%s\" у \"%s\": %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "В буфері зчитування лишились не перетворені дані" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Канал завершується на неповному символі" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Не можна виконувати безпосереднє зчитування у функції " @@ -559,7 +550,7 @@ msgstr "" "шаблон містить елементи, які не підтримуються при пошуку часткової " "відповідності" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "внутрішня помилка" @@ -864,12 +855,10 @@ msgstr "" "Текст закінчився перед відповідними лапками для %c. (Текст був таким: \"%s\")" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Текст порожній (чи містить лише пропуски)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Помилка зчитування даних з дочірнього процесу" @@ -919,7 +908,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Не вдається виконати допоміжну програму (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -975,18 +963,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Не вдається зчитати достатню кількість даних з дочірнього каналу (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Символ не входить в набір UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Неправильна послідовність у перетворюваному вводі" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Символ не входить в набір UTF-16" @@ -1050,17 +1035,14 @@ msgid "Unknown option %s" msgstr "Невідомий параметр %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Не вдається знайти правильний ключовий файл у каталогах ключів" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Не є звичайним файлом" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Файл порожній" @@ -1078,7 +1060,6 @@ msgid "Invalid group name: %s" msgstr "Неправильна назва групи: %s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Ключовий файл не починається з групи" @@ -1131,7 +1112,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Ключовий файл не містить ключ '%s' у групі '%s'" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Ключовий файл містить escape-символ наприкінці рядка" @@ -1160,90 +1140,84 @@ msgstr "Значення '%s' не вдається перетворити у ч msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Не вдається розібрати значення '%s' як логічне значення." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "До %s передано надто велике значення лічильника" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Потік вже закрито" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Операцію скасовано" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Невідомий тип" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "тип файлу %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "тип %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Неочікуваний передчасний кінець потоку" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Без назви" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "У Desktop-файлі не визначено поле Exec" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Неможливо знайти термінал, що потрібен програмі" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Не вдається створити теку параметрів програми %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Не вдається створити теку параметрів MIME %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Не вдається створити для користувача desktop-файл %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Власне визначення %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "пристрій не має функції витягування носія" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "пристрій не має функції опитування наявності носія" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Операція не підтримується" @@ -1255,94 +1229,80 @@ msgstr "Операція не підтримується" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Вкладена точка монтування не існує" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Не вдається копіювати у каталог" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Не вдається копіювати каталог у каталог" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Цільовий файл існує" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Не вдається рекурсивно скопіювати каталог" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Неправильне значення символьного посилання" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Смітник не підтримується" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "назви файлів не можуть містити символ '%c'" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "том не підтримує операцію монтування" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "Не зареєстровано програму з назвою що створило закладку" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Лічильник закрито" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Лічильник файлів має невиконані операції" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Лічильник файлів вже закритий" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Потік не підтримує query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Операція встановлення позиції не підтримується для потоків" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Операція урізання не підтримується для вхідного потоку" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Операція урізання не підтримується для потоку" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Вхідний потік не підтримує операцію читання" @@ -1352,142 +1312,128 @@ msgstr "Вхідний потік не підтримує операцію чи #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Для потоку є незавершена операція" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Не вдається знайти типовий різновид монітору локального каталогу" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Неправильна назва файлу %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Помилка при отриманні інформації з файлової системи: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Не можна перейменовувати кореневий каталог" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Не вдається перейменувати файлу, файл з такою назвою вже існує" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Неправильна назва файлу" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Помилка при перейменуванні файлу: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Помилка при відкриванні файлу: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Не вдається відкрити каталог" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Помилка при видаленні файлу: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Помилка при переміщенні файлу до смітника: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Помилка при створенні каталогу смітника %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Не вдається знайти каталог верхнього рівня для смітника" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "не вдається знайти чи створити каталог смітника" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Помилка створення файл у смітнику: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Не вдається перемістити файл до смітника: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Помилка відкривання каталогу \"%s\": %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Помилка при створенні символьного посилання: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Помилка при переміщенні файлу: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Не вдається перемістити каталог у каталог" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Помилка при створенні файлу резервної копії" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Помилка при зчитуванні цільового файлу: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Переміщення між різними точками монтування не підтримується" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Значення атрибуту не можу бути NULL" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "неправильний тип атрибуту (очікувався рядок)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Неправильна назва розширеного атрибуту" @@ -1501,59 +1447,54 @@ msgstr "Помилка при встановленні розширеного а msgid "Error stating file '%s': %s" msgstr "Помилка отримання інформації про файл \"%s\": %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (неправильне кодування)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Помилка отримання інформації для дескриптору файлу: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Неправильний тип атрибута (очікувався uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Неправильний тип атрибуту (очікувався uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Неправильний тип атрибуту (очікувався рядок байтів)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Помилка встановлення прав доступу: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Помилка встановлення власник: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "символьне посилання не може мати значення NULL" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Помилка при встановленні символьного посилання: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "помилка при встановленні символьного посилання: файл не є символьним " "посиланням" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Встановлення атрибуту %s не підтримуються" @@ -1575,8 +1516,7 @@ msgstr "Помилка при встановленні позиції у фай msgid "Error closing file: %s" msgstr "Помилка при закриванні файлу: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Не вдається знайти типовий різновид монітору локального файлу" @@ -1612,78 +1552,67 @@ msgid "Error opening file '%s': %s" msgstr "Помилка при відкритті файлу \"%s\": %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Цільовий файл є каталогом" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Цільовий файл не є звичайним файлом" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Файл був змінений іншою програмою" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "Вказано неправильний GSeekType" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Неправильний тип операції зміни позиції у файлі" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Не можна усікати GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Досягнуто верхню межу масиву даних" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Не можна змінювати розмір потоку виводу у пам'ять" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Помилка при зміні розміру потоку виводу у пам'ять" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "для точки монтування не реалізовано операцію відмонтування" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "для точки монтування не реалізовано операцію витягування носія" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "для точки монтування не реалізовано перемонтування" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "У потоці виводу не реалізовано операцію запису" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Вхідний потік вже закритий" @@ -1716,33 +1645,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Помилка при зчитуванні unix-сокету: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Помилка при закриванні unix-сокету: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Корінь файлової системи" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Помилка при записі до unix-сокету: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "том не підтримує операцію витягування носія" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Не вдається знайти програму" @@ -1752,17 +1680,14 @@ msgid "Error launching application: %s" msgstr "Помилка при запусканні програми: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "URI не підтримуються" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "Зміни асоціацій розширень не підтримуються на win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "Створення асоціацій розширень не підтримуються на win32" diff --git a/po/vi.po b/po/vi.po index c864159..c128759 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib GNOME TRUNK\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-23 15:50+0700\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -42,7 +42,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "Thẻ bất thường « %s » bên trong « %s »" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "Không tìm thấy tập tin liên kết lưu hợp lệ trong các thư mục dữ liệu" @@ -100,21 +99,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Không thể mở bộ chuyển đổi từ « %s » sang « %s »" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Gặp dây byte không hợp lệ trong dữ liệu nhập chuyển đổi" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Gặp lỗi khi chuyển đổi: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, 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" @@ -155,7 +152,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Tên đường dẫn « %s » không phải là một đường dẫn tuyệt đối" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Tên máy không hợp lệ" @@ -255,7 +251,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Lỗi đọc liên kết tượng trưng « %s »: %s" #: glib/gfileutils.c:1908 -#, 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" @@ -265,23 +260,19 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Không thể mở bộ chuyển đổi từ « %s » sang « %s »: %s" #: glib/giochannel.c:1507 -#, 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Có dữ liệu chưa được chuyển đổi còn lại nằm trong bộ đệm đọc" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Kênh tận hết trong ký tự riêng phần" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Không thể thực hiện tiến trình đọc thô trong « g_io_channel_read_to_end »" @@ -549,7 +540,7 @@ msgstr "không thể rút lùi nữa" msgid "the pattern contains items not supported for partial matching" msgstr "mẫu chứa mục không được hỗ trợ khi khớp bộ phận" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "lỗi nội bộ" @@ -854,12 +845,10 @@ msgstr "" "là « %s »)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Văn bản rỗng (hay chưa chỉ khoảng trắng)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Lỗi đọc dữ liệu từ tiến trình con" @@ -909,7 +898,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Lỗi thực hiện chương trình bổ trợ (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -965,18 +953,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Lỗi đọc đủ dữ liệu từ ống dẫn PID con (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Ký tự ở ngoại phạm vi UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Dãy không hợp lệ nằm trong dữ liệu nhập việc chuyển đổi" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Ký tự ở ngoại phạm vi UTF-16" @@ -1040,17 +1025,14 @@ msgid "Unknown option %s" msgstr "Không biết tùy chọn %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "Không tìm thấy tập tin khoá hợp lệ nằm trong thư mục tìm kiếm" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Không phải là một tập tin chuẩn" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Tập tin rỗng" @@ -1068,7 +1050,6 @@ msgid "Invalid group name: %s" msgstr "Tên nhóm không hợp lệ: %s" #: 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" @@ -1120,7 +1101,6 @@ 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:3474 -#, 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" @@ -1149,90 +1129,84 @@ msgstr "Không thể giải dịch giá trị « %s » dạng con số nổi." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Không thể giải dịch giá trị « %s » dạng bun (đúng/sai)." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "Giá trị đếm quá lớn được gửi cho %s" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "Luồng đã bị đóng" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "Thao tác bị thôi" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "Không rõ kiểu" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "kiểu tập tin %s" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "kiểu %s" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "Kết thúc luồng sớm bất thường" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "Không có tên" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "Tập tin Desktop không ghi rõ trường Exec (thực hiện)" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "Không tìm thấy thiết bị cuối cần thiết cho ứng dụng" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "Không thể tạo thư mục cấu hình ứng dụng người dùng %s: %s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Không thể tạo thư mục cấu hình MIME người dùng %s: %s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "Không thể tạo tập tin desktop %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "Lời định nghĩa riêng cho %s" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "ổ đĩa không thực hiện chức năng đẩy ra" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "ổ đĩa không thực hiện chức năng thăm dò có phương tiện không" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "Thao tác không được hỗ trợ" @@ -1244,94 +1218,79 @@ msgstr "Thao tác không được hỗ trợ" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "Bộ lắp chứa không tồn tại" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "Không thể sao chép đè lên thư mục" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "Không thể sao chép thư mục đè lên thư mục" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "Tập tin đích đã có" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "Không thể sao chép đệ quy thư mục" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "Đưa ra giá trị liên kết tượng trưng không hợp lệ" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "Thùng rác không được hỗ trợ" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "Tên tập tin không thể chứa « %c »" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "hàm volume (khối tin) không thực hiện chức năng mount (lắp)" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "Không có ứng dụng đăng ký xử lý tập tin này" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "Bộ đếm bị đóng" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Bộ đếm tập tin có thao tác còn chạy" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Bộ đếm tập tin đã bị đóng" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "Luồng không hỗ trợ hàm « query_info »" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "Chức năng seek (tìm nơi) không được hỗ trợ trên luồng" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "Không cho phép cắt ngắn luồng nhập vào" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "Không cho phép cắt ngắn luồng" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "Luồng nhập vào không thực hiện chức năng đọc" @@ -1341,142 +1300,128 @@ msgstr "Luồng nhập vào không thực hiện chức năng đọc" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "Luồng có thao tác còn chạy" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "Không tìm thấy kiểu theo dõi thư mục cục bộ mặc định" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "Tên tập tin không hợp lệ: %s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "Gặp lỗi khi lấy tập tin về hệ thống tập tin: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "Không thể thay đổi tên của thư mục gốc" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "Không thể thay đổi tên của tập tin, vì tên tập tin đã có" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "Tên tập tin không hợp lệ" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "Gặp lỗi khi thay đổi tên của tập tin: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "Gặp lỗi khi mở tập tin: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "Không thể mở thư mục" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "Gặp lỗi khi gỡ bỏ tập tin: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "Gặp lỗi khi chuyển tập tin vào sọt rác: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Không thể tạo thư mục sọt rác %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "Không tìm thấy thư mục cấp đầu cho sọt rác" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "Không tìm thấy hay không thể tạo thư mục sọt rác" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Không thể tạo tập tin thông tin sọt rác: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "Không thể chuyển tập tin vào sọt rác: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Gặp lỗi khi mở thư mục « %s »: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "Gặp lỗi khi tạo liên kết tượng trưng: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "Gặp lỗi khi di chuyển tập tin: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "Không thể di chuyển thư mục đè lên thư mục" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "Lỗi tạo tập tin sao lưu" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "Gặp lỗi khi gỡ bỏ tập tin đích: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "Không hỗ trợ chức năng di chuyển giữa các bộ lắp" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "Giá trị thuộc tính phải có giá trị" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi chuỗi)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "Tên thuộc tính đã mở rộng không hợp lệ" @@ -1490,59 +1435,54 @@ msgstr "Gặp lỗi khi đặt thuộc tính đã mở rộng « %s »: %s" msgid "Error stating file '%s': %s" msgstr "Gặp lỗi khi lấy trạng thái về tập tin « %s »: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (bảng mã không hợp lệ)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "Gặp lỗi khi lấy trạng thái về mô tả tập tin: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "Kiểu thuộc tính không hợp lệ (mong đợi chuỗi byte)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "Gặp lỗi khi đặt quyền hạn: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "Gặp lỗi khi đặt người sở hữu : %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "liên kết tượng trưng phải có giá trị" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "Gặp lỗi khi đặt liên kết tượng trưng: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" "Gặp lỗi khi đặt liên kết tượng trưng: tập tin không phải là liên kết tượng " "trưng" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "Không hỗ trợ chức năng đặt thuộc tính %s" @@ -1564,8 +1504,7 @@ msgstr "Gặp lỗi khi tìm nơi trong tập tin: %s" msgid "Error closing file: %s" msgstr "Gặp lỗi khi đóng tập tin: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "Không tìm thấy kiểu theo dõi tập tin cục bộ mặc định" @@ -1601,78 +1540,67 @@ msgid "Error opening file '%s': %s" msgstr "Gặp lỗi khi mở tập tin « %s »: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "Tập tin đích là một thư mục" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "Tập tin đích không phải là một tập tin bình thường" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "Tập tin đã bị sửa đổi bên ngoài" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "GSeekType được cung cấp không hợp lệ" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "Yêu cầu tìm không hợp lệ" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "Không thể cắt GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "Đã đạt ngưỡng mảng dữ liệu tối đa" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "Luồng ra bộ nhớ không thể thay đổi kích thước" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "Lỗi thay đổi kích thước luồng ra bộ nhớ" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "hàm mount (lắp) không thực hiện hàm unmount (bỏ lắp)" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "hàm mount (lắp) không thực hiện hàm eject (đầy ra)" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "hàm mount (lắp) không thực hiện hàm remount (lắp lại)" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "Luồng xuất không thực hiện hàm write (ghi)" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "Luồng nguồn đã bị đóng" @@ -1704,33 +1632,32 @@ msgstr "" "Có dùng dự phòng mặc định được tìm thấy bằng cách rút ngắn tên tại ký tự '-' " "hay không. Chỉ xét tên đầu tiên nếu trùng tên." -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "Gặp lỗi khi đọc từ UNIX: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "Gặp lỗi khi đóng UNIX: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "Gốc hệ thống tập tin" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "Gặp lỗi khi ghi vào UNIX: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "hàm volume (khối tin) không thực hiện hàm eject (đầy ra)" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "Không tìm thấy ứng dụng" @@ -1740,17 +1667,14 @@ msgid "Error launching application: %s" msgstr "Gặp lỗi khi khởi chạy ứng dụng: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "Không hỗ trợ địa chỉ URI" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "các thay đổi liên quan không được hỗ trợ trên win32" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "chức năng tạo sự liên quan không được hỗ trợ trên win32" diff --git a/po/wa.po b/po/wa.po index bc4253d..6cfef16 100644 --- a/po/wa.po +++ b/po/wa.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2004-05-03 14:40+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -45,7 +45,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -103,21 +102,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Dji n' a savou drovi l' cvierseu di «%s» viè «%s»" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, 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:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Åk n' a nén stî tot cviersant: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "" @@ -157,7 +154,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Li tchmin «%s» n' est nén on tchmin absolou" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "No d' lodjoe nén valide" @@ -259,7 +255,6 @@ 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:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Loyéns simbolikes nén sopoirtés" @@ -269,22 +264,18 @@ 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:1507 -#, c-format msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" -#: glib/giochannel.c:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" @@ -527,7 +518,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -826,12 +817,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Li tecse esteut vude (ou avou seulmint des blancs)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Dji n' a savou lére do process efant" @@ -881,7 +870,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Dji n' a savou enonder l' aidant programe" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -933,18 +921,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Caractere foû fortchete po l' ecôdaedje UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Secwince nén valide e l' intrêye do cviersaedje" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Caractere foû fortchete po l' ecôdaedje UTF-16" @@ -1008,17 +993,14 @@ msgid "Unknown option %s" msgstr "" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "" @@ -1034,7 +1016,6 @@ msgid "Invalid group name: %s" msgstr "No d' lodjoe nén valide" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1083,7 +1064,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1112,90 +1092,85 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Loyéns simbolikes nén sopoirtés" @@ -1207,94 +1182,80 @@ msgstr "Loyéns simbolikes nén sopoirtés" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Loyéns simbolikes nén sopoirtés" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1304,142 +1265,129 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "No d' lodjoe nén valide" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, 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:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "No d' lodjoe nén valide" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, 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:1256 +#: gio/glocalfile.c:1262 #, 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:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, 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:1690 +#: gio/glocalfile.c:1696 #, 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:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, 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:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, 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:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "" @@ -1453,57 +1401,52 @@ msgstr "Åk n' a nén stî tot drovant l' ridant «%s»: %s" msgid "Error stating file '%s': %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, 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:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Aroke el roye %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Loyéns simbolikes nén sopoirtés" @@ -1525,8 +1468,7 @@ msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" msgid "Error closing file: %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1562,78 +1504,68 @@ msgid "Error opening file '%s': %s" msgstr "Åk n' a nén stî tot léjhant l' fitchî «%s»: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "No d' lodjoe nén valide" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1663,33 +1595,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, 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:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Aroke el roye %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1699,17 +1630,15 @@ msgid "Error launching application: %s" msgstr "Åk n' a nén stî tot cviersant: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Loyéns simbolikes nén sopoirtés" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/xh.po b/po/xh.po index f459e4a..fa87146 100644 --- a/po/xh.po +++ b/po/xh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2005-02-08 12:31+0200\n" "Last-Translator: Canonical Ltd \n" "Language-Team: Xhosa \n" @@ -43,7 +43,7 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, fuzzy, c-format +#, fuzzy msgid "No valid bookmark file found in data dirs" msgstr "" "Iqhosha elisebenzayo lefayili alifumanekanga kwidata yoovimba beefayili" @@ -103,21 +103,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "Akukwazekanga ukuvula isiguquli ukusuka ku '%s' ukuya ku '%s'" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "Ulandelelwano olungasebenziyo lwe-byte kungeniso-lwazi yenguqulo" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "Impazamo ngelixa lenguqulo: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "Inxalenye yophawu lolandelelwano ekupheleni kongeniso-lwazi" @@ -157,7 +155,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "Igama lendlela yothungelwano '%s' akuyiyo kuphela indlela" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "Igama lomququzeleli elingasebenziyo" @@ -259,7 +256,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "Akuphumelelanga ukufunda ikhonkco elingumfuziselo '%s': %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" @@ -269,24 +265,20 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "Akukwazekanga ukuvula isiguquli ukusuka ku `%s' ukuya ku `%s': %s" #: 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:1554 glib/giochannel.c:1811 glib/giochannel.c:1898 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "Intsalela yedata engaguqulwanga kwisigcini sethutyana sokufunda" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "Isiqhagamshelanisi siphelela inxalenye yophawu" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "" "Akukwazeki ukwenza ukufunda okungalungiswanga kwi g_io_channel_read_to_end" @@ -561,7 +553,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -869,12 +861,10 @@ msgstr "" "(Umbhalo ubu '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "Umbhalo ubuze (okanye uqulethe isithuba esimhlophe kuphela)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "Akuphumelelekanga ukufunda idata kwinkqubo yomntwana" @@ -926,7 +916,6 @@ msgid "Failed to execute helper program (%s)" msgstr "Akuphumelelekanga ukuphumeza inkqubo yomncedi" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -985,18 +974,15 @@ msgstr "" "(%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "Uphawu lungaphandle kwesigaba se-UTF-8" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "Ulandelelwano olungasebenziyo kwinguqulo yongeniso-lwazi" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "Uphawu lungaphandle kwesigaba se-UTF-16" @@ -1060,18 +1046,16 @@ msgid "Unknown option %s" msgstr "Ukhetho olungaziwayo %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "" "Iqhosha elisebenzayo lefayili alifumanekanga kwidata yoovimba beefayili" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "Asiyofayili esebenza rhoqo" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "Ifayili ize" @@ -1089,7 +1073,6 @@ msgid "Invalid group name: %s" msgstr "Igama lomququzeleli elingasebenziyo" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "Ifayili engundoqo ayiqali ngeqela" @@ -1142,7 +1125,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "Ifayili engundoqo ayinalo iqhosha '%s' eqeleni '%s'" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "Ifayili engundoqo iqulethe uphawu lokuphepha ekupheleni komgca" @@ -1172,91 +1154,86 @@ msgstr "Ixabiso '%s' alinakho ukuchazwa njengenani." msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ixabiso '%s' alinakho ukuchazwa njenge-boolean." -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "Ukhetho olungaziwayo %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" @@ -1268,94 +1245,80 @@ msgstr "Ikhonkco elingumfuziselo alixhaswanga" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1365,142 +1328,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "Igama lomququzeleli elingasebenziyo" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "Igama lomququzeleli elingasebenziyo" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "Akuphumelelekanga ukudala ifayili '%s': %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "Impazamo yokuvula uvimba weefayili '%s': %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu" @@ -1514,57 +1465,52 @@ msgstr "Impazamo yokuvula uvimba weefayili '%s': %s" msgid "Error stating file '%s': %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "Impazamo emgceni %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" @@ -1586,8 +1532,7 @@ msgstr "Impazamo yokufunda ifayili '%s': %s" msgid "Error closing file: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1623,78 +1568,69 @@ msgid "Error opening file '%s': %s" msgstr "Impazamo yokufunda ifayili '%s': %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "Asiyofayili esebenza rhoqo" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "Igama lomququzeleli elingasebenziyo" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1725,33 +1661,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "Impazamo yokufunda ifayili '%s': %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "Impazamo emgceni %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1761,17 +1696,15 @@ msgid "Error launching application: %s" msgstr "Impazamo ngelixa lenguqulo: %s" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "Ikhonkco elingumfuziselo alixhaswanga" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/yi.po b/po/yi.po index ddeb279..4521258 100644 --- a/po/yi.po +++ b/po/yi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2003-03-19\n" "Last-Translator: Raphael Finkel \n" "Language-Team: Yiddish \n" @@ -41,7 +41,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "" @@ -99,21 +98,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "ניט געקענט עפֿענען פֿאַרװאַנדלער פֿון %s צו %s: %s" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "אומלעקסיק אַכטעלע־סעײַװענץ אין פֿאַרװאַנדלונג אַרױסשרײַב" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "האַלבע כאַראַקטער־סעקװענץ צום סוף פֿון אַרײַנשרײַב" @@ -153,7 +150,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "די פּאַפּקע־רשימה %s איז ניט אַבסאָלוט" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "אומלעקסיקער מאַשין־נאָמען" @@ -253,7 +249,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "" @@ -263,22 +258,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "ניט געקענט עפֿענען פֿאַרװאַנדלער פֿון %s צו %s: %s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "איבעריקע ניט־פֿאַרװאַנדלטע דאַטן אין לײען־באַהאַלטאָרט" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "קאַנאַל ענדיקט זיך מיט אַ האַלבן שריפֿטצײכן" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "ניט געקענט מאַכן אַ רױ־לײען אין g_io_channel_read_to_end" @@ -547,7 +538,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -853,12 +844,10 @@ msgstr "" "געװען '%s')" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "טעקסט איז געװען פּוסט (אָדער איז כּולל בלױס לײדיק אָרט)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "ניט געקענט לײענען דאַטן פֿון קינדפּראָצעס" @@ -908,7 +897,6 @@ msgid "Failed to execute helper program (%s)" msgstr "דורכפֿאַל אין באַאַרבעטן הילף־פּראָגראַם" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -962,18 +950,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "דורכפֿאַל אין לײענען גענוג דאַטן פֿון קינד pid-רער (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "שריפֿטצײכן ניט אין דער UTF־8 גאַמע" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "אומלעקסיקער סעקװענץ אין פֿאַרװאַנדל־אַרײַנשרײַב" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "שריפֿטצײכן ניט אין דער UTF־16 גאַמע" @@ -1037,17 +1022,14 @@ msgid "Unknown option %s" msgstr "" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "" @@ -1063,7 +1045,6 @@ msgid "Invalid group name: %s" msgstr "אומלעקסיקער מאַשין־נאָמען" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "" @@ -1112,7 +1093,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "" @@ -1141,90 +1121,84 @@ msgstr "" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "" @@ -1236,94 +1210,79 @@ msgstr "" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1333,142 +1292,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "אומלעקסיקער מאַשין־נאָמען" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "אומלעקסיקער מאַשין־נאָמען" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "ניט געקענט שאַפֿן טעקע %s: %s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "דאָקומענט ענדיקט זיך אומגעריכטערהײט אין דרינען פֿון אַן אַטריבוט־נאָמען" @@ -1482,57 +1429,52 @@ msgstr "דורכפֿאַל אין עפֿענען פּאַפּקע %s: %s" msgid "Error stating file '%s': %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "דורכפֿאַל אױף שורה %d: %s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "" @@ -1554,8 +1496,7 @@ msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" msgid "Error closing file: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1591,78 +1532,68 @@ msgid "Error opening file '%s': %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "אומלעקסיקער מאַשין־נאָמען" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1693,33 +1624,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "דורכפֿאַל אין לײענען טעקע %s: %s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "דורכפֿאַל אױף שורה %d: %s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1729,17 +1659,14 @@ msgid "Error launching application: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 7e7625b..02fbe23 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2008-03-13 10:20+0800\n" "Last-Translator: Deng Xiyue \n" "Language-Team: i18n-zh \n" @@ -43,7 +43,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "“%2$s”的意外标签“%1$s”" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "无法在数据目录中找到有效的书签文件" @@ -101,21 +100,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "无法打开从“%s”到“%s”的转换器" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "转换输入中出现无效字符序列" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "转换过程中出错:%s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "输入末尾出现未尽字符序列" @@ -155,7 +152,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "路径名“%s”不是绝对路径" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "无效的主机名" @@ -255,7 +251,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "读取符号链接“%s”失败:%s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "不支持符号链接" @@ -265,22 +260,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "无法打开从“%s”到“%s”的转换器:%s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "在读缓冲里留有未转换数据" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "通道终止于未尽字符" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end 函数无法进行原始读取" @@ -521,7 +512,7 @@ msgstr "达到回溯上限" msgid "the pattern contains items not supported for partial matching" msgstr "表达式包含不被部分匹配支持的项" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "内部错误" @@ -818,12 +809,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "文本在找到与 %c 匹配的引号之前结束。(文本为“%s”)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "空文本(或仅含空白字符)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "从子进程中读取数据失败" @@ -873,7 +862,6 @@ msgid "Failed to execute helper program (%s)" msgstr "执行助手程序(%s)失败" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -925,18 +913,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "从子进程管道中读取足够的数据失败(%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "字符超出 UTF-8 范围" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "转换输入中出现无效序列" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "字符超出 UTF-16 范围" @@ -1000,17 +985,14 @@ msgid "Unknown option %s" msgstr "未知选项 %s" #: glib/gkeyfile.c:358 -#, c-format msgid "Valid key file could not be found in search dirs" msgstr "在搜索目录中无法找到有效的键文件" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "不是普通文件" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "文件为空" @@ -1026,7 +1008,6 @@ msgid "Invalid group name: %s" msgstr "无效的组名:%s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "键文件不以组开始" @@ -1075,7 +1056,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "键文件的组“%2$s”中不包含键“%1$s”" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "键文件在行尾含有转义字符" @@ -1104,90 +1084,84 @@ msgstr "无法将值“%s”解释为浮点数。" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "无法将值“%s”解释为布尔值。" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "传递给 %s 的计数值太大了" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "流已经关闭" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "操作被取消" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 msgid "Unknown type" msgstr "未知类型" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "%s 文件类型" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "%s 类型" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "非预期的过早的流结束符" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "未命名" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "桌面文件未指定 Exec 区域" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "无法找到应用程序需要的终端" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "无法创建用户应用程序配置文件夹 %s:%s" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "无法创建用户 MIME 配置文件夹 %s:%s" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "无法创建用户桌面文件 %s" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "%s 的自制定定义" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "驱动未实现探出" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "驱动未实现媒体轮询" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 msgid "Operation not supported" msgstr "不支持该操作" @@ -1199,94 +1173,79 @@ msgstr "不支持该操作" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "包含的挂载不存在" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "无法复制目录" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "无法将目录复制到目录" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "目标文件已存在" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "无法递归复制目录" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "给出的符号链接值无效" -#: gio/gfile.c:2913 -#, c-format +#: gio/gfile.c:2919 msgid "Trash not supported" msgstr "不支持垃圾箱" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "文件名不能包含“%c”" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "卷未实现挂载" -#: gio/gfile.c:5004 -#, c-format +#: gio/gfile.c:5040 msgid "No application is registered as handling this file" msgstr "没有注册为处理此文件的应用程序" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "枚举器已关闭" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "文件枚举器有异常操作" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "文件枚举器已关闭" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "流不支持 query_info" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "流不支持查找" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "输入流不允许截断" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "流不支持截断" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "输入流未实现读取" @@ -1296,142 +1255,128 @@ msgstr "输入流未实现读取" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "流有异常操作" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "无法找默认的本地目录监视器类型" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, c-format msgid "Invalid filename %s" msgstr "无效的文件名名:%s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, c-format msgid "Error getting filesystem info: %s" msgstr "读取文件系统信息出错:%s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "无法重命名根目录" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "无法重命名文件,该文件名已存在" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, c-format msgid "Invalid filename" msgstr "无效的文件名" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, c-format msgid "Error renaming file: %s" msgstr "重命名文件出错:%s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, c-format msgid "Error opening file: %s" msgstr "打开文件出错:%s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "无法打开目录" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, c-format msgid "Error removing file: %s" msgstr "移除文件出错:%s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, c-format msgid "Error trashing file: %s" msgstr "将文件放到垃圾箱出错:%s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "创建垃圾箱目录 %s 失败:%s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "无法找到垃圾箱的顶级目录" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "无法找到或创建垃圾箱目录" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, c-format msgid "Unable to create trashing info file: %s" msgstr "创建垃圾信息文件失败:%s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, c-format msgid "Unable to trash file: %s" msgstr "创建垃圾文件失败:%s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "打开目录“%s”时发生错误:%s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, c-format msgid "Error making symbolic link: %s" msgstr "创建符号链接出错:%s" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, c-format msgid "Error moving file: %s" msgstr "移动文件出错:%s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "无法将目录移动到目录" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "备份文件创建失败" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, c-format msgid "Error removing target file: %s" msgstr "移除目标文件出错:%s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "不支持在挂载之间移动" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "属性值必须为非空" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "无效的属性类型(应为 string)" #: gio/glocalfileinfo.c:730 -#, c-format msgid "Invalid extended attribute name" msgstr "无效的扩展属性名" @@ -1445,57 +1390,52 @@ msgstr "设置扩展属性“%s”出错:%s" msgid "Error stating file '%s': %s" msgstr "获取文件“%s”状态出错:%s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr " (无效的编码)" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, c-format msgid "Error stating file descriptor: %s" msgstr "获取文件描述符状态时出错:%s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "无效的属性类型(应为 uint32)" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "无效的属性类型(应为 uint64)" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "无效的属性类型(应为 byte string)" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, c-format msgid "Error setting permissions: %s" msgstr "设置访问权限出错:%s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, c-format msgid "Error setting owner: %s" msgstr "设置所有者出错:%s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "符号链接必须是非空" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, c-format msgid "Error setting symlink: %s" msgstr "设置符号链接出错:%s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "设定符号链接出错:文件不是符号链接" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, c-format msgid "Setting attribute %s not supported" msgstr "不支持设置属性 %s" @@ -1517,8 +1457,7 @@ msgstr "在文件中查找时出错:%s" msgid "Error closing file: %s" msgstr "关闭文件出错:%s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "无法找到默认的本地文件监视器类型" @@ -1554,78 +1493,67 @@ msgid "Error opening file '%s': %s" msgstr "打开文件“%s”出错:%s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "目标文件是目录" #: gio/glocalfileoutputstream.c:684 -#, c-format msgid "Target file is not a regular file" msgstr "目标文件不是普通文件" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "文件已经被其他程序修改" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "提供的 GSeekType 无效" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, c-format msgid "Invalid seek request" msgstr "无效的查找请求" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "无法截断 GMemoryInputStream" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "达到数据数组上限" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "内存输出流无法改变大小" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "改变内存输出流大小失败" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "挂载未实现卸载" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "挂载未实现弹出" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "挂载没有实现重新挂载" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "输出流未实现写入" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "来源流已经关闭" @@ -1657,33 +1585,32 @@ msgstr "" "是否使用通过缩短在“-”字符的名称找到的默认预案。如果给出了多个名字则忽略除第一" "个之外的名字。" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, c-format msgid "Error reading from unix: %s" msgstr "读取 unix 出错:%s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, c-format msgid "Error closing unix: %s" msgstr "关闭 unix 出错:%s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "文件系统根目录" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, c-format msgid "Error writing to unix: %s" msgstr "写入 unix 出错:%s" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "卷未实现弹出" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "无法找到应用程序" @@ -1693,17 +1620,14 @@ msgid "Error launching application: %s" msgstr "启动应用程序出错:%s" #: gio/gwin32appinfo.c:349 -#, c-format msgid "URIs not supported" msgstr "不支持 URI" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "win32 不支持关联的修改" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "win32 不支持关联的创建" diff --git a/po/zh_HK.po b/po/zh_HK.po index f3f6129..0dad80b 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2007-02-28 02:10+0800\n" "Last-Translator: Woodman Tuen \n" "Language-Team: Chinese (Hong Kong) \n" @@ -43,7 +43,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "‘%2$s’中有不明的標籤‘%1$s’" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "在資料目錄中找不到有效的書籤檔案" @@ -101,21 +100,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "無法將‘%s’轉換至‘%s’" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "轉換輸入資料時遇到不正確的位元組組合" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "轉換時發生錯誤:%s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "輸入資料結束時字符仍未完整" @@ -155,7 +152,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "路徑名稱‘%s’不是絕對路徑" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "主機名稱無效" @@ -256,7 +252,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "讀取符號連結‘%s’失敗:%s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "不支援符號連結" @@ -266,22 +261,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "無法開啟將‘%s’轉換至‘%s’的轉換器:%s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "用來讀取資料的緩衝區中仍有未轉換的資料" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "在字符未完整之前,輸入管道已經結束" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end 中無法讀取原始資料" @@ -525,7 +516,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -829,12 +820,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "字串完結前仍沒有對應於 %c 的引號(字串為‘%s’)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "文字是空白的(或只含有空白字符)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "無法從副進程讀取資料" @@ -884,7 +873,6 @@ msgid "Failed to execute helper program (%s)" msgstr "無法執行協助程式 (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -936,18 +924,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "字符不在 UTF-8 範圍之內" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "轉換輸入資料時出現無效的字符次序" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "字符不在 UTF-16 範圍之內" @@ -1011,17 +996,15 @@ msgid "Unknown option %s" msgstr "未知的選項 %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "在資料目錄中找不到有效的設定鍵檔案" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "不是普通檔案" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "檔案是空白的" @@ -1037,7 +1020,6 @@ msgid "Invalid group name: %s" msgstr "無效的羣組名稱:%s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "設定鍵檔案並非以羣組開頭" @@ -1086,7 +1068,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "設定鍵檔案的羣組‘%2$s’中沒有設定鍵‘%1$s’" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "設定鍵檔案在行尾包含跳出字符" @@ -1115,91 +1096,86 @@ msgstr "數值‘%s’不能被解譯為浮點數。" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "數值‘%s’不能被解譯為邏輯值。" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "未知的選項 %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "不支援符號連結" @@ -1211,94 +1187,81 @@ msgstr "不支援符號連結" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "不支援符號連結" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "沒有一個名為‘%s’的應用程式註冊一個書籤給‘%s’" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1308,142 +1271,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "無效的設定鍵名稱:%s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "主機名稱無效" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "解析 %s 選項時發生錯誤" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "在屬性名稱內,文件突然結束" @@ -1457,57 +1408,52 @@ msgstr "開啟目錄‘%s’時發生錯誤:%s" msgid "Error stating file '%s': %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "轉換時發生錯誤:%s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "轉換時發生錯誤:%s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "第 %d 行發生錯誤:%s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "不支援符號連結" @@ -1529,8 +1475,7 @@ msgstr "讀取檔案‘%s’時發生錯誤:%s" msgid "Error closing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1566,78 +1511,69 @@ msgid "Error opening file '%s': %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "不是普通檔案" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "無效的設定鍵名稱:%s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1668,33 +1604,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "第 %d 行發生錯誤:%s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "解析 %s 選項時發生錯誤" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1704,17 +1639,15 @@ msgid "Error launching application: %s" msgstr "解析 %s 選項時發生錯誤" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "不支援符號連結" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index 19855b7..9b85a0c 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.12.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-12 13:04-0400\n" +"POT-Creation-Date: 2008-07-02 20:10-0400\n" "PO-Revision-Date: 2007-02-27 09:08+0800\n" "Last-Translator: Woodman Tuen \n" "Language-Team: Chinese (Taiwan) \n" @@ -43,7 +43,6 @@ msgid "Unexpected tag '%s' inside '%s'" msgstr "‘%2$s’中有不明的標籤‘%1$s’" #: glib/gbookmarkfile.c:1798 -#, c-format msgid "No valid bookmark file found in data dirs" msgstr "在資料目錄中找不到有效的書籤檔案" @@ -101,21 +100,19 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "無法將‘%s’轉換至‘%s’" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2215 glib/gutf8.c:956 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 #: glib/gutf8.c:1405 -#, c-format msgid "Invalid byte sequence in conversion input" msgstr "轉換輸入資料時遇到不正確的位元組組合" #: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337 -#: glib/giochannel.c:2227 +#: glib/giochannel.c:2228 #, c-format msgid "Error during conversion: %s" msgstr "轉換時發生錯誤:%s" #: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 #: glib/gutf8.c:1401 -#, c-format msgid "Partial character sequence at end of input" msgstr "輸入資料結束時字元仍未完整" @@ -155,7 +152,6 @@ msgid "The pathname '%s' is not an absolute path" msgstr "路徑名稱‘%s’不是絕對路徑" #: glib/gconvert.c:1894 -#, c-format msgid "Invalid hostname" msgstr "主機名稱無效" @@ -256,7 +252,6 @@ msgid "Failed to read the symbolic link '%s': %s" msgstr "讀取符號連結‘%s’失敗:%s" #: glib/gfileutils.c:1908 -#, c-format msgid "Symbolic links not supported" msgstr "不支援符號連結" @@ -266,22 +261,18 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "無法開啟將‘%s’轉換至‘%s’的轉換器:%s" #: 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 -#, c-format +#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899 msgid "Leftover unconverted data in read buffer" msgstr "用來讀取資料的緩衝區中仍有未轉換的資料" -#: glib/giochannel.c:1634 glib/giochannel.c:1711 -#, c-format +#: glib/giochannel.c:1635 glib/giochannel.c:1712 msgid "Channel terminates in a partial character" msgstr "在字元未完整之前,輸入管道已經結束" -#: glib/giochannel.c:1697 -#, c-format +#: glib/giochannel.c:1698 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end 中無法讀取原始資料" @@ -525,7 +516,7 @@ msgstr "" msgid "the pattern contains items not supported for partial matching" msgstr "" -#: glib/gregex.c:154 gio/glocalfile.c:1975 +#: glib/gregex.c:154 gio/glocalfile.c:1981 msgid "internal error" msgstr "" @@ -829,12 +820,10 @@ msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "字串完結前仍沒有對應於 %c 的引號(字串為‘%s’)" #: glib/gshell.c:557 -#, c-format msgid "Text was empty (or contained only whitespace)" msgstr "文字是空白的(或只含有空白字元)" #: glib/gspawn-win32.c:279 -#, c-format msgid "Failed to read data from child process" msgstr "無法從副進程讀取資料" @@ -884,7 +873,6 @@ msgid "Failed to execute helper program (%s)" msgstr "無法執行協助程式 (%s)" #: glib/gspawn-win32.c:1002 -#, c-format msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -936,18 +924,15 @@ msgid "Failed to read enough data from child pid pipe (%s)" msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)" #: glib/gutf8.c:1030 -#, c-format msgid "Character out of range for UTF-8" msgstr "字元不在 UTF-8 範圍之內" #: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 #: glib/gutf8.c:1415 glib/gutf8.c:1511 -#, c-format msgid "Invalid sequence in conversion input" msgstr "轉換輸入資料時出現無效的字元次序" #: glib/gutf8.c:1426 glib/gutf8.c:1522 -#, c-format msgid "Character out of range for UTF-16" msgstr "字元不在 UTF-16 範圍之內" @@ -1011,17 +996,15 @@ msgid "Unknown option %s" msgstr "未知的選項 %s" #: glib/gkeyfile.c:358 -#, fuzzy, c-format +#, fuzzy msgid "Valid key file could not be found in search dirs" msgstr "在資料目錄中找不到有效的設定鍵檔案" #: glib/gkeyfile.c:393 -#, c-format msgid "Not a regular file" msgstr "不是普通檔案" #: glib/gkeyfile.c:401 -#, c-format msgid "File is empty" msgstr "檔案是空白的" @@ -1037,7 +1020,6 @@ msgid "Invalid group name: %s" msgstr "無效的群組名稱:%s" #: glib/gkeyfile.c:843 -#, c-format msgid "Key file does not start with a group" msgstr "設定鍵檔案並非以群組開頭" @@ -1086,7 +1068,6 @@ msgid "Key file does not have key '%s' in group '%s'" msgstr "設定鍵檔案的群組‘%2$s’中沒有設定鍵‘%1$s’" #: glib/gkeyfile.c:3474 -#, c-format msgid "Key file contains escape character at end of line" msgstr "設定鍵檔案在行尾包含跳出字元" @@ -1115,91 +1096,86 @@ msgstr "數值‘%s’不能被解譯為浮點數。" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "數值‘%s’不能被解譯為邏輯值。" -#: gio/gbufferedinputstream.c:483 gio/ginputstream.c:186 -#: gio/ginputstream.c:318 gio/ginputstream.c:559 gio/ginputstream.c:684 -#: gio/goutputstream.c:193 gio/goutputstream.c:647 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 +#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 +#: gio/goutputstream.c:195 gio/goutputstream.c:649 #, c-format msgid "Too large count value passed to %s" msgstr "" -#: gio/gbufferedinputstream.c:870 gio/ginputstream.c:894 -#: gio/goutputstream.c:1076 -#, c-format +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 +#: gio/goutputstream.c:1078 msgid "Stream is already closed" msgstr "" -#: gio/gcancellable.c:296 gio/glocalfile.c:1968 gio/gsimpleasyncresult.c:611 -#, c-format +#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612 msgid "Operation was cancelled" msgstr "" -#: gio/gcontenttype.c:159 +#: gio/gcontenttype.c:176 #, fuzzy msgid "Unknown type" msgstr "未知的選項 %s" -#: gio/gcontenttype.c:160 +#: gio/gcontenttype.c:177 #, c-format msgid "%s filetype" msgstr "" -#: gio/gcontenttype.c:606 +#: gio/gcontenttype.c:667 #, c-format msgid "%s type" msgstr "" -#: gio/gdatainputstream.c:309 -#, c-format +#: gio/gdatainputstream.c:310 msgid "Unexpected early end-of-stream" msgstr "" -#: gio/gdesktopappinfo.c:411 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:430 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "" -#: gio/gdesktopappinfo.c:588 -#, c-format +#: gio/gdesktopappinfo.c:607 msgid "Desktop file didn't specify Exec field" msgstr "" -#: gio/gdesktopappinfo.c:882 -#, c-format +#: gio/gdesktopappinfo.c:901 msgid "Unable to find terminal required for application" msgstr "" -#: gio/gdesktopappinfo.c:1114 +#: gio/gdesktopappinfo.c:1133 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1118 +#: gio/gdesktopappinfo.c:1137 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" -#: gio/gdesktopappinfo.c:1457 +#: gio/gdesktopappinfo.c:1476 #, c-format msgid "Can't create user desktop file %s" msgstr "" -#: gio/gdesktopappinfo.c:1532 +#: gio/gdesktopappinfo.c:1551 #, c-format msgid "Custom definition for %s" msgstr "" -#: gio/gdrive.c:372 +#: gio/gdrive.c:374 msgid "drive doesn't implement eject" msgstr "" -#: gio/gdrive.c:439 +#: gio/gdrive.c:441 msgid "drive doesn't implement polling for media" msgstr "" -#: gio/gfile.c:811 gio/gfile.c:1039 gio/gfile.c:1172 gio/gfile.c:1403 -#: gio/gfile.c:1456 gio/gfile.c:1512 gio/gfile.c:1594 gio/gfile.c:2651 -#: gio/gfile.c:2702 gio/gfile.c:2830 gio/gfile.c:2870 gio/gfile.c:3194 -#: gio/gfile.c:3596 gio/gfile.c:3679 gio/gfile.c:3762 gio/gfile.c:3842 -#, fuzzy, c-format +#: gio/gfile.c:817 gio/gfile.c:1045 gio/gfile.c:1178 gio/gfile.c:1409 +#: gio/gfile.c:1462 gio/gfile.c:1518 gio/gfile.c:1600 gio/gfile.c:2657 +#: gio/gfile.c:2708 gio/gfile.c:2836 gio/gfile.c:2876 gio/gfile.c:3200 +#: gio/gfile.c:3602 gio/gfile.c:3685 gio/gfile.c:3768 gio/gfile.c:3848 +#, fuzzy msgid "Operation not supported" msgstr "不支援符號連結" @@ -1211,94 +1187,81 @@ msgstr "不支援符號連結" #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1291 gio/glocalfile.c:1058 gio/glocalfile.c:1069 -#: gio/glocalfile.c:1082 -#, c-format +#: gio/gfile.c:1297 gio/glocalfile.c:1064 gio/glocalfile.c:1075 +#: gio/glocalfile.c:1088 msgid "Containing mount does not exist" msgstr "" -#: gio/gfile.c:1933 gio/glocalfile.c:2118 -#, c-format +#: gio/gfile.c:1939 gio/glocalfile.c:2124 msgid "Can't copy over directory" msgstr "" -#: gio/gfile.c:1993 -#, c-format +#: gio/gfile.c:1999 msgid "Can't copy directory over directory" msgstr "" -#: gio/gfile.c:2001 gio/glocalfile.c:2127 -#, c-format +#: gio/gfile.c:2007 gio/glocalfile.c:2133 msgid "Target file exists" msgstr "" -#: gio/gfile.c:2019 -#, c-format +#: gio/gfile.c:2025 msgid "Can't recursively copy directory" msgstr "" -#: gio/gfile.c:2820 -#, c-format +#: gio/gfile.c:2826 msgid "Invalid symlink value given" msgstr "" -#: gio/gfile.c:2913 -#, fuzzy, c-format +#: gio/gfile.c:2919 +#, fuzzy msgid "Trash not supported" msgstr "不支援符號連結" -#: gio/gfile.c:2960 +#: gio/gfile.c:2966 #, c-format msgid "File names cannot contain '%c'" msgstr "" -#: gio/gfile.c:4896 gio/gvolume.c:357 +#: gio/gfile.c:4932 gio/gvolume.c:359 msgid "volume doesn't implement mount" msgstr "" -#: gio/gfile.c:5004 -#, fuzzy, c-format +#: gio/gfile.c:5040 +#, fuzzy msgid "No application is registered as handling this file" msgstr "沒有一個名為‘%s’的應用程式註冊一個書籤給‘%s’" -#: gio/gfileenumerator.c:151 -#, c-format +#: gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "" -#: gio/gfileenumerator.c:158 gio/gfileenumerator.c:217 -#: gio/gfileenumerator.c:317 gio/gfileenumerator.c:426 -#, c-format +#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271 +#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "" -#: gio/gfileenumerator.c:307 gio/gfileenumerator.c:416 +#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "" -#: gio/gfileinputstream.c:154 gio/gfileinputstream.c:421 -#: gio/gfileoutputstream.c:168 gio/gfileoutputstream.c:523 -#, c-format +#: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 +#: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" msgstr "" -#: gio/gfileinputstream.c:336 gio/gfileoutputstream.c:381 -#, c-format +#: gio/gfileinputstream.c:339 gio/gfileoutputstream.c:384 msgid "Seek not supported on stream" msgstr "" -#: gio/gfileinputstream.c:380 -#, c-format +#: gio/gfileinputstream.c:383 msgid "Truncate not allowed on input stream" msgstr "" -#: gio/gfileoutputstream.c:457 -#, c-format +#: gio/gfileoutputstream.c:460 msgid "Truncate not supported on stream" msgstr "" -#: gio/ginputstream.c:195 -#, c-format +#: gio/ginputstream.c:196 msgid "Input stream doesn't implement read" msgstr "" @@ -1308,142 +1271,130 @@ msgstr "" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:904 gio/goutputstream.c:1086 -#, c-format +#: gio/ginputstream.c:905 gio/goutputstream.c:1088 msgid "Stream has outstanding operation" msgstr "" -#: gio/glocaldirectorymonitor.c:270 -#, c-format +#: gio/glocaldirectorymonitor.c:274 msgid "Unable to find default local directory monitor type" msgstr "" -#: gio/glocalfile.c:599 +#: gio/glocalfile.c:601 #, fuzzy, c-format msgid "Invalid filename %s" msgstr "無效的設定鍵名稱:%s" -#: gio/glocalfile.c:966 +#: gio/glocalfile.c:972 #, fuzzy, c-format msgid "Error getting filesystem info: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1102 -#, c-format +#: gio/glocalfile.c:1108 msgid "Can't rename root directory" msgstr "" -#: gio/glocalfile.c:1120 -#, c-format +#: gio/glocalfile.c:1126 msgid "Can't rename file, filename already exist" msgstr "" -#: gio/glocalfile.c:1133 gio/glocalfile.c:1997 gio/glocalfile.c:2026 -#: gio/glocalfile.c:2180 gio/glocalfileoutputstream.c:472 +#: gio/glocalfile.c:1139 gio/glocalfile.c:2003 gio/glocalfile.c:2032 +#: gio/glocalfile.c:2186 gio/glocalfileoutputstream.c:472 #: gio/glocalfileoutputstream.c:517 gio/glocalfileoutputstream.c:925 -#, fuzzy, c-format +#, fuzzy msgid "Invalid filename" msgstr "主機名稱無效" -#: gio/glocalfile.c:1137 +#: gio/glocalfile.c:1143 #, fuzzy, c-format msgid "Error renaming file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1256 +#: gio/glocalfile.c:1262 #, fuzzy, c-format msgid "Error opening file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1266 -#, c-format +#: gio/glocalfile.c:1272 msgid "Can't open directory" msgstr "" -#: gio/glocalfile.c:1326 +#: gio/glocalfile.c:1332 #, fuzzy, c-format msgid "Error removing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1690 +#: gio/glocalfile.c:1696 #, fuzzy, c-format msgid "Error trashing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:1713 +#: gio/glocalfile.c:1719 #, fuzzy, c-format msgid "Unable to create trash dir %s: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1734 -#, c-format +#: gio/glocalfile.c:1740 msgid "Unable to find toplevel directory for trash" msgstr "" -#: gio/glocalfile.c:1813 gio/glocalfile.c:1833 -#, c-format +#: gio/glocalfile.c:1819 gio/glocalfile.c:1839 msgid "Unable to find or create trash directory" msgstr "" -#: gio/glocalfile.c:1867 +#: gio/glocalfile.c:1873 #, fuzzy, c-format msgid "Unable to create trashing info file: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:1892 gio/glocalfile.c:1967 gio/glocalfile.c:1974 +#: gio/glocalfile.c:1898 gio/glocalfile.c:1973 gio/glocalfile.c:1980 #, fuzzy, c-format msgid "Unable to trash file: %s" msgstr "建立檔案‘%s’失敗:%s" -#: gio/glocalfile.c:2001 +#: gio/glocalfile.c:2007 #, fuzzy, c-format msgid "Error creating directory: %s" msgstr "開啟目錄‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2030 +#: gio/glocalfile.c:2036 #, fuzzy, c-format msgid "Error making symbolic link: %s" msgstr "解析 %s 選項時發生錯誤" -#: gio/glocalfile.c:2090 gio/glocalfile.c:2184 +#: gio/glocalfile.c:2096 gio/glocalfile.c:2190 #, fuzzy, c-format msgid "Error moving file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2113 -#, c-format +#: gio/glocalfile.c:2119 msgid "Can't move directory over directory" msgstr "" -#: gio/glocalfile.c:2140 gio/glocalfileoutputstream.c:777 +#: gio/glocalfile.c:2146 gio/glocalfileoutputstream.c:777 #: gio/glocalfileoutputstream.c:791 gio/glocalfileoutputstream.c:806 #: gio/glocalfileoutputstream.c:822 gio/glocalfileoutputstream.c:836 -#, c-format msgid "Backup file creation failed" msgstr "" -#: gio/glocalfile.c:2159 +#: gio/glocalfile.c:2165 #, fuzzy, c-format msgid "Error removing target file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfile.c:2173 -#, c-format +#: gio/glocalfile.c:2179 msgid "Move between mounts not supported" msgstr "" #: gio/glocalfileinfo.c:716 -#, c-format msgid "Attribute value must be non-NULL" msgstr "" #: gio/glocalfileinfo.c:723 -#, c-format msgid "Invalid attribute type (string expected)" msgstr "" #: gio/glocalfileinfo.c:730 -#, fuzzy, c-format +#, fuzzy msgid "Invalid extended attribute name" msgstr "在屬性名稱內,文件突然結束" @@ -1457,57 +1408,52 @@ msgstr "開啟目錄‘%s’時發生錯誤:%s" msgid "Error stating file '%s': %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileinfo.c:1527 +#: gio/glocalfileinfo.c:1526 msgid " (invalid encoding)" msgstr "" -#: gio/glocalfileinfo.c:1698 +#: gio/glocalfileinfo.c:1696 #, fuzzy, c-format msgid "Error stating file descriptor: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfileinfo.c:1743 -#, c-format +#: gio/glocalfileinfo.c:1741 msgid "Invalid attribute type (uint32 expected)" msgstr "" -#: gio/glocalfileinfo.c:1761 -#, c-format +#: gio/glocalfileinfo.c:1759 msgid "Invalid attribute type (uint64 expected)" msgstr "" -#: gio/glocalfileinfo.c:1780 -#, c-format +#: gio/glocalfileinfo.c:1778 msgid "Invalid attribute type (byte string expected)" msgstr "" -#: gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1804 #, fuzzy, c-format msgid "Error setting permissions: %s" msgstr "轉換時發生錯誤:%s" -#: gio/glocalfileinfo.c:1857 gio/glocalfileinfo.c:2025 +#: gio/glocalfileinfo.c:1855 gio/glocalfileinfo.c:2023 #, fuzzy, c-format msgid "Error setting owner: %s" msgstr "轉換時發生錯誤:%s" -#: gio/glocalfileinfo.c:1880 -#, c-format +#: gio/glocalfileinfo.c:1878 msgid "symlink must be non-NULL" msgstr "" -#: gio/glocalfileinfo.c:1890 gio/glocalfileinfo.c:1909 -#: gio/glocalfileinfo.c:1920 +#: gio/glocalfileinfo.c:1888 gio/glocalfileinfo.c:1907 +#: gio/glocalfileinfo.c:1918 #, fuzzy, c-format msgid "Error setting symlink: %s" msgstr "第 %d 行發生錯誤:%s" -#: gio/glocalfileinfo.c:1899 -#, c-format +#: gio/glocalfileinfo.c:1897 msgid "Error setting symlink: file is not a symlink" msgstr "" -#: gio/glocalfileinfo.c:2080 +#: gio/glocalfileinfo.c:2078 #, fuzzy, c-format msgid "Setting attribute %s not supported" msgstr "不支援符號連結" @@ -1529,8 +1475,7 @@ msgstr "讀取檔案‘%s’時發生錯誤:%s" msgid "Error closing file: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/glocalfilemonitor.c:197 -#, c-format +#: gio/glocalfilemonitor.c:198 msgid "Unable to find default local file monitor type" msgstr "" @@ -1566,78 +1511,69 @@ msgid "Error opening file '%s': %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" #: gio/glocalfileoutputstream.c:679 -#, c-format msgid "Target file is a directory" msgstr "" #: gio/glocalfileoutputstream.c:684 -#, fuzzy, c-format +#, fuzzy msgid "Target file is not a regular file" msgstr "不是普通檔案" #: gio/glocalfileoutputstream.c:696 -#, c-format msgid "The file was externally modified" msgstr "" #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:545 -#, c-format msgid "Invalid GSeekType supplied" msgstr "" #: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:555 -#, fuzzy, c-format +#, fuzzy msgid "Invalid seek request" msgstr "無效的設定鍵名稱:%s" #: gio/gmemoryinputstream.c:521 -#, c-format msgid "Cannot truncate GMemoryInputStream" msgstr "" #: gio/gmemoryoutputstream.c:288 -#, c-format msgid "Reached maximum data array limit" msgstr "" #: gio/gmemoryoutputstream.c:323 -#, c-format msgid "Memory output stream not resizable" msgstr "" #: gio/gmemoryoutputstream.c:339 -#, c-format msgid "Failed to resize memory output stream" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:344 +#: gio/gmount.c:346 msgid "mount doesn't implement unmount" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:419 +#: gio/gmount.c:421 msgid "mount doesn't implement eject" msgstr "" #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:501 +#: gio/gmount.c:503 msgid "mount doesn't implement remount" msgstr "" -#: gio/goutputstream.c:202 gio/goutputstream.c:403 -#, c-format +#: gio/goutputstream.c:204 gio/goutputstream.c:405 msgid "Output stream doesn't implement write" msgstr "" -#: gio/goutputstream.c:363 gio/goutputstream.c:771 -#, c-format +#: gio/goutputstream.c:365 gio/goutputstream.c:773 msgid "Source stream is already closed" msgstr "" @@ -1668,33 +1604,32 @@ msgid "" "characters. Ignores names after the first if multiple names are given." msgstr "" -#: gio/gunixinputstream.c:202 gio/gunixinputstream.c:222 -#: gio/gunixinputstream.c:300 gio/gunixoutputstream.c:289 +#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221 +#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288 #, fuzzy, c-format msgid "Error reading from unix: %s" msgstr "讀取檔案‘%s’時發生錯誤:%s" -#: gio/gunixinputstream.c:255 gio/gunixinputstream.c:437 -#: gio/gunixoutputstream.c:244 gio/gunixoutputstream.c:395 +#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436 +#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394 #, fuzzy, c-format msgid "Error closing unix: %s" msgstr "第 %d 行發生錯誤:%s" -#: gio/gunixmounts.c:1790 gio/gunixmounts.c:1827 +#: gio/gunixmounts.c:1789 gio/gunixmounts.c:1826 msgid "Filesystem root" msgstr "" -#: gio/gunixoutputstream.c:190 gio/gunixoutputstream.c:211 +#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210 #, fuzzy, c-format msgid "Error writing to unix: %s" msgstr "解析 %s 選項時發生錯誤" -#: gio/gvolume.c:423 +#: gio/gvolume.c:425 msgid "volume doesn't implement eject" msgstr "" #: gio/gwin32appinfo.c:277 -#, c-format msgid "Can't find application" msgstr "" @@ -1704,17 +1639,15 @@ msgid "Error launching application: %s" msgstr "解析 %s 選項時發生錯誤" #: gio/gwin32appinfo.c:349 -#, fuzzy, c-format +#, fuzzy msgid "URIs not supported" msgstr "不支援符號連結" #: gio/gwin32appinfo.c:371 -#, c-format msgid "association changes not supported on win32" msgstr "" #: gio/gwin32appinfo.c:383 -#, c-format msgid "Association creation not supported on win32" msgstr "" -- 2.7.4