svn path=/trunk/; revision=7611
This commit is contained in:
Matthias Clasen
2008-10-16 23:59:50 +00:00
parent 094957475a
commit 82c68c6a14
114 changed files with 11630 additions and 12012 deletions

View File

@@ -1,5 +1,7 @@
2008-10-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.0 ===
* NEWS: Updates
2008-10-14 Christian Persch <chpe@gnome.org>

View File

@@ -1,8 +1,8 @@
Simple install procedure
========================
% gzip -cd glib-2.18.1.tar.gz | tar xvf - # unpack the sources
% cd glib-2.18.1 # change to the toplevel directory
% gzip -cd glib-2.19.0.tar.gz | tar xvf - # unpack the sources
% cd glib-2.19.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB

17
README
View File

@@ -1,7 +1,7 @@
General Information
===================
This is GLib version 2.18.1. GLib is the low-level core
This is GLib version 2.19.0. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,
@@ -24,6 +24,21 @@ Installation
See the file 'INSTALL'
Notes about GLib 2.20
=====================
^ The functions for launching applications (e.g. g_app_info_launch() +
friends) now passes a FUSE file:// URI if possible (requires gvfs
with the FUSE daemon to be running and operational). With gvfs 2.26,
FUSE file:// URIs will be mapped back to gio URIs in the GFile
constructors. The intent of this change is to better integrate
POSIX-only applications, see bug #528670 for the rationale. The
only user-visible change is when an application needs to examine an
URI passed to it (e.g. as a positional parameter). Instead of
looking at the given URI, the application will now need to look at
the result of g_file_get_uri() after having constructed a GFile
object with the given URI.
Notes about GLib 2.18
=====================

View File

@@ -1,3 +1,12 @@
2008-10-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.0 ===
* gio/gio-sections.txt: Add new api
* gobject/gobject-docs.sgml:
* gio/gio-docs.xml: Add new indexes
2008-10-16 Matthias Clasen <mclasen@redhat.com>
* glib/Makefile.am: Don't specify multiple directories in

View File

@@ -111,4 +111,7 @@
<index role="2.18">
<title>Index of new symbols in 2.18</title>
</index>
<index role="2.20">
<title>Index of new symbols in 2.20</title>
</index>
</book>

View File

@@ -320,6 +320,8 @@ g_file_attribute_info_list_unref
g_file_attribute_info_list_dup
g_file_attribute_info_list_lookup
g_file_attribute_info_list_add
<SUBSECTION Private>
g_file_attribute_info_list_get_type
</SECTION>
<SECTION>
@@ -449,6 +451,12 @@ g_emblem_get_icon
g_emblem_get_origin
<SUBSECTION Private>
g_emblem_get_type
G_EMBLEM
G_EMBLEM_CLASS
G_EMBLEM_GET_CLASS
G_IS_EMBLEM
G_IS_EMBLEM_CLASS
G_TYPE_EMBLEM
</SECTION>
<SECTION>
@@ -1061,6 +1069,9 @@ g_app_info_supports_files
g_app_info_supports_uris
g_app_info_launch_uris
g_app_info_should_show
g_app_info_can_delete
g_app_info_delete
g_app_info_reset_type_associations
g_app_info_set_as_default_for_type
g_app_info_set_as_default_for_extension
g_app_info_add_supports_type

View File

@@ -235,5 +235,8 @@ synchronize their operation.
<index role="2.18">
<title>Index of new symbols in 2.18</title>
</index>
<index role="2.20">
<title>Index of new symbols in 2.20</title>
</index>
</book>

View File

@@ -52,6 +52,15 @@ side-effects.
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### MACRO G_BYTE_ORDER ##### -->
<para>
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.)
</para>
<!-- ##### MACRO G_LITTLE_ENDIAN ##### -->
<para>
Specifies one of the possible types of byte order.
@@ -130,6 +139,24 @@ Converts a #gint value from little-endian to host byte order.
@Returns: @val converted to host byte order.
<!-- ##### MACRO GINT_TO_BE ##### -->
<para>
Converts a #gint value from host byte order to big-endian.
</para>
@val: a #gint value in host byte order.
@Returns: @val converted to big-endian byte order.
<!-- ##### MACRO GINT_TO_LE ##### -->
<para>
Converts a #gint value from host byte order to little-endian.
</para>
@val: a #gint value in host byte order.
@Returns: @val converted to little-endian byte order.
<!-- ##### MACRO GUINT_FROM_BE ##### -->
<para>
Converts a #guint value from big-endian to host byte order.
@@ -148,6 +175,24 @@ Converts a #guint value from little-endian to host byte order.
@Returns: @val converted to host byte order.
<!-- ##### MACRO GUINT_TO_BE ##### -->
<para>
Converts a #guint value from host byte order to big-endian.
</para>
@val: a #guint value in host byte order.
@Returns: @val converted to big-endian byte order.
<!-- ##### MACRO GUINT_TO_LE ##### -->
<para>
Converts a #guint value from host byte order to little-endian.
</para>
@val: a #guint value in host byte order.
@Returns: @val converted to little-endian byte order.
<!-- ##### MACRO GLONG_FROM_BE ##### -->
<para>
Converts a #glong value from big-endian to the host byte order.
@@ -166,6 +211,24 @@ Converts a #glong value from little-endian to host byte order.
@Returns: @val converted to host byte order.
<!-- ##### MACRO GLONG_TO_BE ##### -->
<para>
Converts a #glong value from host byte order to big-endian.
</para>
@val: a #glong value in host byte order.
@Returns: @val converted to big-endian byte order.
<!-- ##### MACRO GLONG_TO_LE ##### -->
<para>
Converts a #glong value from host byte order to little-endian.
</para>
@val: a #glong value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GULONG_FROM_BE ##### -->
<para>
Converts a #gulong value from big-endian to host byte order.
@@ -184,6 +247,24 @@ Converts a #gulong value from little-endian to host byte order.
@Returns: @val converted to host byte order.
<!-- ##### MACRO GULONG_TO_BE ##### -->
<para>
Converts a #gulong value from host byte order to big-endian.
</para>
@val: a #gulong value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GULONG_TO_LE ##### -->
<para>
Converts a #gulong value from host byte order to little-endian.
</para>
@val: a #gulong value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GINT16_FROM_BE ##### -->
<para>
Converts a #gint16 value from big-endian to host byte order.
@@ -202,6 +283,24 @@ Converts a #gint16 value from little-endian to host byte order.
@Returns: @val converted to host byte order.
<!-- ##### MACRO GINT16_TO_BE ##### -->
<para>
Converts a #gint16 value from host byte order to big-endian.
</para>
@val: a #gint16 value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GINT16_TO_LE ##### -->
<para>
Converts a #gint16 value from host byte order to little-endian.
</para>
@val: a #gint16 value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GUINT16_FROM_BE ##### -->
<para>
Converts a #guint16 value from big-endian to host byte order.
@@ -220,6 +319,24 @@ Converts a #guint16 value from little-endian to host byte order.
@Returns: @val converted to host byte order.
<!-- ##### MACRO GUINT16_TO_BE ##### -->
<para>
Converts a #guint16 value from host byte order to big-endian.
</para>
@val: a #guint16 value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GUINT16_TO_LE ##### -->
<para>
Converts a #guint16 value from host byte order to little-endian.
</para>
@val: a #guint16 value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GINT32_FROM_BE ##### -->
<para>
Converts a #gint32 value from big-endian to host byte order.
@@ -238,6 +355,24 @@ Converts a #gint32 value from little-endian to host byte order.
@Returns: @val converted to host byte order.
<!-- ##### MACRO GINT32_TO_BE ##### -->
<para>
Converts a #gint32 value from host byte order to big-endian.
</para>
@val: a #gint32 value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GINT32_TO_LE ##### -->
<para>
Converts a #gint32 value from host byte order to little-endian.
</para>
@val: a #gint32 value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GUINT32_FROM_BE ##### -->
<para>
Converts a #guint32 value from big-endian to host byte order.
@@ -256,6 +391,24 @@ Converts a #guint32 value from little-endian to host byte order.
@Returns: @val converted to host byte order.
<!-- ##### MACRO GUINT32_TO_BE ##### -->
<para>
Converts a #guint32 value from host byte order to big-endian.
</para>
@val: a #guint32 value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GUINT32_TO_LE ##### -->
<para>
Converts a #guint32 value from host byte order to little-endian.
</para>
@val: a #guint32 value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GINT64_FROM_BE ##### -->
<para>
Converts a #gint64 value from big-endian to host byte order.
@@ -274,6 +427,24 @@ Converts a #gint64 value from little-endian to host byte order.
@Returns: @val converted to host byte order.
<!-- ##### MACRO GINT64_TO_BE ##### -->
<para>
Converts a #gint64 value from host byte order to big-endian.
</para>
@val: a #gint64 value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GINT64_TO_LE ##### -->
<para>
Converts a #gint64 value from host byte order to little-endian.
</para>
@val: a #gint64 value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GUINT64_FROM_BE ##### -->
<para>
Converts a #guint64 value from big-endian to host byte order.
@@ -292,6 +463,24 @@ Converts a #guint64 value from little-endian to host byte order.
@Returns: @val converted to host byte order.
<!-- ##### MACRO GUINT64_TO_BE ##### -->
<para>
Converts a #guint64 value from host byte order to big-endian.
</para>
@val: a #guint64 value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GUINT64_TO_LE ##### -->
<para>
Converts a #guint64 value from host byte order to little-endian.
</para>
@val: a #guint64 value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GUINT16_SWAP_BE_PDP ##### -->
<para>
Converts a #guint16 value between big-endian and pdp-endian byte order.

View File

@@ -180,83 +180,6 @@ Specifies the type of function passed to g_set_error_handler().
@hook_list:
@hook:
<!-- ##### MACRO GINT16_TO_BE ##### -->
<para>
Converts a #gint16 value from host byte order to big-endian.
</para>
@val: a #gint16 value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GINT16_TO_LE ##### -->
<para>
Converts a #gint16 value from host byte order to little-endian.
</para>
@val: a #gint16 value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GINT32_TO_BE ##### -->
<para>
Converts a #gint32 value from host byte order to big-endian.
</para>
@val: a #gint32 value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GINT32_TO_LE ##### -->
<para>
Converts a #gint32 value from host byte order to little-endian.
</para>
@val: a #gint32 value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GINT64_TO_BE ##### -->
<para>
Converts a #gint64 value from host byte order to big-endian.
</para>
@val: a #gint64 value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GINT64_TO_LE ##### -->
<para>
Converts a #gint64 value from host byte order to little-endian.
</para>
@val: a #gint64 value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GINT_TO_BE ##### -->
<para>
Converts a #gint value from host byte order to big-endian.
</para>
@val: a #gint value in host byte order.
@Returns: @val converted to big-endian byte order.
<!-- ##### MACRO GINT_TO_LE ##### -->
<para>
Converts a #gint value from host byte order to little-endian.
</para>
@val: a #gint value in host byte order.
@Returns: @val converted to little-endian byte order.
<!-- ##### MACRO GINT_TO_POINTER ##### -->
<para>
Stuffs an integer into a pointer type.
</para>
<para>
Remember, YOU MAY NOT STORE POINTERS IN INTEGERS. THIS IS NOT PORTABLE
IN ANY WAY SHAPE OR FORM. These macros <emphasis>ONLY</emphasis> 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.
</para>
@i: integer to stuff into a pointer.
<!-- ##### ENUM GIOFileMode ##### -->
<para>
@@ -269,49 +192,6 @@ integer; values outside the range of a 32-bit integer will be mangled.
@G_IO_FILE_MODE_READ_WRITE_TRUNCATE:
@G_IO_FILE_MODE_READ_WRITE_APPEND:
<!-- ##### MACRO GLIB_MAJOR_VERSION ##### -->
<para>
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.
</para>
<!-- ##### MACRO GLIB_MICRO_VERSION ##### -->
<para>
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.
</para>
<!-- ##### MACRO GLIB_MINOR_VERSION ##### -->
<para>
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.
</para>
<!-- ##### MACRO GLONG_TO_BE ##### -->
<para>
Converts a #glong value from host byte order to big-endian.
</para>
@val: a #glong value in host byte order.
@Returns: @val converted to big-endian byte order.
<!-- ##### MACRO GLONG_TO_LE ##### -->
<para>
Converts a #glong value from host byte order to little-endian.
</para>
@val: a #glong value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### ENUM GMatchType ##### -->
<para>
Enumeration representing different kinds of patterns. This is only used
@@ -326,170 +206,6 @@ the end of the string.
@G_MATCH_EXACT: a pattern matching exactly one string.
@G_MATCH_LAST:
<!-- ##### STRUCT GModule ##### -->
<para>
The #GModule struct is an opaque data structure to represent a
<link linkend="glib-Dynamic-Loading-of-Modules">Dynamically-Loaded Module</link>.
It should only be accessed via the following functions.
</para>
<!-- ##### USER_FUNCTION GModuleCheckInit ##### -->
<para>
Specifies the type of the module initialization function.
<indexterm zone="g-module-check-init"><primary>g_module_check_init</primary></indexterm>
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.
</para>
@module: the #GModule corresponding to the module which has just been loaded.
@Returns: %NULL on success, or a string describing the initialization error.
<!-- ##### ENUM GModuleFlags ##### -->
<para>
Flags passed to g_module_open(). Note that these flags are
not supported on all platforms.
</para>
@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.
<!-- ##### USER_FUNCTION GModuleUnload ##### -->
<para>
<indexterm zone="g-module-unload"><primary>g_module_unload</primary></indexterm>
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.
</para>
@module: the #GModule about to be unloaded.
<!-- ##### MACRO GPOINTER_TO_INT ##### -->
<para>
Extracts an integer from a pointer. The integer must have
been stored in the pointer with GINT_TO_POINTER().
</para>
<para>
Remember, YOU MAY NOT STORE POINTERS IN INTEGERS. THIS IS NOT PORTABLE
IN ANY WAY SHAPE OR FORM. These macros <emphasis>ONLY</emphasis> 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.
</para>
@p: pointer containing an integer.
<!-- ##### MACRO GPOINTER_TO_UINT ##### -->
<para>
Extracts an unsigned integer from a pointer. The integer must have
been stored in the pointer with GUINT_TO_POINTER().
</para>
@p: pointer to extract an unsigned integer from.
<!-- ##### TYPEDEF GPid ##### -->
<para>
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).
</para>
<!-- ##### MACRO GUINT16_TO_BE ##### -->
<para>
Converts a #guint16 value from host byte order to big-endian.
</para>
@val: a #guint16 value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GUINT16_TO_LE ##### -->
<para>
Converts a #guint16 value from host byte order to little-endian.
</para>
@val: a #guint16 value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GUINT32_TO_BE ##### -->
<para>
Converts a #guint32 value from host byte order to big-endian.
</para>
@val: a #guint32 value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GUINT32_TO_LE ##### -->
<para>
Converts a #guint32 value from host byte order to little-endian.
</para>
@val: a #guint32 value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GUINT64_TO_BE ##### -->
<para>
Converts a #guint64 value from host byte order to big-endian.
</para>
@val: a #guint64 value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GUINT64_TO_LE ##### -->
<para>
Converts a #guint64 value from host byte order to little-endian.
</para>
@val: a #guint64 value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### MACRO GUINT_TO_BE ##### -->
<para>
Converts a #guint value from host byte order to big-endian.
</para>
@val: a #guint value in host byte order.
@Returns: @val converted to big-endian byte order.
<!-- ##### MACRO GUINT_TO_LE ##### -->
<para>
Converts a #guint value from host byte order to little-endian.
</para>
@val: a #guint value in host byte order.
@Returns: @val converted to little-endian byte order.
<!-- ##### MACRO GUINT_TO_POINTER ##### -->
<para>
Stuffs an unsigned integer into a pointer type.
</para>
@u: unsigned integer to stuff into the pointer.
<!-- ##### MACRO GULONG_TO_BE ##### -->
<para>
Converts a #gulong value from host byte order to big-endian.
</para>
@val: a #gulong value in host byte order.
@Returns: @val converted to big-endian.
<!-- ##### MACRO GULONG_TO_LE ##### -->
<para>
Converts a #gulong value from host byte order to little-endian.
</para>
@val: a #gulong value in host byte order.
@Returns: @val converted to little-endian.
<!-- ##### USER_FUNCTION GWarningFunc ##### -->
<para>
Specifies the type of function passed to g_set_warning_handler().
@@ -497,14 +213,6 @@ Specifies the type of function passed to g_set_warning_handler().
@str: the warning message.
<!-- ##### MACRO G_BYTE_ORDER ##### -->
<para>
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.)
</para>
<!-- ##### MACRO G_CHANNEL_ERROR ##### -->
<para>
@@ -519,214 +227,6 @@ error domains.
</para>
<!-- ##### MACRO G_GINT16_FORMAT ##### -->
<para>
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.
</para>
<para>
<informalexample>
<programlisting>
gint16 in;
gint32 out;
sscanf ("42", "%" G_GINT16_FORMAT, &amp;in)
out = in * 1000;
g_print ("%" G_GINT32_FORMAT, out);
</programlisting>
</informalexample>
</para>
<!-- ##### MACRO G_GINT16_MODIFIER ##### -->
<para>
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.
</para>
<para>
The following example prints "0x7b";
<informalexample>
<programlisting>
gint16 value = 123;
g_print ("%#" G_GINT16_MODIFIER "x", value);
</programlisting>
</informalexample>
</para>
@Since: 2.4
<!-- ##### MACRO G_GINT32_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #gint32. See also #G_GINT16_FORMAT.
</para>
<!-- ##### MACRO G_GINT32_MODIFIER ##### -->
<para>
The platform dependent length modifier for constructing printf() conversion
specifiers for values of type #gint32 or #guint32. See also #G_GINT16_MODIFIER.
</para>
@Since: 2.4
<!-- ##### MACRO G_GINT64_CONSTANT ##### -->
<para>
This macro is used to insert 64-bit integer literals into the source code.
</para>
@val: a literal integer value, e.g. 0x1d636b02300a7aa7U.
<!-- ##### MACRO G_GINT64_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #gint64. See also #G_GINT16_FORMAT.
</para>
<note>
<para>
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.
</para>
</note>
<!-- ##### MACRO G_GINT64_MODIFIER ##### -->
<para>
The platform dependent length modifier for constructing printf() conversion
specifiers for values of type #gint64 or #guint64. See also #G_GINT16_MODIFIER.
</para>
<note>
<para>
Some platforms do not support printing 64 bit integers,
even though the types are supported. On such platforms #G_GINT64_MODIFIER
is not defined.
</para>
</note>
@Since: 2.4
<!-- ##### MACRO G_GNUC_INTERNAL ##### -->
<para>
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.
</para>
<para>
When using a compiler that supports the GNU C hidden visibility attribute,
this macro expands to <literal>__attribute__((visibility("hidden")))</literal>.
When using the Sun Studio compiler, it expands to <literal>__hidden</literal>.
</para>
<para>
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.
</para>
<informalexample><programlisting>
G_GNUC_INTERNAL
void _g_log_fallback_handler (const gchar *log_domain,
GLogLevelFlags log_level,
const gchar *message,
gpointer unused_data);
</programlisting></informalexample>
Since: 2.6
<!-- ##### MACRO G_GSIZE_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #gsize. See also #G_GINT16_FORMAT.
</para>
@Since: 2.6
<!-- ##### MACRO G_GSIZE_MODIFIER ##### -->
<para>
The platform dependent length modifier for constructing printf() conversion
specifiers for values of type #gsize or #gssize. See also #G_GINT16_MODIFIER.
</para>
@Since: 2.6
<!-- ##### MACRO G_GSSIZE_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #gssize. See also #G_GINT16_FORMAT.
</para>
@Since: 2.6
<!-- ##### MACRO G_GUINT16_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #guint16. See also #G_GINT16_FORMAT.
</para>
<!-- ##### MACRO G_GUINT32_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #guint32. See also #G_GINT16_FORMAT.
</para>
<!-- ##### MACRO G_GUINT64_CONSTANT ##### -->
<para>
This macro is used to insert 64-bit unsigned integer literals into the
source code.
</para>
@val: a literal integer value, e.g. 0x1d636b02300a7aa7U.
@Since: 2.10
<!-- ##### MACRO G_GUINT64_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #guint64. See also #G_GINT16_FORMAT.
</para>
<note>
<para>
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.
</para>
</note>
<!-- ##### MACRO G_HAVE_GINT64 ##### -->
<para>
This macro is defined if 64-bit signed and unsigned integers are available
on the platform.
</para>
@Deprecated: GLib requires 64-bit integer support since version 2.0, therefore
%G_HAVE_GINT64 is <emphasis>always</emphasis> defined.
<!-- ##### MACRO G_HAVE_GNUC_VISIBILITY ##### -->
<para>
This macro is defined as 1 if the compiler supports ELF visibility
attributes (currently only <command>gcc</command>).
</para>
Since: 2.6
<!-- ##### MACRO G_HOOK_DEFERRED_DESTROY ##### -->
<para>
@@ -767,159 +267,6 @@ not work.
</para>
<!-- ##### MACRO G_MAXDOUBLE ##### -->
<para>
The maximum value which can be held in a #gdouble.
</para>
<!-- ##### MACRO G_MAXFLOAT ##### -->
<para>
The maximum value which can be held in a #gfloat.
</para>
<!-- ##### MACRO G_MAXINT ##### -->
<para>
The maximum value which can be held in a #gint.
</para>
<!-- ##### MACRO G_MAXLONG ##### -->
<para>
The maximum value which can be held in a #glong.
</para>
<!-- ##### MACRO G_MAXOFFSET ##### -->
<para>
The maximum value which can be held in a #goffset.
</para>
<!-- ##### MACRO G_MAXSHORT ##### -->
<para>
The maximum value which can be held in a #gshort.
</para>
<!-- ##### MACRO G_MAXSIZE ##### -->
<para>
The maximum value which can be held in a #gsize.
</para>
@Since: 2.4
<!-- ##### MACRO G_MAXSSIZE ##### -->
<para>
The maximum value which can be held in a #gssize.
</para>
@Since: 2.14
<!-- ##### MACRO G_MAXUINT ##### -->
<para>
The maximum value which can be held in a #guint.
</para>
<!-- ##### MACRO G_MAXULONG ##### -->
<para>
The maximum value which can be held in a #gulong.
</para>
<!-- ##### MACRO G_MAXUSHORT ##### -->
<para>
The maximum value which can be held in a #gushort.
</para>
<!-- ##### MACRO G_MINDOUBLE ##### -->
<para>
The minimum positive value which can be held in a #gdouble.
</para>
<para>
If you are interested in the smallest value which can be held in a #gdouble,
use -G_MAXDOUBLE.
</para>
<!-- ##### MACRO G_MINFLOAT ##### -->
<para>
The minimum positive value which can be held in a #gfloat.
</para>
<para>
If you are interested in the smallest value which can be held in a #gfloat,
use -G_MAX_FLOAT.
</para>
<!-- ##### MACRO G_MININT ##### -->
<para>
The minimum value which can be held in a #gint.
</para>
<!-- ##### MACRO G_MINLONG ##### -->
<para>
The minimum value which can be held in a #glong.
</para>
<!-- ##### MACRO G_MINOFFSET ##### -->
<para>
The minimum value which can be held in a #goffset.
</para>
<!-- ##### MACRO G_MINSHORT ##### -->
<para>
The minimum value which can be held in a #gshort.
</para>
<!-- ##### MACRO G_MINSSIZE ##### -->
<para>
The minimum value which can be held in a #gssize.
</para>
@Since: 2.14
<!-- ##### MACRO G_MODULE_EXPORT ##### -->
<para>
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.
</para>
<!-- ##### MACRO G_MODULE_IMPORT ##### -->
<para>
Used to declare functions imported from modules.
</para>
<!-- ##### MACRO G_MODULE_SUFFIX ##### -->
<para>
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".
</para>
<!-- ##### MACRO G_THREADS_ENABLED ##### -->
<para>
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.
</para>
<!-- ##### MACRO NAME_MAX ##### -->
<para>
Provided for UNIX emulation on Windows; equivalent to UNIX macro
@@ -1406,117 +753,6 @@ To use this function you must configure glib with the flag
@mem: the memory to check.
<!-- ##### MACRO g_memmove ##### -->
<para>
</para>
@dest:
@src:
@len:
<!-- ##### FUNCTION g_module_build_path ##### -->
<para>
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.
</para>
<para>
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.
</para>
<para>
For example, calling g_module_build_path() on a Linux system with a @directory
of <filename>/lib</filename> and a @module_name of "mylibrary" will return
<filename>/lib/libmylibrary.so</filename>. On a Windows system, using
<filename>\Windows</filename> as the directory it will return
<filename>\Windows\mylibrary.dll</filename>.
</para>
@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.
<!-- ##### FUNCTION g_module_close ##### -->
<para>
Closes a module.
</para>
@module: a #GModule to close.
@Returns: %TRUE on success.
<!-- ##### FUNCTION g_module_error ##### -->
<para>
Gets a string describing the last module error.
</para>
@Returns: a string describing the last module error.
<!-- ##### FUNCTION g_module_make_resident ##### -->
<para>
Ensures that a module will never be unloaded.
Any future g_module_close() calls on the module will be ignored.
</para>
@module: a #GModule to make permanently resident.
<!-- ##### FUNCTION g_module_name ##### -->
<para>
Gets the filename from a #GModule.
</para>
@module: a #GModule.
@Returns: the filename of the module, or "main" if the module is the main
program itself.
<!-- ##### FUNCTION g_module_open ##### -->
<para>
Opens a module. If the module has already been opened, its reference
count is incremented.
</para>
<para>
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.
</para>
@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.
<!-- ##### FUNCTION g_module_supported ##### -->
<para>
Checks if modules are supported on the current platform.
</para>
@Returns: %TRUE if modules are supported.
<!-- ##### FUNCTION g_module_symbol ##### -->
<para>
Gets a symbol pointer from a module, such as one exported by #G_MODULE_EXPORT.
</para>
<para>
Note that a valid symbol can be %NULL.
</para>
@module: a #GModule.
@symbol_name: the name of the symbol to find.
@symbol: returns the pointer to the symbol value.
@Returns: %TRUE on success.
<!-- ##### FUNCTION g_regex_error_quark ##### -->
<para>
@@ -1664,80 +900,6 @@ Turns the argument into a string literal by using the '#' stringizing operator.
</para>
<!-- ##### TYPEDEF gint16 ##### -->
<para>
A signed integer guaranteed to be 16 bits on all platforms.
Values of this type can range from -32,768 to 32,767.
</para>
<!-- ##### TYPEDEF gint32 ##### -->
<para>
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.
</para>
<!-- ##### TYPEDEF gint64 ##### -->
<para>
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.
</para>
<!-- ##### TYPEDEF gint8 ##### -->
<para>
A signed integer guaranteed to be 8 bits on all platforms.
Values of this type can range from -128 to 127.
</para>
<!-- ##### TYPEDEF goffset ##### -->
<para>
A signed integer type that is used for file offsets, corresponding to the
C99 type off64_t.
</para>
Since: 2.14
<!-- ##### TYPEDEF gsize ##### -->
<para>
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.
</para>
<!-- ##### TYPEDEF gssize ##### -->
<para>
A signed variant of gsize, corresponding to the ssize_t defined on most platforms.
</para>
<!-- ##### TYPEDEF guint16 ##### -->
<para>
An unsigned integer guaranteed to be 16 bits on all platforms.
Values of this type can range from 0 to 65,535.
</para>
<!-- ##### TYPEDEF guint32 ##### -->
<para>
An unsigned integer guaranteed to be 32 bits on all platforms.
Values of this type can range from 0 to 4,294,967,295.
</para>
<!-- ##### TYPEDEF guint8 ##### -->
<para>
An unsigned integer guaranteed to be 8 bits on all platforms.
Values of this type can range from 0 to 255.
</para>
<!-- ##### MACRO lseek ##### -->
<para>

View File

@@ -395,7 +395,7 @@ error domains.
@channel:
@condition:
@Returns:
@Returns:
<!-- ##### FUNCTION g_io_add_watch ##### -->
@@ -404,7 +404,7 @@ error domains.
</para>
@channel:
@condition:
@condition:
@func:
@user_data:
@Returns:
@@ -417,9 +417,9 @@ error domains.
@channel:
@priority:
@condition:
@condition:
@func:
@user_data:
@user_data:
@notify:
@Returns:

View File

@@ -18,6 +18,69 @@ the standard integer and floating point types.
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### MACRO G_MININT ##### -->
<para>
The minimum value which can be held in a #gint.
</para>
<!-- ##### MACRO G_MAXINT ##### -->
<para>
The maximum value which can be held in a #gint.
</para>
<!-- ##### MACRO G_MAXUINT ##### -->
<para>
The maximum value which can be held in a #guint.
</para>
<!-- ##### MACRO G_MINSHORT ##### -->
<para>
The minimum value which can be held in a #gshort.
</para>
<!-- ##### MACRO G_MAXSHORT ##### -->
<para>
The maximum value which can be held in a #gshort.
</para>
<!-- ##### MACRO G_MAXUSHORT ##### -->
<para>
The maximum value which can be held in a #gushort.
</para>
<!-- ##### MACRO G_MINLONG ##### -->
<para>
The minimum value which can be held in a #glong.
</para>
<!-- ##### MACRO G_MAXLONG ##### -->
<para>
The maximum value which can be held in a #glong.
</para>
<!-- ##### MACRO G_MAXULONG ##### -->
<para>
The maximum value which can be held in a #gulong.
</para>
<!-- ##### MACRO G_MININT8 ##### -->
<para>
The minimum value which can be held in a #gint8.
@@ -111,3 +174,77 @@ The maximum value which can be held in a #guint64.
<!-- ##### MACRO G_MAXSIZE ##### -->
<para>
The maximum value which can be held in a #gsize.
</para>
@Since: 2.4
<!-- ##### MACRO G_MINSSIZE ##### -->
<para>
The minimum value which can be held in a #gssize.
</para>
@Since: 2.14
<!-- ##### MACRO G_MAXSSIZE ##### -->
<para>
The maximum value which can be held in a #gssize.
</para>
@Since: 2.14
<!-- ##### MACRO G_MINOFFSET ##### -->
<para>
The minimum value which can be held in a #goffset.
</para>
<!-- ##### MACRO G_MAXOFFSET ##### -->
<para>
The maximum value which can be held in a #goffset.
</para>
<!-- ##### MACRO G_MINFLOAT ##### -->
<para>
The minimum positive value which can be held in a #gfloat.
</para>
<para>
If you are interested in the smallest value which can be held in a #gfloat,
use -G_MAX_FLOAT.
</para>
<!-- ##### MACRO G_MAXFLOAT ##### -->
<para>
The maximum value which can be held in a #gfloat.
</para>
<!-- ##### MACRO G_MINDOUBLE ##### -->
<para>
The minimum positive value which can be held in a #gdouble.
</para>
<para>
If you are interested in the smallest value which can be held in a #gdouble,
use -G_MAXDOUBLE.
</para>
<!-- ##### MACRO G_MAXDOUBLE ##### -->
<para>
The maximum value which can be held in a #gdouble.
</para>

View File

@@ -320,6 +320,46 @@ See the GNU C documentation for details.
<!-- ##### MACRO G_HAVE_GNUC_VISIBILITY ##### -->
<para>
This macro is defined as 1 if the compiler supports ELF visibility
attributes (currently only <command>gcc</command>).
</para>
Since: 2.6
<!-- ##### MACRO G_GNUC_INTERNAL ##### -->
<para>
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.
</para>
<para>
When using a compiler that supports the GNU C hidden visibility attribute,
this macro expands to <literal>__attribute__((visibility("hidden")))</literal>.
When using the Sun Studio compiler, it expands to <literal>__hidden</literal>.
</para>
<para>
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.
</para>
<informalexample><programlisting>
G_GNUC_INTERNAL
void _g_log_fallback_handler (const gchar *log_domain,
GLogLevelFlags log_level,
const gchar *message,
gpointer unused_data);
</programlisting></informalexample>
Since: 2.6
<!-- ##### MACRO G_GNUC_MAY_ALIAS ##### -->
<para>
Expands to the GNU C <literal>may_alias</literal> type attribute
@@ -379,3 +419,160 @@ Expands to a string identifying the current function.
@Since: 2.4
<!-- ##### MACRO G_GINT16_MODIFIER ##### -->
<para>
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.
</para>
<para>
The following example prints "0x7b";
<informalexample>
<programlisting>
gint16 value = 123;
g_print ("%#" G_GINT16_MODIFIER "x", value);
</programlisting>
</informalexample>
</para>
@Since: 2.4
<!-- ##### MACRO G_GINT16_FORMAT ##### -->
<para>
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.
</para>
<para>
<informalexample>
<programlisting>
gint16 in;
gint32 out;
sscanf ("42", "%" G_GINT16_FORMAT, &amp;in)
out = in * 1000;
g_print ("%" G_GINT32_FORMAT, out);
</programlisting>
</informalexample>
</para>
<!-- ##### MACRO G_GUINT16_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #guint16. See also #G_GINT16_FORMAT.
</para>
<!-- ##### MACRO G_GINT32_MODIFIER ##### -->
<para>
The platform dependent length modifier for constructing printf() conversion
specifiers for values of type #gint32 or #guint32. See also #G_GINT16_MODIFIER.
</para>
@Since: 2.4
<!-- ##### MACRO G_GINT32_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #gint32. See also #G_GINT16_FORMAT.
</para>
<!-- ##### MACRO G_GUINT32_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #guint32. See also #G_GINT16_FORMAT.
</para>
<!-- ##### MACRO G_GINT64_MODIFIER ##### -->
<para>
The platform dependent length modifier for constructing printf() conversion
specifiers for values of type #gint64 or #guint64. See also #G_GINT16_MODIFIER.
</para>
<note>
<para>
Some platforms do not support printing 64 bit integers,
even though the types are supported. On such platforms #G_GINT64_MODIFIER
is not defined.
</para>
</note>
@Since: 2.4
<!-- ##### MACRO G_GINT64_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #gint64. See also #G_GINT16_FORMAT.
</para>
<note>
<para>
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.
</para>
</note>
<!-- ##### MACRO G_GUINT64_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #guint64. See also #G_GINT16_FORMAT.
</para>
<note>
<para>
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.
</para>
</note>
<!-- ##### MACRO G_GSIZE_MODIFIER ##### -->
<para>
The platform dependent length modifier for constructing printf() conversion
specifiers for values of type #gsize or #gssize. See also #G_GINT16_MODIFIER.
</para>
@Since: 2.6
<!-- ##### MACRO G_GSIZE_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #gsize. See also #G_GINT16_FORMAT.
</para>
@Since: 2.6
<!-- ##### MACRO G_GSSIZE_FORMAT ##### -->
<para>
This is the platform dependent conversion specifier for scanning and
printing values of type #gssize. See also #G_GINT16_FORMAT.
</para>
@Since: 2.6

View File

@@ -645,6 +645,15 @@ for the default main context.
@Returns:
<!-- ##### TYPEDEF GPid ##### -->
<para>
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).
</para>
<!-- ##### USER_FUNCTION GChildWatchFunc ##### -->
<para>
The type of functions to be called when a child exists.

View File

@@ -258,6 +258,16 @@ Wraps g_alloca() in a more typesafe manner.
@Returns: Pointer to stack space for @n_structs chunks of type @struct_type
<!-- ##### MACRO g_memmove ##### -->
<para>
</para>
@dest:
@src:
@len:
<!-- ##### FUNCTION g_memdup ##### -->
<para>
Allocates @byte_size bytes of memory, and copies @byte_size bytes into it

View File

@@ -99,3 +99,186 @@ just_say_hello (const char *filename, GError **error)
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### STRUCT GModule ##### -->
<para>
The #GModule struct is an opaque data structure to represent a
<link linkend="glib-Dynamic-Loading-of-Modules">Dynamically-Loaded Module</link>.
It should only be accessed via the following functions.
</para>
<!-- ##### FUNCTION g_module_supported ##### -->
<para>
Checks if modules are supported on the current platform.
</para>
@Returns: %TRUE if modules are supported.
<!-- ##### FUNCTION g_module_build_path ##### -->
<para>
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.
</para>
<para>
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.
</para>
<para>
For example, calling g_module_build_path() on a Linux system with a @directory
of <filename>/lib</filename> and a @module_name of "mylibrary" will return
<filename>/lib/libmylibrary.so</filename>. On a Windows system, using
<filename>\Windows</filename> as the directory it will return
<filename>\Windows\mylibrary.dll</filename>.
</para>
@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.
<!-- ##### FUNCTION g_module_open ##### -->
<para>
Opens a module. If the module has already been opened, its reference
count is incremented.
</para>
<para>
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.
</para>
@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.
<!-- ##### ENUM GModuleFlags ##### -->
<para>
Flags passed to g_module_open(). Note that these flags are
not supported on all platforms.
</para>
@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.
<!-- ##### FUNCTION g_module_symbol ##### -->
<para>
Gets a symbol pointer from a module, such as one exported by #G_MODULE_EXPORT.
</para>
<para>
Note that a valid symbol can be %NULL.
</para>
@module: a #GModule.
@symbol_name: the name of the symbol to find.
@symbol: returns the pointer to the symbol value.
@Returns: %TRUE on success.
<!-- ##### FUNCTION g_module_name ##### -->
<para>
Gets the filename from a #GModule.
</para>
@module: a #GModule.
@Returns: the filename of the module, or "main" if the module is the main
program itself.
<!-- ##### FUNCTION g_module_make_resident ##### -->
<para>
Ensures that a module will never be unloaded.
Any future g_module_close() calls on the module will be ignored.
</para>
@module: a #GModule to make permanently resident.
<!-- ##### FUNCTION g_module_close ##### -->
<para>
Closes a module.
</para>
@module: a #GModule to close.
@Returns: %TRUE on success.
<!-- ##### FUNCTION g_module_error ##### -->
<para>
Gets a string describing the last module error.
</para>
@Returns: a string describing the last module error.
<!-- ##### USER_FUNCTION GModuleCheckInit ##### -->
<para>
Specifies the type of the module initialization function.
<indexterm zone="g-module-check-init"><primary>g_module_check_init</primary></indexterm>
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.
</para>
@module: the #GModule corresponding to the module which has just been loaded.
@Returns: %NULL on success, or a string describing the initialization error.
<!-- ##### USER_FUNCTION GModuleUnload ##### -->
<para>
<indexterm zone="g-module-unload"><primary>g_module_unload</primary></indexterm>
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.
</para>
@module: the #GModule about to be unloaded.
<!-- ##### MACRO G_MODULE_SUFFIX ##### -->
<para>
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".
</para>
<!-- ##### MACRO G_MODULE_EXPORT ##### -->
<para>
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.
</para>
<!-- ##### MACRO G_MODULE_IMPORT ##### -->
<para>
Used to declare functions imported from modules.
</para>

View File

@@ -89,6 +89,19 @@ common problems. To use error-checking mutexes, define the symbol
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### MACRO G_THREADS_ENABLED ##### -->
<para>
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.
</para>
<!-- ##### MACRO G_THREADS_IMPL_POSIX ##### -->
<para>

View File

@@ -57,6 +57,52 @@ integer; values outside the range of a 32-bit integer will be mangled.
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### MACRO GINT_TO_POINTER ##### -->
<para>
Stuffs an integer into a pointer type.
</para>
<para>
Remember, YOU MAY NOT STORE POINTERS IN INTEGERS. THIS IS NOT PORTABLE
IN ANY WAY SHAPE OR FORM. These macros <emphasis>ONLY</emphasis> 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.
</para>
@i: integer to stuff into a pointer.
<!-- ##### MACRO GPOINTER_TO_INT ##### -->
<para>
Extracts an integer from a pointer. The integer must have
been stored in the pointer with GINT_TO_POINTER().
</para>
<para>
Remember, YOU MAY NOT STORE POINTERS IN INTEGERS. THIS IS NOT PORTABLE
IN ANY WAY SHAPE OR FORM. These macros <emphasis>ONLY</emphasis> 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.
</para>
@p: pointer containing an integer.
<!-- ##### MACRO GUINT_TO_POINTER ##### -->
<para>
Stuffs an unsigned integer into a pointer type.
</para>
@u: unsigned integer to stuff into the pointer.
<!-- ##### MACRO GPOINTER_TO_UINT ##### -->
<para>
Extracts an unsigned integer from a pointer. The integer must have
been stored in the pointer with GUINT_TO_POINTER().
</para>
@p: pointer to extract an unsigned integer from.
<!-- ##### MACRO GSIZE_TO_POINTER ##### -->
<para>
Stuffs a #gsize into a pointer type.

View File

@@ -119,6 +119,66 @@ Values of this type can range from 0 to #G_MAXULONG.
</para>
<!-- ##### TYPEDEF gint8 ##### -->
<para>
A signed integer guaranteed to be 8 bits on all platforms.
Values of this type can range from -128 to 127.
</para>
<!-- ##### TYPEDEF guint8 ##### -->
<para>
An unsigned integer guaranteed to be 8 bits on all platforms.
Values of this type can range from 0 to 255.
</para>
<!-- ##### TYPEDEF gint16 ##### -->
<para>
A signed integer guaranteed to be 16 bits on all platforms.
Values of this type can range from -32,768 to 32,767.
</para>
<!-- ##### TYPEDEF guint16 ##### -->
<para>
An unsigned integer guaranteed to be 16 bits on all platforms.
Values of this type can range from 0 to 65,535.
</para>
<!-- ##### TYPEDEF gint32 ##### -->
<para>
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.
</para>
<!-- ##### TYPEDEF guint32 ##### -->
<para>
An unsigned integer guaranteed to be 32 bits on all platforms.
Values of this type can range from 0 to 4,294,967,295.
</para>
<!-- ##### MACRO G_HAVE_GINT64 ##### -->
<para>
This macro is defined if 64-bit signed and unsigned integers are available
on the platform.
</para>
@Deprecated: GLib requires 64-bit integer support since version 2.0, therefore
%G_HAVE_GINT64 is <emphasis>always</emphasis> defined.
<!-- ##### TYPEDEF gint64 ##### -->
<para>
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.
</para>
<!-- ##### FUNCTION guint64 ##### -->
<para>
An unsigned integer guaranteed to be 64 bits on all platforms.
@@ -128,6 +188,24 @@ Values of this type can range from 0 to 18,446,744,073,709,551,615.
@Returns:
<!-- ##### MACRO G_GINT64_CONSTANT ##### -->
<para>
This macro is used to insert 64-bit integer literals into the source code.
</para>
@val: a literal integer value, e.g. 0x1d636b02300a7aa7U.
<!-- ##### MACRO G_GUINT64_CONSTANT ##### -->
<para>
This macro is used to insert 64-bit unsigned integer literals into the
source code.
</para>
@val: a literal integer value, e.g. 0x1d636b02300a7aa7U.
@Since: 2.10
<!-- ##### TYPEDEF gfloat ##### -->
<para>
Corresponds to the standard C <type>float</type> type.
@@ -142,3 +220,27 @@ Values of this type can range from -#G_MAXDOUBLE to #G_MAXDOUBLE.
</para>
<!-- ##### TYPEDEF gsize ##### -->
<para>
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.
</para>
<!-- ##### TYPEDEF gssize ##### -->
<para>
A signed variant of gsize, corresponding to the ssize_t defined on most platforms.
</para>
<!-- ##### TYPEDEF goffset ##### -->
<para>
A signed integer type that is used for file offsets, corresponding to the
C99 type off64_t.
</para>
Since: 2.14

View File

@@ -87,6 +87,36 @@ about it. ;-)
@Returns:
<!-- ##### MACRO GLIB_MAJOR_VERSION ##### -->
<para>
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.
</para>
<!-- ##### MACRO GLIB_MINOR_VERSION ##### -->
<para>
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.
</para>
<!-- ##### MACRO GLIB_MICRO_VERSION ##### -->
<para>
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.
</para>
<!-- ##### MACRO GLIB_CHECK_VERSION ##### -->
<para>
Checks the version of the GLib library.

View File

@@ -149,7 +149,7 @@
<title>Index of new symbols in 2.14</title>
</index>
<index role="2.18">
<title>Index of new symbols in 2.14</title>
<title>Index of new symbols in 2.18</title>
</index>
</book>

View File

@@ -1,3 +1,7 @@
2008-10-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.0 ===
2008-10-16 Matthias Clasen <mclasen@redhat.com>
Bug 556422 g_file_enumerator_next_file: unclear whether return

View File

@@ -9,7 +9,7 @@ if ! which readelf 2>/dev/null >/dev/null; then
exit 0
fi
SKIP='\<g_access\|\<g_array_\|\<g_ascii\|\<g_list_\|\<g_assertion_message\|\<g_warn_message\|\<g_atomic\|\<g_build_filename\|\<g_byte_array\|\<g_child_watch\|\<g_convert\|\<g_dir_\|\<g_error_\|\<g_clear_error\|\<g_file_error_quark\|\<g_file_get_contents\|\<g_file_set_contents\|\<g_file_test\|\<g_file_read_link\|\<g_filename_\|\<g_find_program_in_path\|\<g_free\|\<g_get_\|\<g_getenv\|\<g_hash_table_\|\<g_idle_\|\<g_intern_static_string\|\<g_io_channel_\|\<g_key_file_\|\<g_listenv\|\<g_locale_to_utf8\|\<g_log\|\<g_main_context_wakeup\|\<g_malloc\|\<g_markup_\|\<g_mkdir_\|\<g_mkstemp\|\<g_module_\|\<g_object_\|\<g_once_\|\<g_param_spec_\|\<g_path_\|\<g_printerr\|\<g_propagate_error\|\<g_ptr_array_\|\<g_qsort_\|\<g_quark_\|\<g_queue_\|\<g_realloc\|\<g_return_if_fail\|\<g_set_error\|\<g_shell_\|\<g_signal_\|\<g_slice_\|\<g_slist_\|\<g_snprintf\|\<g_source_\|\<g_spawn_\|\<g_static_\|\<g_str\|\<g_thread_pool_\|\<g_time_val_add\|\<g_timeout_\|\<g_type_\|\<g_unlink\|\<g_uri_\|\<g_utf8_\|\<g_value_\|\<g_enum_\|\<g_flags_\|\<g_checksum\|\<g_io_add_watch\|\<g_bit_\|\<g_poll'
SKIP='\<g_access\|\<g_array_\|\<g_ascii\|\<g_list_\|\<g_assertion_message\|\<g_warn_message\|\<g_atomic\|\<g_build_filename\|\<g_byte_array\|\<g_child_watch\|\<g_convert\|\<g_dir_\|\<g_error_\|\<g_clear_error\|\<g_file_error_quark\|\<g_file_get_contents\|\<g_file_set_contents\|\<g_file_test\|\<g_file_read_link\|\<g_filename_\|\<g_find_program_in_path\|\<g_free\|\<g_get_\|\<g_getenv\|\<g_hash_table_\|\<g_idle_\|\<g_intern_static_string\|\<g_io_channel_\|\<g_key_file_\|\<g_listenv\|\<g_locale_to_utf8\|\<g_log\|\<g_main_context_wakeup\|\<g_malloc\|\<g_markup_\|\<g_mkdir_\|\<g_mkstemp\|\<g_module_\|\<g_object_\|\<g_once_\|\<g_param_spec_\|\<g_path_\|\<g_printerr\|\<g_propagate_error\|\<g_ptr_array_\|\<g_qsort_\|\<g_quark_\|\<g_queue_\|\<g_realloc\|\<g_return_if_fail\|\<g_set_error\|\<g_shell_\|\<g_signal_\|\<g_slice_\|\<g_slist_\|\<g_snprintf\|\<g_source_\|\<g_spawn_\|\<g_static_\|\<g_str\|\<g_thread_pool_\|\<g_time_val_add\|\<g_timeout_\|\<g_type_\|\<g_unlink\|\<g_uri_\|\<g_utf8_\|\<g_value_\|\<g_enum_\|\<g_flags_\|\<g_checksum\|\<g_io_add_watch\|\<g_bit_\|\<g_poll\|\<g_boxed'
for so in .libs/lib*.so; do
echo Checking $so for local PLT entries

View File

@@ -239,6 +239,8 @@ int
main (int argc,
char *argv[])
{
gint result;
g_type_init ();
g_test_init (&argc, &argv, NULL);
@@ -249,5 +251,9 @@ main (int argc,
g_test_add_func ("/desktop-app-info/delete", test_delete);
g_test_add_func ("/desktop-app-info/default", test_default);
return g_test_run();
result = g_test_run ();
cleanup_subdirs (basedir);
return result;
}

View File

@@ -1,3 +1,7 @@
2008-10-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.0 ===
2008-09-26 Tor Lillqvist <tml@novell.com>
* gmodule-win32.c: Improve error reporting: When g_module_open()

View File

@@ -1,3 +1,7 @@
2008-10-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.0 ===
2008-09-26 Dan Winship <danw@gnome.org>
* gobject.c (g_object_ref, g_object_unref)

View File

@@ -1,3 +1,7 @@
2008-10-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.0 ===
2008-09-17 Matthias Clasen <mclasen@redhat.com>
* === Released 2.18.1 ===

View File

@@ -1,3 +1,7 @@
2008-10-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.0 ===
2008-10-04 Og Maciel <ogmaciel@gnome.org>
* pt_BR.po: Updated Brazilian Portuguese translation by Vladimir Melo.

207
po/am.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2003-01-16 08:39+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
"Language-Team: Amharic <locales@geez.org>\n"
@@ -86,7 +86,7 @@ msgstr ""
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:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
@@ -96,14 +96,14 @@ msgstr ""
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr ""
@@ -232,48 +232,48 @@ msgstr ""
msgid "Template '%s' doesn't contain XXXXXX"
msgstr ""
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr ""
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr ""
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr ""
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
@@ -287,22 +287,22 @@ msgstr ""
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr ""
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr ""
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -310,93 +310,93 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "የማይሰራ የUTF-8 ጽሑፍ"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "የማይሰራ የUTF-8 ጽሑፍ"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "የማይሰራ የUTF-8 ጽሑፍ"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -404,87 +404,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, 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:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr ""
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -785,12 +785,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr ""
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
@@ -827,37 +825,37 @@ msgstr ""
msgid "Failed to change to directory '%s' (%s)"
msgstr ""
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr ""
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, fuzzy, c-format
msgid "Invalid program name: %s"
msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr ""
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr ""
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr ""
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1092,7 +1090,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1114,34 +1112,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1155,10 +1153,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1191,37 +1189,37 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1400,64 +1398,61 @@ msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1621,14 +1616,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
@@ -1637,12 +1632,12 @@ msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

1048
po/ar.po

File diff suppressed because it is too large Load Diff

207
po/as.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: as\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-02-28 17:08+0530\n"
"Last-Translator: Amitakhya Phukan <amitakhya@svn.gnome.org>\n"
"Language-Team: Assamese\n"
@@ -87,7 +87,7 @@ msgstr "'%s' নামৰ কোনো অনুপ্ৰয়োগে '%s' ৰ
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec শাৰী '%s', য'ত URI '%s' আছে, বিস্তৃত কৰাত বিফল"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "আখৰৰ গোট '%s' ৰ পৰা '%s' লৈ সলনি কৰাৰ সমৰ্থন নাই"
@@ -97,14 +97,14 @@ msgstr "আখৰৰ গোট '%s' ৰ পৰা '%s' লৈ সলনি ক
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "সলনি কৰাৰ নিবেশত অবৈধ byte ক্ৰম"
#: 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:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
@@ -233,48 +233,48 @@ msgstr "'%s' টেমপ্লেট অবৈধ, এটা '%s' থাকি
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' টেমপ্লেটত XXXXXX নাই"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "সাঙ্কেতিক সংযোগ পঢ়াত বিফল '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' ৰ পৰা '%s' লৈ সলনি কৰা যন্ত্ৰ খুলিব পৰা ন'গ'ল: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "read প্ৰশমকত অৱশিষ্ট অপৰিবৰ্ত্তিত তথ্য আছে"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "ছেনেল অসম্পূৰ্ণ আখৰত অন্ত হয়"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end ত এটা raw read কৰিব নোৱাৰি"
@@ -288,23 +288,23 @@ msgstr "'%s' নথিপত্ৰ খোলোঁতে বিফল: open()
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' নথিপত্ৰ map কৰোঁতে বিফল: mmap() বিফল: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d শাৰীৰ %d আখৰত ভুল:"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "%d শাৰীত ভুল: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"ৰিক্ত পদাৰ্থ '&;' দেখা গ'ল; বৈধ পদাৰ্থসমূহ হ'ল: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -314,17 +314,17 @@ msgstr ""
"'%s' আখৰ পদাৰ্থৰ নামৰ আৰম্ভনিৰ বাবে বৈধ নহয়; & আখৰে এটা পদাৰ্থ আৰম্ভ কৰে; যদি এই "
"এম্পাৰছেন্দ এটা পদাৰ্থ হ'ব নালাগে, তাক &amp; হিচাপে নিৰ্গমন কৰক"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' আখৰ পদাৰ্থৰ নামৰ ভিতৰত বৈধ নহয়"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "পদাৰ্থৰ নাম '%s' অজ্ঞাত"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -332,7 +332,7 @@ msgstr ""
"পদাৰ্থ এটা ছেমিকলনেৰে অন্ত ন'হ'ল; পদাৰ্থ এটা আৰম্ভ কৰিব নিবিচাৰিও অতি সম্ভৱ আপুনি "
"এটা এম্পাৰছেন্দ আখৰ ব্যৱহাৰ কৰিছে - এম্পাৰছেন্দক &amp; হিচাপে নিৰ্গমন কৰক"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -341,17 +341,17 @@ msgstr ""
"'%-.*s' বিশ্লেষণ কৰোঁতে ভুল, যি কোনো আখৰৰ উল্লেখৰ ভিতৰৰ এটা সংখ্যা হ'ব লাগিছিল "
"(&#২৩৪; যেনে) - হয়তো সংখ্যাটো বৰ ডাঙৰ"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"আখৰৰ উল্লেখ থকা '%-.*s' এ এটা আজ্ঞা থকা আখৰক সাঙ্কেতিক লিপিলৈ পৰিবৰ্তিত নকৰে"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ৰিক্ত আখৰৰ সঙ্কেত; এটা সংখ্যা থাকিব লাগে যেনে &#৪৫৪;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -360,52 +360,52 @@ msgstr ""
"আখৰৰ উল্লেখ এটা ছেমিকলনেৰে অন্ত ন'হ'ল; পদাৰ্থ এটা আৰম্ভ কৰিব নিবিচাৰিও অতি সম্ভৱ "
"আপুনি এটা এম্পাৰছেন্দ আখৰ ব্যৱহাৰ কৰিছে - এম্পাৰছেন্দক &amp; হিচাপে নিৰ্গমন কৰক"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "অসম্পূৰ্ণ পদাৰ্থৰ উল্লেখ"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "অসম্পূৰ্ণ আখৰৰ উল্লেখ"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - overlong ক্ৰম"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - এটা আৰম্ভৰ আখৰ নহয়"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "অবৈধ UTF-8 সাঙ্কেতিক লিপি - অবৈধ '%s'"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "প্ৰলেক্ষ এটা পদাৰ্থৰ সৈতে আৰম্ভ হ'ব লাগিব (যেনে <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -413,93 +413,93 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, 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:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "প্ৰলেক্ষ ৰিক্ত বা অকল ৰিক্ত স্থান আছিলে"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
#, fuzzy
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
#, fuzzy
msgid "Document ended unexpectedly inside an element name"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
#, fuzzy
msgid "Document ended unexpectedly inside an attribute name"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
#, fuzzy
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "প্ৰলেক্ষ."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
#, fuzzy
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
#, fuzzy
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, fuzzy, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "প্ৰলেক্ষ"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
#, fuzzy
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "প্ৰলেক্ষ"
@@ -807,12 +807,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr ""
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
@@ -849,37 +847,37 @@ msgstr ""
msgid "Failed to change to directory '%s' (%s)"
msgstr ""
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr ""
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr ""
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr ""
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr ""
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr ""
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1114,7 +1112,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1136,34 +1134,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1177,10 +1175,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
@@ -1214,39 +1212,39 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "'%s' নামৰ কোনো অনুপ্ৰয়োগে '%s' ৰ বাবে কোনো পত্ৰচিহ্ন পঞ্জীভূক্ত কৰা নাই"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1427,64 +1425,61 @@ msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d শাৰীত ভুল: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "সাঙ্কেতিক সংযোগ সমৰ্থিত নহয়"
@@ -1649,14 +1644,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "নথিপত্ৰ '%s' পঢ়োঁতে ভুল: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "%d শাৰীত ভুল: %s"
@@ -1665,12 +1660,12 @@ msgstr "%d শাৰীত ভুল: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "সলনি কৰাৰ সময়ত ভুল: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/az.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.az\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2004-02-02 12:12+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani Turkish <gnome@azitt.com>\n"
@@ -87,7 +87,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' simvolik körpüsü oxuna bilmədi: %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "`%s' hərf dəstəsindən `%s' hərf dəstəsinə dönüşdürmə dəstəklənmir"
@@ -97,14 +97,14 @@ msgstr "`%s' hərf dəstəsindən `%s' hərf dəstəsinə dönüşdürmə dəst
msgid "Could not open converter from '%s' to '%s'"
msgstr "`%s' dən `%s' ə dönüşdürücü açıla bilmir: %s"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "dönüşdürmə girişində hökmsüz bayt qatarı"
#: 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:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
@@ -233,48 +233,48 @@ msgstr "Nümunə '%s' hökmsüzdür, '%s' daxil etməməlidir"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Şablon '%s' XXXXXX ilə qurtarmır"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' simvolik körpüsü oxuna bilmədi: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Simvolik körpülər dəstəklənmir"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "`%s' dən `%s' ə dönüşdürücü açıla bilmir: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Can't do a raw read in g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Oxuna buferdə dönüşdürülməmiş verilənlər var"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanal qismi xarakterlə bitir"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -288,23 +288,23 @@ msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d. sətir %d. xarakterində xəta: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "%d sətirində xəta : %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Boş element '&;' tapldı; hökmlü elementlər: &amp; &quot; &lt; &qt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -315,17 +315,17 @@ msgstr ""
"başlayar; əgər bu ampersand bir element olaraq var sayılmazsa, &amp olaraq "
"işlədə bilərsiniz"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Xarakter '%s' bir element adının içində hökmlü deyildir"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Element adı '%s' bilinmir"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -334,7 +334,7 @@ msgstr ""
"işlətdiniz bir element başlanğıcı ola bilməyən hərf üçün ampersandı &amp "
"olaraq işlədin"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -343,16 +343,16 @@ msgstr ""
"'%s' i şərhləndirmə xətası, hərf içində bir rəqəm olmalıdır referens (məs; "
"&#234) - belki rəqəm çok böyükdür"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Xarakter referens '%s' icazə verilən xarakteri kodlaya bilmir"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Boş hərf referens; &#454 kimi bir rəqəm daxil etməlidir;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -362,34 +362,34 @@ msgstr ""
"xarakteri elementə başlamaq üçün işlətmədiniz - ampersand yerinə &amp işlədə "
"bilərsiniz"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Bitirilməmiş varlıq mə'lumatı"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Bitirilməmiş xarakter mə'lumatı"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Hökmsüz UTF-8 kodlanmış mətn"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Hökmsüz UTF-8 kodlanmış mətn"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Hökmsüz UTF-8 kodlanmış mətn"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Sənəd bir element ilə başlamalıdır (məs. <kitab>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -398,7 +398,7 @@ msgstr ""
"'<' xarakterindən sonra gələn '%s' hökmlü bir xarakter deyil; bir element "
"adı olmaya bilər"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -407,14 +407,14 @@ msgstr ""
"Tək hərf '%s', Elementın başlanğıç etiketinin sonuna '>' xarakteri "
"gözlənilir '%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Tək hərf '%s', xüsusiyyət adı '%s' olan element '%s' dən sonra '=' gözlənilir"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -425,7 +425,7 @@ msgstr ""
"gözlənilir, və ya bir xüsusiyyət; xüsusiyyət adında hökmsüz bir hərf "
"işlədilmiş ola bilərsiniz"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -434,7 +434,7 @@ msgstr ""
"Tək hərf '%s',element '%s'in xüsusiyyəti '%s''ə qiymət verilirkən bərabərdir "
"işarətindən sonra açıq alıntı işarəti gözlənilir"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -443,7 +443,7 @@ msgstr ""
"'</' xarakterlərini təqib edən '%s' hökmlü bir xarakter deyildir; '%s' bir "
"element adı ilə başlamır dəyəsən"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -452,26 +452,26 @@ msgstr ""
"Bağlı element '%s' dən sonra gələn '%s' hökmlü bir hərf deyildir; icazə "
"verilən hərf isə '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' bağlanıb, heç bir element açıq deyildir"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' bağlanıb, fəqət indi açıq element '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Sənəd boşdur və ya təkcə boşluq xarakteri daxil etməkdədir"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Sənəd açıq üçbucaq mötərizə '<'den sonra gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -480,7 +480,7 @@ msgstr ""
"Sənəd elementləri hələ açıq olaraq gözlənilməz bir şəkildə qurtardı - son "
"element '%s' açıq idi"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -489,19 +489,19 @@ msgstr ""
"Sənəd gözlənilməz bir şəkildə qurtardı, etiket <%s/> ilə qurtaran qapalı "
"üçbucaq mötərizə gözlənilir"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Sənəd bir elementin içində gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Sənəd bir xüsusiyyət adı içində gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Sənəd bir element-açma etiketi içində gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -509,17 +509,17 @@ msgstr ""
"Sənəd xüsusiyyət adını təqib edən bərabərdir işarətindən sonra gözlənilməz "
"bir şəkildə qurtardı: xüsusiyyət qiyməti yoxdur"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Sənəd bir xüsusiyyət qiyməti içində ikən gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Sənəd bağlı etiket '%s' içində gözlənilməz bir şəkildə qurtardı"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Sənəd bir şərh və ya gedişat göstərişi içində ikən gözlənilməz bir şəkildə "
@@ -829,12 +829,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "alıntılı mətn alıntı işarəti ilə başlamır"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Əmr sətirində və ya digər shell-quoted mətndə uyğunsuz alıntı işarəti"
@@ -871,37 +869,37 @@ msgstr "Törəmə pipe-dan oxuma iflası (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Qovluq dəyişdirmə iflası '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Törəmə gedişat icra iflası (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, fuzzy, c-format
msgid "Invalid program name: %s"
msgstr "Hökmsüz qovşaq adı"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, fuzzy, c-format
msgid "Invalid string in environment: %s"
msgstr "dönüşdürmə girişi içində hökmsüz qatar"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, fuzzy, c-format
msgid "Invalid working directory: %s"
msgstr "Cərgə açma xətası: '%s': %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, fuzzy, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Yardımcı proqram icra edilə bilmədi"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1137,7 +1135,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1159,34 +1157,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1200,10 +1198,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Simvolik körpülər dəstəklənmir"
@@ -1237,38 +1235,38 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Simvolik körpülər dəstəklənmir"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1449,64 +1447,61 @@ msgstr "Fayl oxuma xətası: '%s': %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d sətirində xəta : %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Simvolik körpülər dəstəklənmir"
@@ -1671,14 +1666,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Fayl oxuma xətası: '%s': %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "%d sətirində xəta : %s"
@@ -1687,12 +1682,12 @@ msgstr "%d sətirində xəta : %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Dönüşdürmə sırasında xəta yarandı: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/be.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2005-11-16 11:21+0200\n"
"Last-Translator: Vital Khilko <vk@altlinux.ru>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
@@ -92,7 +92,7 @@ msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Немагчыма прачытаць сымбалічную спасылку \"%s\": %s"
# glib/gconvert.c:390
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Пераўтварэньне з набору знакаў \"%s\" у \"%s\" не падтрымліваецца"
@@ -106,16 +106,16 @@ msgstr "Не атрымалася адкрыць пераўтваральнік
# glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282
# glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875
# glib/gutf8.c:1320
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Памылка ў часе пераўтварэньня: %s"
@@ -268,56 +268,56 @@ msgstr "Шаблён \"%s\" недапушчальны, не павінны ўт
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Шаблён \"%s\" канчацца не на XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
# glib/gfileutils.c:745
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Немагчыма прачытаць сымбалічную спасылку \"%s\": %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
# glib/giochannel.c:1114
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Не атрымалася адкрыць пераўтваральнік з \"%s\" у \"%s\": %s"
# glib/giochannel.c:1460
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "У буфэры чытаньня засталіся непераўтвораныя даньні"
# glib/giochannel.c:1587 glib/giochannel.c:1661
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Канал закрываецца на няпоўным сымбалі"
# glib/giochannel.c:1647
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
"Немагчыма выканаць непасрэднае чытаньне ў функцыі g_io_channel_read_to_end"
@@ -335,26 +335,26 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Збой мапаваньня файлу '%s': збой mmap(): %s"
# glib/gmarkup.c:219
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Памылка ў радку %d сымбаль %d: %s"
# glib/gmarkup.c:303
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Памылка ў радку %d: %s"
# glib/gmarkup.c:382
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Пусты запіс \"&;\" адшуканы; дапушчальныя: &amp; &quot; &lt; &gt; &apos;"
# glib/gmarkup.c:392
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -366,19 +366,19 @@ msgstr ""
"тады экрануйце яго запісам &amp;"
# glib/gmarkup.c:428
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Сымбаль \"%s\" недапушчальны ўнутры назвы сутнасьці"
# glib/gmarkup.c:472
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Невядомая назва сутнасьці \"%s\""
# glib/gmarkup.c:482
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -387,7 +387,7 @@ msgstr ""
"не для пазначэньня пачатку сутнасьці - экрануйце яго як &amp;"
# glib/gmarkup.c:528
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -397,18 +397,18 @@ msgstr ""
"(&#234; напрыклад) - мажліва, нумар завялікі"
# glib/gmarkup.c:553
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Лучыва на сымбаль '%-.*s' не вызначае дазволены сымбаль"
# glib/gmarkup.c:570
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Пустое лучыва да сымбалю: мусіць уключаць нумар, напрыклад &#454;"
# glib/gmarkup.c:580
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -417,39 +417,39 @@ msgstr ""
"Лучыва да сымбалю не канчаецца кропкай з коскай; здаецца, што сымбаль & быў "
"выкарыстаны ня для пазначэньня пачатка сутнасьці - экрануйце яго як &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Незавершанае лучыва сутнасьці"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Незавершанае лучыва сымбалю"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Недапушчальна закадаваны тэкст UTF-8"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Недапушчальна закадаваны тэкст UTF-8"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Недапушчальна закадаваны тэкст UTF-8"
# glib/gmarkup.c:932
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Дакумэнт мусіць пачынацца з элемэнту (напрыклад <book>)"
# glib/gmarkup.c:970
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -459,7 +459,7 @@ msgstr ""
"сымбаль ня можа пачынаць назву элемэнту"
# glib/gmarkup.c:1033
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -469,7 +469,7 @@ msgstr ""
"\""
# glib/gmarkup.c:1120
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -478,7 +478,7 @@ msgstr ""
"элемэнту \"%s\""
# glib/gmarkup.c:1161
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -490,7 +490,7 @@ msgstr ""
"выкарыстаны недапушчальны сымбаль у назве атрыбуту"
# glib/gmarkup.c:1244
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -500,7 +500,7 @@ msgstr ""
"надаецца значэньне атрыбуту \"%s\" элемэнту \"%s\""
# glib/gmarkup.c:1384
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -510,7 +510,7 @@ msgstr ""
"s\" ня можа пачынаць назву элемэнту"
# glib/gmarkup.c:1422
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -520,30 +520,30 @@ msgstr ""
"\"; дапушчальным сымбалем зьяўляецца \">\""
# glib/gmarkup.c:1433
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
"Элемэнт \"%s\" быў закрыты, аніводны элемэнт у бягучы момант не адкрыты"
# glib/gmarkup.c:1442
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Элемэнт \"%s\" быў закрыты, але ў гэты час адкрыты \"%s\""
# glib/gmarkup.c:1574
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Дакумэнт быў пусты ці утрымліваў толькі прагалы"
# glib/gmarkup.c:1588
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Дакумэнт нечакана скончыўся адразу пасьля вуглавой дужкі \"<\""
# glib/gmarkup.c:1596 glib/gmarkup.c:1640
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -553,7 +553,7 @@ msgstr ""
"апошнім адкрытым элемэнтам"
# glib/gmarkup.c:1604
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -562,22 +562,22 @@ msgstr ""
"Дакумэнт нечакана скончыўся, чакаецца вуглавая дужка якая закрывае тэг <%s/>"
# glib/gmarkup.c:1610
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Дакумэнт нечакана скончыўся ўнутры назвы элемэнту"
# glib/gmarkup.c:1615
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Дакумэнт нечакана скончыўся ўнутры назвы атрыбуту"
# glib/gmarkup.c:1620
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Дакумэнт нечакана скончыўся ўнутры элемэнту які адкрывае тэг."
# glib/gmarkup.c:1626
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -586,18 +586,18 @@ msgstr ""
"атрыбуту: не пазначана значэньне атрыбуту"
# glib/gmarkup.c:1633
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Дакумэнт нечакана скончыўся ўнутры значэньня атрыбуту"
# glib/gmarkup.c:1648
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Дакумэнт нечакана скончыўся ўнутры элемэнту \"%s\" які закрывае тэг"
# glib/gmarkup.c:1654
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Дакумэнт нечакана скончыўся ўнутры камэнтару ці інструкцыі"
@@ -911,13 +911,11 @@ msgstr ""
# glib/gshell.c:71
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Тэкст у дужках не пачынаецца з сымбалю дужкі"
# glib/gshell.c:161
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Неадпаведная дужка ў камандным радку ці іншым тэксьце абалонкі"
@@ -962,43 +960,43 @@ msgid "Failed to change to directory '%s' (%s)"
msgstr "Збой зьмены каталёга \"%s\" (%s)"
# glib/gspawn-win32.c:940
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Збой выкананьня працэсу-нашчадка (%s)"
# glib/gconvert.c:1729
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Недапушчальная назва праграмы: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Недапушчальны радок у вэктары аргумэнту ў %d: %s"
# glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189
# glib/gutf8.c:1330 glib/gutf8.c:1426
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Недапушчальны радок у асяродзьдзі: %s"
# glib/gdir.c:79
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Недапушчальны працоўны каталёг: %s"
# glib/gspawn-win32.c:940
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Збой выкананьня праграмы дапамогі (%s)"
# glib/gspawn-win32.c:365
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1262,7 +1260,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1285,34 +1283,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1326,10 +1324,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
@@ -1363,38 +1361,38 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1595,71 +1593,68 @@ msgid " (invalid encoding)"
msgstr ""
# glib/gfileutils.c:348
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
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:1822
#: gio/glocalfileinfo.c:1825
#, 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:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Памылка ў часе пераўтварэньня: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
# glib/gmarkup.c:303
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Памылка ў радку %d: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Памылка ў часе пераўтварэньня: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Сымбалічныя спасылкі не падтрымліваюцца"
@@ -1838,15 +1833,15 @@ msgid ""
msgstr ""
# glib/gfileutils.c:348
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Памылка чытаньня файлу \"%s\": %s"
# glib/gmarkup.c:303
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Памылка ў радку %d: %s"
@@ -1857,12 +1852,12 @@ msgstr ""
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Памылка ў часе пераўтварэньня: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-02-16 23:33+0200\n"
"Last-Translator: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>\n"
"Language-Team: Belarusian Latin <i18n@mova.org>\n"
@@ -91,7 +91,7 @@ msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Prablema z razhortvańniem radka zapusku '%s' z URI '%s'"
# glib/gconvert.c:390
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Kanversija naboru znakaŭ '%s' na '%s' nie padtrymlivajecca"
@@ -105,16 +105,16 @@ msgstr "Niemahčyma adčynić kanverter z '%s' na '%s'"
# glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282
# glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875
# glib/gutf8.c:1320
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Pamyłka padčas kanversii: %s"
@@ -273,56 +273,56 @@ msgstr "Šablon '%s' niapravilny, u im nie pavinna być '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "U šablonie '%s' niama XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
# glib/gfileutils.c:745
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Niemahčyma pračytać symbalnuju spasyłku '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Symbalnyja spasyłki nie padtrymlivajucca"
# glib/giochannel.c:1114
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nielha adčynić kanverter z '%s' na '%s': %s"
# glib/giochannel.c:1460
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
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:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
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:1698
#: glib/giochannel.c:1771
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"
@@ -340,25 +340,25 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Niemahčyma zmapavać fajł '%s': funkcyja mmap() vyvieła: %s"
# glib/gmarkup.c:219
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Pamyłka ŭ %d radku pry znaku %d: "
# glib/gmarkup.c:303
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Pamyłka ŭ radku %d: %s"
# glib/gmarkup.c:382
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Pusty zapis '&;' adšukany; dapuščalnyja: &amp; &quot; &lt; &gt; &apos;"
# glib/gmarkup.c:392
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -369,19 +369,19 @@ msgstr ""
"kali hety znak nie pavinien pačynać adzinki, zamianicie jaho na znak &amp;"
# glib/gmarkup.c:428
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' niedapuščalny ŭnutry nazvy adzinki"
# glib/gmarkup.c:472
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nieviadomaja nazva adzinki '%s'"
# glib/gmarkup.c:482
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -390,7 +390,7 @@ msgstr ""
"nia mieŭ aznačać pačatku adzinki — zamianicie jaho na &amp;"
# glib/gmarkup.c:528
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -400,18 +400,18 @@ msgstr ""
"znaku (naprykład &#234;) — mahčyma, ličba zavialikaja"
# glib/gmarkup.c:553
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Spasyłka na znak '%-.*s' nie źjaŭlajecca zapisam dazvolenaha znaku"
# glib/gmarkup.c:570
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Pustaja spasyłka na znak: u joj pavinien być numar, naprykład &#454;"
# glib/gmarkup.c:580
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -421,37 +421,37 @@ msgstr ""
"nie dla paznačeńnia pačatku adzinki — u takim vypadku zamianicie jaho jak "
"&amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Niezavieršanaja spasyłka na adzinku"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Niezavieršanaja spasyłka na znak"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Niapravilna kadavany tekst UTF-8 - zadoŭhaja paśladoŭnaść"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Niapravilna kadavany tekst UTF-8 - nie pačatkovy znak"
# glib/gmarkup.c:837 glib/gmarkup.c:865 glib/gmarkup.c:896
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Niapravilna kadavany tekst UTF-8 - niapravilny \"%s\""
# glib/gmarkup.c:932
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dakument musić pačynacca z elementu (naprykład <book>)"
# glib/gmarkup.c:970
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -461,7 +461,7 @@ msgstr ""
"pačynać nazvy adzinki"
# glib/gmarkup.c:1033
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -470,7 +470,7 @@ msgstr ""
"Dziŭny znak '%s', čakaŭsia znak '>' dla zakančeńnia značnika elementu '%s'"
# glib/gmarkup.c:1120
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -478,7 +478,7 @@ msgstr ""
"Dziŭny znak '%s', čakaŭsia znak '=' paśla nazvy atrybutu '%s' elementu '%s'"
# glib/gmarkup.c:1161
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -490,7 +490,7 @@ msgstr ""
"niedapuščalny znak u nazovie atrybutu"
# glib/gmarkup.c:1244
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -500,7 +500,7 @@ msgstr ""
"nadajecca značeńnie atrybutu '%s' elementu '%s'"
# glib/gmarkup.c:1384
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -510,7 +510,7 @@ msgstr ""
"pačynać nazovu elementu"
# glib/gmarkup.c:1422
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -520,29 +520,29 @@ msgstr ""
"dapuščalnym znakam źjaŭlajecca '>'"
# glib/gmarkup.c:1433
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' byŭ začynieny, dziejna niama adčynienych elementaŭ"
# glib/gmarkup.c:1442
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' byŭ začynieny, ale dziejna adčynieny '%s'"
# glib/gmarkup.c:1574
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dakument byŭ pusty albo ŭtrymlivaŭ tolki prabieły"
# glib/gmarkup.c:1588
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Adrazu paśla znaku '%s' dakument niečakana skončyŭsia"
# glib/gmarkup.c:1596 glib/gmarkup.c:1640
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -552,7 +552,7 @@ msgstr ""
"— '%s' byŭ apošnim adčynienym elementam"
# glib/gmarkup.c:1604
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -562,22 +562,22 @@ msgstr ""
"značnik <%s/>"
# glib/gmarkup.c:1610
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dakument niečakana skončyŭsia ŭnutry nazvy elementu"
# glib/gmarkup.c:1615
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dakument niečakana skončyŭsia ŭnutry nazvy atrybutu"
# glib/gmarkup.c:1620
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dakument niečakana skončyŭsia ŭnutry elementu, jaki adkryvaje značnik."
# glib/gmarkup.c:1626
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -586,18 +586,18 @@ msgstr ""
"atrybutu: niama vartaści atrybutu"
# glib/gmarkup.c:1633
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dakument niečakana skončyŭsia ŭnutry vartaści atrybutu"
# glib/gmarkup.c:1648
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dakument niečakana skončyŭsia ŭnutry značnika zamykańnia elementu '%s'"
# glib/gmarkup.c:1654
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dakument niečakana skončyŭsia ŭnutry kamentara albo instrukcyi"
@@ -910,13 +910,11 @@ msgstr "Pamyłka padčas razboru tekstu zamieny \"%s\" pry znaku %lu: %s"
# glib/gshell.c:71
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Cytavany znak nie pačynajecca znakam dvukośsia"
# glib/gshell.c:161
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"U zahadnym radku albo inšym cytavanym, jak u abałoncy, tekście pajaviŭsia "
@@ -964,43 +962,43 @@ msgid "Failed to change to directory '%s' (%s)"
msgstr "Niemahčyma źmianić kataloh na '%s' (%s)"
# glib/gspawn-win32.c:940
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Niemahčyma vykanać praces-naščadka (%s)"
# glib/gconvert.c:1729
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Niapravilnaja nazva prahramy: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Niapravilny paradak u arhumencie %d: %s"
# glib/gutf8.c:1039 glib/gutf8.c:1048 glib/gutf8.c:1180 glib/gutf8.c:1189
# glib/gutf8.c:1330 glib/gutf8.c:1426
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Niapravilny radok u asiarodździ: %s"
# glib/gdir.c:79
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Niapravilny rabočy kataloh: %s"
# glib/gspawn-win32.c:940
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Niemahčyma ŭklučyć prahramu dapamohi (%s)"
# glib/gspawn-win32.c:365
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1267,7 +1265,7 @@ msgstr "Funkcyi %s pieradadzieny nadta vialiki ličylnik"
msgid "Stream is already closed"
msgstr "Płyń užo začynienaja"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Aperacyja anulavanaja"
@@ -1289,35 +1287,35 @@ msgstr "typ %s"
msgid "Unexpected early end-of-stream"
msgstr "Zaŭčasny kaniec płyni"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nienazvany"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Fajł stała nie akreślivaje pola Exec"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Niemahčyma znajści terminału, vymahanaha dla aplikacyi"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Niemahčyma stvaryć fajł stała %s dla karystalnika"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Asablivaje aznačeńnie dla %s"
@@ -1331,10 +1329,10 @@ msgid "drive doesn't implement polling for media"
msgstr "pryłada nie zaimplementavała apytańnia nośbitaŭ (poll)"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Aperacyja nie padtrymlivajecca"
@@ -1367,37 +1365,37 @@ msgstr "Metavy fajł isnuje"
msgid "Can't recursively copy directory"
msgstr "Niemahčyma rekursiŭna skapijavać kataloh"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Padadzienaja niapravilnaja vartaść symbalnaj spasyłki"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Śmietnica nie padtrymlivajacca"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Nazvy fajłaŭ nia mohuć utrymlivać \"%c\""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "masiŭ nie zaimplementavaŭ mantavańnia (mount)"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Nivodnaja aplikacyja nie zarehistravanaja dla pracy z hetym fajłam"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Ličylnik začynieny"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "U fajłavaha ličylnika jość važkaja aperacyja"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Fajłavy ličylnik užo začynieny"
@@ -1596,73 +1594,71 @@ msgid " (invalid encoding)"
msgstr " (niapravilnaje kadavańnie)"
# glib/gfileutils.c:348
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Pamyłka atrymańnia stat() dla fajłavaha deskryptara: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Niapravilny typ atrybutu (čakaŭsia uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Niapravilny typ atrybutu (čakaŭsia uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
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:1822
#: gio/glocalfileinfo.c:1825
#, 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:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Pamyłka akreśleńnia ŭładalnika: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symbalnaja spasyłka musić być nia-NULL"
# glib/gmarkup.c:303
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Pamyłka akreśleńnia symbalnaj spasyłki: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
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:2063
#, fuzzy, c-format
#: gio/glocalfileinfo.c:2067
#, fuzzy
msgid "SELinux context must be non-NULL"
msgstr "symbalnaja spasyłka musić być nia-NULL"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Pamyłka akreśleńnia ŭładalnika: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Akreśleńnie atrybutu %s nie padtrymlivajecca"
@@ -1843,15 +1839,15 @@ msgid ""
msgstr ""
# glib/gfileutils.c:348
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Pamyłka adčytańnia z unix: %s"
# glib/gmarkup.c:303
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Pamyłka začynieńnia unix: %s"
@@ -1862,12 +1858,12 @@ msgstr "Korań fajłavaj systemy"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Pamyłka zapisu ŭ unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "masiŭ nie zaimplementavaŭ vysoŭvańnia (eject)"

207
po/bg.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib trunk\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-09-02 14:15+0300\n"
"Last-Translator: Alexander Shopov <ash@contact.bg>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -86,7 +86,7 @@ msgstr "Никоя програма „%s“ не е регистрирала о
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Неуспех при дописването на реда за изпълнение „%s“ с адреса „%s“"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Преобразуването от набора знаци „%s“ към „%s“ не се поддържа"
@@ -96,14 +96,14 @@ msgstr "Преобразуването от набора знаци „%s“ к
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Грешна байтова последователност на входа за преобразуване"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Грешка по време на преобразуване: %s"
@@ -245,48 +245,48 @@ msgstr "Шаблонът „%s“ е неправилен, не трябва д
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Шаблонът „%s“ не съдържа XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1fKB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1fMB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1fGB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Неуспех при четене на символната връзка „%s“: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Символни връзки не се поддържат"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Не може да се отвори конвертор от „%s“ към „%s“: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Не може да се чете от g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "В буфера за четене останаха непреобразувани данни"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Каналът прекъсна на непълен знак"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Не може да се чете от g_io_channel_read_to_end"
@@ -302,24 +302,24 @@ msgstr ""
"Неуспех при отваряне на файл в паметта „%s“: неуспешно изпълнение на mmap(): "
"%s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Грешка на ред %d, знак %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка на ред %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Намерена е празна заместваща последователност: „&;“. Валидни "
"последователности са: „&amp;“, „&quot;“, „&lt;“, „&gt;“, „&apos;“"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -330,17 +330,17 @@ msgstr ""
"започва със знака „&“. Ако той не трябва да започва заместваща "
"последователност, той може да се екранира така: „&amp;“"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Знакът „%s“ не може да се съдържа в заместваща последователност"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Заместващата последователност „%s“ е неизвестна"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -349,7 +349,7 @@ msgstr ""
"амперсанд, без той да е начало на заместваща последователност. Представете "
"амперсанда чрез „&amp;“"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,16 +358,16 @@ msgstr ""
"Грешка при анализ на „%-.*s“, което трябва да е число в указател на знак "
"(напр. &#234;). Вероятно числото е твърде голямо"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Указателят на знак „%-.*s“ не представя разрешен знак при декодиране"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празен указател на знак. Трябва да включва число, напр. &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -377,32 +377,32 @@ msgstr ""
"без той да е начало на заместваща последователност. Представете амперсанда "
"чрез „&amp;“"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Незавършена заместваща последователност"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Незавършен указател на знак"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Неправилно кодиран текст в UTF-8 — прекалено дълга последователност"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Неправилно кодиран текст в UTF-8 — не може да се започва с този знак"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Неправилно кодиран текст в UTF-8 — „%s“ е грешен"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документът трябва да започва с елемент (напр. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -410,7 +410,7 @@ msgid ""
msgstr ""
"„%s“ е неправилен знак след „<“. Името на елемент не може да започне с него"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -419,7 +419,7 @@ msgstr ""
"Неподходящ знак „%s“, очаква се етикетът на празния елемент „%s“ да завърши "
"с „>“"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -427,7 +427,7 @@ msgstr ""
"Неподходящ знак „%s“, очаква се „=“ след името на атрибут „%s“ на елемент „%"
"s“"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -438,7 +438,7 @@ msgstr ""
"завърши със знак „>“ или „/“, или евентуално да продължи с атрибут. Най-"
"вероятно използвате неправилен знак в името на атрибут"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -447,7 +447,7 @@ msgstr ""
"Неподходящ знак „%s“, очаква се знакът „\"“ след знака за равенство, когато "
"се присвоява стойност на атрибута „%s“ на елемент „%s“"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -455,7 +455,7 @@ msgid ""
msgstr ""
"„%s“ е неправилен знак след „</“. Името на елемент не може да започва с „%s“"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -464,26 +464,26 @@ msgstr ""
"„%s“ е неправилен знак при завършването на затварящ етикет с име „%s“. "
"Позволен е знакът „>“"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елементът „%s“ е затворен, няма текущо отворен елемент"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елементът „%s“ е затворен, но текущо е отворен елемент „%s“"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Документът е празен или съдържа само празни знаци"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документът завършва неочаквано веднага след отваряща счупена скоба — „<“"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -492,7 +492,7 @@ msgstr ""
"Документът завършва неочаквано — има отворени елементи. Последно отворен е „%"
"s“"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -501,19 +501,19 @@ msgstr ""
"Документът завършва неочаквано, очаква се затваряща счупена скоба да завърши "
"етикета <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Документът завършва неочаквано в името на елемент"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документът завършва неочаквано в името на атрибут"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документът завършва неочаквано в отварящ етикет на елемент "
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -521,16 +521,16 @@ msgstr ""
"Документът завършва неочаквано след знака за равенство следващ името на "
"атрибута. Атрибутът няма стойност"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документът завършва неочаквано вътре в стойността на атрибут"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документът завършва неочаквано в затварящия етикет на елемент „%s“"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документът завършва неочаквано в коментар или инструкция за обработка"
@@ -837,12 +837,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Грешка при анализа на текста за замяна „%s“, знак %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Цитиран текст не започва със знака „\"“"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Липсват затварящи кавички в команден ред или друг текст цитиран за обвивката"
@@ -881,37 +879,37 @@ msgstr "Неуспех при четене от дъщерен канал (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Неуспех при промяна към папка „%s“ (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Неуспех при изпълнение на дъщерен процес (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Неправилно име на програма: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Невалиден низ във вектора с аргументи на позиция %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Неправилен низ в средата: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Неправилна работна папка: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Неуспех при изпълнение на програмата за помощта (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1162,7 +1160,7 @@ msgstr "Подадена е прекалено голяма стойност н
msgid "Stream is already closed"
msgstr "Потокът вече е затворен"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Действието е прекратено"
@@ -1184,34 +1182,34 @@ msgstr "Вид на %s"
msgid "Unexpected early end-of-stream"
msgstr "Неочаквано ранен край на поток"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Без име"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Във файла .desktop липсва поле за изпълнение"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Не може да се открие терминал за приложението"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Не може да се създаде папката с потребителските настройки %s: %s"
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Не може да се създаде папката с настройките за MIME %s: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Не може да се създаде файл .desktop — „%s“"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Потребителска дефиниция за %s"
@@ -1225,10 +1223,10 @@ msgid "drive doesn't implement polling for media"
msgstr "устройството не поддържа следене за носител"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Действието не се поддържа"
@@ -1261,37 +1259,37 @@ msgstr "Целевият файл съществува"
msgid "Can't recursively copy directory"
msgstr "Папката не може да се копира рекурсивно"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Зададена е неправилна стойност на символна връзка"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Не се поддържа кошче"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Файловите имена не могат да съдържат „%c“"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "томът не поддържа монтиране"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Не е регистрирано приложение за обработка на този вид файлове"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Броячът е затворен"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Файловият брояч все още е е привършил"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Файловият брояч вече е затворен"
@@ -1470,64 +1468,61 @@ msgstr "Грешка при получаване на състоянието н
msgid " (invalid encoding)"
msgstr " (неправилно кодиране)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Грешка при получаване на състоянието на файловия дескриптор: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Неправилен вид на атрибут (очакваше се uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Неправилен вид на атрибут (очакваше се uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Неправилен вид на атрибут (очакваше се низ от байтове)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Грешка при задаване на правата за достъп: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Грешка при задаване на собственик: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "символната връзка трябва да не е NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Грешка при задаване на символна връзка: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "Грешка при задаване на символна връзка: файлът не е такава"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "Контекстът на SELinux трябва да не е NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Грешка при задаване на контекста на SELinux: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux не е включен на тази система"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Не се поддържа задаването на атрибута %s"
@@ -1693,14 +1688,14 @@ msgstr ""
"съкращаване на името при знаците „-“. Ако са дадени множество имена, се "
"взема само първото."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, 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:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Грешка при затваряне на ЮНИКС: %s"
@@ -1709,12 +1704,12 @@ msgstr "Грешка при затваряне на ЮНИКС: %s"
msgid "Filesystem root"
msgstr "Коренова папка на файловата система"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Грешка при запис към ЮНИКС: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "томът не поддържа изваждане"

207
po/bn.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2006-08-31 21:21+0600\n"
"Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n"
"Language-Team: Bengali <gnome-translation@bengalinux.org>\n"
@@ -87,7 +87,7 @@ msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনে
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "প্রতীকি লিংক '%s' পড়তে ব্যর্থ: %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' থেকে '%s' এ অক্ষর সমূহ পরিবর্তন করা সম্ভব নয়"
@@ -98,14 +98,14 @@ msgstr "'%s' থেকে '%s' এ অক্ষর সমূহ পরিবর
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "পরিবর্তন করার জন্য দেয়া বাইট সমুহ সঠিক নয়"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "পরিবর্তন সময়কালীন ভুল: %s"
@@ -234,48 +234,48 @@ msgstr "নমুনা '%s' সঠিক নয়, '%s' থাকা উচিত
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' টেমপ্লেটের মধ্যে XXXXXX অন্তর্ভুক্ত নেই"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "প্রতীকি লিংক '%s' পড়তে ব্যর্থ: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' থেকে '%s' পরিবর্তন ব্যবস্থা খোলা সম্ভব হয়নি: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string এ সরাসরি পড়া যায়নি"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "পড়ার বাফারে অপরিবর্তিত তথ্য"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "চ্যানেল আংশিক অ"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end এ সরাসরি পড়া যায়নি"
@@ -289,22 +289,22 @@ msgstr "ফাইল '%s' খুলতে ব্যর্থ: open() ব্য
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ফাইল '%s' ম্যাপ করতে ব্যর্থ: mmap() ব্যর্থ: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "লাইন %d ক্যর %d এ ভুল: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "লাইন %d এ ভুল: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "শূন্য '&;' দেখা গিয়েছে; গ্রহনযোগ্য হচ্ছে: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -314,17 +314,17 @@ msgstr ""
"কোন বস্তু (entity) এর নামের শুরুতে '%s' অক্ষরটি গ্রহনযোগ্য নয়; & অক্ষরটি একটি বস্তুর "
"নাম শুরু করে; এই এমপারস্যান্ড যদি কোনো বস্তু না হয়, তাহলে এটাকে &amp হিসাবে লিখুন"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' অক্ষরটি কোনো বস্তুর মাঝখানে গ্রহনযোগ্য নয়"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' নামের বস্তুটি অজানা"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -332,7 +332,7 @@ msgstr ""
"একটি বস্তু (entity) সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোন "
"বস্তু শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এস্কেপ এমপারস্যান্ড কে লিখুন &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -341,16 +341,16 @@ msgstr ""
"পার্স করতে অক্ষম '%-.*s', যা অক্ষর তথ্যসূত্র অভ্যন্তরে একটি অংক (উদাহরণ সরূপ; &#234) "
"- হয়তোবা অংকটি অতি দীর্ঘ"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "অক্ষর তথ্যসূত্র '%-.*s' অনুমতিপ্রাপ্ত অক্ষর এনকোড করেনা"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "শূন্য অক্ষরের রেফারেন্স; &#454 এর মত সংখা থাকতে হবে"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -359,41 +359,41 @@ msgstr ""
"অক্ষরের রেফারেন্স সেমিকোলন দিয়ে শেষ হয়নি; আপনি সম্ভবত এমপারস্যান্ড অক্ষরটি কোন বস্তু "
"শুরু করার জন্য ব্যবহার করেনি - সেক্ষেত্রে এস্কেপ এমপারস্যান্ড কে লিখুন &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "অসম্পূর্ণ বস্তুর রেফারেন্স"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "অসম্পূর্ণ অক্ষরের রেফারেন্স"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "অগ্রহনযোগ্য ইউটিএফ-৮ টেক্সট"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ডকুউমেন্ট একটি এলিমেন্ট দিয়ে শুরু "
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'<' অক্ষরটির পরে '%s' গ্রহনযোগ্য নয়; এটি কোন এলিমেন্টের নাম শুরু করতে পারেনা"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -401,7 +401,7 @@ msgid ""
msgstr ""
"অসামঞ্জস্যকর অক্ষর '%s', এলিমেন্ট '%s' এর ট্যগ শেষ করার জন্য '>' অক্ষরটি আশা করা হয়"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -409,7 +409,7 @@ msgstr ""
"বেজোড় অক্ষর '%1$s', এলিমেন্ট '%3$s' এর অ্যাট্রিবিউট নাম '%2$s' এর পর একটি '=' "
"প্রত্যাশিত"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -420,7 +420,7 @@ msgstr ""
"প্রত্যাশিত, অথবা একটি ঐচ্ছিক অ্যাট্রিবিউট; সম্ভবত আপনি বৈশিষ্ট্য নামে অবৈধ অক্ষর "
"ব্যবহার করেছেন"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -429,7 +429,7 @@ msgstr ""
"বেজোড় অক্ষর '%1$s', এলিমেন্ট '%3$s' এর অ্যাট্রিবিউট নাম '%2$s' এর মান দেয়ার সময়, "
"'=' চিহ্নটির পর একটি খোলা উদ্ধৃতি চিহ্ন আব্যশক"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -438,7 +438,7 @@ msgstr ""
"অক্ষর '</' কে অনুসরণকারী '%s' একটি বৈধ অক্ষর নয়; '%s' দিয়ে কোনো এলিমেন্টের নাম "
"শুরু করা বৈধ নয়"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -447,25 +447,25 @@ msgstr ""
"বন্ধ এলিমেন্ট নাম '%2$s' কে অনুসরণকারী '%1$s' একটি বৈধ অক্ষর নয়; সমর্থিত অক্ষর "
"হচ্ছে '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, এখন খোলা এলিমেন্ট নেই"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' এলিমেন্টটি বন্ধ ছিল, কিন্তু এখন '%s' এলিমেন্টটি খোলা"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "ডকুউমেন্ট শূণ্য ছিল অথবা সুধু ওয়াইটস্পেইস ছিল"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "একটি কোণ বন্ধনী '<' খোলা থাকায় নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -473,7 +473,7 @@ msgid ""
msgstr ""
"উপাদান খোলা অবস্থায় নথী অপ্রত্যাশিতভাবে শেষ হয়েছে - '%s' ছিল শেষ খোলা উপাদান"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -482,19 +482,19 @@ msgstr ""
"নথী অপ্রত্যাশিতভাবে শেষ হয়েছে, প্রত্যাশিতভাবে দৃষ্ট কারণ একটি কোণ বন্ধনী যার শেষে <%"
"s/> ট্যাগ রয়েছে"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "একটি এলিমেন্ট নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "একটি বৈশিষ্ট্য নাম অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "একটি এলিমেন্ট-ওপেনিং ট্যাগ অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -502,16 +502,16 @@ msgstr ""
"বৈশিষ্ট্য নাম অনুসরণকরী সমান চিহ্নের পর নথী অপ্রত্যাশিতভাবে শেষ হয়েছে; কোন বৈশিষ্ট্য "
"মান নয়"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "একটি বৈশিষ্ট্য মান এর অভ্যন্তরে নথী অপ্রত্যাশিতভাবে শেষ হয়েছে"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে উপাদান '%s' এর বন্ধ ট্যাগ এর অভ্যন্তরে"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "নথী অপ্রত্যাশিতভাবে শেষ হয়েছে একটি মন্তব্য বা প্রসেসরত নির্দেশের অভ্যন্তরে"
@@ -819,12 +819,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "কোওটেড টেক্সট কোওটেসন মার্ক দিয়ে শুরু হয়নি"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "কমান্ড লাইন অথবা শেল-কোওটেড টেক্সট এর মাঝে কোওটেসন মার্ক মিলেনি "
@@ -861,37 +859,37 @@ msgstr "চাইল্ড পাইপ (%s) থেকে পড়তে ব্য
msgid "Failed to change to directory '%s' (%s)"
msgstr "ডাইরেক্টরি '%s' (%s) তে বদলাতে ব্যর্থ"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "চাইল্ড প্রসেস (%s) কার্যকর করতে ব্যর্থ"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "প্রোগ্রামের নাম অবৈধ: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d এ আর্গুমেন্ট ভেক্টরে উল্লিখিত পংক্তি বৈধ নয়: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "পরিবেশের মধ্যে উল্লিখিত পংক্তি বৈধ নয়: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "সক্রিয় ডিরেক্টরি বৈধ নয়: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "সাহায্যকারী প্রোগ্রাম চলাতে ব্যর্থ (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1128,7 +1126,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1151,34 +1149,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1192,10 +1190,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
@@ -1229,39 +1227,39 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনের দ্বারা '%s' বুকমার্ক নিবন্ধিত হয় নি"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1442,64 +1440,61 @@ msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "পরিবর্তন সময়কালীন ভুল: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "পরিবর্তন সময়কালীন ভুল: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "লাইন %d এ ভুল: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "পরিবর্তন সময়কালীন ভুল: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "প্রতীকী লিঙ্ক সমর্থিত নয়"
@@ -1665,14 +1660,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "ফাইল \"%s\" পড়ার সময়কালীন ভুল: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "লাইন %d এ ভুল: %s"
@@ -1681,12 +1676,12 @@ msgstr "লাইন %d এ ভুল: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "%s বিকল্প পার্স করতে ব্যর্থ"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

View File

@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bn_IN\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-09-09 18:16+0530\n"
"Last-Translator: Runa Bhattacharjee <runab@redhat.com>\n"
"Language-Team: Bengali INDIA <fedora-trans-bn_IN@redhat.com>\n"
@@ -93,7 +93,7 @@ msgstr "'%s' নামক কোনো অ্যাপ্লিকেশনে
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec পংক্তি '%s'-টি URI '%s' সহ প্রসারণ করতে ব্যর্থ"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' অক্ষরমালা থেকে '%s'-এ রূপান্তর করা যাবে না"
@@ -104,14 +104,14 @@ msgstr "'%s' অক্ষরমালা থেকে '%s'-এ রূপান
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "রূপান্তর করার জন্য প্রদত্ত ইনপুটের মধ্যে বাইটের অনুক্রম সঠিক নয়"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "রূপান্তর কর্ম সঞ্চালনকালের উৎপন্ন সমস্যা: %s"
@@ -240,48 +240,48 @@ msgstr "নমুনা '%s' সঠিক নয়, '%s' থাকা উচিত
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' টেমপ্লেটের মধ্যে XXXXXX অন্তর্ভুক্ত নেই"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f কিলোবাইট"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f মেগাবাইট"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f গিগাবাইট"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' সিম্বোলিঙ্ক লিঙ্ক পড়তে ব্যর্থ: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "সিম্বোলিক লিঙ্ক সমর্থিত হয় না"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' থেকে '%s' পরিবর্তন ব্যবস্থা খোলা সম্ভব হয়নি: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "read বাফারের মধ্যে অরূপান্তরিত তথ্য অবশিষ্ট রয়েছে"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "আংশিক অক্ষর দ্বারা চ্যানেলের সমাপ্তি"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end'এ raw read করা যায়নি"
@@ -295,23 +295,23 @@ msgstr "'%s' খুলতে ব্যর্থ: open() বিফল: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' ফাইল ম্যাপ করতে ব্যর্থ: mmap() বিফল: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "পংক্তি %d অক্ষর %d'এ ত্রুটি: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "পংক্তি %d'এ ত্রুটি: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"তথ্যবিহীন স্বত্বা '&;' প্রদর্শিত; বৈধ স্বত্বা হল: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -322,17 +322,17 @@ msgstr ""
"এই অ্যাম্পারসেন্ড চিহ্নটি স্বত্বার ক্ষেত্রে ব্যবহৃত না হলে &amp; রূপে এটিকে এস্কেপ করানো "
"যাবে"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "স্বতার নামে '%s' অক্ষরের ব্যবহার বৈধ নয়"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' নামের স্বত্বা অজানা"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -340,7 +340,7 @@ msgstr ""
"স্বত্বার নাম সেমিকোলোন চিহ্ন দ্বারা সমাপ্ত হয়নি; সম্ভবত আপনি স্বত্বা হিসাবে ব্যবহারের "
"উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - &amp; রূপে এম্পারসেন্ড এস্কেপ করানো যাবে"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -349,16 +349,16 @@ msgstr ""
"'%-.*s' পার্স করতে ব্যর্থ, এটি কোনো অক্ষরের রেফারেন্সের মধ্যে একটি সংখ্যা হওয়া উচিত "
"(উদাহরণস্বরূপ &#234;) - সম্ভবত সংখ্যাটি অত্যাধিক বড়"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "'%-.*s' অক্ষরের রেফারেন্সের মধ্যে অনুমোদিত অক্ষর এনকোড করা হয়নি"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "অক্ষর রেফারেন্স ফাঁকা; &#454;'র অনুরূপ সংখ্যা উপস্থিত আবশ্যক"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -368,32 +368,32 @@ msgstr ""
"ব্যবহারের উদ্দেশ্যে এম্পারসেন্ড চিহ্ন প্রয়োগ করেননি - &amp; রূপে এম্পারসেন্ড এস্কেপ "
"করানো যাবে"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "স্বত্বার রেফারেন্স অসম্পূর্ণ"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "অক্ষরের রেফারেন্স অসম্পূর্ণ"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - অত্যাধিক লম্বা পংক্তি"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - প্রারম্ভিক অক্ষর নয়"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "অবৈধ UTF-8 এনকোডিং সহ টেক্সট - বৈধ '%s' নয়"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "নথি কোনো এলিমেন্ট দ্বারা আরম্ভ হওয়া আবশ্যক (উদাহরণস্বরূপ <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -401,7 +401,7 @@ msgid ""
msgstr ""
"'<' অক্ষরের পরে '%s'-র ব্যবহার বৈধ নয়; এর দ্বারা এলিমেন্টের নাম আরম্ভ করা যাবে না"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -410,7 +410,7 @@ msgstr ""
"'%s' অক্ষর প্রত্যাশিত নয়, '%s' ফাঁকা এলিমেন্টের প্রারম্ভিক ট্যাগ সমাপ্ত করার উদ্দেশ্যে "
"'>' চিহ্ন প্রত্যাশিত"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -418,7 +418,7 @@ msgstr ""
"'%1$s' অক্ষর প্রত্যাশিত নয়, '%3$s' এলিমেন্টের '%2$s' নামক বৈশিষ্ট্যের নামের পরে "
"একটি '=' চিহ্ন প্রত্যাশিত"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -429,7 +429,7 @@ msgstr ""
"অথবা '/' চিহ্ন অথবা কোনো বৈশিষ্ট্যর উপস্থিতি কাম্য; সম্ভবত কোনো বৈশিষ্ট্যের নামের "
"মধ্যে অবৈধ অক্ষর ব্যবহৃত হয়েছে"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -438,7 +438,7 @@ msgstr ""
"'%1$s' অক্ষর অপ্রত্যাশিত, '%3$s' এলিমেন্টের '%2$s' বৈশিষ্ট্যের মান নির্ধারণের "
"উদ্দেশ্যে সমান চিহ্নের (=) পরে একটি উদ্ধৃতি চিহ্নের প্রারম্ভিক অংশ উপস্থিতি প্রত্যাশিত"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -447,7 +447,7 @@ msgstr ""
"'%s' অক্ষরের ব্যবহার '</'-র পশ্চাত বৈধ নয়; '%s' দ্বারা কোনো এলিমেন্টের নাম আরম্ভ "
"করা যাবে না"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -456,26 +456,26 @@ msgstr ""
"'%2$s' বদ্ধ এলিমেন্টের নামের পশ্চাত '%1$s' অক্ষরের ব্যবহার বৈধ নয়; অনুমোদিত অক্ষর "
"হল '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে কোনো এলিমেন্ট খোলা অবস্থায় নেই"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' এলিমেন্ট বদ্ধ অবস্থায়, বর্তমানে '%s' এলিমেন্ট খোলা অবস্থায় রয়েছে"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "ডকুমেন্ট সম্ভবত ফাঁকা অথবা শুধুমাত্র শূণ্যস্থান উপস্থিত"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"তেরছা বন্ধনীর প্রারম্ভিক চিহ্নের '<' ঠিক পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -484,7 +484,7 @@ msgstr ""
"খোলা এলিমেন্টসহ ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে - '%s' এলিমেন্ট সর্বশেষ খোলা "
"হয়েছিল"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -493,19 +493,19 @@ msgstr ""
"নথি অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে, <%s/> ট্যাগ সমাপ্তির জন্য তেরছা বন্ধনী চিহ্নের "
"অন্তিম অংশের উপস্থিতি প্রত্যাশিত"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "এলিমেন্টের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "বৈশিষ্ট্যের নামের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "এলিমেন্টের প্রারম্ভিক ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -513,16 +513,16 @@ msgstr ""
"বৈশিষ্ট্যের নামের পরে উপস্থিত সমান চিহ্নের (=) পরে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত "
"হয়েছে; বৈশিষ্ট্যের মান অনুপস্থিত"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "বৈশিষ্ট্যের মানের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' এলিমেন্টের অন্তিম ট্যাগের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"কোনো মন্তব্য অথবা প্রক্রিয়াকরণের নির্দেশের মধ্যে ডকুমেন্ট অপ্রত্যাশিতরূপে সমাপ্ত হয়েছে"
@@ -824,12 +824,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "প্রতিস্থাপনার টেক্সট \"%s\", %lu অক্ষরে পার্স করতে সমস্যা: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "উদ্ধৃতির অংশ উদ্ধিতি চিহ্ন দ্বারা আরম্ভ করা হয়নি"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "কমান্ড-লাইন অথবা শেল'র উদ্ধৃতির মধ্যে অসংগত উদ্ধৃতি চিহ্ন"
@@ -866,37 +864,37 @@ msgstr "চাইল্ড পাইপ থেকে পড়তে ব্যর
msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' ডিরেক্টরিতে পরিবর্তন করতে ব্যর্থ (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "চাইল্ড প্রসেস কার্যকর করতে ব্যর্থ (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "প্রোগ্রামের নাম অবৈধ: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d'এ আর্গুমেন্ট ভেক্টর'এ উল্লিখিত পংক্তি বৈধ নয়: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "পরিবেশের মধ্যে উল্লিখিত পংক্তি বৈধ নয়: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "সক্রিয় ডিরেক্টরি বৈধ নয়: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "সহায়ক প্রোগ্রাম চালাতে ব্যর্থ (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1135,7 +1133,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "কর্ম বাতিল করা হয়েছে"
@@ -1157,34 +1155,34 @@ msgstr "%s ধরন"
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "নামবিহীন"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "ডেস্কটপ ফাইলের মধ্যে Exec ফিল্ড"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "অ্যাপ্লিকেশনের জন্য আবশ্যক টার্মিনাল পাওয়া যায়নি"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "উইজার অ্যাপ্লিকেশনের কনফিগারেশন ফোল্ডার %s নির্মাণ করতে ব্যর্থ: %s"
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ইউজার MIME কনফিগারেশন ফোল্ডার %s নির্মাণ করতে ব্যর্থ: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ইউজার ডেস্কটপ ফাইল %s নির্মাণ করতে ব্যর্থ"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "%s-র জন্য স্বনির্ধারত ব্যাখ্যা"
@@ -1198,10 +1196,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "কর্ম সমর্থিত হয় না"
@@ -1234,37 +1232,37 @@ msgstr "উদ্দিষ্ট ফাইল উপস্থিত রয়েছ
msgid "Can't recursively copy directory"
msgstr "রিকার্সিভ ভাবে ডিরেক্টরি কপি করা যাবে না"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "অবৈধ সিম-লিঙ্ক মান উপলব্ধ করা হয়েছে"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "আবর্জনা সমর্থিত হয় না"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ফাইলের নামের মধ্যে '%c' ব্যবহার করা যাবে না"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "ভলিউম দ্বারা mount প্রয়োগ করা হয় না"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "চিহ্নিত ফাইল ব্যবস্থাপনার উদ্দেশ্যে কোনো অ্যাপ্লিকেশন নিবন্ধিত হয়নি"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Enumerator বন্ধ"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "ফাইল enumerator-র মধ্যে অসমাপ্ত কর্ম উপস্থিত"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "ফাইল enumerator-র বন্ধ"
@@ -1443,64 +1441,61 @@ msgstr "ফাইল '%s' stat করতে ব্যর্থ: %s"
msgid " (invalid encoding)"
msgstr " (অবৈধ এনকোডিং)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ফাইলের বিবরণ stat করতে সমস্যা: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "অ্যাট্রিবিউটের ধরন বৈধ নয় (প্রত্যাশিত uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "অনুমতি নির্ধারণ করতে সমস্যা: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "মালিকানা নির্ধারণ করতে সমস্যা: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "সিম্‌-লিঙ্ক NULL-ব্যাতীত মান হওয়া আবশ্যক"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে সমস্যা: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "সিম্‌-লিঙ্ক নির্ধারণ করতে ত্রুটি: ফাইলটি সিম্‌-লিঙ্ক নয়"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux কনটেক্সটের NULL-ব্যাতীত মান হওয়া আবশ্যক"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux কনটেক্সট নির্ধারণ করতে ব্যর্থ: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "এই সিস্টেমে SELinux সক্রিয় করা হয়নি"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s অ্যাট্রিবিউটের মান নির্ধারণ সমর্থিত নয়"
@@ -1663,14 +1658,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "unix থেকে পড়তে সমস্যা: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "unix বন্ধ করতে সমস্যা: %s"
@@ -1679,12 +1674,12 @@ msgstr "unix বন্ধ করতে সমস্যা: %s"
msgid "Filesystem root"
msgstr "ফাইল-সিস্টেমের root"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "unix-এ লিখতে সমস্যা: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/bs.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2004-05-17 01:30+0000\n"
"Last-Translator: Kenan Hadžiavdić <kenanh@frisurf.no>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Neuspješno čitanje simboličkog linka '%s': %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Pretvaranje iz skupa znakova '%s' u '%s' nije podržano"
@@ -96,14 +96,14 @@ msgstr "Pretvaranje iz skupa znakova '%s' u '%s' nije podržano"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Nisam mogao pokrenuti pretvaranje iz '%s' u '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Nevažeći niz bajtova u ulaznim podacima za pretvaranje"
#: 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:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Greška tokom pretvaranja: %s"
@@ -232,48 +232,48 @@ msgstr "Nevažeći šablon '%s', ne bi trebao sadržavati '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Šablon '%s' ne završava sa XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Neuspješno čitanje simboličkog linka '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Simbolički linkovi nisu podržani"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nisam mogao pokrenuti pretvaranje iz `%s' u `%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Preostali nepretvoreni podaci u baferu za čitanje"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanal završava djelimičnim znakom"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -287,24 +287,24 @@ msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Greška u %d. redu, znak %d: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Greška u %d. redu: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Primijećen prazan entitet '&;'; važeći entiteti su: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -314,17 +314,17 @@ msgstr ""
"Znak '%s' je nevažeći na početku imena entiteta; znak & započinje entitet; "
"ako znak & ovdje ne označava početak entiteta, koristite &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' je nevažeći u imenu entiteta"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nepoznato ime entiteta '%s'"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -333,7 +333,7 @@ msgstr ""
"namjere započinjanja entiteta - izbjegnite korištenje znaka & upisivanjem "
"&amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -342,16 +342,16 @@ msgstr ""
"Neuspješno tumačenje '%s', što je trebalo biti cifra unutar reference znaka "
"(na primjer: &#234;) - možda je broj prevelik"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referenca znaka '%s' ne kodira dopušteni znak"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna referenca znaka; trebala bi sadržavati broj kao npr. &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -361,34 +361,34 @@ msgstr ""
"bez namjere započinjanja entiteta - izbjegnite korištenje znaka & "
"upisivanjem &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Nedovršena referenca entiteta"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Nedovršena referenca znaka"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neispravno UTF-8 kodirani tekst"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neispravno UTF-8 kodirani tekst"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neispravno UTF-8 kodirani tekst"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument mora početi elementom (npr. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -397,7 +397,7 @@ msgstr ""
"'%s' je nevažeći prateći znak nakon znaka '<'; ne može započeti naziv "
"elementa"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -406,13 +406,13 @@ msgstr ""
"Čudan znak '%s', očekivan znak '>' radi okončanja početne oznake elementa '%"
"s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Čudan znak '%s', očekivan znak '=' nakon osobine '%s' elementa '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -423,7 +423,7 @@ msgstr ""
"elementa '%s' ili eventualno osobine; možda je korišten nevažeći znak u "
"imenu osobine"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -432,7 +432,7 @@ msgstr ""
"Čudan znak '%s', očekivan navodni znak nakon znaka jednakosti pri davanju "
"vrijednosti osobini '%s' elementa '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -441,7 +441,7 @@ msgstr ""
"'%s' je nevažeći prateći znak nakon znakova '</'; '%s' ne može započeti "
"naziv elementa"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -450,25 +450,25 @@ msgstr ""
"'%s' je nevažeći prateći znak nakon zatvaranja elementa '%s'; dopušteni znak "
"je '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' je zatvoren, trenutno nema otvorenih elemenata"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' je zatvoren ali trenutno je otvoren element '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je bio prazan ili je sadržavao samo prazna polja"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Neočekivan kraj dokumenta nakon otvorene zagrade '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -477,7 +477,7 @@ msgstr ""
"Neočekivan kraj dokumenta uz još otvorene elemente - element '%s' je otvoren "
"posljednji"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -486,19 +486,19 @@ msgstr ""
"Neočekivan kraj dokumenta, očekivano zatvaranje zagrade radi okončanja "
"oznake <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Neočekivan kraj dokumenta unutar imena elementa"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Neočekivan kraj dokumenta unutar imena osobine"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Neočekivan kraj dokumenta unutar oznake za otvaranje elementa"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -506,16 +506,16 @@ msgstr ""
"Neočekivan kraj dokumenta nakon pratećeg znaka jednakosti iza naziva "
"osobine; nedostaje vrijednost osobine"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Neočekivan kraj dokumenta unutar vrijednosti atributa"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Neočekivan kraj dokumenta unutar oznake za zatvaranje elementa '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Neočekivan kraj dokumenta unutar komentara ili instrukcije procesiranja"
@@ -824,12 +824,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Citat ne počinje navodnim znakom"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Neuparen navodni znak u naredbi ili drugom citatu iz shella"
@@ -867,37 +865,37 @@ msgstr "Neuspješno čitanje iz podređene cijevi (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Neuspješan prelazak u direktorij '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Neuspješno pokretanje podređenog procesa (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, fuzzy, c-format
msgid "Invalid program name: %s"
msgstr "Nevažeće ime računara"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, fuzzy, c-format
msgid "Invalid string in environment: %s"
msgstr "Nevažeći niz u unosu za pretvaranje"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, fuzzy, c-format
msgid "Invalid working directory: %s"
msgstr "Greška tokom otvaranja direktorija '%s': %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, fuzzy, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Neuspješno pokretanje pomoćnog programa"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1136,7 +1134,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1158,34 +1156,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1199,10 +1197,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Simbolički linkovi nisu podržani"
@@ -1236,38 +1234,38 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Simbolički linkovi nisu podržani"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1448,64 +1446,61 @@ msgstr "Greška tokom čitanja datoteke '%s': %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Greška tokom pretvaranja: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Greška tokom pretvaranja: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Greška u %d. redu: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Greška tokom pretvaranja: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Simbolički linkovi nisu podržani"
@@ -1670,14 +1665,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Greška tokom čitanja datoteke '%s': %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Greška u %d. redu: %s"
@@ -1686,12 +1681,12 @@ msgstr "Greška u %d. redu: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Greška tokom pretvaranja: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/ca.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-10 13:17+0200\n"
"Last-Translator: Gil Forcada <gilforcada@guifi.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
@@ -92,7 +92,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "No s'ha pogut expandir la línia d'execució «%s» amb URI «%s»"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "No es permet la conversió entre els jocs de caràcters «%s» a «%s»"
@@ -102,14 +102,14 @@ msgstr "No es permet la conversió entre els jocs de caràcters «%s» a «%s»"
msgid "Could not open converter from '%s' to '%s'"
msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "La seqüència de bytes a l'entrada de conversió no és vàlida"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "S'ha produït un error durant la conversió: %s"
@@ -247,48 +247,48 @@ msgstr "La plantilla «%s» no és vàlida, no hauria de tenir cap «%s»"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "La plantilla «%s» no conté XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "No s'ha pogut llegir l'enllaç simbòlic «%s»: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "No es poden utilitzar els enllaços simbòlics"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "No es pot fer una lectura bàsica a g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "A la memòria intermèdia de lectura hi ha dades sobrants no convertides"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "El canal acaba en un caràcter parcial"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -302,24 +302,24 @@ msgstr "No s'ha pogut obrir el fitxer «%s»: ha fallat la funció open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "No s'ha pogut mapejar el fitxer «%s»: ha fallat la funció mmap(): %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "S'ha produït un error a la línia %d caràcter %d:"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "S'ha produït un error a la línia %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"S'ha vist una entitat buida «&;». Les entitats vàlides són: &amp; &quot; &lt; "
"&gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -330,17 +330,17 @@ msgstr ""
"comencen amb el caràcter &. Si amb aquest signe no es vol indicar una "
"entitat, substituïu-lo per &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "El caràcter «%s» no és vàlid dins d'un nom d'entitat"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "No es coneix el nom de l'entitat «%s»"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -348,7 +348,7 @@ msgstr ""
"L'entitat no acaba amb un punt i coma. Segurament heu utilitzat un caràcter "
"«&» sense intenció d'iniciar una entitat. Substituïu el caràcter «&» per &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -357,17 +357,17 @@ msgstr ""
"No s'ha pogut analitzar «%-.*s», hi hauria d'haver hagut un dígit dins un "
"caràcter de referència (per exemple &#234;) - potser el dígit és massa llarg"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "El caràcter de referència «%-.*s» no codifica un caràcter permès"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"El caràcter de referència és buit. Hauria d'incloure un dígit com ara &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -377,36 +377,36 @@ msgstr ""
"utilitzat un caràcter «&» sense intenció d'iniciar una entitat. Substituïu el "
"caràcter «&» per &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Referència a una entitat no acabada"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Referència a un caràcter no acabada"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
"El text no està codificat correctament a UTF-8 - la seqüència és massa llarga"
# FIXME: "caràcter estrella" (josep)
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
"El text no està codificat correctament a UTF-8 - no és un caràcter estrella"
# FIXME: això no funcionarà en català (josep)
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "El text no està codificat correctament a UTF-8 - no és un vàlid «%s»"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "El document ha de començar amb un element (p.ex. <llibre>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -415,7 +415,7 @@ msgstr ""
"«%s» no és un caràcter vàlid després d'un caràcter «<». No pot començar un nom "
"d'element"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -424,7 +424,7 @@ msgstr ""
"S'ha trobat un caràcter estrany «%s». S'esperava el caràcter «>» per acabar "
"l'etiqueta d'element buit «%s»"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -432,7 +432,7 @@ msgstr ""
"S'ha trobat un caràcter estrany «%s». S'esperava un «=» després del nom "
"d'atribut «%s» de l'element «%s»"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -443,7 +443,7 @@ msgstr ""
"finalitzar l'etiqueta d'inici de l'element «%s», o opcionalment un atribut. "
"Potser heu utilitzat un caràcter no vàlid en un nom d'atribut"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -452,7 +452,7 @@ msgstr ""
"S'ha trobat un caràcter estrany «%s». S'esperaven unes cometes d'obertura "
"després del signe «=» en donar valor a l'atribut «%s» de l'element «%s»"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -461,7 +461,7 @@ msgstr ""
"«%s» no és un caràcter vàlid després dels caracters «</»; «%s» no hauria "
"d'iniciar un nom d'element"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -470,27 +470,27 @@ msgstr ""
"«%s» no és un caràcter vàlid després del nom d'element de tancament «%s». El "
"caràcter permès és «>»"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "L'element «%s» estava tancat. Actualment no hi ha cap element obert"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "L'element «%s» estava tancat. L'element obert actualment és «%s»"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "El document era buit o només contenia espais en blanc"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"El document ha acabat de manera inesperada immediatament després del símbol "
"«<»"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -499,7 +499,7 @@ msgstr ""
"El document ha acabat de manera inesperada amb elements encara oberts. «%s» "
"era l'últim element obert"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -508,21 +508,21 @@ msgstr ""
"El document ha acabat de manera inesperada. S'esperava trobar un símbol «>» "
"que acabés l'etiqueta <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "El document ha acabat de manera inesperada enmig d'un nom d'element"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "El document ha acabat de manera inesperada enmig d'un nom d'atribut"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"El document ha acabat de manera inesperada enmig d'una etiqueta d'obertura "
"d'un element."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -530,18 +530,18 @@ msgstr ""
"El document ha acabat de manera inesperada després d'un signe d'igual "
"després d'un nom d'atribut. No hi ha cap valor d'atribut"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "El document ha acabat de manera inesperada enmig d'un valor d'atribut"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"El document ha acabat de manera inesperada enmig de l'etiqueta de tancament "
"de l'element «%s»"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"El document ha acabat de manera inesperada enmig d'un comentari o una "
@@ -855,12 +855,10 @@ msgstr ""
"lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "El text citat no comença amb cometes"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"S'han trobat unes cometes desaparellades en una línia d'ordres o en un altre "
@@ -902,37 +900,37 @@ msgstr "No s'ha pogut llegir des del conducte fill (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "No s'ha pogut canviar al directori «%s» (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "No s'ha pogut executar el procés fill (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "El nom del programa no és vàlid: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "La cadena en el vector d'argument no és vàlida a %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Cadena no vàlida a l'entorn: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "El directori de treball no és vàlid: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "No s'ha pogut executar el programa d'ajuda (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1178,7 +1176,7 @@ msgstr "El valor de comptatge passat a %s és massa llarg"
msgid "Stream is already closed"
msgstr "Ja està tancat el flux"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "S'ha cancel·lat l'operació"
@@ -1200,37 +1198,37 @@ msgstr "tipus %s"
msgid "Unexpected early end-of-stream"
msgstr "No s'esperava un final de flux tant aviat"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sense nom"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "El fitxer d'escriptori no especificava el camp d'execucció"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "No s'ha pogut trobar el terminal que demanava l'aplicació"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, 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:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Definició personalitzada per a %s"
@@ -1244,10 +1242,10 @@ msgid "drive doesn't implement polling for media"
msgstr "la unitat no implementa l'enquesta per si hi ha un medi"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "L'operació no està implementada"
@@ -1280,38 +1278,38 @@ msgstr "Ja existeix el fitxer de destinació"
msgid "Can't recursively copy directory"
msgstr "No es pot copiar el directori de forma recursiva"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "El valor donat per a l'enllaç simbòlic no és vàlid"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "No es pot utilitzar la paperera"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "En els noms de fitxers no pot haver-hi «%c»"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "el volum no implementa el muntatge"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
"No hi ha cap aplicació que s'hagi registrat per a gestionar aquest fitxer"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "L'enumerador està tancat"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "L'enumerador de fitxer té una operació pendent"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Ja està tancat l'enumerador de fitxer"
@@ -1492,68 +1490,65 @@ msgstr ""
msgid " (invalid encoding)"
msgstr " (codificació no vàlida)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
"S'ha produït un error en executar la funció «stat()» al descriptor de fitxer: "
"%s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipus d'atribut no vàlid (s'esperava un uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipus d'atribut no vàlid (s'esperava un uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipus d'atribut no vàlid (s'esperava una cadena de bytes)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "S'ha produït un error en establir els permisos: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "S'ha produït un error en establir el propietari: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "l'enllaç simbòlic no pot ser nul"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "S'ha produït un error en establir l'enllaç simbòlic: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"S'ha produït un error en establir l'enllaç simbòlic: el fitxer no és un "
"enllaç simbòlic"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "El context del SELinux no pot ser nul"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "S'ha produït un error en establir el context del SELinux: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "Aquest sistema no té habilitat el SELinux"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "No està implementat establir l'atribut %s"
@@ -1721,14 +1716,14 @@ msgstr ""
"escurçar el nom a «-» caràcters. Ignora els noms després del primer si es "
"donen més múltiples noms."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "S'ha produït un error en llegir des de UNIX: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "S'ha produït un error en tancar des de UNIX: %s"
@@ -1737,12 +1732,12 @@ msgstr "S'ha produït un error en tancar des de UNIX: %s"
msgid "Filesystem root"
msgstr "Arrel del sistema de fitxers"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "S'ha produït un error en escriure a UNIX: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "el volum no implementa l'expulsió"

207
po/cs.po
View File

@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-27 01:22+0200\n"
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
@@ -92,7 +92,7 @@ msgstr "Žádná aplikace s názvem \"%s\" nezaregistrovala záložku \"%s\""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nelze rozšířit řádek exec \"%s\" pomocí URI \"%s\""
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Převod ze znakové sady \"%s\" do \"%s\" není podporován"
@@ -102,14 +102,14 @@ msgstr "Převod ze znakové sady \"%s\" do \"%s\" není podporován"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Nelze otevřít převaděč z \"%s\" do \"%s\""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Chyba při převodu: %s"
@@ -238,48 +238,48 @@ msgstr "Šablona \"%s\" je neplatná, neměla by obsahovat \"%s\""
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Šablona \"%s\" neobsahuje XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nelze přečíst symbolický odkaz \"%s\": %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Symbolické odkazy nejsou podporovány"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nelze otevřít převodník z \"%s\" do \"%s\": %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Ve vstupní vyrovnávací paměti zbyla nepřevedená data"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanál ukončen částí znaku"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -293,24 +293,24 @@ msgstr "Nelze otevřít soubor \"%s\": open() selhalo: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nelze otevřít soubor \"%s\": mmap() selhalo: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Chyba na řádku %d, znak %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Chyba na řádku %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Nalezena prázdná entita \"&;\", platnými entitami jsou: &amp; &quot; &lt; "
"&gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -320,17 +320,17 @@ msgstr ""
"Znak \"%s\" není platný na začátku názvu entity; počátečním znakem entity je "
"&; v případě, že nemá být entitou, je zapotřebí ho napsat jako &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak \"%s\" je v názvu entity neplatný"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Název entity \"%s\" není znám"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -338,7 +338,7 @@ msgstr ""
"Entita nekončí středníkem; pravděpodobně jste použili znak & bez úmyslu "
"začít entitu - zapište prosím ligaturu et jako &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -347,17 +347,17 @@ msgstr ""
"Nelze zpracovat \"%-.*s\", což by mělo být číslo v odkazu na znak (například "
"&#234) - číslo je možná příliš velké"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Odkaz na znak \"%-.*s\" nekóduje povolený znak"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Prázdný odkaz na znak. Odkaz by měl obsahovat číslice, například &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -366,32 +366,32 @@ msgstr ""
"Odkaz na znak nekončí středníkem; pravděpodobně jste použili znak & bez "
"úmyslu začít entitu - zapište prosím ligaturu et jako &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Neukončený odkaz na entitu"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Neukončený odkaz na znak"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neplatný text v kódování UTF-8 - příliš dlouhá posloupnost"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neplatný text v kódování UTF-8 - není počátečním znakem"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neplatný text v kódování UTF-8 - není platné \"%s\""
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musí začínat prvkem (například: <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -399,7 +399,7 @@ msgid ""
msgstr ""
"\"%s\" není platný znak po znaku \"<\"; nesmí s ním začínat název prvku"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -408,7 +408,7 @@ msgstr ""
"Zvláštní znak \"%s\", byl očekáván znak \">\" k ukončení značky empty-"
"element \"%s\""
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -416,7 +416,7 @@ msgstr ""
"Zvláštní znak \"%s\", po názvu atributu \"%s\" prvku \"%s\" bylo očekáváno "
"\"=\""
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"značky prvku \"%s\", nebo případně atribut; pravděpodobně jste použili "
"neplatný znak v názvu atributu"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -436,7 +436,7 @@ msgstr ""
"Zvláštní znak \"%s\", po znaku rovnítka při udávání hodnoty atributu \"%s\" "
"prvku \"%s\" byly očekávány uvozovky"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -445,7 +445,7 @@ msgstr ""
"\"%s\" není platný znak po znacích \"</\"; znakem \"%s\" nesmí začínat název "
"prvku"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -454,25 +454,25 @@ msgstr ""
"\"%s\" není povoleným znakem po ukončovacím názvu prvku \"%s\"; povoleným "
"znakem je \">\""
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Prvek \"%s\" byl uzavřen, žádný prvek není momentálně otevřen"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Byl uzavřen prvek \"%s\", ale aktuálně je otevřen prvek \"%s\""
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prázdný nebo obsahuje pouze mezery"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument neočekávaně skončil ihned po otevírací značce \"<\""
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -481,7 +481,7 @@ msgstr ""
"Dokument neočekávaně skončil, prvky jsou stále otevřeny - poslední otevřený "
"prvek byl \"%s\""
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -489,19 +489,19 @@ msgid ""
msgstr ""
"Dokument neočekávaně skončil, byla očekávána uzavírací závorka značky <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument neočekávaně skončil uvnitř názvu prvku"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument neočekávaně skončil uvnitř názvu atributu"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument neočekávaně skončil ve značce otevírající prvek."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -509,16 +509,16 @@ msgstr ""
"Dokument neočekávaně skončil po znaku přiřazení následujícím za názvem "
"atributu; chybí hodnota atributu"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument neočekávaně skončil uvnitř hodnoty atributu"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument neočekávaně skončil uvnitř uzavírací značky prvku \"%s\""
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument neočekávaně skončil uvnitř komentáře nebo instrukce pro zpracování"
@@ -823,12 +823,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Chyba při analyzování náhradního textu \"%s\" na znaku %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Text v uvozovkách nezačíná uvozovkami"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Nenalezena uzavírací uvozovka v příkazovém řádku nebo jiném uvozeném textu"
@@ -868,37 +866,37 @@ msgstr "Nelze číst z roury potomka (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nelze přejít do adresáře \"%s\" (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nelze spustit proces potomka (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Neplatný název programu: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Neplatný řetězec v poli argumentů v %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Neplatný řetězec v prostředí: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Neplatný aktuální adresář: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Nelze spustit pomocný program (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1140,7 +1138,7 @@ msgstr "%s poskytnut příliš vysoký počet"
msgid "Stream is already closed"
msgstr "Proud je již uzavřen"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operace byla zrušena"
@@ -1162,34 +1160,34 @@ msgstr "typ %s"
msgid "Unexpected early end-of-stream"
msgstr "Neočekávaný časný konec proudu"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Bez názvu"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "V souboru desktop nezadáno pole Exec"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Nelze nalézt terminál vyžadovaný pro aplikaci"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Nelze vytvořit uživatelský soubor desktop %s"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Vlastní definice %s"
@@ -1203,10 +1201,10 @@ msgid "drive doesn't implement polling for media"
msgstr "mechanika neprovádí dotazování na média"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operace není podporována"
@@ -1239,37 +1237,37 @@ msgstr "Cílový soubor existuje"
msgid "Can't recursively copy directory"
msgstr "Adresář nelze kopírovat rekurzivně"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Zadaný symbolický odkaz je neplatný"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Zahozené není podporováno"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Názvy souborů nemohou obsahovat \"%c\""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "svazek neprovádí připojení"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Žádná aplikace není zaregistrována k obsluze tohoto souboru"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Enumerator je uzavřen"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Souborový enumerator má nevykonanou operaci"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Souborový enumerator je již uzavřen"
@@ -1447,65 +1445,62 @@ msgstr "Chyba při prohledávání souboru \"%s\" s fstat(): %s"
msgid " (invalid encoding)"
msgstr " (neplatné kódování)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Chyba při prohledávání popisovače souboru s fstat(): %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Neplatný typ atributu (očekáván uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Neplatný typ atributu (očekáván uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Neplatný typ atributu (očekáván bajtový řetězec)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Chyba při nastavování oprávnění: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Chyba při nastavování vlastníka: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symbolický odkaz nesmí být prázdný"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Chyba při nastavování symbolického odkazu: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
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:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "Kontext SELinux nesmí být prázdný"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Chyba při nastavování kontextu SELinux: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "V tomto systému není SELinux povolen"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Nastavení atributu %s není podporováno"
@@ -1670,14 +1665,14 @@ 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:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Chyba při čtení z datového proudu Unix: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Chyba při zavírání datového proudu Unix: %s"
@@ -1686,12 +1681,12 @@ msgstr "Chyba při zavírání datového proudu Unix: %s"
msgid "Filesystem root"
msgstr "Kořen systému souborů"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Chyba při zápisu do datového proudu Unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "svazek neprovádí vysouvání"

207
po/cy.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2006-06-29 19:38+0100\n"
"Last-Translator: Rhys Jones <rhys@sucs.org>\n"
"Language-Team: Welsh <gnome-cy@pengwyn.linux.org.uk>\n"
@@ -87,7 +87,7 @@ msgstr "Does dim un rhaglen o'r enw '%s' wedi cofrestru llyfrnod ar gyfer '%s'"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Ni chynhelir trawsnewidiad o set nodau '%s' i '%s'"
@@ -97,14 +97,14 @@ msgstr "Ni chynhelir trawsnewidiad o set nodau '%s' i '%s'"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Methwyd agor trawsnewidydd rhwng '%s' a '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Gwall wrth drawsnewid: %s"
@@ -233,48 +233,48 @@ msgstr "Mae'r patrymlun '%s' yn annilys: ni ddylai gynnwys '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Nid yw'r patrymlun '%s' yn cynnwys XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Methwyd agor trawsnewidydd o '%s' i '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Data dros ben heb ei drawsnewid yn y byffer ddarllen"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Mae'r sianel yn gorffen a nod rhannol"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -288,24 +288,24 @@ msgstr "Methwyd agor y ffeil '%s': methodd open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Methwyd mapio'r ffeil '%s': methodd mmap(): %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Gwall ar linell %d golofn %d: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Gwall ar linell %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Gwelwyd endid gwag '&;'; mae &amp; &quot; &lt; &gt; a &apos; yn endidau dilys"
# c-format
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -315,17 +315,17 @@ msgstr ""
"Mae'r nod '%s' yn annilys ar ddechrau endid; mae'r nod & yn dechrau endid; "
"os nad yw'r & yma i fod yn endid, defnyddiwch &amp; yn ei le"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Nid yw'r nod '%s' yn ddilys o fewn enw endid"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Mae'r enw endid '%s' yn anhysbys"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -333,7 +333,7 @@ msgstr ""
"Ni orffennwyd yr endid gyda hanner-colon - mwy na thebyg y defnyddiwyd "
"ampersand heb fwriadu dechrau endid - dylid defnyddio &amp; yn lle"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -342,16 +342,16 @@ msgstr ""
"Methwyd adnabod '%-.*s', a ddylai fod yn ddigid o fewn cyfeiriant nod "
"(&#234; er enghraifft) - hwyrach fod y digid yn rhy fawr"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Nid yw'r cyfeiriant nod '%-.*s' yn amgodio nod a ganiateir"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Cyfeiriant nod gwag; dylai gynnwys digid megis &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -360,34 +360,34 @@ msgstr ""
"Ni orffennwyd cyfeiriant nod gyda hanner-colon - mwy na thebyg y defnyddiwyd "
"ampersand heb fwriadu dechrau endid - dylid defnyddio &amp; yn lle"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Cyfeiriant endid heb ei orffen"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Cyfeiriant nod heb ei orffen"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Testun annilys wedi ei amgodio fel UTF-8"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Testun annilys wedi ei amgodio fel UTF-8"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Testun annilys wedi ei amgodio fel UTF-8"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Rhaid i'r ddogfen ddechrau gydag elfen (e.e. <llyfr>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -395,14 +395,14 @@ msgid ""
msgstr ""
"Nid yw '%s' yn nod dilys yn dilyn '<'; nid yw'n gallu dechrau enw elfen"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "Nod od '%s', disgwyliwyd '>' er mwyn gorffen tag dechrau'r elfen '%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -410,7 +410,7 @@ msgstr ""
"Nod od '%s', disgwyliwyd '=' ar ôl yr enw priodoledd '%s' o'r elfen '%s'"
# c-format
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -421,7 +421,7 @@ msgstr ""
"s', neu briodoledd ddewisol; efallai defnyddiwyd nod annilys mewn enw "
"priodoledd"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -430,7 +430,7 @@ msgstr ""
"Nod od '%s', disgwyliwyd dyfynnod agored ar ôl y '=' wrth roi gwerth i'r "
"priodoledd '%s' o'r elfen '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -439,7 +439,7 @@ msgstr ""
"Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
"dechrau enw elfen."
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -448,26 +448,26 @@ msgstr ""
"Nid yw '%s' yn nod ddilys yn dilyn y nodau '</'; nid yw '%s' yn gallu "
"dechrau enw elfen."
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Cafodd yr elfen '%s' ei gau, nid oes elfen ar agor ar hyn o bryd"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Cafodd yr elfen '%s' ei gau, ond yr elfen sydd ar agor ar hyn o bryd yw '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Roedd y ddogfen yn wag neu'n cynnwys gofod yn unig"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Gorffennodd y ddogfen yn annisgwyl ar ôl '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -476,7 +476,7 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl tra roedd elfennau ar agor - '%s' oedd yr "
"elfen ddiwethaf a agorwyd"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -485,19 +485,19 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl, disgwyliwyd ongl-fraced caeedig i "
"ddiweddu'r tag <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw elfen"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i dag agor elfen"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -505,16 +505,16 @@ msgstr ""
"Gorffennodd y ddogfen yn annisgwyl ar ôl yr hafalnod yn dilyn enw "
"priodoledd; dim gwerth priodoledd"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i werth priodoledd"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i dag cau'r elfen '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Gorffennodd y ddogfen yn annisgwyl y tu fewn i sylw neu gyfarwyddiad brosesu"
@@ -823,12 +823,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Nid yw'r testun dyfynedig yn dechrau gyda dyfynnod"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Dyfynnod heb ei gydweddu mewn llinell orchymyn neu destun arall wedi ei "
@@ -869,37 +867,37 @@ msgstr "Methwyd darllen o bibell plentyn (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Methwyd newid i'r cyfeiriadur '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Methwyd gweithredu proses plentyn (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Enw rhaglen annilys: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Arg ar goll yn y fector argiau yn %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Llinyn annilys yn yr amgylchedd: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Cyfeiriadur gweithio annilys: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Methwyd gweithredu proses cymorth (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1143,7 +1141,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1166,34 +1164,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1207,10 +1205,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
@@ -1244,39 +1242,39 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
#, 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:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1457,64 +1455,61 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s "
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Gwall wrth drawsnewid: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Gwall wrth drawsnewid: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Gwall ar linell %d: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Gwall wrth drawsnewid: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
@@ -1680,14 +1675,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Gwall ar linell %d: %s"
@@ -1696,12 +1691,12 @@ msgstr "Gwall ar linell %d: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Gwall wrth ramadegu opsiwn %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

787
po/da.po

File diff suppressed because it is too large Load Diff

207
po/de.po
View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-28 06:53+0200\n"
"Last-Translator: Hendrik Richter <hendrikr@gnome.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
@@ -96,7 +96,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Die Befehlzeile »%s« konnte nicht mit dem URI »%s« verknüpft werden."
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt"
@@ -106,14 +106,14 @@ msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Fehler bei der Umwandlung: %s"
@@ -253,48 +253,48 @@ msgstr "Vorlage »%s« ungültig, sollte kein »%s« enthalten"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Vorlage »%s« enthält nicht XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Die symbolische Verknüpfung »%s« konnte nicht gelesen werden: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Symbolische Verknüpfungen nicht unterstützt"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Nicht konvertierte Daten befinden sich noch im Lesepuffer "
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanal endet mit einem Teilzeichen"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -308,24 +308,24 @@ msgstr "Datei »%s« konnte nicht geöffnet werden: open() ist fehlgeschlagen: %
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Datei »%s« konnte nicht gemappt werden: mmap() ist fehlgeschlagen: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fehler in Zeile %d, Zeichen %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Fehler in Zeile %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Leere Entität »&;« gefunden; gültige Entitäten sind &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -336,18 +336,18 @@ msgstr ""
"beginnt mit dem Zeichen &; wenn das Et keine Entität sein soll, es als &amp; "
"umschreiben"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Zeichen »%s« ist in einem Entitätsnamen ungültig"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitätsname »%s« ist unbekannt"
# CHECK
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -356,7 +356,7 @@ msgstr ""
"benutzt, ohne eine Entity beginnen zu wollen - umschreiben Sie das Et als "
"&amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -365,16 +365,16 @@ msgstr ""
"»%-.*s«, was eine Zahl in einer Zeichenreferenz (wie &#234;) sein sollte, "
"konnte nicht analysiert werden - vielleicht ist die Zahl zu groß"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Zeichenreferenz »%-.*s« kodiert kein zulässiges Zeichen"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Leere Zeichenangabe; sollte eine Zahl wie z.B. &#454; enthalten"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -384,32 +384,32 @@ msgstr ""
"Et-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie "
"das Et als &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Unvollendete Entitätsreferenz"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Unvollendete Zeichenreferenz"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ungültiger UTF-8-kodierter Text - überlange Sequenz"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ungültiger UTF-8-kodierter Text - Kein Anfangszeichen"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ungültiger UTF-8-kodierter Text - »%s« ist nicht gültig"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument muss mit einem Element beginnen (e.g. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -418,7 +418,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen nach einem »<«-Zeichen; es darf keinen "
"Elementnamen beginnen"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -427,14 +427,14 @@ msgstr ""
"Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des leeren Elements »%s« "
"abzuschließen"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Seltsames Zeichen »%s«, »=« erwartet nach Attributname »%s« des Elements »%s«"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -445,7 +445,7 @@ msgstr ""
"erwartet, um das Start-Tag des Elements »%s« abzuschließen; vielleicht haben "
"Sie ein ungültiges Zeichen in einem Attributnamen benutzt"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -454,7 +454,7 @@ msgstr ""
"Seltsames Zeichen »%s«; bei der Wertangabe für das Attribut »%s« des Elemente "
"»%s« wurde ein Anführungszeichen nach dem Gleichheitszeichen erwartet"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -463,7 +463,7 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf die Zeichen »</« folgt; »%s« darf "
"keinen Elementnamen beginnen"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -472,25 +472,25 @@ msgstr ""
"»%s« ist kein gültiges Zeichen, wenn es auf den schließenden Elementnamen »%s« "
"folgt; das erlaubte Zeichen ist »>«"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element »%s« wurde geschlossen, kein Element ist derzeit offen"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element »%s« wurde geschlossen, aber das derzeit offene Element ist »%s«"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokument ist leer oder enthält nur Leerraum"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument endete unerwartet nach einer offenen spitzen Klammer »<«"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -499,7 +499,7 @@ msgstr ""
"Dokument endete unerwartet mit noch offenen Elementen - »%s« war das letzte "
"offene Element"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -508,19 +508,19 @@ msgstr ""
"Dokument endete unerwartet, es wurde eine spitze Klammer »>«, die das Tag <%s/"
"> schließt, erwartet"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument endete unerwartet innerhalb eines Elementnamens"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument endete unerwartet innerhalb eines Attributnamens"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument endete unerwartet innerhalb eines Element-öffnenden Tags."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -528,18 +528,18 @@ msgstr ""
"Dokument endete unerwartet nach dem Gleichheitszeichen, das einem "
"Attributnamen folgt; kein Attributwert"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument endete unerwartet innerhalb eines Attributwertes"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokument endete unerwartet innerhalb eines schließenden Tags für das Element "
"»%s«"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument endete unerwartet innerhalb eines Kommentars oder "
@@ -854,12 +854,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Fehler beim Verarbeiten des Ersetzungstextes »%s« an Zeichen %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Zitierter Text beginnt nicht mit einem Anführungszeichen"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Unbalanciertes Anführungszeichen in Befehlszeile oder anderem Text in "
@@ -902,37 +900,37 @@ msgstr "Lesen aus Weiterleitung zum Kind (%s) fehlgeschlagen"
msgid "Failed to change to directory '%s' (%s)"
msgstr "In Verzeichnis »%s« (%s) konnte nicht gewechselt werden"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Kindprozess konnte nicht ausgeführt werden (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Ungültiger Programmname: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ungültige Zeichenkette im Argumentsvektor bei %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ungültige Zeichenkette in der Umgebung: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ungültiges Arbeitsverzeichnis: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Hilfsprogramm (%s) konnte nicht ausgeführt werden"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1184,7 +1182,7 @@ msgstr "Zu großer Zählwert an %s übermittelt"
msgid "Stream is already closed"
msgstr "Datenstrom ist bereits geschlossen"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Vorgang wurde abgebrochen"
@@ -1206,37 +1204,37 @@ msgstr "%s-Typ"
msgid "Unexpected early end-of-stream"
msgstr "Unerwartet frühes Datenstromende"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unbenannt"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop-Datei hat kein Exec-Feld angegeben"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Für die Anwendung benötigtes Terminal konnte nicht gefunden werden"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Benutzer-Desktop-Datei %s kann nicht erstellt werden"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Benutzerdefinition für %s"
@@ -1250,10 +1248,10 @@ msgid "drive doesn't implement polling for media"
msgstr "Laufwerk unterstützt Prüfen auf Datenträger nicht"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Vorgang nicht unterstützt"
@@ -1286,37 +1284,37 @@ msgstr "Zieldatei existiert"
msgid "Can't recursively copy directory"
msgstr "Verzeichnis kann nicht rekursiv kopiert werden"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Ungültiger Wert für Symbolische Verknüpfung angegeben"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Müll nicht unterstützt"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Dateinamen dürfen kein »%c« enthalten"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "Datenträger unterstützt Einhängen nicht"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Es wurde keine Anwendung gefunden, die diese Datei verarbeiten kann"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Datei-Enumerator ist geschlossen"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Datei-Enumerator hat noch einen ausstehenden Vorgang"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Datei-Enumerator ist bereits geschlossen"
@@ -1495,66 +1493,63 @@ msgstr "Fehler beim Untersuchen der Datei %s mit fstat(): %s"
msgid " (invalid encoding)"
msgstr " (ungültige Kodierung)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fehler beim Untersuchen des Datei-Deskriptors mit fstat(): %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ungültiger Attributtyp (»uint32« erwartet)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ungültiger Attributtyp (»uint64« erwartet)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Ungültiger Attributtyp (»byte string« erwartet)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fehler beim Setzen der Zugriffsrechte: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Fehler beim Setzen des Besitzers: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "Symbolische Verknüpfung darf nicht NULL sein"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fehler beim Setzen der Symbolischen Verknüpfung: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
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:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux-Kontext darf nicht NULL sein"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Fehler beim Setzen des SELinux-Kontexts: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux ist auf diesem System nicht aktiviert"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Setzen des Attributs %s nicht unterstützt"
@@ -1721,14 +1716,14 @@ msgstr ""
"Name bei »-«-Zeichen abgeschnitten wird. Alle Namen nach dem ersten werden "
"ignoriert falls mehrere angegeben sind."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Fehler beim Lesen aus Unix-Datenstrom: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Fehler beim Schließen des Unix-Datenstroms: %s"
@@ -1737,12 +1732,12 @@ msgstr "Fehler beim Schließen des Unix-Datenstroms: %s"
msgid "Filesystem root"
msgstr "Wurzelverzeichnis des Dateisystems"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Fehler beim Schreiben in Unix-Datenstrom: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "Datenträger unterstützt Auswerfen nicht"

207
po/dz.po
View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.dz\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2006-08-09 10:23+0530\n"
"Last-Translator: Mindu Dorji\n"
"Language-Team: DZONGKHA <pgeyleg@dit.gov.bt>\n"
@@ -88,7 +88,7 @@ msgstr "མིང་'%sའབད་མི་གློག་རིམ་གྱི
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ %s:%s ལྷག་མ་ཚུགས།"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "ཡིག་འབྲུའི་ཆ་ཚན་ %s ལས་ %s ལུ་གཞི་བསྒྱུར་འབད་ནི་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
@@ -98,14 +98,14 @@ msgstr "ཡིག་འབྲུའི་ཆ་ཚན་ %s ལས་ %
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "གཞི་བསྒྱུར་གྱི་ཨིན་པུཊི་ནང་ བའིཊི་གི་འབྱུང་རིམ་ ནུས་མེད་ཨིན་པས།"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s"
@@ -235,48 +235,48 @@ msgstr "ཊེམ་པེ་ལེཊི་ '%s' དེ་ནུས་མེད
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "ཊེམ་པེལེཊི་ %s འབད་མི་དེ་ནང་ XXXXXX མིན་འདུག།"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ %s:%s ལྷག་མ་ཚུགས།"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "%s ལས་ %s:%s ལུ་སྒྱུར་བྱེད་ཁ་ཕྱེ་མ་ཚུགས།"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "ལྷག་ནིའི་གནད་ཁོངས་ནང་ གཞི་བསྒྱུར་མ་འབད་བའི་གནད་སྡུད་ ལྷག་ལུས་འདུག"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "ཡིག་འབྲུ་ནང་ཆ་ཤས་ནང་ལུ་ རྒྱུ་ལམ་རྩ་འགྲོལ་འགྱོཝ་ཨིན།"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "ཇི་ཨའི ཨོ་ རྒྱ་ལམ་ མཇུག་ ཚུན་ ལྷག་ནི་ཚུ་ནང་ རགས་ལྷག་མི་བཏུབ།"
@@ -290,23 +290,23 @@ msgstr "ཡིག་སྣོད་ %s ཁ་ཕྱེ་མ་ཚུག
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ཡིག་སྣོད་’%s གི་ས་ཁྲ་འབྲི་མ་ཚུགས་: mmap() མ་བཏུབ་:%s།"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "གྱལ་རིམ་%d ཡིག་འབྲུ་ %d:%s ལུ་འཛོལ་བ།"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"ངོ་བོ་སྟོང་པ་ &; མཐོང་ཅི། ནུས་ཅན་ངོ་བོ་ཚུ་: &amp; &quot; &lt; &gt; &apos; ཚུ་ཨིན།"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -316,17 +316,17 @@ msgstr ""
"ངོ་བོའི་མིང་ འགོ་བཙུགས་སར ཡིག་འབྲུ་་ %s ནུས་མེད་ཨིན་པས། ཡིག་འབྲུ་ & འདི་གིས་ངོ་བོ་ཅིག་ འགོ་"
"བཙུགསཔ་ཨིན། གལ་སྲིད་ དང་རྟགས་འདི་ ངོ་བོ་མིནམ་ཅིག་དགོ་པཅིན་ &amp; བཟུམ་ཅིག་སྦེ་ གྲོས་ཐར་འབད།"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ཡིག་འབྲུ་ %s དེ་ ངོ་བོའི་མིང་ཅིག་གི་ ནང་འཁོད་ལུ་ ནུས་མེད་ཨིན། "
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ངོ་བོའི་མིང་ '%s' ཧ་མ་གོ"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -334,7 +334,7 @@ msgstr ""
"ངོ་བོ་འདི་ སེ་མི་ཀོ་ལཱོན་ ; གིས་འབད་ མཇུག་མ་བསྡུ་བས། ཁྱོད་ཀྱིས་ངོ་བོ་ཅིག་ འགོ་མ་བཙུགས་པར་ དང་རྟགས་"
"ཡིག་འབྲུ་ཅིག་ ལག་ལེན་འཐབ་འཐབ་བཟུམ་ཅིག་འདུག དང་རྟགས་་ &amp; བཟུམ་ཅིག་སྦེ་ གྲོས་ཐར་འབད།"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -343,16 +343,16 @@ msgstr ""
"'%-.*s'ལུ་ མིང་དཔྱད་འབད་མ་ཚུགས། འདི་ཡིག་འབྲུ་གཞི་བསྟུན་ (དཔེར་ན་ (&#234; ) ཅིག་ནང་གི་ ཨང་"
"ཡིག་ཅིག་འོང་དགོཔ་ཨིན་ - ཨང་ཡིག་དེ་ སྦོམ་དྲགསཔ་འོང་ནི་མས།"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ཡིག་འབྲུ་གཞི་བསྟུན་ '%-.*s' དེ་གིས་ གནང་བ་ཅན་གྱི་ཡིག་འབྲུ་ཅིག་ལུ་ ཨིན་ཀོཌི་མི་འབད་བས།"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ཡིག་འབྲུ་སྟོང་པའི་འབྲེལ་བ་འདི་ནང་ &#454; བཟུམ་མའི་ ཨང་ཡིག་ཅིག་འོང་དགོ"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -362,34 +362,34 @@ msgstr ""
"མེད་པར་ དང་རྟགས་ ཡིག་འབྲུ་ ལག་ལེན་འཐབ་འཐབ་འོང་ནི་མས། དང་རྟགས་དེ་ &amp; བཟུམ་སྦེ་ གྲོས་ཐར་"
"འབད།"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "མཇུག་མ་བསྡུ་བའི་ ངོ་བོའི་གཞི་བསྟུན།"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "མཇུག་མ་བསྡུ་བའི་ ཡིག་འབྲུའི་གཞི་བསྟུན།"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨ ཀྱི ཨིན་ཀོ་དེཌི་ཚིག་ཡིག"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ཡིག་ཆ་དེ་ (དཔེར་ན་ <book>) བཟུམ་མའི་ཆ་ཤས་ཅིག་གིས་ འགོ་བཙུགས་དགོ"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -398,7 +398,7 @@ msgstr ""
"ཡིག་འབྲུ་ %s དེ་ ཡིག་འབྲུ་’< ཅིག་གི་རྗེས་སུ་འོངམ་ད་ ནུས་པ་ཡོད་པའི་ཡིག་འབྲུ་ཅིག་མིན། འདི་གིས་ཆ་ཤས་"
"ཀྱི་མིང་ཅིག་ འགོ་མི་བཙུགསཔ་འོང༌།"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -407,7 +407,7 @@ msgstr ""
"%s དེ་རྐྱང་ཡིག་ཨིན་པས། ཆ་ཤས་ཀྱི་ འགོ་བཙུགས་ངོ་རྟགས་ %s དེ་མཇུག་བསྡུ་ནི་ལུ་ ཡིག་འབྲུ་ > ཅིག་ "
"ཨིན་པའི་རེ་བ་ཡོད།"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -415,7 +415,7 @@ msgstr ""
"%s དེ་རྐྱང་ཡིག་ཨིན་པས། = ཅིག་ཡོད་པའི་ རེ་བ་ཡོད་ ཁྱད་ཆོས་ཀྱི་མིང་ %s ཆ་ཤས་ %s གི་རྗེས་"
"སུ།"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -425,7 +425,7 @@ msgstr ""
"%s དེ་རྐྱང་ཡིག་ཨིན་པས། ཆ་ཤས་ %s གི་འགོ་བཙུགས་ངོ་རྟགས་ མཇུག་བསྡུ་ནི་ལུ་ ཡིག་འབྲུ་ > ཡང་ན་ "
"/ གི་རེ་བ་ཡོད།"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -434,7 +434,7 @@ msgstr ""
"%s དེ་རྐྱང་ཡིག་ཨིན་པས། ཁྱད་ཆོས་’%s གི་ ཆ་ཤས’%s གི་དོན་ལུ་ བེ་ལུ་བྱིནམ་ད་ མཉམ་རྟགས་ཀྱི་ཤུལ་"
"ལུ་ འགོ་བཙུགས་འདྲེན་རྟགས་ཅིག་ ཚུད་ཡོད་པའི་རེ་བ་ཡོད།"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -443,7 +443,7 @@ msgstr ""
"%s དེ་ ཡིག་འབྲུ་ནུས་ཅན་ཅིག་མེན་ ཡིག་འབྲུ་ </; %s ཚུ་གི་རྗེས་ཤུལ་ལུ་འོངམ་ ཆ་ཤས་ཀྱི་མིང་ཅིག་ "
"འགོ་མི་བཙུགསཔ་འོང༌།"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -452,25 +452,25 @@ msgstr ""
"%s དེ་ ཡིག་འབྲུ་ནུས་ཅན་ཅིག་མེན། ཁ་བསྡམ་ནིའི་ཆ་ཤས་མིང་ %s; གི་རྟིང་བདའ་འོངམ་ད་ ཆོག་པའི་ཡིག་"
"འབྲུ་དེ་ > ཨིན།"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ཆ་ཤས་ %s དེ་ ཁ་བསྡམས་ཏེ་ཡོདཔ་ལས་ ད་ལྟོ་ཆ་ཤས་གཅིག་ཡང་ ཁ་ཕྱེ་ཕྱེཝ་མིན་འདུག"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ཆ་ཤས་ %s དེ་ ཁ་བསྡམས་ནུག དེ་འབདཝ་ད་ ད་ལྟོ་ཁ་ཕྱེ་སྟེ་ཡོད་མི་ཆ་ཤས་དེ་ %s ཨིན།"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "ཡིག་ཆ་དེ་སྟོང་པའམ་ ཡང་ཅིན་ ནང་ན་ས་སྟོང་དཀརཔོ་མ་གཏོགས་ མེདཔ་འོང་ནི་མས།"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ཡིག་ཆ་དེ་ ཟུར་ཁུག་གུག་ཤད་ < ཅིག་གི་ཤུལ་ལས་ རེ་བ་མེད་པར་ རྫོགས་སོ་ཡི།"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -479,7 +479,7 @@ msgstr ""
"ཡིག་ཆ་དེ་ རེ་བ་མེད་པར་རྫོགས་སོ་རུང་ ཆ་ཤས་དེ་ ཁ་ཕྱེ་སྟེ་རང་འདུག མཐའ་མཇུག་ཁ་ཕྱེ་མི་ ཆ་ཤས་དེ་ -%"
"s ཨིན་པས།"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -488,19 +488,19 @@ msgstr ""
"ཡིག་ཆ་དེ་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག ངོ་རྟགས་ <%s/> མཇུག་བསྡུ་བའི་ ཁ་བསྡམ་ཟུར་ཁུག་གུག་ཤད་ཅིག་ "
"མཐོང་བའི་རེ་བ་ཡོད།"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ཅིག་གི་ མིང་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་རྫོགས་སོ་ནུག"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ཁ་ཕྱེ་ནིའི་ ངོ་རྟགས་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -508,16 +508,16 @@ msgstr ""
"ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་མིང་ཅིག་གི་ཤུལ་ལས་ མཉམ་རྟགས་ཀྱི་རྗེས་སུ་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག ཁྱད་ཆོས་ཀྱི་བེ་"
"ལུ་མིན་འདུག"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ཡིག་ཆ་དེ་ ཁྱད་ཆོས་ཀྱི་ བེ་ལུ་ཅིག་གི་ནང་ན་སྡོད་པའི་སྐབས་ལུ་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ཡིག་ཆ་དེ་ ཆ་ཤས་ %s གི་དོན་ལུ་ ཁ་བསྡམ་ངོ་རྟགས་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ཡིག་ཆ་དེ་ བསམ་བཀོད་ ཡང་ན་ ལས་སྦྱོར་བཀོད་རྒྱ་ཅིག་གི་ནང་ན་ རེ་བ་མེད་པར་ རྫོགས་སོ་ནུག"
@@ -825,12 +825,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "ལུང་འདྲེན་ཚིག་ཡིག་ཚུ་ འདྲེན་རྟགས་ཀྱི་ཐོག་ལས་ འགོ་མི་བཙུགས།"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"བཀོད་ལམ་ནང་ ཡང་ན་ གཞན་ ཤལ་གྱི་འདྲེན་རྟགས་ནང་བཙུགས་པའི་ཚིག་ཡིག་ཚུ་ནང་ མི་མཐུན་པའི་འདྲེན་རྟགས་"
@@ -872,37 +870,37 @@ msgstr "ཆ་ལག་རྒྱུད་དུང་ (%s) ནང་ལས་
msgid "Failed to change to directory '%s' (%s)"
msgstr "སྣོད་ཐོ་’%s (%s)ལུ་ བསྒྱུར་བཅོས་འབད་མ་ཚུགས། "
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "ཆ་ལག་ལས་སྦྱོར་ (%s) དེ་ ལག་ལེན་འཐབ་མ་ཚུགས།"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "ནུས་མེད་ལསརིམ་མིང་:%s།"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d: %s ལུ་ སྒྲུབ་རྟགས་ཝེཀ་ཊོར་ནང་ ནུས་མེད་ཡིག་རྒྱུན།"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "མཐའ་འཁོར་:%sནང་ལུ་ ནུས་མེད་ཡིག་རྒྱུན།"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "ནུས་མེད་ལཱ་གཡོག་སྣོད་ཐོ་:%s།"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "ལས་རོགས་པའི་ལས་རིམ་ (%s) ལག་ལེན་འཐབ་མ་ཚུགས།"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1141,7 +1139,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1164,34 +1162,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1205,10 +1203,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
@@ -1242,39 +1240,39 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "མིང་'%sའབད་མི་གློག་རིམ་གྱིས་ '%s དོན་ལུ་ དེབ་རྟགས་ཅིག་ཐོ་འགོད་མ་འབད་བས། "
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1455,64 +1453,61 @@ msgstr "ཡིག་སྣོད་ %s: %s ལྷག་ནི་ལུ་
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "ཡིག་སྣོད་ %s: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "གཞི་བསྒྱུར་གྱི་སྐབས་འཛོལ་བ་ :%s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "བརྡ་མཚོན་འགྲེལ་ལམ་ལུ་ རྒྱབ་སྐྱོར་མིན་འདུག"
@@ -1678,14 +1673,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "ཡིག་སྣོད་ %s: %s ལྷག་ནི་ལུ་འཛོལ་བ།"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།"
@@ -1694,12 +1689,12 @@ msgstr "གྱལ་རིམ་ %d་: %s ལུ་འཛོལ་བ།"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "གདམ་ཁ་%s མིང་དཔྱད་འབད་ནི་ལུ་འཛོལ་བ།"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/el.po
View File

@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-03-18 03:34+0200\n"
"Last-Translator: Giannis Katsampirhs <giannis1_86@hotmail.com>\n"
"Language-Team: Greek <team@gnome.gr>\n"
@@ -102,7 +102,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Αποτυχίαe xpand exec line '%s' με URI '%s'"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Η μετατροπή από την ομάδα χαρακτήρων %s' σε '%s' δεν υποστηρίζεται"
@@ -112,15 +112,15 @@ msgstr "Η μετατροπή από την ομάδα χαρακτήρων %s'
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Σφάλμα κατά τη μετατροπή: %s"
@@ -264,49 +264,49 @@ msgstr "Το πρότυπο '%s' δεν είναι έγκυρο, θα πρέπε
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Το πρότυπο '%s' δεν περιέχει XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
# gconf/gconf-internals.c:2416
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Αποτυχία ανάγνωσης συμβολικού δεσμού '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από `%s' σε `%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Εναπομείναντα δεδομένα που δεν έχουν μετατραπεί στο read buffer"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Το κανάλι τερματίζει σε ημιτελή χαρακτήρα"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_to_end"
@@ -323,25 +323,25 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Αδυναμία χαρτογράφησης αρχείου '%s': mmap() απέτυχε: %s"
# gconf/gconfd.c:1676
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Σφάλμα στη γραμμή %d χαρακτήρας %d:"
#
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Σφάλμα στη γραμμή %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Κενή καταχώρηση '&;' , έγκυρες οντότητες είναι: &amp; &quot; &lt; &gt; "
"&apos; "
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -352,17 +352,17 @@ msgstr ""
"χαρακτήρας & ξεκινά μια οντότητα, αν αυτό το συμπλεκτικό σύμβολο σεν "
"υποτίθεται να είναι οντότητα, escape it as &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Ο χαρακτήρας '%s' δεν είναι έγκυρος μέσα σε όνομα ύπαρξης."
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Το όνομα οντότητας '%s' δεν είναι γνωστή"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -371,7 +371,7 @@ msgstr ""
"συμπλεκτικό χαρακτήρα χωρίς να θέλατε να ξεκινήσετε μια οντότητα - διαφυγή "
"συμπλεκτικού χαρακτήρα ώς &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -381,16 +381,16 @@ msgstr ""
"στην αναφορά χαρακτήρα (&#234; για παράδειγμα) - ίσως το ψηφίο να είναι πολύ "
"μεγάλο"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Η αναφορά χαρακτήρα'%-.*s' δεν κωδικοποιεί έναν επιτρεπόμενο χαρακτήρα"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Κενή αναφορά χαρακτήρα; πρέπει να περιέχει ένα ψηφίο όπως &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -400,32 +400,32 @@ msgstr ""
"έναν συμπλεκτικό χαρακτήρα χωρίς να θέλατε να ξεκινήσετε μια οντότητα - "
"διαφυγή συμπλεκτικού χαρακτήρα ώς &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Ημιτελής αναφορά οντότητας"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Ημιτελής αναφορά χαρακτήρα"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - overlong sequence"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - not a start char"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - not valid '%s'"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Το έγγραφο πρέπει να ξεκινάει με στοιχείο (π.χ. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -434,7 +434,7 @@ msgstr ""
"Το '%s' δεν είναι έγκυρος χαρακτήρας όταν ακολουθείται από ένα χαρακτήρα "
"'<' ."
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -443,7 +443,7 @@ msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένας χαρακτήρας '>' στο τέλος της "
"ετικέτας έναρξης του στοιχείου '%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -451,7 +451,7 @@ msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένα '=' μετά το όνομα γνωρίσματος '%"
"s' του στοιχείου '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -462,7 +462,7 @@ msgstr ""
"της ετικέτας έναρξης του στοιχείου '%s'. ή ένα γνώρισμα, πιθανόν να "
"χρησιμοποιήσατε ένα μή έγκυρο χαρακτήρα σε ένα όνομα γνωρίσματος"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -471,7 +471,7 @@ msgstr ""
"Περίεργος χαρακτήρας '%s', αναμενόταν ένα ανοικτό εισαγωγικό μετα το "
"σημείο ίσον κατά την απόδοση τιμής για το γνώρισμα '%s' του στοιχείου '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -480,7 +480,7 @@ msgstr ""
"Το '%s' δεν είναι έγκυρος χαρακτήρας ακολουθούμενος από χαρακτήρες </'; '%"
"s' μπορεί να μην αρχίζει όνομα στοιχείου"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -489,27 +489,27 @@ msgstr ""
"Το '%s' δεν είναι ένας έγκυρος χαρακτήρας ακολουθούμενος από το όνομα "
"στοιχείου κλεισίματος '%s'; ο επιτρεπόμενος χαρακτήρας είναι '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Το στοιχείο '%s' έκλεισε, κανένα στοιχείο δεν είναι ανοικτό"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Το στοιχείο '%s' έκλεισε, αλλά το τρέχον ανοικτό στοιχείο είναι '%s' "
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Το έγγραφο ήταν κενό (ή περιέχει μόνο λευκό κενό)"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα αμέσως μετά από μια ανοικτή γωνιακή "
"παρένθεση '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -518,7 +518,7 @@ msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα με στοιχεία ακόμα ανοικτά - '%s' ήταν το "
"τελευταίο στοιχείο που ανοίχθηκε"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -527,19 +527,19 @@ msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα, αναμενόταν μια παρένθεση κλεισίματος στο "
"τέλος του tag <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα στοιχείου"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα γνωρίσματος"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag ανοίγματος στοιχείου."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -547,17 +547,17 @@ msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα λόγω του ότι μετά του σημείου ίσον "
"ακολουθεί ένα όνομα γνωρίσματος; δεν υπάρχει τιμή γνωρίσματος"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε τιμή γνωρίσματος"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag κλεισίματος για στοιχείο '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε σχόλιο ή εντολή σε διεργασία"
@@ -865,12 +865,10 @@ msgstr ""
# gconf/gconf-internals.c:1577
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Το παρατιθέμενο αλφαριθμητικό δεν αρχίζει με εισαγωγικό σημείο"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Αταίριαστο ερωτηματικό στη γραμμή εντολών ή άλλο κείμενο που παρατίθεται από "
@@ -916,38 +914,38 @@ msgstr "Αποτυχία ανάγνωσης από θυγατρική σωλήν
msgid "Failed to change to directory '%s' (%s)"
msgstr "Αποτυχία αλλαγής καταλόγου '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Αποτυχία εκτέλεσης θυγατρικής διεργασίας (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Ακατάλληλο όνομα προγράμματος: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Μη έγκυρο όρισμα για %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Μή έγκυρη σειρά στο περιβάλλον: %s"
#
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Μη έγκυρος κατάλογος εργασίας: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Αποτυχία εκτέλεσης βοηθητικού προγράμματος(%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1196,7 +1194,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1219,34 +1217,34 @@ msgstr "τύπος %s"
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Ανώνυμο"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1260,10 +1258,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
@@ -1297,38 +1295,38 @@ msgstr "Το αρχείο στόχος υπάρχει"
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1524,68 +1522,65 @@ msgid " (invalid encoding)"
msgstr ""
#
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
# gconf/gconftool.c:1181
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Σφάλμα κατά τη μετατροπή: %s"
# gconf/gconftool.c:1181
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Σφάλμα κατά τη μετατροπή: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Σφάλμα στη γραμμή %d: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
# gconf/gconftool.c:1181
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Σφάλμα κατά τη μετατροπή: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Οι συμβολικοί δεσμοί δεν υποστηρίζονται"
@@ -1759,15 +1754,15 @@ msgid ""
msgstr ""
#
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Σφάλμα ανάγνωσης από unix: %s"
#
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Σφάλμα κλεισίματος unix: %s"
@@ -1777,12 +1772,12 @@ msgid "Filesystem root"
msgstr ""
# gconf/gconftool.c:1181
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Σφάλμα εγγραφής σε unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2005-08-27 16:20-0400\n"
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
"Language-Team: Canadian English <adamw@gnome.org>\n"
@@ -87,7 +87,7 @@ msgstr "No application with name '%s' registered a bookmark for '%s'"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Failed to expand exec line '%s' with URI '%s'"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Conversion from character set '%s' to '%s' is not supported"
@@ -97,14 +97,14 @@ msgstr "Conversion from character set '%s' to '%s' is not supported"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Could not open converter from '%s' to '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Invalid byte sequence in conversion input"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Error during conversion: %s"
@@ -233,48 +233,48 @@ msgstr "Template '%s' invalid, should not contain a '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Template '%s' does not contain XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Failed to read the symbolic link '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Symbolic links not supported"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Could not open converter from '%s' to '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Leftover unconverted data in read buffer"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Channel terminates in a partial character"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -288,23 +288,23 @@ msgstr "Failed to open file '%s': open() failed: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Failed to map file '%s': mmap() failed: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Error on line %d char %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Error on line %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -315,17 +315,17 @@ msgstr ""
"begins an entity; if this ampersand is not supposed to be an entity, escape "
"it as &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Character '%s' is not valid inside an entity name"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entity name '%s' is not known"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -333,7 +333,7 @@ msgstr ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -342,16 +342,16 @@ msgstr ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Character reference '%-.*s' does not encode a permitted character"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Empty character reference; should include a digit such as &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -361,32 +361,32 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Unfinished entity reference"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Unfinished character reference"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Invalid UTF-8 encoded text - overlong sequence"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Invalid UTF-8 encoded text - not a start char"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Invalid UTF-8 encoded text - not valid '%s'"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Document must begin with an element (e.g. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -395,7 +395,7 @@ msgstr ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -404,14 +404,14 @@ msgstr ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -422,7 +422,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -431,7 +431,7 @@ msgstr ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -440,7 +440,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -449,25 +449,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' was closed, no element is currently open"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' was closed, but the currently open element is '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Document was empty or contained only whitespace"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Document ended unexpectedly just after an open angle bracket '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -476,7 +476,7 @@ msgstr ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -485,19 +485,19 @@ msgstr ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Document ended unexpectedly inside an element name"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Document ended unexpectedly inside an attribute name"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Document ended unexpectedly inside an element-opening tag."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -505,16 +505,16 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Document ended unexpectedly while inside an attribute value"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Document ended unexpectedly inside the close tag for element '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Document ended unexpectedly inside a comment or processing instruction"
@@ -816,12 +816,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Error while parsing replacement text \"%s\" at char %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Quoted text does not begin with a quotation mark"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Unmatched quotation mark in command line or other shell-quoted text"
@@ -858,37 +856,37 @@ msgstr "Failed to read from child pipe (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Failed to change to directory '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Failed to execute child process (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Invalid program name: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Invalid string in argument vector at %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Invalid string in environment: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Invalid working directory: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Failed to execute helper program (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1128,7 +1126,7 @@ msgstr "Too large count value passed to %s"
msgid "Stream is already closed"
msgstr "Stream is already closed"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operation was cancelled"
@@ -1150,34 +1148,34 @@ msgstr "%s type"
msgid "Unexpected early end-of-stream"
msgstr "Unexpected early end-of-stream"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unnamed"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop file didn't specify Exec field"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Unable to find terminal required for application"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Can't create user desktop file %s"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Custom definition for %s"
@@ -1191,10 +1189,10 @@ msgid "drive doesn't implement polling for media"
msgstr "drive doesn't implement polling for media"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1227,37 +1225,37 @@ msgstr "Target file exists"
msgid "Can't recursively copy directory"
msgstr "Can't recursively copy directory"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Invalid symlink value given"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Trash not supported"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "File names cannot contain '%c'"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Enumerator is closed"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "File enumerator has outstanding operation"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "File enumerator is already closed"
@@ -1436,64 +1434,62 @@ msgstr "Error stating file '%s': %s"
msgid " (invalid encoding)"
msgstr " (invalid encoding)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error stating file descriptor: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Invalid attribute type (uint32 expected)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Invalid attribute type (uint64 expected)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Invalid attribute type (byte string expected)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error setting permissions: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Error setting owner: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symlink must be non-NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error setting symlink: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "Error setting symlink: file is not a symlink"
#: gio/glocalfileinfo.c:2063
#, fuzzy, c-format
#: gio/glocalfileinfo.c:2067
#, fuzzy
msgid "SELinux context must be non-NULL"
msgstr "symlink must be non-NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error setting owner: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Setting attribute %s not supported"
@@ -1660,14 +1656,14 @@ msgstr ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Error reading from UNIX: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Error closing UNIX: %s"
@@ -1676,12 +1672,12 @@ msgstr "Error closing UNIX: %s"
msgid "Filesystem root"
msgstr "Filesystem root"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Error writing to UNIX: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "volume doesn't implement eject"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLIB\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-02-17 09:21-0000\n"
"Last-Translator: David Lodge <dave@cirt.net>\n"
"Language-Team: \n"
@@ -86,7 +86,7 @@ msgstr "No application with name '%s' registered a bookmark for '%s'"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Failed to expand exec line '%s' with URI '%s'"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Conversion from character set '%s' to '%s' is not supported"
@@ -96,14 +96,14 @@ msgstr "Conversion from character set '%s' to '%s' is not supported"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Could not open converter from '%s' to '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Invalid byte sequence in conversion input"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Error during conversion: %s"
@@ -232,48 +232,48 @@ msgstr "Template '%s' invalid, should not contain a '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Template '%s' doesn't contain XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Failed to read the symbolic link '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Symbolic links not supported"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Could not open converter from '%s' to '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Can't do a raw read in g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Leftover unconverted data in read buffer"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Channel terminates in a partial character"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -287,23 +287,23 @@ msgstr "Failed to open file '%s': open() failed: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Failed to map file '%s': mmap() failed: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Error on line %d char %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Error on line %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -314,17 +314,17 @@ msgstr ""
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Character '%s' is not valid inside an entity name"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entity name '%s' is not known"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -332,7 +332,7 @@ msgstr ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -341,16 +341,16 @@ msgstr ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Character reference '%-.*s' does not encode a permitted character"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Empty character reference; should include a digit such as &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -360,32 +360,32 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Unfinished entity reference"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Unfinished character reference"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Invalid UTF-8 encoded text - overlong sequence"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Invalid UTF-8 encoded text - not a start char"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Invalid UTF-8 encoded text - not valid '%s'"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Document must begin with an element (e.g. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -394,7 +394,7 @@ msgstr ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -403,14 +403,14 @@ msgstr ""
"Odd character '%s': expected a '>' character to end the empty-element tag '%"
"s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -421,7 +421,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -430,7 +430,7 @@ msgstr ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -439,7 +439,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -448,25 +448,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' was closed, no element is currently open"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' was closed, but the currently open element is '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Document was empty or contained only whitespace"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Document ended unexpectedly just after an open angle bracket '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -475,7 +475,7 @@ msgstr ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -484,19 +484,19 @@ msgstr ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Document ended unexpectedly inside an element name"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Document ended unexpectedly inside an attribute name"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Document ended unexpectedly inside an element-opening tag."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -504,16 +504,16 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Document ended unexpectedly while inside an attribute value"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Document ended unexpectedly inside the close tag for element '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Document ended unexpectedly inside a comment or processing instruction"
@@ -815,12 +815,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Error while parsing replacement text \"%s\" at char %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Quoted text doesn't begin with a quotation mark"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Unmatched quotation mark in command line or other shell-quoted text"
@@ -857,37 +855,37 @@ msgstr "Failed to read from child pipe (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Failed to change to directory '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Failed to execute child process (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Invalid program name: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Invalid string in argument vector at %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Invalid string in environment: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Invalid working directory: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Failed to execute helper program (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1127,7 +1125,7 @@ msgstr "Too large count value passed to %s"
msgid "Stream is already closed"
msgstr "Stream is already closed"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operation was cancelled"
@@ -1149,34 +1147,34 @@ msgstr "%s type"
msgid "Unexpected early end-of-stream"
msgstr "Unexpected early end-of-stream"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unnamed"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop file didn't specify Exec field"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Unable to find terminal required for application"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Can't create user desktop file %s"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Custom definition for %s"
@@ -1190,10 +1188,10 @@ msgid "drive doesn't implement polling for media"
msgstr "drive doesn't implement polling for media"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1226,37 +1224,37 @@ msgstr "Target file exists"
msgid "Can't recursively copy directory"
msgstr "Can't recursively copy directory"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Invalid symlink value given"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Wastebasket not supported"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "File names cannot contain '%c'"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Enumerator is closed"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "File enumerator has outstanding operation"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "File enumerator is already closed"
@@ -1434,64 +1432,61 @@ msgstr "Error stating file '%s': %s"
msgid " (invalid encoding)"
msgstr " (invalid encoding)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error stating file descriptor: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Invalid attribute type (uint32 expected)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Invalid attribute type (uint64 expected)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Invalid attribute type (byte string expected)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error setting permissions: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Error setting owner: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symlink must be non-NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error setting symlink: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "Error setting symlink: file is not a symlink"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux context must be non-NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error setting SELinux context: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux is not enabled on this system"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Setting attribute %s not supported"
@@ -1656,14 +1651,14 @@ msgstr ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Error reading from unix: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Error closing unix: %s"
@@ -1672,12 +1667,12 @@ msgstr "Error closing unix: %s"
msgid "Filesystem root"
msgstr "Filesystem root"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Error writing to unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "volume doesn't implement eject"

207
po/eo.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2003-07-01 15:10-0500\n"
"Last-Translator: Charles Voelger <cvoelger@dweasel.com>\n"
"Language-Team: Esperanto <LL@li.org>\n"
@@ -87,7 +87,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Malsukcesis krei dosieron '%s': %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konverto de signaro '%s' el '%s' ne estas subtenata"
@@ -97,14 +97,14 @@ msgstr "Konverto de signaro '%s' el '%s' ne estas subtenata"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ne eblas malfermi konvertilon de '%s' to '%s': %s"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Eraro dum konverto: %s"
@@ -233,48 +233,48 @@ msgstr "Ŝablono '%s' ne estas valida, ĝi devus ne enhavi '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Ŝablono '%s' ne finiĝas je XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ne eblis malfermi konvertilon de '%s al '%s: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Kroma nekonvertinta datumo en legbufro"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanalo finas kun parta signo"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -288,22 +288,22 @@ msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Eraro ĉe linio %d signo %d: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Eraro ĉe linio %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Malplena ero '&;'; validaj eroj estas : &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -313,17 +313,17 @@ msgstr ""
"Signo '%s' ne estas valida en la komenco de eronomo; la & signo komencas unu "
"ero;se la kaj-signo ne estas ero, eskapu ĝin kiel &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Signo '%s' ne estas valida en unu eronomo"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Eronomo '%s' ne estas konata"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -331,7 +331,7 @@ msgstr ""
"Ero ne finis kun punktokomo; vi eble uzis kaj-signo sen voli komenci eron."
"Eskapu kaj-signon kiel &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -340,16 +340,16 @@ msgstr ""
"Analizo de '%s' malsuksesis. Une cifero devus esti en la signoreferenco "
"(&#234; ekzemple)- eble la cifero estas tro granda"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Signorefrenco '%s' ne faras kodigu permesatan signon"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Malplena signa referenco; devus enhavi ciferon kiel &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -358,34 +358,34 @@ msgstr ""
"Signa referenco ne finis kun punktokomo; vi verŝajne uzas kaj-signon sen "
"volikomenci eron - eskapu kaj-signon kiel &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Nefinita erorefrenco"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Nefinita signorefrenco"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Nevalida UTF-8 kodiginta teksto"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Nevalida UTF-8 kodiginta teksto"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Nevalida UTF-8 kodiginta teksto"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumento devas komenci kun elemento (ekz. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -394,7 +394,7 @@ msgstr ""
"'%s' ne estas valida signo post la signo '<'; ĝi ne eblas "
"komcencielementnomon"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -403,7 +403,7 @@ msgstr ""
"Malbona signo '%s', unu '>' signo estas atendita por fini la "
"komencetikedonde elemento '%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -411,7 +411,7 @@ msgstr ""
"Malbona signo '%s', unu '>' signo estas atendita post atributnomo '%s' "
"deelemento '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -422,7 +422,7 @@ msgstr ""
"lakomencetikedon de elemento '%s' aŭ unu atributo; eble vi uzas nevalidan "
"signon enunu atributnomo"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -431,7 +431,7 @@ msgstr ""
"Malbona signo '%s', malferma citilo estas atendita post la egalsigno "
"kiamdonita valoro por atributo '%s' de elemento '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -440,7 +440,7 @@ msgstr ""
"'%s' ne estas valida signo post la signoj '</'; '%s' ne eblas "
"komcencielementnomon"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -449,26 +449,26 @@ msgstr ""
"'%s' ne estas valida signo post la ferma elementnomo '%s'; la valida signo "
"estas'>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemento '%s' estis fermita, neniu elemento estas malfermita"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Elemento '%s' estis fermita, sed la momente malfermita elemento estas '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokumento estis malpena aŭ enhavis nur blankspaco"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumento neatendite finis post malfermi-angulkrampon '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -477,7 +477,7 @@ msgstr ""
"Dokumento neatendite finis kun elementoj ankoraŭ malfermi - '%s' estis la "
"lasta elemento malfermita"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -486,19 +486,19 @@ msgstr ""
"Dokumento neatendite finis, atendis vidi etikedon finiĝanta je fermi-"
"angulkrampo <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumento neatendite finis en elementa nomo"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumento neatendite finis en atributa nomo"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumento neatendite finis en elemento-malfermanta etikedo."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -506,16 +506,16 @@ msgstr ""
"Dokumento neatendite finis post le egalsigno sekvita de atributnomo; ne "
"atributvaloro"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumento neatendite finis dum en atributvaloro"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumento neatendite finis en la fermetikedo por elemento '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokumento neatendite finis en komento aŭ komputanta instrukcio"
@@ -822,12 +822,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Citita teksto ne komencas je citilo"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Konvenita citilo en komandlinio aŭ alia programeto"
@@ -864,37 +862,37 @@ msgstr "Malsukcesis legi de duktido (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Malsukcesis ŝanĝi al dosierujo '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Malsukcesis lanĉi procezidon (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, fuzzy, c-format
msgid "Invalid program name: %s"
msgstr "Nevalida komputilnomo"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, fuzzy, c-format
msgid "Invalid string in environment: %s"
msgstr "Nevalida sekvenco en konverta enigo"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, fuzzy, c-format
msgid "Invalid working directory: %s"
msgstr "Eraro dum malfermado de dosierujo '%s': %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, fuzzy, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Malsukcesis lanĉi helpant-programon"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1130,7 +1128,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1152,34 +1150,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1193,10 +1191,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1229,37 +1227,37 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1440,64 +1438,61 @@ msgstr "Eraro dum legado de dosiero '%s': %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Eraro dum konverto: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Eraro dum konverto: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Eraro ĉe linio %d: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Eraro dum konverto: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1662,14 +1657,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Eraro ĉe linio %d: %s"
@@ -1678,12 +1673,12 @@ msgstr "Eraro ĉe linio %d: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Eraro dum konverto: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/es.po
View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-10 14:05+0200\n"
"Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
"Language-Team: Español <gnome-es-list@gnome.org>\n"
@@ -92,7 +92,7 @@ msgstr "Ninguna aplicación con nombre «%s» registró un marcador para «%s»"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Falló la expansión de la la linea ejecutable «%s» con el URI «%s»"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
@@ -103,14 +103,14 @@ msgstr ""
msgid "Could not open converter from '%s' to '%s'"
msgstr "No se pudo abrir el conversor de «%s» a «%s»"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Hay una secuencia de bytes no válida en la entrada de conversión"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Falló durante la conversión: %s"
@@ -239,49 +239,49 @@ msgstr "La plantilla «%s» es inválida, no debería contener un «%s»"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "La plantilla «%s» no contiene XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KiB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MiB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GiB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falló al leer el enlace simbólico «%s»: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Enlaces simbólicos no soportados"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "No se pudo abrir el conversor de «%s» a «%s»: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Se han dejado datos no convertidos en el búfer de lectura"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "El canal termina en un carácter parcial"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -296,24 +296,24 @@ msgstr "Falló al abrir el archivo «%s»: open() falló: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Falló al mapear el archivo «%s»: mmap() falló: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Error en la línea %d, carácter %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Error en la línea %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"La entidad '&;' está vacía; las entidades válidas son: &amp; &quot; &lt; "
"&gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -324,17 +324,17 @@ msgstr ""
"carácter «&» inicia una entidad; si el signo et ('&') no debiera ser una "
"entidad, escápela como &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "El carácter «%s» no es válido dentro del nombre de una entidad"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "El nombre de la entidad «%s» es desconocido"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -343,7 +343,7 @@ msgstr ""
"\"&\" sin la intención de indicar una entidad, escape el signo \"&\" como "
"&amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,18 +353,18 @@ msgstr ""
"carácter de referencia( por ejemplo &#234;) - tal vez el dígito es demasiado "
"grande"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "El carácter de referencia «%-.*s» no codifica un carácter permitido"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"El carácter de referencia está vacío; debería incluir un dígito tal como "
"&#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -374,32 +374,32 @@ msgstr ""
"un carácter «&» sin pretender iniciar una entidad, escape el carácter \"&\" "
"como &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Referencia de entidad sin terminar"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Referencia de carácter sin terminar"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texto codificado como UTF-8 inválido; secuencia demasiado larga"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Texto codificado como UTF-8 inválido; sin carácter de comienzo"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Texto codificado como UTF-8 inválido; «%s» no válido"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "El documento debe comenzar con un elemento (por ejemplo: <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -408,7 +408,7 @@ msgstr ""
"«%s» no es un carácter válido a continuación del carácter '<'; no debe "
"iniciar un nombre de elemento"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -417,7 +417,7 @@ msgstr ""
"Carácter «%s» impropio, se esperaba un carácter «>» para terminar la etiqueta "
"vacía del elemento «%s»"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -425,7 +425,7 @@ msgstr ""
"Carácter «%s» impropio, se esperaba el carácter '=' después del nombre de "
"atributo «%s» del elemento «%s»"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -436,7 +436,7 @@ msgstr ""
"etiqueta de inicio del elemento «%s» u opcionalmente un atributo; tal vez "
"utilizó un carácter que no es válido en un nombre de atributo"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -445,7 +445,7 @@ msgstr ""
"Carácter «%s» impropio, se esperaba una marca de apertura de comillas después "
"del signo igual al darle valor al atributo «%s» del elemento «%s»"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -454,7 +454,7 @@ msgstr ""
"«%s» no es un carácter válido a continuación de los caracteres '</'; «%s» no "
"debe iniciar un nombre de elemento"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -463,27 +463,27 @@ msgstr ""
"«%s» no es un carácter válido a continuación del nombre del elemento de "
"cierre «%s»; el carácter permitido es '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "El elemento «%s» fue cerrado, no existe ningún elemento abierto"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"El elemento «%s» fue cerrado, pero el elemento que está abierto actualmente "
"es «%s»"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "El documento estaba vacío o sólo contenía espacios en blanco"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "El documento termina inesperadamente justo después de un '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -492,7 +492,7 @@ msgstr ""
"El documento termina inesperadamente con elementos todavía abiertos - «%s» "
"fue el último elemento abierto"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -501,21 +501,21 @@ msgstr ""
"El documento termina inesperadamente, se esperaba un carácter '>' "
"finalizando la etiqueta <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "El documento termina inesperadamente dentro de un nombre de elemento"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "El documento termina inesperadamente dentro de un nombre de atributo"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"El documento termina inesperadamente dentro de una etiqueta de apertura de "
"elemento."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -523,18 +523,18 @@ msgstr ""
"El documento termina inesperadamente después de los signos igual que siguen "
"al nombre de atributo; sin valor de atributo"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "El documento termina inesperadamente dentro del valor de un atributo"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"El documento termina inesperadamente dentro de la etiqueta de cierre del "
"elemento «%s»"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"El documento termina inesperadamente dentro de un comentario o instrucción "
@@ -845,12 +845,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Error al analizar el texto de reemplazo «%s» en el carácter %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "El texto entrecomillado no empieza por un signo de comilla"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Falta una comilla en la línea de comandos o en otro texto con comillas tipo "
@@ -893,37 +891,37 @@ msgstr "Falló al leer desde el conducto hijo (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falló al cambiar al directorio «%s» (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Falló al ejecutar el proceso hijo (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Nombre de programa inválido: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Cadena inválida en el vector del argumento en %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Cadena inválida en el entorno: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directorio de trabajo inválido: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Falló al ejecutar el programa auxiliar (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1171,7 +1169,7 @@ msgstr "El valor de conteo pasado a %s es demasiado largo"
msgid "Stream is already closed"
msgstr "El flujo ya se cerró"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Se canceló la operación"
@@ -1193,36 +1191,36 @@ msgstr "tipo %s"
msgid "Unexpected early end-of-stream"
msgstr "Final de flujo inesperadamente prematuro"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sin nombre"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "El archivo de escritorio no especificó el campo Exec"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Imposible encontrar el terminal requerido por la aplicación"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, 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:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Definición personalizada para %s"
@@ -1236,10 +1234,10 @@ msgid "drive doesn't implement polling for media"
msgstr "la unidad no implementa el sondeo para medios"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operación no soportada"
@@ -1272,37 +1270,37 @@ msgstr "El archivo destino ya existe"
msgid "Can't recursively copy directory"
msgstr "No se puede copiar el directorio recursivamente"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "El valor del enlace simbólico dado no es válido"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "No se soporta mover a la papelera"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Los nombres de archivo no pueden contener «%c»"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "el volumen no implementa el montado"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "No hay ninguna aplicación registrada para manejar este archivo"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "El enumerador está cerrado"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "El enumerador del archivo tiene una operación excepcional"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "El enumerador del archivo ya está cerrado"
@@ -1483,66 +1481,63 @@ msgstr "Error al mostrar información del estado del archivo «%s»: %s"
msgid " (invalid encoding)"
msgstr " (codificación no válida)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, 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:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo no válido (se esperaba uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo no válido (se esperaba uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo no válido (se esperaba una cadena byte)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error al establecer permisos: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Error al establecer el propietario: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "el enlace simbólico debe ser no nulo"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error al establecer el enlace simbólico: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
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:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "El contexto SELinux debe ser no nulo"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error al establecer el contexto SELinux: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux no está activado en este sistema"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Establecer el atributo %s no está soportado"
@@ -1711,14 +1706,14 @@ msgstr ""
"nombre en los caracteres «-». Si se proporcionan varios nombres los ignora "
"después del primero."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Error al leer de unix: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Error al cerrar unix: %s"
@@ -1727,12 +1722,12 @@ msgstr "Error al cerrar unix: %s"
msgid "Filesystem root"
msgstr "Sistema de archivos raíz"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Error al escribir en unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "el volumen no implementa la expulsión"

207
po/et.po
View File

@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-23 14:50+0300\n"
"Last-Translator: Ivar Smolin <okul@linux.ee>\n"
"Language-Team: Estonian <gnome-et@linux.ee>\n"
@@ -92,7 +92,7 @@ msgstr "Rakendus nimega '%s' pole '%s' kohta järjehoidjat registreerinud"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Tõrge rea '%s' käivitamisel koos URI-ga '%s'"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Teisendamine koodistikust '%s' koodistikku '%s' ei ole toetatud"
@@ -102,14 +102,14 @@ msgstr "Teisendamine koodistikust '%s' koodistikku '%s' ei ole toetatud"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Viga teisendamisel: %s"
@@ -238,48 +238,48 @@ msgstr "Mall '%s' vigane, see ei tohiks sisaldada '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mall '%s' ei sisalda XXXXXX-i"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Tõrge nimeviida '%s' lugemisel: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Nimeviidad ei ole toetatud"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Lugemispuhvrisse jäi teisendamata andmeid"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanali katkestus poole märgi pealt"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -293,23 +293,23 @@ msgstr "Tõrge faili '%s' avamisel: open() nurjus: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Tõrge faili '%s' avamisel: mmap() nurjus: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Viga real %d märgil %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Viga real %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Avastati tühi olem '&'; lubatud olemid on: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -319,17 +319,17 @@ msgstr ""
"Märk '%s' ei ole olemi nime alguses lubatud. Märk & alustab olemit, kui see "
"ampersand pole mõeldud olemiks, märgi see kui &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Märk '%s' ei ole olemi nimes lubatud"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Olemi nimi '%s' on tuntmatu"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -337,7 +337,7 @@ msgstr ""
"Olem ei lõppenud semikooloniga; kõige tõenäolisemalt ei kavatsenud sa "
"ampersandi kasutades olemit alustada - märgi see kui &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -346,16 +346,16 @@ msgstr ""
"Viga '%-.*s' parsimisel. See võiks olla märgiviites olev number (näiteks "
"&#234;) - võibolla on number liiga suur"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Märgiviide '%-.*s' ei teisendu lubatud märgiks"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tühi märgiviide, see peaks sisaldama numbrit, näiteks &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -364,32 +364,32 @@ msgstr ""
"Märgiviide ei lõpe semikooloniga. Enamasti kasutatakse ampersand märki ilma "
"kavatsuseta olemit alustada - märgi see kui &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Lõpetamata viide olemile"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Lõpetamata viide märgile"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Vigaselt kodeeritud UTF-8 tekst - liigpikk jada"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Vigaselt kodeeritud UTF-8 tekst - puuduv algusmärk"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Vigaselt kodeeritud UTF-8 tekst - vigane '%s'"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument peab algama elemendiga (nt: <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -397,7 +397,7 @@ msgid ""
msgstr ""
"Märk '%s' ei ole märgi '<' järel lubatud, see võib mitte olla elemendi nimi"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -405,7 +405,7 @@ msgid ""
msgstr ""
"Veider märk '%s', elemendi '%s' lõpusildi lõpetamiseks oodatakse märki '>'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -413,7 +413,7 @@ msgstr ""
"Veider märk '%1$s', pärast elemendi '%3$s' tunnust nimega '%2$s' oodatakse "
"märki '='"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -424,7 +424,7 @@ msgstr ""
"sildi algust või lõppu, ühe võimalusena ka rekvisiiti. Võib-olla kasutad sa "
"rekvisiidi nimes vigast märki?"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -433,7 +433,7 @@ msgstr ""
"Veider märk '%s', oodatakse võrdusmärgi järel tulevat jutumärki, mis aitaks "
"rekvisiidile '%s' väärtust seada (element '%s')"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -442,7 +442,7 @@ msgstr ""
"Märk '%s' ei ole märkide '</' järel lubatud, '%s' võib mitte olla elemendi "
"nimi"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -451,25 +451,25 @@ msgstr ""
"Märk '%s' ei ole lubatud märk elemendi '%s' nime sulgemise järel, lubatud "
"märk on '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' on suletud, avatud elemente ei ole"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' on suletud, kuid praegu avatud element on '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokument on tühi või sisaldab ainult tühja ruumi"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument lõppes ootamatult ilma avatud nurksulgu '<' sulgemata"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -478,7 +478,7 @@ msgstr ""
"Dokument lõppes ootamatult ilma, et avatud elemente sulgemata - '%s' oli "
"viimane avatud element"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -487,19 +487,19 @@ msgstr ""
"Dokument lõppes ootamatult, sildi <%s/> lõpetamiseks loodetakse näha "
"nurksulgu"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument lõppes ootamatult elemendi nime sees"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument lõppes ootamatult rekvisiidi nime sees"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument lõppes ootamatult elemendi avamise sildi sees"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -507,16 +507,16 @@ msgstr ""
"Dokument lõppes ootamatult pärast rekvisiidi nime järel olevat võrdusmärki, "
"rekvisiidi väärtus on puudu"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument lõppes ootamatult keset attribuudi väärtust"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument lõppes ootamatult elementi '%s' sulgemissildi sees"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument lõppes ootamatult kommentaaride või töötlemis juhiste sees"
@@ -818,12 +818,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Viga asendusteksti \"%s\" parsimisel märgi %lu kohal: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Tsiteeritav tekst ei alga jutumärgiga"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Vastavuseta jutumärk käsureal või kestprogrammi tsiteeritud tekstis"
@@ -860,37 +858,37 @@ msgstr "Tõrge alamprotsessi torust lugemisel (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Tõrge kataloogi '%s' muutmisel (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Tõrge alamprotsessi käivitamisel (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Vigane programmi nimi: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Vigane string argumendivektoris %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Vigane string keskkonnamuutujates: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Vigane töökataloog: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Tõrge abiprogrammi käivitamisel (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1133,7 +1131,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr "Voog on juba suletud"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operatsioon tühistati"
@@ -1155,35 +1153,35 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr "Ootamatult varajane voolõpp"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nimeta"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Töölauafail ei määra Exec-välja"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
"Rakenduse käivitamiseks vajalikku terminalprogrammi pole võimalik leida"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kasutaja töölauafaili %s pole võimalik luua"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1197,10 +1195,10 @@ msgid "drive doesn't implement polling for media"
msgstr "seade ei toeta meediumi olemasolu pollimist"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operatsioon ei ole toetatud"
@@ -1233,37 +1231,37 @@ msgstr "Sihtfail on olemas"
msgid "Can't recursively copy directory"
msgstr "Kataloogi pole võimalik rekursiivselt kopeerida"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Määrati vigane nimeviida väärtus"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Failinimed ei tohi sisaldada märki '%c'"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Selle faili käsitlemiseks pole rakendust registreeritud"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Nummerdaja on suletud"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Failinummerdaja on juba suletud"
@@ -1441,64 +1439,61 @@ msgstr "Viga faili '%s' kohta andmete hankimisel: %s"
msgid " (invalid encoding)"
msgstr " (vigane kodeering)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Viga failideskriptori kohta andmete hankimisel: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse baitstringi)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Viga pääsuõiguste määramisel: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Viga omaniku seadmisel: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "nimeviit ei tohi olla NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Viga nimeviida seadmisel: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "Viga nimeviida seadmisel: fail pole nimeviide"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinuxi kontekst ei tohi olla NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Viga SELinuxi konteksti seadmisel: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux pole selles süsteemis lubatud"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Rekvisiidi %s seadmine pole toetatud"
@@ -1661,14 +1656,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Viga unix'ist lugemisel: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Viga unix'i sulgemisel: %s"
@@ -1677,12 +1672,12 @@ msgstr "Viga unix'i sulgemisel: %s"
msgid "Filesystem root"
msgstr "Failisüsteemi juurikas"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Viga unix'isse kirjutamisel: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/eu.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-30 12:45+0200\n"
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
@@ -91,7 +91,7 @@ msgstr "'%s' izeneko aplikaziorik ez du erregistratu laster-markarik '%s'(e)n"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Huts egin du '%s' exekuzioko lerroa '%s' URIarekin hedatzean"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' karaktere-multzoa '%s' bihurtzea ez da onartzen"
@@ -101,14 +101,14 @@ msgstr "'%s' karaktere-multzoa '%s' bihurtzea ez da onartzen"
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:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Byten sekuentzia baliogabea bihurketa-sarreran"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Errorea bihurtzean: %s"
@@ -247,48 +247,48 @@ msgstr "'%s' txantiloia baliogabea da, ez luke '%s' eduki behar"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' txantiloiak ez dauka: XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Esteka sinbolikoak ez dira onartzen"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ezin izan da `%s'(e)tik `%s'(e)rako bihurtzailea ireki: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Irakurketa-bufferrean geratu diren bihurtu gabeko datuak"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanala karaktere partzial batean bukatzen da"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -303,24 +303,24 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
"Ezin izan da '%s' fitxategi-mapa ireki, mmap() funtzioak huts egin du: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Errorea %d lerroko %d karakterean: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Errorea %d lerroan: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"'&;' entitatea hutsik dago; baliozko entitateak hauek dira: &amp; &quot; "
"&lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -331,17 +331,17 @@ msgstr ""
"entitate bat hasten du; & ikurrak entitatea izan behar ez badu, izenda ezazu "
"&amp; gisa"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' karakterea ezin da erabili entitate-izenen barruan"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' entitate-izena ezezaguna da"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -349,7 +349,7 @@ msgstr ""
"Entitatea ez da puntu eta komaz bukatzen; normalean & ikurra erabiltzen da "
"entitatea hasteko asmorik gabe; izendatu & karakterea &amp; gisa;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,18 +358,18 @@ msgstr ""
"Ezin izan da '%-.*s' analizatu, digitu bat izan behar zuen karaktere-"
"erreferentzia baten barruan (&#234; adibidez); agian digitua handiegia da"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzen"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Karaktere-erreferentzia hutsa, digitu bat eduki beharko luke; adibidez &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -379,32 +379,32 @@ msgstr ""
"erabiliko zenuen entitatea hasteko asmorik gabe. Izendatu & karakterea &amp; "
"gisa;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Amaitu gabeko entitate-erreferentzia"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Amaitu gabeko karaktere-erreferentzia"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "UTF-8 gisa kodetutako testu baliogabea - sekuentzia luzeegia"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "UTF-8 gisa kodetutako testu baliogabea - hasierako karaktererik gabe"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "UTF-8 gisa kodetutako testu baliogabea - '%s' ez da baliozkoa"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentuak elementu batez hasi behar du (adibidez, <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -413,7 +413,7 @@ msgstr ""
"'%s' ez da karaktere balioduna '<' karakterearen atzetik; baliteke elementu "
"baten izena ez hastea"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -422,7 +422,7 @@ msgstr ""
"'%s' karaktere bitxia, '>' karakterea espero zen '%s' elementuaren etiketa "
"hutsa amaitzeko"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -430,7 +430,7 @@ msgstr ""
"'%s' karaktere bitxia, '=' espero zen '$2%s' elementuaren '$1%s' "
"atributuaren ondoren"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -441,7 +441,7 @@ msgstr ""
"hasiera-etiketa bukatzeko, edo bestela atributu bat. Agian karaktere "
"baliogabea erabili duzu atributu-izen batean"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -450,7 +450,7 @@ msgstr ""
"'%s' karaktere bitxia, komatxo irekia espero zen berdin ikurraren ondoren "
"'$2%s' elementuaren '$1%s' atributuari balioa ematean"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -459,7 +459,7 @@ msgstr ""
"'%s' ez da karaktere balioduna '</'; karaktereen atzetik; baliteke '%s'e(k) "
"elementu baten izena ez hastea"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -468,25 +468,25 @@ msgstr ""
"'%s' karaktere baliogabea da '%s' itxiera-elementuaren izenaren atzetik; "
"baimendutako karakterea '>' da"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' elementua itxi egin da, unean ez dago elementurik irekita"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' elementua itxi egin da, baina unean '%s' elementua dago irekita"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentua hutsik dago edo zuriuneak bakarrik ditu"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentua ustekabean itxi da angelu-parentesi ireki baten ondoren '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -495,7 +495,7 @@ msgstr ""
"Dokumentua ustekabean amaitu da oraindik irekita zeuden elementuekin. '%s' "
"irekitako azken elementua da"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -504,20 +504,20 @@ msgstr ""
"Dokumentua ustekabean amaitu da, angelu-parentesi itxia ikustea espero nuen <"
"%s/> etiketa amaitzen"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentua ustekabean amaitu da elementu-izen baten barruan"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentua ustekabean amaitu da atributu-izen baten barruan"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -525,17 +525,17 @@ msgstr ""
"Dokumentua ustekabean amaitu da atributu-izen baten ondorengo berdin "
"ikurraren atzetik; ez dago atributu-baliorik"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentua ustekabean amaitu da atributu-balio baten barruan"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruan"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentua ustekabean amaitu da iruzkin baten barruan edo prozesatzen ari "
@@ -845,12 +845,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Errorea ordezko \"%s\" testua analizatzean %lu karakterean: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Komatxo arteko testua ez da komatxoekin hasten"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Bat ez datozen komatxoak daude komando-lerroan edo shell-ak aipatutako beste "
@@ -890,39 +888,39 @@ msgstr "Ezin izan da kanalizazio umetik irakurri (%s) "
msgid "Failed to change to directory '%s' (%s)"
msgstr "Ezin izan da '%s' direktoriora aldatu (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Ezin izan da prozesu umea exekutatu (%s)"
#
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Programaren izen baliogabea: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Kate baliogabea %d(e)ko bektorearen argumentuan: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Kate baliogabea ingurunean: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Laneko direktorio baliogabea: %s"
#
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Ezin izan da laguntza-programa exekutatu (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1167,7 +1165,7 @@ msgstr "Zenbaketaren balio handiegia honi pasatuta: %s"
msgid "Stream is already closed"
msgstr "Korrontea jadanik itxita dago"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Eragiketa bertan behera utzi da"
@@ -1189,35 +1187,35 @@ msgstr "%s mota"
msgid "Unexpected early end-of-stream"
msgstr "Ustekabeko korronte-amaiera azkarregia"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Izenbagea"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Mahaigaineko fitxategiak ez du Exec eremua zehaztu"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Ezin izan da aplikazioak eskatzen duen terminala aurkitu"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ezin da erabiltzailearen mahaigaineko %s fitxategia sortu"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "%s(r)en definizio pertsonalizatua"
@@ -1231,10 +1229,10 @@ msgid "drive doesn't implement polling for media"
msgstr "gailuak ez dauka euskarria eskaneatzeko inplementaziorik"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Eragiketa ez dago onartuta"
@@ -1267,37 +1265,37 @@ msgstr "Helburuko fitxategia existitzen da"
msgid "Can't recursively copy directory"
msgstr "Ezin da direktorioa errekurtsiboki kopiatu"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Esteka sinbolikoaren baliogabeko balioa eman da"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Zakarrontzira botatzea ez dago onartuta"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Fitxategi-izenek ezin dute '%c' eduki"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "bolumenak ez dauka muntatzea inplementatuta"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Ez da aplikaziorik erregistratu fitxategi hau kudeatzeko"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Zerrendatzailea itxi da"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Fitxategiaren zerrendatzaileak eragiketa bat du lanean"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Fitxategiaren zerrendatzailea itxi da jadanik"
@@ -1477,65 +1475,62 @@ msgstr "Errorea '%s' fitxategiaren egoera irakurtzean: %s"
msgid " (invalid encoding)"
msgstr " (baliogabeko kodeketa)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Errorea fitxategiaren deskriptorearen egoera irakurtzean: %s "
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Baliogabeko atributu mota (uint32 espero zen)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Baliogabeko atributu mota (uint64 espero zen)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Baliogabeko atributu mota (byte katea espero zen)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Errorea baimenak ezartzean: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Errorea jabea ezartzean: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "esteka sinbolikoak NULL-en desberdina izan behar du"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Errorea esteka sinbolikoa ezartzean: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux testuinguruak NULL-en desberdina izan behar du"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Errorea SELinux testuingurua ezartzean: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux ez dago gaituta sistema honetan"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s atributuaren ezarpena ez dago onartuta"
@@ -1702,14 +1697,14 @@ msgstr ""
"erabiliko diren ala ez. Aurrenekoaren ondoren dauden izenak baztertzen ditu "
"hainbat izen ematen badira."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Errorea UNIXetik irakurtzean: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Errorea UNIX ixtean: %s"
@@ -1718,12 +1713,12 @@ msgstr "Errorea UNIX ixtean: %s"
msgid "Filesystem root"
msgstr "Fitxategi-sistemaren erroa"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Errorea UNIXen idaztean: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "bolumenak ez dauka egoztea inplementatuta"

207
po/fa.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2006-09-04 18:36+0330\n"
"Last-Translator: Roozbeh Pournader <roozbeh@farsiweb.info>\n"
"Language-Team: Persian\n"
@@ -86,7 +86,7 @@ msgstr "برنامه‌ای با نام «%s» چوب‌الفی برای «‎%
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "خواندن پیوند نمادی «‎%s» شکست خورد: %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "تبدیل از مجموعه‌نویسهٔ «%s» به «%s» پشتیبانی نمی‌شود"
@@ -96,14 +96,14 @@ msgstr "تبدیل از مجموعه‌نویسهٔ «%s» به «%s» پشتی
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "دنبالهٔ بایتی نامعتبر در ورودی تبدیل"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "خطا در حین تبدیل: %s"
@@ -232,48 +232,48 @@ msgstr "قالب «%s» نامعتبر است، نباید «%s» داشته ب
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "قالب «%s» حاوی XXXXXX نیست"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "خواندن پیوند نمادی «‎%s» شکست خورد: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "نمی‌توان مبدل «%s» به «%s» را باز کرد: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "نمی‌توان در g_io_channel_read_line_string خوانش خام انجام داد"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "دادهٔ تبدیل‌نشده در میان‌گیر خواندن باقی مانده است"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "کانال با یک نویسهٔ ناتمام پایان می‌یابد"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "نمی‌توان در g_io_channel_read_to_end خوانش خام انجام داد"
@@ -287,24 +287,24 @@ msgstr "باز کردن پروندهٔ «‎%s» شکست خورد: open() ش
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "تهیهٔ نقشه از پروندهٔ «‎%s» شکست خورد: mmap() شکست خورد: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "خطا در سطر %Id نویسهٔ %Id: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "خطا در سطر %Id: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"نهاد خالی «‎&;‎» مشاهده شد؛ نهادهای معتبر عبارتند از: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -314,17 +314,17 @@ msgstr ""
"نویسهٔ «%s» در ابتدای نام نهادها مجاز نیست؛ نویسهٔ & نهاد را آغاز می‌کند؛ اگر "
"این علامت & قرار نیست نهاد شود، به‌جای آن از &amp; استفاده کنید"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "نویسهٔ «%s» داخل نام نهادها مجاز نیست"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "نام نهاد «%s» شناخته نیست"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -333,7 +333,7 @@ msgstr ""
"بخواهید نهادی را آغاز کنید از نویسهٔ & استفاده کرده‌اید - برای نوشتن علامت & "
"از &amp; استفاده کنید"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -342,16 +342,16 @@ msgstr ""
"تجزیهٔ «‎%-.*s»، که باید رقمی داخل یک ارجاع نویسه‌ای (مثل &#234;) می‌بود شکست "
"خورد - شاید رقم خیلی بزرگ است"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ارجاع نویسه‌ای «‎%-.*s» به نویسهٔ مجاز اشاره نمی‌کند"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ارجاع نویسه‌ای خالی؛ باید یک رقم داشته باشد، مثل &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -361,34 +361,34 @@ msgstr ""
"بخواهید نهادی را آغاز کنید از نویسهٔ & استفاده کرده‌اید - برای نوشتن علامت & "
"از &amp; استفاده کنید"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "ارجاع نهادی ناتمام"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "ارجاع نویسه‌ای ناتمام"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "متن کدگذاری‌شدهٔ UTF-8 نامعتبر"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "نوشتار باید با یک عنصر (مثلاً <book>) شروع شود"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -396,7 +396,7 @@ msgid ""
msgstr ""
"‏«%s» پس از یک نویسهٔ '<' نویسهٔ مجازی نیست؛ نمی‌شود ابتدای نام یک عنصر باشد"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -405,14 +405,14 @@ msgstr ""
"نویسهٔ غیرعادی «%s»، برای پایان دادن به برچسب شروع عنصر «%s» انتظار یک نویسهٔ «‎>‎» "
"می‌رفت"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"نویسهٔ غیرعادی «%s»، بعد از نام مشخصهٔ «%s» عنصر «%s» انتظار یک نویسهٔ «=» می‌رفت"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -423,7 +423,7 @@ msgstr ""
"انتظار یک نویسهٔ «‎>‎» یا «/» می‌رفت؛ شاید از یک نویسهٔ نامعتبر در نام مشخصه‌ای "
"استفاده کرده باشید"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -432,7 +432,7 @@ msgstr ""
"نویسهٔ غیرعادی «%s»، هنگام مقدار دادن به مشخصهٔ «%s» از عنصر «%s» پس از علامت "
"تساوی انتظار یک علامت نقل قول باز می‌رفت"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -441,32 +441,32 @@ msgstr ""
"‏«%s» بعد از نویسه‌های «‎</‎» نویسهٔ معتبری نیست؛ «%s» نمی‌تواند ابتدای نام عناصر "
"قرار بگیرد"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "‏«%s» نویسهٔ معتبری برای بستن نام عنصر «%s» نیست؛ نویسهٔ مجاز «‎>» است"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "عنصر «%s» بسته بود، در حال حاضر هیچ عنصری باز نیست"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "عنصر «%s» بسته بود، ولی عنصری که در حال حاضر باز است «%s» است"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "نوشتار خالی است یا فقط فاصلهٔ خالی دارد"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "نوشتار به‌طور غیرمنتظره‌ای درست بعد از یک علامت کوچکتر '<' پایان یافت"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -475,7 +475,7 @@ msgstr ""
"نوشتار وقتی که هنوز عناصری باز بودند به‌طور غیرمنتظره‌ای پایان یافت آخرین "
"عنصر باز شده «%s» بود"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -484,19 +484,19 @@ msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای پایان یافت، یک علامت بزرگتر برای بستن برچسب <%s/> "
"انتظار می‌رفت"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک عنصر به‌پایان رسید"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل نام یک مشخصه به‌پایان رسید"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل یک برچسب عنصربازکن پایان یافت."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -504,16 +504,16 @@ msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای بعد از علامت تساوی‌ای که پس از نام مشخصه‌ای آمده بود "
"تمام شد؛ بدون مقدار برای مشخصه"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل مقدار یک مشخصه به‌پایان رسید"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "نوشتار به‌طور غیرمنتظره‌ای داخل برچسب بستن عنصر «%s» پایان یافت"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"نوشتار به‌طور غیرمنتظره‌ای داخل یک توضیح یا دستورالعمل پردازشی پایان یافت"
@@ -822,12 +822,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "متن نقل شده با علامت نقل قول شروع نمی‌شود"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "علامت نقل قول تکی در سطر دستور یا متون داخل پوستهٔ دیگر"
@@ -866,37 +864,37 @@ msgstr "خواندن از لولهٔ فرزند شکست خورد (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "تغییر به شاخهٔ «%s» شکست خورد (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "اجرای فراروند فرزند شکست خورد (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "نام برنامهٔ نامعتبر: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "رشتهٔ نامعتبر در بردار آرگومان درآیهٔ %Id: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "رشتهٔ نامعتبر در محیط: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "شاخهٔ کاری نامعتبر‏: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "اجرای برنامهٔ راهنما (%s) شکست خورد"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1136,7 +1134,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1159,34 +1157,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1200,10 +1198,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
@@ -1237,39 +1235,39 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "برنامه‌ای با نام «%s» چوب‌الفی برای «‎%s» ثبت نکرده است"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1450,64 +1448,61 @@ msgstr "خطا در خواندن پروندهٔ «‎%s»: %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "خطا در حین تبدیل: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "خطا در حین تبدیل: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "خطا در سطر %Id: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "خطا در حین تبدیل: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "پیوندهای نمادی پشتیبانی نمی‌شوند"
@@ -1673,14 +1668,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "خطا در خواندن پروندهٔ «‎%s»: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "خطا در سطر %Id: %s"
@@ -1689,12 +1684,12 @@ msgstr "خطا در سطر %Id: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "خطا در تجزیهٔ گزینهٔ %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/fi.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-14 15:30+0300\n"
"Last-Translator: Ilkka Tuohela <hile@iki.fi>\n"
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
@@ -89,7 +89,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Suoritettavaa riviä \"%s\" ei voitu laajentaa URI:lla \"%s\""
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Muunnos merkistöstä \"%s\" merkistöön \"%s\" ei ole tuettu"
@@ -99,14 +99,14 @@ msgstr "Muunnos merkistöstä \"%s\" merkistöön \"%s\" ei ole tuettu"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Virheellinen tavusarja muunnettavassa syötteessä"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Virhe muunnoksen aikana: %s"
@@ -242,49 +242,49 @@ msgstr "Malli \"%s\" on virheellinen, se ei saa sisältää merkkijonoa \"%s\""
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Malli \"%s\" ei sisällä merkkijonoa XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f kt"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f Mt"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f Gt"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Symbolisen linkin \"%s\" lukeminen epäonnistui: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Symbolisia linkkejä ei tueta"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Funktiossa g_io_channel_read_line_string ei voi suorittaa raakalukemista"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Jäljelle jäänyt muuntamaton data lukupuskurissa"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanava päättyy osittaiseen merkkiin"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -298,24 +298,24 @@ msgstr "Tiedoston \"%s\" avaaminen epäonnistui: open() epäonnistui: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Tiedoston \"%s\" mappaaminen epäonnistui: mmap() epäonnistui: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Virhe rivillä %d merkissä %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Virhe rivillä %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Havaittu tyhjä entiteetti \"&;\"; kelvolliset ovat: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,17 +326,17 @@ msgstr ""
"entiteetin. Jos tämän &-merkin ei ole tarkoitus olla entiteetti, käytä "
"merkintää &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Merkki \"%s\" ei ole kelvollinen entiteetin nimessä"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entiteetin nimi \"%s\" on tuntematon"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -344,7 +344,7 @@ msgstr ""
"Entiteetti ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
"aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"Merkkijonon \"%-.*s\" piti olla luku merkkiviitteen sisällä (esim. &#234;), "
"mutta sen jäsentäminen epäonnistui - ehkä luku on liian suuri"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Merkkiviite \"%-.*s\" ei ole sallitun merkin koodaus"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tyhjä merkkiviite; viitteen tulee sisältää luku, esim &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,32 +371,32 @@ msgstr ""
"Merkkiviite ei päättynyt puolipisteeseen; todennäköisesti käytit &-merkkiä "
"aikomatta aloittaa entiteettiä - käytä merkintää &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Päättämätön entiteettiviite"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Päättämätön merkkiviite"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Virheellinen UTF-8-koodattu teksti - ylipitkä sekvenssi"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Virheellinen UTF-8-koodattu teksti - ei aloitusmerkki"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Virheellinen UTF-8-koodattu teksti - epäkelpo \"%s\""
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Asiakirjan on alettava elementillä (esim. <kirja>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -405,7 +405,7 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki \"<\"-merkin jälkeen; se ei voi aloittaa "
"elementin nimeä"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -413,7 +413,7 @@ msgid ""
msgstr ""
"Pariton merkki \"%s\", odotettiin \">\"-merkkiä päättämään elementin \"%s\""
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -421,7 +421,7 @@ msgstr ""
"Pariton merkki \"%1$s\", odotettiin \"=\"-merkkiä elementin \"%3$s\" "
"ominaisuuden \"%2$s\" jälkeen"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -432,7 +432,7 @@ msgstr ""
"elementin \"%s\" aloituslippu, tai mahdollista ominaisuutta; käytit ehkä "
"ominaisuuden nimessä siihen kelpaamatonta merkkiä"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -441,7 +441,7 @@ msgstr ""
"Pariton merkki \"%1$s\", odotettiin avaavaa lainausmerkkiä yhtäsuuruusmerkin "
"jälkeen annettaessa elementin \"%3$s\" ominaisuuden \"%2$s\" arvoa"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -450,7 +450,7 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki merkkien \"</\" jälkeen; \"%s\" ei voi olla "
"elementin nimen alussa"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -459,28 +459,28 @@ msgstr ""
"\"%s\" ei ole kelvollinen merkki sulkuelementin \"%s\" jälkeen; sallittu "
"merkki on \">\""
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementti \"%s\" on suljettu, ei avoimia elementtejä"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Elementti \"%s\" on suljettu, mutta tällä hetkellä on avoinna elementti \"%s"
"\""
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Asiakirja oli tyhjä tai sisälsi vain tyhjiä merkkejä"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Asiakirja loppui odottamattomasti heti avoimen kulmasulkeen \"<\" jälkeen"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -489,7 +489,7 @@ msgstr ""
"Asiakirja loppui odottamattomasti elementtien ollessa sulkematta - \"%s\" "
"oli viimeinen avattu elementti"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -498,19 +498,19 @@ msgstr ""
"Asiakirja loppui odottamattomasti, odotettiin lipun <%s/> sulkevaa "
"kulmasuljetta"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Asiakirja loppui odottamattomasti elementin nimen kohdalla"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Asiakirja loppui odottamattomasti ominaisuuden nimen kohdalla"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Asiakirja loppui odottamattomasti elementin avauslipun kohdalla"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -518,16 +518,16 @@ msgstr ""
"Asiakirja loppui odottamattomasti ominaisuuden nimen jälkeisen "
"yhtäsuuruusmerkin jälkeen; ominaisuudella ei ole arvoa"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Asiakirja loppui odottamattomasti ominaisuuden arvon kohdalla"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Asiakirja loppui odottamattomasti elementin \"%s\" sulkulipun kohdalla"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Asiakirja loppui odottamattomasti kommentin tai käsittelykomennon kohdalla"
@@ -832,12 +832,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Virhe tulkittaessa korvaavaa tekstia \"%s\" kohdassa %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Lainattu teksti ei ala lainausmerkillä"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Pariton lainausmerkki komentorivillä tai muussa kuorisuojatussa tekstissä"
@@ -878,37 +876,37 @@ msgstr "Lukeminen lapsiprosessin putkesta epäonnistui (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Hakemistoon \"%s\" siirtyminen epäonnistui (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Lapsiprosessin käynnistys epäonnistui (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Virheellinen ohjelman nimi: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Virheellinen merkkijono argumenttivektorin kohdassa %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Virheellinen merkkijono ympäristössä: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Virhe työhakemisto: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Apuohjelman suoritus epäonnistui (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1152,7 +1150,7 @@ msgstr "Liian suuri laskuriarvo välitetty kohteelle %s"
msgid "Stream is already closed"
msgstr "Virta on jo suljettu"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Toiminto oli peruttu"
@@ -1174,34 +1172,34 @@ msgstr "%s-tyyppi"
msgid "Unexpected early end-of-stream"
msgstr "Odottamaton aikainen virran loppu"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nimeämätön"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Työpöytätiedosto ei määrittele Exec-kenttää"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Sovelluksen vaatimaa päätettä ei löydy"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, 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:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Oma määrittely kohteelle %s"
@@ -1215,10 +1213,10 @@ msgid "drive doesn't implement polling for media"
msgstr "asema ei toteut median tarkkailua"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Toiminto ei ole tuettu"
@@ -1251,37 +1249,37 @@ msgstr "Kohdetiedosto on olemassa"
msgid "Can't recursively copy directory"
msgstr "Kansiota ei voi kopioida rekursiivisesti"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Saatiin virheellinen symbolisen linkin arvo"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Roskakori ei ole tuettu"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Tiedostonimi ei voi sisältää merkkiä \"%c\""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "taltio ei toteuta liittämistä"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Tiedoston käsittelyyn ei ole rekisteröity mitään sovellusta"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Numeraattori on suljettu"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Tiedoston numeraattorilla on odottavia toimintoja"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Numeraattori on jo suljettu"
@@ -1459,65 +1457,62 @@ msgstr "Virhe tarkkailtaessa tiedostoa \"%s\": %s"
msgid " (invalid encoding)"
msgstr " (virheellinen merkistökoodaus)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Virhe tarkkailtaessa tiedostokuvaajaa: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Virheellinen ominaisuuden tyyppi (piti olla tavujono)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Virhe asetettaessa oikeuksia: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Virhe asetettaessa omistajaa: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symbolinen linkki ei voi olla NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Virhe asetettaessa symbolista linkkiä: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Virhe asetettaessa symbolista linkkiä: tiedosto ei ole symbolinen linkki"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux-konteksti ei voi olla NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Virhe asetettaessa SELinux-kontekstia: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux ei ole käytössä tässä tietokoneessa"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Ominaisuuden %s asetus ei ole tuettu"
@@ -1683,14 +1678,14 @@ msgstr ""
"merkkien kohdilta. Jättää huomiotta ensimmäisen jälkeiset nimet, jos useita "
"on annettu."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Virhe luettaessa UNIX:ilta: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Virhe suljettaessa UNIX:ia: %s"
@@ -1699,12 +1694,12 @@ msgstr "Virhe suljettaessa UNIX:ia: %s"
msgid "Filesystem root"
msgstr "Tiedostojärjestelmän juuri"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Virhe käsiteltäessä UNIX:iin: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "taltio ei toteuta aseman avausta"

207
po/fr.po
View File

@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-21 13:10+0200\n"
"Last-Translator: Robert-André Mauchin <zebob.m@pengzone.org>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
@@ -94,7 +94,7 @@ msgstr "Aucune application nommée « %s » n'a enregistré un signet pour «
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "L'expansion de la ligne d'exécution « %s » avec l'URI « %s » a échoué"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
@@ -105,14 +105,14 @@ msgstr ""
msgid "Could not open converter from '%s' to '%s'"
msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Séquence d'octets non valide en entrée du convertisseur"
#: 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:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Erreur lors de la conversion : %s"
@@ -250,49 +250,49 @@ msgstr "Le modèle « %s » n'est pas valide, il ne devrait pas contenir de «
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Le modèle « %s » ne contient pas XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f Kio"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f Mio"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f Gio"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "La lecture du lien symbolique « %s » a échoué : %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Liens symboliques non pris en charge"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s » : %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
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:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "La canal se termine avec un caractère partiel"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -306,24 +306,24 @@ msgstr "L'ouverture du fichier « %s » a échoué : open() a échoué : %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Le mappage du fichier « %s » a échoué : mmap() a échoué : %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erreur à la ligne %d, caractère %d : "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Erreur à la ligne %d : %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Entité vide « &; » vue : les entités valides sont : &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -334,17 +334,17 @@ msgstr ""
"caractère & commence une entité ; si l'esperluette n'est pas supposée être "
"une entité, échappez-le comme &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Le caractère « %s » n'est pas valide à l'intérieur d'un nom d'entité"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Le nom d'entité « %s » n'est pas connu"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -353,7 +353,7 @@ msgstr ""
"utilisé une esperluette sans l'avoir marquée comme entité - échappez "
"l'esperluette comme &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -363,17 +363,17 @@ msgstr ""
"référence de caractère (&#234; par exemple) - peut-être que le nombre est "
"trop grand"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "La référence de caractère « %-.*s » ne code pas un caractère autorisé"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Référence de caractère vide ; elle devrait inclure un nombre comme &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -383,32 +383,32 @@ msgstr ""
"avez vraisemblablement utilisé une esperluette sans intention de commencer "
"une entité - échappez l'esperluette comme &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Référence d'entité non terminée"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Référence de caractère non terminée"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texte codé en UTF-8 non valide - séquence trop longue"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Texte codé en UTF-8 non valide - n'est pas un caractère de début"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Texte codé en UTF-8 non valide - « %s » est non valide"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Le document doit commencer avec un élément (par ex. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -417,7 +417,7 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne semble "
"pas commencer un nom d'élément"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -426,7 +426,7 @@ msgstr ""
"Caractère bizarre « %s », un caractère « > » est requis pour terminer la "
"balise d'élément vide « %s »"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -434,7 +434,7 @@ msgstr ""
"Caractère bizarre « %s », un caractère « = » est requis après le nom de "
"l'attribut « %s » de l'élément « %s »"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -445,7 +445,7 @@ msgstr ""
"la balise de début de l'élément « %s », ou optionnellement un attribut ; peut-"
"être que vous utilisez un caractère non valide dans un nom d'attribut"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -454,7 +454,7 @@ msgstr ""
"Caractère bizarre « %s », un guillemet d'ouverture après le signe égal est "
"requis quand on donne une valeur pour l'attribut « %s » de l'élément « %s »"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -463,7 +463,7 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant les caractères « </ » ; « %s » ne "
"peut pas commencer un nom d'élément"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -472,28 +472,28 @@ msgstr ""
"« %s » n'est pas un caractère valide suivant le nom l'élément de fermeture « %"
"s » ; le caractère autorisé est « > »"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "L'élément « %s » a été fermé, aucun élément est actuellement ouvert"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"L'élément « %s » a été fermé, mais l'élément actuellement ouvert est « %s »"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Le document était vide ou ne contenait que des espaces"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Le document s'est terminé de manière inattendue juste après un crochet "
"ouvrant « < »"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -502,7 +502,7 @@ msgstr ""
"Le document s'est terminé de manière inattendue avec des éléments encore "
"ouverts - « %s » était le dernier élément ouvert"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -511,25 +511,25 @@ msgstr ""
"Le document s'est terminé de manière inattendue, un crochet fermant pour la "
"balise <%s/> est requis"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'un nom "
"d'élément"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'un nom "
"d'attribut"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'une balise "
"d'ouverture d'élément."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -537,20 +537,20 @@ msgstr ""
"Le document s'est terminé de manière inattendue après le signe égal suivant "
"un nom d'attribut ; aucune valeur d'attribut"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Le document s'est terminé de manière inattendue alors qu'il était à "
"l'intérieur d'une valeur d'attribut"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur de la balise "
"de fermeture pour l'élément « %s »"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Le document s'est terminé de manière inattendue à l'intérieur d'un "
@@ -866,12 +866,10 @@ msgstr ""
"Erreur lors de l'analyse du texte de substitution « %s » au caractère %lu : %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Le texte cité ne commence pas avec un caractère de citation"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Caractère de citation sans correspondance dans la ligne de commande ou un "
@@ -914,37 +912,37 @@ msgstr "La lecture depuis un tube fils a échoué (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Le changement de répertoire « %s » a échoué (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "L'exécution du processus fils a échoué (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Nom du programme non valide : %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Chaîne non valide dans le paramètre vecteur à %d : %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Chaîne non valide dans l'environnement : %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Répertoire de travail non valide : %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "L'exécution du programme d'aide a échoué (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1200,7 +1198,7 @@ msgstr "La valeur de comptage fournie à %s est trop grande"
msgid "Stream is already closed"
msgstr "Le flux est déjà fermé"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "L'opération a été annulée"
@@ -1222,38 +1220,38 @@ msgstr "Type %s"
msgid "Unexpected early end-of-stream"
msgstr "Fin précoce de flux inattendue"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sans nom"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Le fichier Bureau n'a pas indiqué de champ Exec"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Impossible de trouver le terminal requis par l'application"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, 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:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Définition personnalisée pour %s"
@@ -1267,10 +1265,10 @@ msgid "drive doesn't implement polling for media"
msgstr "le lecteur n'implémente pas la scrutation du média (« polling »)"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Opération non prise en charge"
@@ -1303,37 +1301,37 @@ msgstr "Le fichier cible existe"
msgid "Can't recursively copy directory"
msgstr "Impossible de copier récursivement un répertoire"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Valeur de lien symbolique donnée non valide"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "La corbeille n'est pas prise en charge"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Les noms de fichiers ne peuvent contenir « %c »"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "le volume n'implémente pas « mount »"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Aucune application n'est enregistrée pour gérer ce fichier"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "L'énumérateur est fermé"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "L'énumérateur du fichier a une opération en cours"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "L'énumérateur du fichier est déjà fermé"
@@ -1513,66 +1511,63 @@ msgstr "Erreur de l'interrogation du fichier « %s » : %s"
msgid " (invalid encoding)"
msgstr " (codage non valide)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erreur de l'interrogation du descripteur de fichier : %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Type d'attribut non valide (uint32 attendu)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Type d'attribut non valide (uint64 attendu)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Type d'attribut non valide (chaîne octet attendu)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erreur lors de la définition des permissions : %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Erreur lors de la définition du propriétaire : %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "un lien symbolique ne doit pas être « NULL »"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erreur lors de la définition du lien symbolique : %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
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:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "Le contexte SELinux ne doit pas être « NULL »"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Erreur lors de la définition du contexte SELinux : %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux n'est pas activé sur ce système"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "La définition de l'attribut %s n'est pas prise en charge"
@@ -1738,14 +1733,14 @@ msgstr ""
"raccourcissement du nom aux caractères « - ». Si plusieurs noms sont donnés, "
"seul le premier est pris en compte."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Erreur lors de la lecture depuis unix : %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Erreur lors de la fermeture d'unix : %s"
@@ -1754,12 +1749,12 @@ msgstr "Erreur lors de la fermeture d'unix : %s"
msgid "Filesystem root"
msgstr "Racine du système de fichiers"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Erreur lors de l'écriture vers unix : %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "le volume n'implémente pas l'éjection (« eject »)"

207
po/ga.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2007-12-20 21:28-0700\n"
"Last-Translator: Seán de Búrca <leftmostcat@gmail.com>\n"
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
@@ -87,7 +87,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Theip ar leathnú líne reatha '%s' le URI '%s'"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
@@ -97,14 +97,14 @@ msgstr ""
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Earráid le linn cumarsáide: %s"
@@ -233,48 +233,48 @@ msgstr ""
msgid "Template '%s' doesn't contain XXXXXX"
msgstr ""
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Theip ar léamh nasc siombalach '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr ""
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr ""
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr ""
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
@@ -288,22 +288,22 @@ msgstr "Theip ar oscailt comhad '%s': theip open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Theip ar mapáil comhad '%s': theip mmap(): %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Earraidh ar líne %d carachtar %d:"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Earráid ar líne %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -311,91 +311,91 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - seicheamh rófhada"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - ní carachtar tosaithe"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Téacs UTF-8-ionchódaithe neamhbhailí - is neamhbhailí '%s'"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -403,87 +403,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, 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:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr ""
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -784,12 +784,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr ""
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
@@ -826,37 +824,37 @@ msgstr "Theip ar léamh ó mhacphíopa (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr ""
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr ""
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Ainm cláir neamhbhailí: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr ""
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Comhadlann oibre neamhbhailí: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Theip ar rith clár cabhrach (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1091,7 +1089,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1113,34 +1111,34 @@ msgstr "cineál %s"
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Gan ainm"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1154,10 +1152,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1190,37 +1188,37 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1399,64 +1397,61 @@ msgstr "Earráid agus comhad '%s' á léamh: %s"
msgid " (invalid encoding)"
msgstr " (ionchódú neamhbhailí)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Earráid agus comhad '%s' á léamh: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Earráid le linn cumarsáide: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Earráid le linn cumarsáide: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Earráid agus nasc siombalach á shocrú: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Earráid le linn cumarsáide: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1623,14 +1618,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Earráid agus unix á léamh: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Earráid agus unix á dhúnadh: %s"
@@ -1639,12 +1634,12 @@ msgstr "Earráid agus unix á dhúnadh: %s"
msgid "Filesystem root"
msgstr "Fréamh an chóras comhad"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Earráid agus unix á scríobh: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/gl.po
View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gl\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-08 15:04+0200\n"
"Last-Translator: Ignacio Casal Quinteiro <icq@svn.gnome.org>\n"
"Language-Team: Galego <proxecto@trasno.net>\n"
@@ -93,7 +93,7 @@ msgstr "Ningunha aplicación denominada '%s' rexistrou un marcador para '%s'"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Fallo ao expandir a liña executable '%s' co URI '%s'"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Non se soporta a conversión do conxunto de caracteres '%s' a '%s'"
@@ -103,14 +103,14 @@ msgstr "Non se soporta a conversión do conxunto de caracteres '%s' a '%s'"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Non se puido abrir o conversor de '%s' a '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "A secuencia de bytes non é válida na entrada da conversión"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Erro durante a conversión: %s"
@@ -241,49 +241,49 @@ msgstr "O modelo '%s' non é válido, non debería conter '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "O modelo '%s' non contén XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Fallo ao ler a ligazón simbólica '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Ligazóns simbólicas non soportadas"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Non se puido abrir o conversor de '%s' a '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Non se pode facer unha lectura en bruto en g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr " Datos restantes non convertidos no búfer de lectura"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "O canal remata nun carácter parcial"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -297,24 +297,24 @@ msgstr "Fallo ao abrir o ficheiro '%s': open() fallou: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Fallo ao mapear o ficheiro '%s': mmap() fallou: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erro na liña %d carácter %d:"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Erro na liña %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Detectada unha entidade baleira '&;'; as entidades válidas son: &amp; &quot; "
"&lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -325,17 +325,17 @@ msgstr ""
"comeza unha entidade; se non se quere que sexa unha entidade escriba o & "
"como &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "O carácter '%s' non é válido dentro do nome dunha entidade"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Non se coñece o nome de entidade '%s'"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -343,7 +343,7 @@ msgstr ""
"A entidade non remata cun punto e coma, probablemente usou o carácter & sen "
"a intención de comezar unha entidade, escriba o & como &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -352,16 +352,16 @@ msgstr ""
"Fallo ao analizar '%-.*s', que debería ser un díxito dentro dunha referencia "
"de carácter (por exemplo &#234;) - pode que o díxito sexa grande de máis"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "A referencia de carácter '%-.*s' non codifica un carácter permitido"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Referencia de carácter baleira; debería incluír un díxito como &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -371,32 +371,32 @@ msgstr ""
"utilizou un carácter & sen intención de comezar unha entidade - escape o & "
"como &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Referencia de entidade sen terminar"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Referencia de carácter sen terminar"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texto codificado en UTF-8 non válido - secuencia demasiado longa"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Texto codificado en UTF-8 non válido - sen carácter de comezo"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Texto codificado en UTF-8 non válido - '%s' non válido"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "O documento debe comezar cun elemento (por exemplo <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -405,7 +405,7 @@ msgstr ""
"'%s' non é un carácter válido despois dun carácter '<'; non pode iniciar un "
"nome de elemento"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -414,7 +414,7 @@ msgstr ""
"Carácter estraño '%s', esperábase un carácter '>' para pechar a etiqueta de "
"fin do elemento '%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -422,7 +422,7 @@ msgstr ""
"Carácter estraño '%s', esperábase un '=' despois do nome do atributo '%s' do "
"elemento '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -433,7 +433,7 @@ msgstr ""
"etiqueta de comezo do elemento '%s' ou opcionalmente un atributo; quizais "
"usou un carácter non válido no nome dun atributo"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -442,7 +442,7 @@ msgstr ""
"Carácter estraño '%s', esperábase un carácter '\"' despois do signo igual "
"para dar un valor ao atributo '%s' do elemento '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -451,7 +451,7 @@ msgstr ""
"'%s' non é un carácter válido despois dos caracteres '</'; '%s' non pode "
"comezar o nome dun elemento"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -460,25 +460,25 @@ msgstr ""
"'%s' non é un carácter válido despois do nome de elemento de peche '%s'; o "
"carácter permitido é '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Pechouse o elemento '%s', actualmente non hai ningún elemento aberto"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Pechouse o elemento '%s', mais o elemento aberto actualmente é '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "O documento estaba baleiro ou só contiña espazos en branco"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "O documento terminou inesperadamente despois dun símbolo menor que '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +487,7 @@ msgstr ""
"O documento terminou inesperadamente con elementos aínda abertos - '%s' foi "
"o último elemento aberto"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,21 +496,21 @@ msgstr ""
"O documento terminou inesperadamente, esperábase ver un símbolo maior que "
"'>' que pechase a etiqueta <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "O documento terminou inesperadamente dentro dun nome de elemento"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "O documento terminou inesperadamente dentro dun nome de atributo"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"O documento terminou inesperadamente dentro dunha etiqueta de comezo de "
"elemento"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -518,18 +518,18 @@ msgstr ""
"O documento terminou inesperadamente despois do signo igual que segue a un "
"nome de atributo; non hai valor de atributo"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "O documento terminou inesperadamente dentro dun valor de atributo"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"O documento terminou inesperadamente dentro da etiqueta que pechaba o "
"elemento '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"O documento terminou inesperadamente dentro dun comentario ou instrución de "
@@ -836,12 +836,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Erro ao analizar o texto de substitución \"%s\" no carácter %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "O texto citado non comeza con comiñas"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Comiñas non pechadas na liña de comandos ou noutro texto citado nun "
@@ -882,37 +880,37 @@ msgstr "Fallo ao ler desde a canalización filla (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Fallo ao cambiar ao directorio '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Fallo ao executar o proceso fillo (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Nome de programa non válido: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Cadea non válida no vector de argumento en %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Cadea non válida no contorno: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directorio de traballo non válido: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Fallo ao executar o programa asistente (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1157,7 +1155,7 @@ msgstr "O valor de contaxe pasado a %s é demasiado longo"
msgid "Stream is already closed"
msgstr "O fluxo xa se pechou"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "A operación foi cancelada"
@@ -1179,34 +1177,34 @@ msgstr "tipo %s"
msgid "Unexpected early end-of-stream"
msgstr "Final de fluxo inesperadamente prematuro"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sen nome"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "O ficheiro de escritorio non especificou o campo Exec"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Imposible encontrar a terminal requerida pola aplicación"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, 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:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Definición personalizada para %s"
@@ -1220,10 +1218,10 @@ msgid "drive doesn't implement polling for media"
msgstr "a unidade non implementa o sondeo para medios"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operación non soportada"
@@ -1256,37 +1254,37 @@ msgstr "O ficheiro destino existe"
msgid "Can't recursively copy directory"
msgstr "Non se pode copiar o directorio recursivamente"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "O valor da ligazón dada non é válido"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Non se soporta o lixo"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Os nomes de ficheiro non poden conter '%c'"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "o volume non implementa montado"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Non hai ningunha aplicación rexistrada para manexar este ficheiro"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "O enumerador está pechado"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "O enumerador do ficheiro ten unha operación excepcional"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "O enumerador do ficheiro xa está pechado"
@@ -1466,64 +1464,61 @@ msgstr "Erro ao iniciar o ficheiro '%s': %s"
msgid " (invalid encoding)"
msgstr " (codificación inválida)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erro ao iniciar o descritor de ficheiro: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo inválido (esperábase uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo inválido (esperábase uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo inválido (esperábase cadea de bytes)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erro ao establecer os permisos: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Erro ao establecer o propietario: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "a ligazón non debe ser nula"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erro ao establecer a ligazón: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "Erro ao establecer a ligazón: o ficheiro non é unha ligazón"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "O contexto SELinux non debe ser nulo"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Erro ao establecer o contexto SELinux: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux non está activado neste sistema"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Establecer o atributo %s non está soportado"
@@ -1691,14 +1686,14 @@ msgstr ""
"nos caracteres '-'. Se se proporcionan varios nomes ignoraranse despois do "
"primeiro."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Erro ao ler de unix: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Erro ao pechar unix: %s"
@@ -1707,12 +1702,12 @@ msgstr "Erro ao pechar unix: %s"
msgid "Filesystem root"
msgstr "Sistema de ficheiros raíz"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Erro ao escribir a unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "o volume non implementa a expulsión"

208
po/gu.po
View File

@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.gu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-03-03 14:10+0530\n"
"Last-Translator: Ankit Patel <ankit@redhat.com>\n"
"Language-Team: Gujarati <fedora-trans-gu@redhat.com>\n"
@@ -97,7 +97,7 @@ msgstr "'%s' નામવાળા કોઈ કાર્યક્રમે '%s'
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec લીટી '%s' ને URI '%s' સાથે વિસ્તારવામાં નિષ્ફળ"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' અક્ષર સમૂહમાંથી '%s' માં રુપાંતરણ માટે આધાર નથી"
@@ -107,14 +107,14 @@ msgstr "'%s' અક્ષર સમૂહમાંથી '%s' માં રુ
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "રુપાંતર ઈનપુટની બાઇડ શ્રેણી અપ્રમાણીત છે"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "રુપાંતર વખતે ભૂલ: %s"
@@ -243,49 +243,49 @@ msgstr " '%s' ટેમ્પલેટ અયોગ્ય છે, તે '%s'
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "ટેમ્પલેટ '%s' એ XXXXXX સમાવતું નથી"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' સાંકેતિક કડી વાંચવામાં નિષ્ફળતા: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "સાંકેતિક કડી આધાર આપતી નથી"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' માંથી '%s' માટેનું રુપાંતરક ખોલી શકાયું નહિં: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr ""
"વાંચવા માટેના બફર(થોડા સમય માટેનું સંગ્રહસ્થાન) માં ઢાંકેલી ન હોય તે માહિતી છોડી દીધેલ છે"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "માધ્યમ અપુર્ણ અક્ષરથી અંત પામે છે"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end માં આડી હરોળ વાંચી શકાતી નથી"
@@ -299,22 +299,22 @@ msgstr "ફાઈલ '%s' ખોલવામાં નિષ્ફળ: open()
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ફાઈલ '%s' નો નકશો કરવામાં નિષ્ફળ: mmap() નિષ્ફળ: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d લીટી પર %d અક્ષરમાં ભૂલ: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "%d લીટી પર ભૂલ: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "'&;' વસ્તુ ખાલી દેખાય છે: યોગ્ય વસ્તુઓ છે:&amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -324,17 +324,17 @@ msgstr ""
"વસ્તુ નામ શરુ થાય ત્યાં %s' અક્ષર યોગ્ય નથી: & અક્ષર વસ્તુની શરુઆત કરે છે; જો તે એમપરસંડ "
"વસ્તુ ને આધાર ન આપે તો તે &amp; તરીકે દર્શાવો"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr " વસ્તુ નામની અંદર '%s' અક્ષર યોગ્ય નથી"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' વસ્તુ નામ જાણીતુ નથી"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -342,7 +342,7 @@ msgstr ""
"વસ્તુ નો સેમીકોલન સાથે અંત થતો નથી; ઘણી વખતે એમપરસંડ(&) અક્ષર ચિન્હ વગર તમે વસ્તુ વાપરી "
"શકો છો- એમપરસંડ &amp; તરીકે લો"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -351,16 +351,16 @@ msgstr ""
"'%-.*s' નું પદચ્છેદન કરવામાં નિષ્ફળ, કે જે અક્ષર સંદર્ભમાં અંક હોવો જોઈએ (&#234; ઉદાહરણ "
"તરીકે) - કદાચ અંક ખૂબ લાંબો હોય"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "અક્ષર સંદર્ભ '%-.*s' પરવાનગી આપેલ અક્ષરને એનકોડ કરતો નથી"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ખાલી અક્ષર સંદર્ભ; સંખ્યા જેવી કે &#454; ને સમાવતી હોવી જોઇએ "
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -369,52 +369,52 @@ msgstr ""
"અક્ષર સંદર્ભ અર્ધવિરામ થી અંત થતો નથી; તમે વસ્તુ શરુ કરવા એમપરસંડ અક્ષર ને વાપરો એમપરસંડ "
"ને &amp; તરીકે લો"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "અપુર્ણ વસ્તુ સંદર્ભ "
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "અપુર્ણ અક્ષર સંદર્ભ "
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - overlong ક્રમ"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "અયોગ્ય UTF-8 સંગ્રપદ્ધતિવાળું લખાણ - સ્ટાર અક્ષર નથી"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "અયોગ્ય UTF-8 સંગ્રહપદ્ધતિવાળું લખાણ - માન્ય '%s' નથી"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "દસ્તાવેજ કોઈ વસ્તુ સાથે શરુ થાય તે જરુરી છે(ઉદાહરણ <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' એ '<' અક્ષર પછી આવતો યોગ્ય અક્ષર નથી; તે કોઈ વસ્તુના નામથી શરુ થતુ નથી"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "અસંગત અક્ષર '%s', વસ્તુ '%s' ની શરુઆત ટેગ ને સમાપ્ત કરવા '>' અક્ષર ની આશા છે"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "અસંગત અક્ષર '%s', '%s' વસ્તુના '%s' લાક્ષણિકતા નામ પછી '=' જરુરી છે"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -424,7 +424,7 @@ msgstr ""
"અસંગત અક્ષર '%s': '%s' વસ્તુના અંતમાં '>' અથવા '/' અથવા પરીમાણનો વિકલ્પ જરુરી છે; તમે "
"કદાય અયોગ્ય અક્ષર લાક્ષણિકતાના નામો વાપર્યો છે"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -433,46 +433,46 @@ msgstr ""
"અસંગત અક્ષર '%s, '%s' વસ્તુ માટે '%s' લાક્ષણિકતાના મુલ્ય આપતી વખતે બરાબરની નિશાની "
"પછી શરુ થતો અવતરણ ચિહ્ન જરુરી છે"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'%s' એ '<' અક્ષર પછીનો યોગ્ય અક્ષર નથી ; '%s' ક્દાચ વસ્તુ નામ સાથે શરુ થતુ નથી"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' એ '%s' વસ્તુનામ પછીનો બંધ કરવાનો યોગ્ય અક્ષર નથી; '>' એ યોગ્ય અક્ષર છે. "
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' વસ્તુ બંધ હતી, અત્યારે એક પણ વસ્તુ ખુલ્લી નથી"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' વસ્તુ બંધ હતી, પણ અત્યારે '%s'એ ખુલ્લી વસ્તુ છે"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "દસ્તાવેજ ખાલી છે અથવા ફક્ત ખાલી જ્ગ્યા ધરાવે છે"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' ચિન્હ વાપરતા પછી દસ્તાવેજનો અણધારી રીતે અંત આવે છે"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "વસ્તુ ખુલ્લી હોવા છતાં દસ્તાવેજનો અણધારી રીતે અંત આવે છે- છેલ્લે ખોલેલ વસ્તુ '%s' છે"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -481,19 +481,19 @@ msgstr ""
"દસ્તાવેજનો અણધારી રીતે અંત થાય છે, તે અંતિમ ટેગ <%s/> માં કૌંસને બંધ કરતુ ખૂણાનુ ચિન્હ "
"જોવા માગે છે"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "વસ્તુ નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "લાક્ષણિકતાના નામની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "વસ્તુની શરુઆતની ટેગમા દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -501,16 +501,16 @@ msgstr ""
"લાક્ષણિકતા નામ પછીની બરાબરની નિશાની પછી દસ્તાવેજ નો અણધારી રીતે અંત થાય છે. "
"લાક્ષણિકતાના મુલ્ય નથી"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "લાક્ષણિકતા મુલ્ય અંદર હોવા છતાં દસ્તાવેજ નો અણધારી રીતે અંત થાય છે"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' વસ્તુના બંદ ટેગની અંદર દસ્તાવેજનો અણધારી રીતે અંત થાય છે"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ટિપ્પણી અથવા પ્રક્રિયા સુચનાની અંદર અણધારી રીતે દસ્તાવેજનો અંત થાય છે"
@@ -812,12 +812,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "બદલી લખાણ \"%s\" નું પદચ્છેદન કરતી વખતે અક્ષર %lu આગળ ભૂલ: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "અવતરણ ચિહ્નવાળુ વાક્ય અવતરણ ચિહ્નથી શરુ થતુ નથી"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "આદેશ વાક્યમાં અથવા બીજા શેલ ચિહ્નિત બંધબેસતા ન હોય તેવા અવતરણ ચિહ્ન"
@@ -854,37 +852,37 @@ msgstr "બાળ પાઈપ (%s)માંથી વાંચવામાં
msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' ડિરેક્ટરી બદલવામાં નિષ્ફળ(%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr " (%s) બાળપ્રક્રિયા ચલાવવામાં નિષ્ફળ"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "અયોગ્ય કાર્યક્રમ નામ: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "દલીલ વેક્ટરમાં %d આગળ અયોગ્ય શબ્દમાળા: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "પર્યાવરણમાં અયોગ્ય શબ્દમાળા: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "અયોગ્ય કામ આપતી ડિરેક્ટરી: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "મદદગાર કાર્યક્રમ (%s) ચલાવવામાં નિષ્ફળ"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1122,7 +1120,7 @@ msgstr "%s ને ખૂબ મોટી ગણક કિંમત પસાર
msgid "Stream is already closed"
msgstr "સ્ટ્રીમ પહેલાથી જ બંધ થઈ ગયેલ છે"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "પ્રક્રિયા રદ થઈ ગઈ હતી"
@@ -1144,34 +1142,34 @@ msgstr "%s પ્રકાર"
msgid "Unexpected early end-of-stream"
msgstr "સ્ટ્રીમનો-અંત અનિચ્છનીય રીતે જલદી"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "શીર્ષકવીહિન"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "ડેસ્કટોપ ફાઈલે Exec ક્ષેત્ર સ્પષ્ટ કરેલ નથી"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "કાર્યક્રમ માટે જરૂરી ટર્મિનલ શોધવામાં અસમર્થ"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "વપરાશકર્તા કાર્યક્રમ રૂપરેખાંકન ફોલ્ડર %s બનાવી શક્યા નહિં: %s"
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "વપરાશકર્તા MIME રૂપરેખાંકન ફોલ્ડર %s બનાવી શક્યા નહિં: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "વપરાશકર્તા ડેસ્કટોપ ફાઈલ %s બનાવી શકતા નથી"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "%s માટે વૈવિધ્યપૂર્ણ વ્યાખ્યા"
@@ -1185,10 +1183,10 @@ msgid "drive doesn't implement polling for media"
msgstr "ડ્રાઈવ મીડિયા માટે પોલીંગને અમલમાં મૂકતું નથી"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "પ્રક્રિયા આધારભૂત નથી"
@@ -1221,37 +1219,37 @@ msgstr "લક્ષ્ય ફાઈલ અસ્તિત્વમાં નથ
msgid "Can't recursively copy directory"
msgstr "પુનરાવર્તિત રીતે ડિરેક્ટરીની નકલ કરી શકતા નથી"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "અયોગ્ય સાંકેતિક કડી કિંમત અપાયેલ છે"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "કચરાપેટી આધારભૂત નથી"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ફાઈલ નામો '%c' સમાવી શકતા નથી"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "વોલ્યુમ માઉન્ટ અમલમાં મૂકતું નથી"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "આ ફાઈલ સંભાળવા માટે કોઈ કાર્યક્રમ રજીસ્ટર થયેલ નથી"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "ઈન્યૂમેરેટર બંધ થયેલ છે"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "ફાઈલ ઈન્યૂમેરેટરને ભરપૂર પ્રક્રિયા છે"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "ફાઈલ ઈન્યૂમેરેટર પહેલાથી જ બંધ થયેલ છે"
@@ -1430,64 +1428,62 @@ msgstr "ફાઈલ '%s' કહેવામાં ભૂલ: %s"
msgid " (invalid encoding)"
msgstr " (અયોગ્ય સંગ્રહપદ્ધતિ)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ફાઈલ વર્ણનકાર કહેવામાં ભૂલ: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint32 ઈચ્છિત)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "અયોગ્ય લક્ષણ પ્રકાર (uint64 ઈચ્છિત)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "અયોગ્ય લક્ષણ પ્રકાર (બાઈટ શબ્દમાળા ઈચ્છિત)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "પરવાનગીઓ સુયોજીત કરવામાં ભૂલ: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "માલિક સુયોજીત કરવામાં ભૂલ: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "સાંકેતિક કડી non-NULL જ હોવી જોઈએ"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "સાંકેતિક કડી સુયોજીત કરવામાં ભૂલ: ફાઈલ સાંકેતિક કડી નથી"
#: gio/glocalfileinfo.c:2063
#, fuzzy, c-format
#: gio/glocalfileinfo.c:2067
#, fuzzy
msgid "SELinux context must be non-NULL"
msgstr "સાંકેતિક કડી non-NULL જ હોવી જોઈએ"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "માલિક સુયોજીત કરવામાં ભૂલ: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "લક્ષણ %s સુયોજીત કરવાનું આધારભૂત નથી"
@@ -1655,14 +1651,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "unix માંથી વાંચતી વખતે ભૂલ: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "unix બંધ કરતી વખતે ભૂલ: %s"
@@ -1671,12 +1667,12 @@ msgstr "unix બંધ કરતી વખતે ભૂલ: %s"
msgid "Filesystem root"
msgstr "ફાઈલસિસ્ટમ રુટ"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "unix માં લખતી વખતે ભૂલ: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "વોલ્યુમ બહાર કાઢોને અમલમાં મૂકતું નથી"

207
po/he.po
View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.he\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2006-04-27 18:48+0300\n"
"Last-Translator: Yair Hershkovitz <yairhr@gmail.com>\n"
"Language-Team: Hebrew <he@li.org>\n"
@@ -93,7 +93,7 @@ msgstr "Failed to expand exec line '%s' with URI '%s'"
# *** This file should not be translated to hebrew, please only copy the english text ***
# *** Old hebrew ranslation is commented for backup sake ***
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Conversion from character set '%s' to '%s' is not supported"
@@ -103,14 +103,14 @@ msgstr "Conversion from character set '%s' to '%s' is not supported"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Could not open converter from '%s' to '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Invalid byte sequence in conversion input"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Error during conversion: %s"
@@ -239,48 +239,48 @@ msgstr "Template '%s' invalid, should not contain a '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Template '%s' doesn't contain XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Failed to read the symbolic link '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Symbolic links not supported"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Could not open converter from '%s' to '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Can't do a raw read in g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Left over unconverted data in read buffer"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Channel terminates in a partial character"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -294,23 +294,23 @@ msgstr "Failed to open file '%s': open() failed: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Failed to map file '%s': mmap() failed: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Error on line %d char %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Error on line %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -321,17 +321,17 @@ msgstr ""
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
"it as &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Character '%s' is not valid inside an entity name"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entity name '%s' is not known"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -339,7 +339,7 @@ msgstr ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -348,16 +348,16 @@ msgstr ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Character reference '%-.*s' does not encode a permitted character"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Empty character reference; should include a digit such as &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -367,32 +367,32 @@ msgstr ""
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Unfinished entity reference"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Unfinished character reference"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Invalid UTF-8 encoded text - overlong sequence"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Invalid UTF-8 encoded text - not a start char"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Invalid UTF-8 encoded text - not valid '%s'"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Document must begin with an element (e.g. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -402,7 +402,7 @@ msgstr ""
"element name"
# c-format
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -411,14 +411,14 @@ msgstr ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -429,7 +429,7 @@ msgstr ""
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -438,7 +438,7 @@ msgstr ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -447,7 +447,7 @@ msgstr ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -456,25 +456,25 @@ msgstr ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' was closed, no element is currently open"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' was closed, but the currently open element is '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Document was empty or contained only whitespace"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Document ended unexpectedly just after an open angle bracket '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -483,7 +483,7 @@ msgstr ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -492,19 +492,19 @@ msgstr ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Document ended unexpectedly inside an element name"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Document ended unexpectedly inside an attribute name"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Document ended unexpectedly inside an element-opening tag."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -512,16 +512,16 @@ msgstr ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Document ended unexpectedly while inside an attribute value"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Document ended unexpectedly inside the close tag for element '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Document ended unexpectedly inside a comment or processing instruction"
@@ -823,12 +823,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Error while parsing replacement text \"%s\" at char %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Quoted text doesn't begin with a quotation mark"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Unmatched quotation mark in command line or other shell-quoted text"
@@ -865,37 +863,37 @@ msgstr "Failed to read from child pipe (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Failed to change to directory '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Failed to execute child process (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Invalid program name: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Invalid string in argument vector at %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Invalid string in environment: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Invalid working directory: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Failed to execute helper program (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1135,7 +1133,7 @@ msgstr "Too large count value passed to %s"
msgid "Stream is already closed"
msgstr "Stream is already closed"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operation was cancelled"
@@ -1157,34 +1155,34 @@ msgstr "%s type"
msgid "Unexpected early end-of-stream"
msgstr "Unexpected early end-of-stream"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unnamed"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop file didn't specify Exec field"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Unable to find terminal required for application"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Can't create user desktop file %s"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Custom definition for %s"
@@ -1198,10 +1196,10 @@ msgid "drive doesn't implement polling for media"
msgstr "drive doesn't implement polling for media"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1234,37 +1232,37 @@ msgstr "Target file exists"
msgid "Can't recursively copy directory"
msgstr "Can't recursively copy directory"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Invalid symlink value given"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Trash not supported"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "File names cannot contain '%c'"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Enumerator is closed"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "File enumerator has outstanding operation"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "File enumerator is already closed"
@@ -1442,65 +1440,62 @@ msgstr "Error stating file '%s': %s"
msgid " (invalid encoding)"
msgstr " (invalid encoding)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error stating file descriptor: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Invalid attribute type (uint32 expected)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Invalid attribute type (uint64 expected)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Invalid attribute type (byte string expected)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error setting permissions: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Error setting owner: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symlink must be non-NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error setting symlink: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "Error setting symlink: file is not a symlink"
# c-format
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux context must be non-NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error setting SELinux context: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux is not enabled on this system"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Setting attribute %s not supported"
@@ -1665,14 +1660,14 @@ msgstr ""
"Whether to use default fallbacks found by shortening the name at '-' "
"characters. Ignores names after the first if multiple names are given."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Error reading from unix: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Error closing unix: %s"
@@ -1681,12 +1676,12 @@ msgstr "Error closing unix: %s"
msgid "Filesystem root"
msgstr "Filesystem root"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Error writing to unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "volume doesn't implement eject"

207
po/hi.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.hi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-09-11 16:41+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
"Language-Team: Hindi <hindi.sf.net>\n"
@@ -97,7 +97,7 @@ msgstr "'%s' के नाम से कोई अनुप्रयोग न
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "सिंबालिक लिंक '%s' से थीम पढ़ने में असफल %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "अक्षर समूह '%s' से '%s' में परिवर्तन समर्थित नहीं है"
@@ -107,14 +107,14 @@ msgstr "अक्षर समूह '%s' से '%s' में परिवर
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "परिवर्तन इनपुट में अवैध बाइट अनुक्रम"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "परिवर्तन के दौरान त्रुटि: %s"
@@ -243,48 +243,48 @@ msgstr "टैम्पलेट '%s' अवैध है, इसमें '%s'
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "टैम्पलेट '%s' में XXXXXX समाहित नहीं है"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f कि.बा."
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f मे.बा."
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f गी.बा."
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "सिंबालिक लिंक '%s' से थीम पढ़ने में असफल %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "सिंबालिक लिंक समर्थित नहीं है"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' से '%s' परिवर्तक नहीं खोला जा सका: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "यहाँ एक रॉ रीड नहीं कर सकता g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "रीड बफ़र में शेष है अपरिवर्तित बचा हुआ डेटा"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "आंशिक अक्षर में चैनल समाप्त होता है"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "यहाँ एक रॉ रीड नहीं कर सकता - g_io_channel_read_to_end"
@@ -298,22 +298,22 @@ msgstr "फ़ाइल '%s' खोलने में असफल: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' फाइल चित्रित करने में विफल: mmap() विफल: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "पंक्ति %d अक्षर %d पर त्रुटि: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "पंक्ति %d: पर त्रुटि %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "खाली एंटिटी '&;' देखा; वैध एंटिटी हैं: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -323,17 +323,17 @@ msgstr ""
"एक एंटिटी के प्रारंभ में अक्षर '%s' वैध नहीं है, तथा & अक्षर एक एंटिटी को प्रारंभ करता है; "
"यदि यह एम्परसेंड एक एंटिटी नहीं है, तो इसे ऐसे एस्केप करें &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr " अक्षर '%s' एक एंटिटी नाम के भीतर वैध नहीं है"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "एंटिटी नाम '%s' ज्ञात नहीं है"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -341,7 +341,7 @@ msgstr ""
"एंटिटी अर्धविराम पर समाप्त नहीं होता, बहुत संभव है कि आपने एम्परसेन्ड अक्षर का प्रयोग "
"किया है और एक एंटिटी प्रारंभ नहीं करना चाहते- एम्परसेंड को ऐसे एस्केप करें: &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -350,16 +350,16 @@ msgstr ""
"'%-.*s' के विश्लेषण करने में असफल, जो कि अक्षर संदर्भ के भीतर एक अंक होना चाहिए (उदाहरण "
"के लिए, &#234) - शायद अंक काफी बड़ा है"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "संप्रतीक संदर्भ '%-.*s' एक अनुमति प्राप्त संप्रतीक को एनकोड नहीं करता"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "रिक्त अक्षर संदर्भ, अंक जैसे &#454 सम्मिलित अवश्य होने चाहिएँ;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -369,41 +369,41 @@ msgstr ""
"अक्षर का उपयोग किया है पर एक एंटिटी को प्रारंभ करना नहीं चाहते - एम्परसेंड को एस्केप करें "
"ऐसे &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "अपूर्ण एंटिटी संदर्भ"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "अपूर्ण अक्षर संदर्भ"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "अवैध यूटीएफ़-8 एनकोडेड पाठ"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "दस्तावेज़ एक अवयव के नाम से प्रारंभ होना चाहिए (उदाहरण के लिए- <पुस्तक>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "< के पश्चात आया '%s' एक वैध वर्ण नहीं है; यह अवयव नाम से प्रारंभ नहीं होता"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -411,13 +411,13 @@ msgid ""
msgstr ""
"विषम अक्षर '%s', एलिमेंट '%s' के प्रारंभ टैक को समाप्त करने हेतु प्रत्याशित था '>' अक्षर"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "विषम अक्षर '%s', प्रत्याशित है एक '=' लक्षण नाम '%s' अवयव '%s' के पश्चात्"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"'%s' विसम संप्रतीक, एक '>' या '/' संप्रतीक को '%s' तत्व के आरंभ टैग को खत्म करना "
"प्रत्याशित, या विकल्पतः एक गुण; शायद आपने गुण नाम में एक अमान्य संप्रतीक का प्रयोग किया है"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -436,7 +436,7 @@ msgstr ""
"पुराना अक्षर '%s', जब विशेषता '%s', अवयव '%s' का मान दिया जाता है तो बराबर चिह्न "
"के बाद एक खुला कोट चिह्न वांछित है"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -444,32 +444,32 @@ msgid ""
msgstr ""
"'%s' एक वैध अक्षर नहीं है अक्षर '</' के बाद; '%s' एक अवयव नाम से प्रारंभ नहीं होता"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' एक वैध अक्षर नहीं है क्लोज़ अवयव नाम '%s' के बाद; स्वीकार्य अक्षर है '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "अवयव '%s' बन्द था, कोई अवयव वर्तमान में खुला नहीं है"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "दस्तावेज '%s' बन्द था, परन्तु वर्तमान खुला अवयव है '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "दस्तावेज़ खाली था या उसमें सिर्फ श्वेत रिक्ति ही था"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से एक खुला एंगल ब्रेकेट '<' के पश्चात ही हो गया"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -478,7 +478,7 @@ msgstr ""
"दस्तावेज़ का अंत अप्रत्याशित रूप से अवयवों के खुला होने पर भी हो गया - '%s' अंतिम खुला हुआ "
"अवयव था"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -487,19 +487,19 @@ msgstr ""
"दस्तावेज़ का अंत अप्रत्याशित रूप से हो गया, वांछित था देखना एक क्लोज़ एंगल ब्रेकेट टैग को बन्द "
"करता हुआ <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव नाम के भीतर हो गया"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता नाम के भीतर हो गया"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव-खोलने के टैग के भीतर हो गया."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -507,16 +507,16 @@ msgstr ""
"दस्तावेज़ का अंत अप्रत्याशित रूप से बराबर के चिह्न के बाद एक विशेषता नाम के पश्चात् हो गया; "
"कोई विशेषता मूल्य नहीं"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से विशेषता मान के भीतर हो गया"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से अवयव '%s' हेतु बन्द टैग के भीतर हो गया"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "दस्तावेज़ का अंत अप्रत्याशित रूप से टिप्पणी या प्रक्रिया निर्देश के भीतर हो गया"
@@ -824,12 +824,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "कोटेड पाठ कोटेशन चिह्न के साथ प्रारंभ नहीं होता"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "कमांड पंक्ति में मेल नहीं खाते कोटेशन चिह्न या अन्य शैल-कोटेड पाठ"
@@ -866,37 +864,37 @@ msgstr "चाइल्ड पाइप (%s) से पढ़ने में
msgid "Failed to change to directory '%s' (%s)"
msgstr "डिरेक्ट्री '%s' (%s) पर बदलने में असफल"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "शिशु प्रक्रिया (%s) कार्यान्वित करने में असफल"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "अवैध प्रोग्राम नाम: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d पर तर्क सदिश में अवैध स्ट्रिंग: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "वातावरण में अवैध स्ट्रिंग: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "अवैध कार्यशील निर्देशिका: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "हेल्पर प्रोग्राम (%s) कार्यान्वित करने में असफल"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1133,7 +1131,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "ऑपरेशन रद्द था"
@@ -1156,34 +1154,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "बेनाम"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1197,10 +1195,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "ऑपरेशन समर्थित नहीं है"
@@ -1234,39 +1232,39 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "सिंबालिक लिंक समर्थित नहीं है"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "'%s' के नाम से कोई अनुप्रयोग ने '%s' के लिये पुस्तकचिह्न पंजीकृत नहीं है"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1447,64 +1445,61 @@ msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "परिवर्तन के दौरान त्रुटि: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "परिवर्तन के दौरान त्रुटि: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "पंक्ति %d: पर त्रुटि %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "परिवर्तन के दौरान त्रुटि: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "सिंबालिक लिंक समर्थित नहीं है"
@@ -1670,14 +1665,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "'%s' फ़ाइल को पढ़ने में त्रुटि: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "पंक्ति %d: पर त्रुटि %s"
@@ -1686,12 +1681,12 @@ msgstr "पंक्ति %d: पर त्रुटि %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "%s विकल्प विश्लेषण में त्रुटि"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/hr.po
View File

@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-05-18 15:38+0000\n"
"Last-Translator: Launchpad Translations Administrators <rosetta@launchpad."
"net>\n"
@@ -88,7 +88,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nisam uspio pročitati simboličku vezu '%s': %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Pretvaranje iz znakovnog skupa '%s' u '%s' nije podržana"
@@ -98,14 +98,14 @@ msgstr "Pretvaranje iz znakovnog skupa '%s' u '%s' nije podržana"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ne mogu otvoriti pretvornik iz %s' u '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Greška prilikom konverzije: %s"
@@ -236,48 +236,48 @@ msgstr "Predložak '%s' nije ispravan, ne smije sadržavati'%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Predložak '%s' ne završava sa XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nisam uspio pročitati simboličku vezu '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Nisu podržane simboličke veze"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ne mogu otvoriti pretvornik iz '%s' u '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Postoji ostatak nepretvorenih podataka u međuspremniku za čitanje"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanal završava sa djelomičnim znakom"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -291,23 +291,23 @@ msgstr "Greška pri otvaranju datoteke '%s': open() nije uspio: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Greška pri mapiranju datoteke '%s': mmap() nije uspio: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Greška na retku %d znak %d: %s "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Greška na retku %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Prazan entitet '&;' ; ispravni entiteti su: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -317,17 +317,17 @@ msgstr ""
"Znak '%s' nije dozvoljen na početku imena entiteta; znak & počinje entitet; "
"ako ovaj & nije entitet onda ga označite sa &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' nije dozvoljen unutar imena entiteta"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Ime entiteta '%s' nije poznato"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -335,7 +335,7 @@ msgstr ""
"Entitet nije zavšio sa točka-zarezom; vjerojatno ste koristili ampersand "
"znak bez namjere da započnete entitet - escapirajte ampersand sa &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -344,16 +344,16 @@ msgstr ""
"Nisam uspio izanalizirati '%-.*s', koji je trebao biti broj unutar znakovne "
"reference (npr. &#234;) - možda je broj prevelik"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Znakovna referenca '%-.*s' ne kodira dozvoljeni znak"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna znakovna referenca; treba uključivati broj kao &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -363,34 +363,34 @@ msgstr ""
"ampersand znakbez namjere da počnete entitet - escapirajte ampersand kao "
"&amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Nezavršena referenca entiteta"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Nezavršena znakovna referenca"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neispravno šifrirani UTF-8 tekst"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neispravno šifrirani UTF-8 tekst"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neispravno šifrirani UTF-8 tekst"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument mora početi sa elementom(npr. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -399,7 +399,7 @@ msgstr ""
"'%s' nije dozvoljeni znak koji smije slijediti nakon '<' znaka; ne smije "
"započeti ime elementa"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -407,14 +407,14 @@ msgid ""
msgstr ""
"Neparan znak '%s', očekuje se da '>' znak završi početni tag elementa'%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Neparan znak '%s', očekuje se '=' poslije imena atributa '%s' elementa '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -425,7 +425,7 @@ msgstr ""
"'%s', ili opcionalno atributa; možda ste koristili neispravan znaku imenu "
"atributa"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -434,7 +434,7 @@ msgstr ""
"Čudan znak '%s', očekuje se otvoreni navodnik nakon znaka jednakostikada se "
"daje vrijednost atributa '%s' elementa '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -442,7 +442,7 @@ msgid ""
msgstr ""
"'%s' nije znak koji smije slijediti '</'; '%s' ne smije započetiime elementa"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -451,25 +451,25 @@ msgstr ""
"'%s' nije ispravan znak koji može slijediti nakon imena završnog elementa '%"
"s'; dozvoljeni znak je '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' je zatvoren, trenutno nema otvorenog elementa"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' je zatvoren, ali trenutno otvoreni element je '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je bio prazan ili je sadržavao samo znakove prazne znakove"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument je završio neočekivano nakon otvaranja zagrade '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -478,7 +478,7 @@ msgstr ""
"Dokument je završio neočekivano sa još uvijek otvorenim elementima- '%s' je "
"bio zadnjiotvoreni element"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -487,19 +487,19 @@ msgstr ""
"Dokument je završio neočekivano, očekivalo se da zatvorena šiljata "
"zagradazavrši tag<%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument je završio neočekivano unutar imena elementa"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument je završio neočekivano unutar imena atributa"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument je završio neočekivano unutar taga koji započinje element"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -507,17 +507,17 @@ msgstr ""
"Dokument je završio neočekivano nakon što je znak jednakosti slijedioime "
"atributa; nema vrijednosti atributa"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument je završio neočekivano unutar vrijednosti atributa"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokument je završio neočekivano unutar taga koji završava za element '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument je završio neočekivano unutar komentara ili izvršavanja instrukcije"
@@ -826,12 +826,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Tekst pod navodnicima ne počinje sa navodnikom"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Navodnik nije uparen u naredbenoj liniji"
@@ -870,37 +868,37 @@ msgstr "Nisam uspio čitati iz cjevovoda djeteta (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nisam mogao promijeniti putanju u mapu '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nisam mogao izvesti proces dijete (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Neispravno ime programa: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Neispravan niz znakova u argumentima na %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Neispravan niz znakova u okružju: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Neispravni radni direktorij: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Neuspjelo izvršavanje pomoćnog programa (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1142,7 +1140,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1164,34 +1162,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1205,10 +1203,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Nisu podržane simboličke veze"
@@ -1242,38 +1240,38 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Nisu podržane simboličke veze"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1454,64 +1452,61 @@ msgstr "Greška pri čitanju datoteke '%s': %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Greška prilikom konverzije: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Greška prilikom konverzije: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Greška na retku %d: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Greška prilikom konverzije: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Nisu podržane simboličke veze"
@@ -1676,14 +1671,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Greška pri čitanju datoteke '%s': %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Greška na retku %d: %s"
@@ -1692,12 +1687,12 @@ msgstr "Greška na retku %d: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Greška prilikom konverzije: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/hu.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-28 20:30+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <gnome@fsf.hu>\n"
@@ -91,7 +91,7 @@ msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
"Nem sikerült kiterjeszteni a(z) „%s” végrehajtási sort a(z) „%s” URL címmel"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "A(z) „%s” és „%s” karakterkészletek közötti átalakítás nem támogatott"
@@ -103,14 +103,14 @@ msgstr ""
"A(z) „%s” karakterkészletről „%s” karakterkészletre átalakító nem nyitható "
"meg"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében"
#: 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:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Hiba az átalakítás során: %s"
@@ -244,49 +244,49 @@ msgstr "A(z) „%s” sablon érvénytelen, „%s” nem lehet benne"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "A(z) „%s” sablon nem tartalmaz XXXXXX karaktersorozatot"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nem sikerült kiolvasni a(z) „%s” szimbolikus linket: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "A szimbolikus linkek használata nem támogatott"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Az átalakító a(z) „%s” elemről „%s” elemre nem nyitható meg: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Át nem alakított adatok maradtak az olvasási pufferben"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "A csatorna töredék karakterrel ér véget"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -300,23 +300,23 @@ msgstr "Nem sikerült megnyitni a(z) „%s” fájlt: az open() sikertelen: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nem sikerült leképezni a(z) „%s” fájlt: Az mmap() sikertelen: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Hiba a(z) %d. sor %d. karakterénél: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Hiba a(z) %d. sorban: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Üres „&;” entitás; az érvényes entitások: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -327,17 +327,17 @@ msgstr ""
"nevét az & karakter kezdi. Ha ez az & karakter nem lehet entitás, akkor "
"&amp; módon kell írni."
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "A(z) „%s” karakter nem érvényes egy entitás nevén belül"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "A(z) „%s” entitásnév ismeretlen"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -345,7 +345,7 @@ msgstr ""
"Az entitás neve nem pontosvesszővel ért véget; valószínűleg egy &-jelet "
"használt anélkül, hogy entitást akart volna kezdeni - írja &amp; formában."
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -354,17 +354,17 @@ msgstr ""
"Nem sikerült feldolgozni ezt: „%-.*s”. Valószínűleg számjegy lett volna egy "
"karakterhivatkozáson (mint az &#234) belül - lehet, hogy túl nagy a számjegy"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "A(z) „%-.*s” karakterhivatkozás nem engedélyezett karaktert kódol"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Üres karakterhivatkozás; számjegyet is kell tartalmaznia, például így: &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -373,32 +373,32 @@ msgstr ""
"A karakterhivatkozás nem pontosvesszővel ért véget; valószínűleg egy &-jelet "
"használt anélkül, hogy entitást akart volna kezdeni - írja &amp; formában."
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Befejezetlen entitáshivatkozás"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Befejezetlen karakterhivatkozás"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Érvénytelen UTF-8 kódolású szöveg - túl hosszú sorozat"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Érvénytelen UTF-8 kódolású szöveg - ez nem kezdőkarakter"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Érvénytelen UTF-8 kódolású szöveg - nem érvényes „%s”"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "A dokumentumnak egy elemmel kell kezdődnie (például: <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -406,7 +406,7 @@ msgid ""
msgstr ""
"„%s” nem érvényes karakter a „<” karakter után; elem neve nem kezdődhet vele"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -415,7 +415,7 @@ msgstr ""
"Furcsa karakter („%s”), „>” karakternek kellett volna jönnie, hogy lezárja a"
"(z) „%s” üres elemcímkét"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -423,7 +423,7 @@ msgstr ""
"Furcsa karakter („%s”) - „=” karakternek kellett volna jönnie a(z) „%s” elem "
"„%s” attribútumneve után"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -434,7 +434,7 @@ msgstr ""
"„%s” elem kezdő címkéje után, esetleg egy attribútumnak; lehet, hogy "
"érvénytelen karaktert használt az attribútum nevében"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -443,7 +443,7 @@ msgstr ""
"Furcsa karakter („%s”) - egy nyitó idézőjelnek kellene jönnie az "
"egyenlőségjel után, ha értéket ad a(z) „%s” attribútumnak „%s” elemben"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -452,7 +452,7 @@ msgstr ""
"„%s” nem érvényes karakter a „</” karakterek után; „%s” karakterrel nem "
"kezdődhet egy elem neve"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -461,26 +461,26 @@ msgstr ""
"„%s” nem érvényes karakter a „%s” lezáró elemnév után; az engedélyezett "
"karakter egyedül a „>”."
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "A(z) „%s” elem le lett lezárva, jelenleg egy elem sincs nyitva"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "A(z) „%s” elem le lett lezárva, de a jelenleg nyitott elem a(z) „%s”"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "A dokumentum üres volt, vagy csak üreshely karaktereket tartalmazott"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"A dokumentum váratlanul véget ért egy nyitott hegyes zárójel („<”) után"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -489,7 +489,7 @@ msgstr ""
"A dokumentum váratlanul véget ért, pedig még nyitva vannak elemek - „%s” az "
"utoljára megnyitott elem"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -498,19 +498,19 @@ msgstr ""
"A dokumentum váratlanul véget ért; a(z) <%s/> elemet lezáró hegyes "
"zárójelnek kellett volna következnie"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "A dokumentum váratlanul véget ért egy elemnéven belül"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "A dokumentum váratlanul véget ért egy attribútumnéven belül"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "A dokumentum váratlanul véget ért egy elemnyitó címkén belül"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -518,16 +518,16 @@ msgstr ""
"A dokumentum váratlanul véget ért egy az attribútumnevet követő "
"egyenlőségjel után; az attribútum értéke nem lett megadva"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "A dokumentum váratlanul véget ért egy attribútumértéken belül"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "A dokumentum váratlanul véget ért a(z) „%s” elem lezáró címkéjén belül"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"A dokumentum váratlanul véget ért egy megjegyzésen vagy feldolgozási "
@@ -840,12 +840,10 @@ msgstr ""
"Hiba a(z) „%s” helyettesítőszöveg elemzésekor a(z) %lu. karakternél: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Az idézett szöveg nem idézőjellel kezdődik"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Pár nélküli idézőjel a parancssorban vagy más, parancsértelmezőből idézett "
@@ -888,37 +886,37 @@ msgstr "Nem sikerült olvasni a gyermek csővezetékből (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nem sikerült átváltani a(z) „%s” könyvtárra (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nem sikerült végrehajtani a gyermekfolyamatot (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Érvénytelen programnév: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Érvénytelen karaktersorozat a paraméterben a következő helyen: %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Érvénytelen karaktersorozat a környezetben: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Érvénytelen munkakönyvtár: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Nem sikerült végrehajtani a segítő programot (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1167,7 +1165,7 @@ msgstr "Túl nagy számérték került átadásra ennek: %s"
msgid "Stream is already closed"
msgstr "Az adatfolyam már le van zárva"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "A művelet megszakítva"
@@ -1189,35 +1187,35 @@ msgstr "%s típus"
msgid "Unexpected early end-of-stream"
msgstr "Váratlan korai adatfolyam vége"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Névtelen"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "A desktop fájl nem adta meg az Exec mezőt"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Nem található az alkalmazáshoz szükséges terminál"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, 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:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "%s egyéni meghatározása"
@@ -1231,10 +1229,10 @@ msgid "drive doesn't implement polling for media"
msgstr "a meghajtó nem valósítja meg a média lekérdezését"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "A művelet nem támogatott"
@@ -1267,37 +1265,37 @@ msgstr "A célfájl létezik"
msgid "Can't recursively copy directory"
msgstr "A könyvtár nem másolható rekurzívan"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Érvénytelen szimbolikus link érték került megadásra"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "A Kuka nem támogatott"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "A fájlnevek nem tartalmazhatnak „%c” karaktert"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "a kötet nem valósítja meg a csatolást"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Nincs alkalmazás regisztrálva a fájl kezeléséhez"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Az enumerátor le van zárva"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "A fájlenumerátor hátralévő művelettel rendelkezik"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "A fájlenumerátor már le van zárva"
@@ -1475,64 +1473,61 @@ msgstr "Hiba a(z) „%s” fájl elérése közben: %s"
msgid " (invalid encoding)"
msgstr " (érvénytelen kódolás)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Hiba a fájlleíró elérésekor: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Érvénytelen attribútumtípus (a várt uint32 helyett)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Érvénytelen attribútumtípus (a várt uint64 helyett)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Érvénytelen attribútumtípus (a várt bájtkarakterlánc helyett)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Hiba a jogosultságok beállításakor: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Hiba a tulajdonos beállításakor: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "a szimbolikus link nem lehet NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Hiba a szimbolikus link beállításakor: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
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:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "A SELinux környezet nem lehet NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Hiba a SELinux környezet beállításakor: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "A SELinux nem engedélyezett ezen rendszeren"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "A(z) %s attribútum beállítása nem támogatott"
@@ -1698,14 +1693,14 @@ 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:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Hiba a unix olvasásakor: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Hiba a unix lezárásakor: %s"
@@ -1714,12 +1709,12 @@ msgstr "Hiba a unix lezárásakor: %s"
msgid "Filesystem root"
msgstr "Fájlrendszer gyökere"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Hiba a unix írásakor: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "a kötet nem valósítja meg a kiadást"

207
po/hy.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2006-03-03 16:24+0000\n"
"Last-Translator: Norayr Chilingaryan <norik@freenet.am>\n"
"Language-Team: Armenian <norik@freenet.am>\n"
@@ -85,7 +85,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Չի հաջողվել կարդալ '%s' սիմվոլիկ հղումը՝ %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
@@ -95,14 +95,14 @@ msgstr ""
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr ""
@@ -231,48 +231,48 @@ msgstr ""
msgid "Template '%s' doesn't contain XXXXXX"
msgstr ""
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Չի հաջողվել կարդալ '%s' սիմվոլիկ հղումը՝ %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr ""
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr ""
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr ""
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
@@ -286,22 +286,22 @@ msgstr "Չի հաջողվել բացել '%s' ֆայլը՝ open() խափանվե
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Սխալ %d տողի %d տառում՝ %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Սխալ %d տողում՝ %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -309,93 +309,93 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Սխալ UTF-8 կոդավորված տեքստ"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Սխալ UTF-8 կոդավորված տեքստ"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Սխալ UTF-8 կոդավորված տեքստ"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Փաստաթուղթը պետք է սկսվի որևէ էլէմենտով (օրինակ <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -403,87 +403,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, 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:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr ""
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -785,12 +785,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr ""
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
@@ -827,37 +825,37 @@ msgstr ""
msgid "Failed to change to directory '%s' (%s)"
msgstr ""
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr ""
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr ""
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr ""
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr ""
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr ""
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1093,7 +1091,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1115,34 +1113,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1156,10 +1154,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
@@ -1193,38 +1191,38 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1402,64 +1400,61 @@ msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Սխալ %d տողում՝ %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Սխալ %d տողում՝ %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Սխալ %d տողում՝ %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Սիմվոլիկ հղումները չեն ապահովվում"
@@ -1622,14 +1617,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Սխալ %d տողում՝ %s"
@@ -1638,12 +1633,12 @@ msgstr "Սխալ %d տողում՝ %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "'%s' ֆայլը կարդալու սխալ՝ %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/id.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2005-08-30 22:41+0300\n"
"Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n"
"Language-Team: Indonesia <sukarelawan@gnome.linux.or.id>\n"
@@ -89,7 +89,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Gagal saat membaca link simbolik '%s': %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konversi dari gugus karakter '%s' ke '%s' tidak dapat dilakukan"
@@ -99,14 +99,14 @@ msgstr "Konversi dari gugus karakter '%s' ke '%s' tidak dapat dilakukan"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Tidak dapat membuka pengubah dari '%s' ke '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Error saat melakukan konversi: %s"
@@ -237,50 +237,50 @@ msgstr "Template '%s' salah, seharusnya tidak boleh berisi '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Template '%s' tidak boleh diakhiri dengan XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Gagal saat membaca link simbolik '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Tidak dapat membuka konverter dari '%s' menjadi '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Ada data tersisa yang belum dikonversi pada buffer read"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Chanel terputus pada karakter sebagian"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -296,24 +296,24 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
"Gagal saat memetakan berkas '%s': fungsi mmap() mengalami kegagalan: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Error pada baris %d huruf ke %d: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Error pada baris ke %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Ada entitas '&;' yang kosong; Entitas yang benar antara lain adalah: &amp; "
"&quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -324,17 +324,17 @@ msgstr ""
"yang boleh ada pada awal entitas; Bila ampersand ini dianggap bukan sebuah "
"entitas, Beri kode escape dan tulis sebagai &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Karakter '%s' tidak boleh digunakan pada nama entitas"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nama entitas '%s' tidak diketahui"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -343,7 +343,7 @@ msgstr ""
"ampersand tanpa bermaksud menjadikannya sebagai entitas - silakan pakai "
"&amp; saja"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -352,17 +352,17 @@ msgstr ""
"Gagal saat mengurai '%-.*s'. yang seharusnya sebuah digit dalam referensi "
"karakter (misalnya &#234;) - mungkin digitnya terlalu besar"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"Referensi karakter '%-.*s' tidak mengencodekan karakter yang diperbolehkan"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Refensi karakter kosong. Seharusnya berisi digit, mislanya &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -372,34 +372,34 @@ msgstr ""
"menggunakan karakter ampersand tanpa bermaksud menjadikannya sebagai "
"entitas. Silakan gunakan &amp; saja"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Referensi entitas yang tidak sempurna"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Refersi karakter yang tidak sempurna"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Teks UTF-8 tidak benar"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Teks UTF-8 tidak benar"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Teks UTF-8 tidak benar"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumen harus dimulai dengan elemen (misalnya <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -408,7 +408,7 @@ msgstr ""
"'%s' bukanlah karakter yang benar bila diikuti dengan karakter '<'. Ini "
"tidak boleh menjadi nama elemen"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -417,7 +417,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada '>' untuk mengakhiri tag awal pada "
"elemen '%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -425,7 +425,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada karakter '=' setelah nama atribut '%"
"s' pada elemen '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -436,7 +436,7 @@ msgstr ""
"padaelemen '%s', atau bisa juga ada atribut lain. Mungkin Anda menggunakan "
"karakter yang tidak diperbolehkan pada nama atribut."
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -445,7 +445,7 @@ msgstr ""
"Ada karakter aneh '%s'. Seharusnya ada tanda kutip buka setelah tanda sama "
"dengan saat memberikan nilai atribut '%s' pada elemen '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -454,7 +454,7 @@ msgstr ""
"'%s' bukan karakter yang benar bila diikuti dengan karakter '</'. Karena itu "
"'%s' tidak boleh dijadikan awal nama elemen"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -463,26 +463,26 @@ msgstr ""
"'%s' bukan karakter yang benar bila diikuti elemen penutup '%s'. Karakter "
"yang diperbolehkan adalah '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemen '%s' sudah ditutup, tidak ada elemen yang masih terbuka"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elemen '%s' sudah ditutup, tapi elemen yang masih terbuka adalah '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokumen kosong atau berisi whitespace saja"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Dokumen terpotong tidak sempurna sesaat setelah membuka kurung siku '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -491,7 +491,7 @@ msgstr ""
"Dokumen terpotong tidak sempurna dengan elemen yang masih terbuka - '%s' "
"adalah elemen terakhir yang dibuka"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -500,19 +500,19 @@ msgstr ""
"Dokumen terpotong tidak sempurna, seharusnya ada kurung siku penutup untuk "
"mengakhiri tag <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumen terpotong tidak sempurna pada dalam nama elemen"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumen terpotong tidak sempurna di dalam tag pembukaan elemen."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -520,16 +520,16 @@ msgstr ""
"Dokumen terpotong tidak sempurna setelah tanda sama dengan mengikuti nama "
"atribut. Tidak ada nilai atribut yang diperoleh"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumen tidak sempura saat ada dalam nilai atribut"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumen terpotong tidak sempurna di dalam tag penutup elemen '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumen terpotong tidak sempurna di dalam keterangan atau instruksi "
@@ -839,12 +839,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Teks yang dikutip tidak dimulai dengan tanda kutip"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Tanda kutip kurang satu pada perintah atau pada teks yang dikutip dari shell "
@@ -887,37 +885,37 @@ msgstr "Gagal saat membaca dari pipe child (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Gagal saat mengganti direktori ke '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Gagal saat menjalankan proses child (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Nama program salah: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "String tidak benar pada vektor argumen pada %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "String tidak benar pada variabel lingkungan: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Direktori aktif salah: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Gagal saat menjalankan program bantuan (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1161,7 +1159,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1184,34 +1182,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1225,10 +1223,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
@@ -1262,38 +1260,38 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1474,64 +1472,61 @@ msgstr "Error saat membaca file '%s': %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error saat membaca file '%s': %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Error saat melakukan konversi: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Error saat melakukan konversi: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Error pada baris ke %d: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error saat melakukan konversi: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
@@ -1697,14 +1692,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Error saat membaca file '%s': %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Error pada baris ke %d: %s"
@@ -1713,12 +1708,12 @@ msgstr "Error pada baris ke %d: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Error saat melakukan konversi: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/is.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2003-08-18 18:05+0000\n"
"Last-Translator: Richard Allen <ra@ra.is>\n"
"Language-Team: is <is@li.org>\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "gat ekki lesið tákntengið '%s': %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Umbreyting úr stafasettinu '%s' í '%s' er ekki stutt"
@@ -96,14 +96,14 @@ msgstr "Umbreyting úr stafasettinu '%s' í '%s' er ekki stutt"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Gat ekki opnað umbreyti úr '%s' í '%s': %s"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Villa við umbreytingu: %s"
@@ -232,48 +232,48 @@ msgstr "Sniðmátið '%s' er ógilt og ætti ekki að innihalda '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Sniðmátið '%s' endar ekki á XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "gat ekki lesið tákntengið '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Tákntengi eru ekki studd"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Gat ekki opnað umbreyti úr `%s' í `%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Það eru eftir óumbreytt gögn í lesminninu"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Rásin endar á hluta úr tákni"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Gat ekki lesið í g_io_channel_read_to_end"
@@ -287,23 +287,23 @@ msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Villa á línu %d tákn %d: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Villa á línu %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Tómt viðfang '&;' fannst; gild viðföng eru: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -313,17 +313,17 @@ msgstr ""
"Táknið '%s' er ógilt í upphafi heiti viðfanga; & táknið byrjar viðfang; ef "
"Þetta og-merki á ekki að vera byrjun viðfangs ættir þú að rita það sem &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Táknið '%s' er ekki gilt í heitum viðfanga"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Viðfangið '%s' er óþekkt"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -331,7 +331,7 @@ msgstr ""
"Viðfangið endar ekki á semikommu; líklega notaðir þú og-merkið án þess að "
"ætla að byrja viðfang. Ritaðu það sem &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -340,16 +340,16 @@ msgstr ""
"Gat ekki þáttað '%s' sem ætti að vera tölustafur innan í tilvísun í tákn "
"(til dæmis &#234;). Ef til vill er talan of stór"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tákntilvísunin '%s' vísar ekki í leyfilegt tákn"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tóm tákntilvísun; hún ætti að innihalda tölur eins og &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -358,34 +358,34 @@ msgstr ""
"Viðfangið endar ekki á semikommu; líklega notaðir þú og-merkið án þess að "
"ætla að byrja viðfang. Ritaðu það sem &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Hálfkláruð viðfangatilvísun"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Hálfkláruð tákntilvísun"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ógildur UTF-8 þýddur texti"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ógildur UTF-8 þýddur texti"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ógildur UTF-8 þýddur texti"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Skjalið verður að byrja á viðfangi (t.d. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -394,21 +394,21 @@ msgstr ""
"'%s' er ekki gilt tákn strax á eftir '<' tákninu; það má ekki byrja á heiti "
"viðfangs"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "Undarlegt tákn '%s', átti von á '>' tákninu til að enda viðfangið '%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Undarlegt tákn '%s', átti von á '=' eftir heiti eiginleika '%s' af mengi '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -419,7 +419,7 @@ msgstr ""
"viðfangi '%s', eða eiginleika; Þú notaðir ef til vill ógilt tákn í heiti "
"eiginleika"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -428,7 +428,7 @@ msgstr ""
"Undarlegt tákn '%s', átti von á tilvísunarmerki eftir samasem merkinu þegar "
"gildi er gefið með eiginleikanum '%s' af menginu '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -437,7 +437,7 @@ msgstr ""
"'%s' er ekki gilt tákn strax á eftir '</'; '%s' má ekki vera fyrsta tákn í "
"heiti mengis"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -445,25 +445,25 @@ msgid ""
msgstr ""
"'%s' er ekki gilt tákn strax á eftir lokun mengis '%s'. Leyfilegt tákn er '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Mengið '%s' var lokað og engin önnur mengi eru opin"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Mengið '%s' var lokað en mengið sem nú er opið er '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Skjalið var tómt eða innihélt einungis orðabil"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Skjalið endar óvænt rétt eftir opið minna en merki '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -472,7 +472,7 @@ msgstr ""
"Skjalið endar óvænt með mengi sem enn eru opin. '%s' var mengið sem síðast "
"var opnað"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -480,19 +480,19 @@ msgid ""
msgstr ""
"Skjalið endar óvænt. Átti von á að sjá stærraen merki sem lokar taginu <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Skjalið endar óvænt inn í heiti mengis"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Skjalið endar óvænt inn í heiti eiginleika"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Skjalið endar óvænt inn í tagi sem opnar mengi."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -500,16 +500,16 @@ msgstr ""
"Skjalið endar óvænt eftir samasem merkið sem fylgir heiti eiginleika og það "
"er ekkert gildi"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Skjalið endar óvænt inn í gildi eiginleika"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Skjalið endar óvænt inni í lokunartagi fyrir mengið '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Skjalið endar óvænt inni í athugasemd eða í miðri skipun"
@@ -817,12 +817,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Tilvísunin byrjar ekki á spurningarmerki"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Tilvísunarmerki stemma ekki í skipanalínunni eða öðrum texta"
@@ -859,37 +857,37 @@ msgstr "Gat ekki lesið úr undirferlispípu (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Gat ekki farið í möppuna '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Gat ekki keyrt undirferli (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, fuzzy, c-format
msgid "Invalid program name: %s"
msgstr "Ógilt vélarheiti"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, fuzzy, c-format
msgid "Invalid string in environment: %s"
msgstr "Ógild runa í ílagi umbreytingar"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, fuzzy, c-format
msgid "Invalid working directory: %s"
msgstr "Villa við að opna möppuna '%s': %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, fuzzy, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Gat ekki keyrt hjálparforrit"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1124,7 +1122,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1146,34 +1144,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1187,10 +1185,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Tákntengi eru ekki studd"
@@ -1224,38 +1222,38 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Tákntengi eru ekki studd"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1436,64 +1434,61 @@ msgstr "Villa við lestur skráarinnar '%s': %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Villa við umbreytingu: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Villa við umbreytingu: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Villa á línu %d: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Villa við umbreytingu: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Tákntengi eru ekki studd"
@@ -1658,14 +1653,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Villa á línu %d: %s"
@@ -1674,12 +1669,12 @@ msgstr "Villa á línu %d: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Villa við umbreytingu: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/it.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.17.x\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-19 03:11+0200\n"
"Last-Translator: Luca Ferretti <elle.uca@libero.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -96,7 +96,7 @@ msgstr "Nessuna applicazione di nome «%s» ha registrato un segnalibro per «%s
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Espansione della riga exec \"%s\" con l'URI \"%s\" fallita"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
@@ -107,14 +107,14 @@ msgstr ""
msgid "Could not open converter from '%s' to '%s'"
msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Sequenza di byte non valida nell'ingresso per la conversione"
#: 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:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Errore durante la conversione: %s"
@@ -255,50 +255,50 @@ msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Il modello \"%s\" non contiene XXXXXX"
# GLIB-2-16
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f kB"
# GLIB-2-16
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
# GLIB-2-16
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Lettura del collegamento simbolico \"%s\" fallita: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Collegamenti simbolici non supportati"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\": %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Sono rimasti dei dati non convertiti nel buffer di lettura"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Il canale termina in un carattere parziale"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -313,23 +313,23 @@ msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Mappatura del file \"%s\" fallita: mmap() fallita: %s"
# GLIB-2-16
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Errore alla riga %d carattere %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Errore alla riga %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Rilevata entità vuota '&;' (sono entità valide &amp; &quot; &lt; &gt; &apos;)"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -340,17 +340,17 @@ msgstr ""
"'&' dà inizio a un'entità; se questo simbolo \"e commerciale\" non vuole "
"essere l'inizio di una entità, ricorrere a &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Il carattere '%s' non è valido all'interno di un nome di entità"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Il nome di entità '%s' è sconosciuto"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -359,7 +359,7 @@ msgstr ""
"utilizzata una \"e commerciale\" senza l'intento di iniziare una entità. In "
"tal caso ricorrere a \"&amp;\""
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -369,18 +369,18 @@ msgstr ""
"riferimento a carattere (es. &#234;) - probabilmente il numero è troppo "
"grande"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"Il riferimento a carattere \"%-.*s\" non codifica un carattere permesso"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Riferimento a carattere vuoto; dovrebbe includere un numero, come &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -390,33 +390,33 @@ msgstr ""
"si è utilizzato un carattere \"e commerciale\" senza l'intenzione di "
"iniziare una nuova entità. In tal caso ricorrere a \"&amp;\""
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Riferimento a entità non terminato"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Riferimento a carattere non terminato"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Testo in codifica UTF-8 non valido - sequenza troppo lunga"
# anche gradevole "di apertura" come da discussione su TP
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Testo in codifica UTF-8 non valido - non è un carattere di avvio"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Testo in codifica UTF-8 non valido - '%s' non valido"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Il documento deve iniziare con un elemento (es. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -426,7 +426,7 @@ msgstr ""
"il nome di un elemento"
# GLIB-2-18
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -436,7 +436,7 @@ msgstr ""
"dell'elemento-vuoto \"%s\""
# GLIB-2-18
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -445,7 +445,7 @@ msgstr ""
"\"%s\" dell'elemento \"%s\""
# GLIB-2-18
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -457,7 +457,7 @@ msgstr ""
"Probabilmente è stato usato un carattere non valido nel nome di un attributo"
# GLIB-2-18
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -466,7 +466,7 @@ msgstr ""
"Carattere '%s' spaiato, atteso un simbolo di quoting aperto dopo il segno di "
"uguale per attribuire un valore all'attributo \"%s\" dell'elemento \"%s\""
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -475,7 +475,7 @@ msgstr ""
"'%s' non è un carattere valido dopo i caratteri '</'; '%s' non può dare "
"inizio a un nome di elemento"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -484,28 +484,28 @@ msgstr ""
"'%s' non è un carattere valido per seguire la chiusura del nome "
"dell'elemento \"%s\"; il carattere permesso è '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "È stato chiuso l'elemento \"%s\", nessun elemento correntemente aperto"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"È stato chiuso l'elemento \"%s\", ma l'elemento correntemente aperto è \"%s\""
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Il documento era vuoto oppure conteneva unicamente spazi"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Il documento è terminato in modo inatteso subito dopo una parentesi angolare "
"d'apertura '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -514,7 +514,7 @@ msgstr ""
"Il documento è terminato in modo inatteso con elementi ancora aperti - \"%s"
"\" era l'ultimo elemento aperto"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -523,23 +523,23 @@ msgstr ""
"Il documento è terminato in modo inatteso, mancando la parentesi angolare di "
"chiusura per il tag <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un nome di elemento"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un nome di attributo"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un tag di apertura "
"elemento."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -547,20 +547,20 @@ msgstr ""
"Il documento è terminato in modo inatteso dopo il segno di uguale che segue "
"un nome di attributo; l'attributo non ha un valore"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un valore di "
"attributo"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Il documento è terminato inaspettatamente all'interno del tag di chiusura "
"per l'elemento \"%s\""
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Il documento è terminato in modo inatteso all'interno di un commento o "
@@ -946,12 +946,10 @@ msgstr ""
"s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Il testo citato non inizia con un carattere di quoting"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Carattere di quoting non accoppiato nella riga di comando o nel testo con "
@@ -997,38 +995,38 @@ msgid "Failed to change to directory '%s' (%s)"
msgstr "Cambio della directory in \"%s\" fallita (%s)"
# (%s) è in fondo perché risolto in g_strerror (gint)
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Esecuzione del processo figlio fallita (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Nome programma non valido: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Stringa non valida nel vettore di argomenti a %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Stringa non valida nell'ambiente: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directory di lavoro non valida: %s"
# (%s) è in fondo perché risolto in g_strerror (gint)
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Esecuzione del programma helper fallita (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1288,7 +1286,7 @@ msgstr "Valore count troppo largo passato a %s"
msgid "Stream is already closed"
msgstr "Lo stream è già chiuso"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "L'operazione è stata annullata"
@@ -1311,21 +1309,21 @@ msgid "Unexpected early end-of-stream"
msgstr "End-of-stream prematuro inatteso"
# NdT: nome di applicazione (quando manca)
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Senza nome"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Il file .desktop non specifica il campo Exec"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
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:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
@@ -1333,17 +1331,17 @@ msgstr ""
# NdT il primo %s è il percorso alla cartella .local/share/application
# messo tra parentesi per scelta stilistica...
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Impossibile creare il file .desktop utente %s"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Definizione personalizzata per %s"
@@ -1358,10 +1356,10 @@ msgid "drive doesn't implement polling for media"
msgstr "l'unità non supporta il sondaggio di supporti"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operazione non supportata"
@@ -1394,38 +1392,38 @@ msgstr "Il file destinazione esiste"
msgid "Can't recursively copy directory"
msgstr "Impossibile copiare la directory ricorsivamente"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Fornito valore di collegamento simbolico non valido"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Cestino non supportato"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "I nomi di file non possono contenere '%c'"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "il volume non implementa il montaggio"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Non risulta registrata alcuna applicazione per gestire questo file"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "L'enumeratore è chiuso"
# una sola ????
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "L'enumeratore di file presenta un'operazione in sospeso"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "L'enumeratore di file è già chiuso"
@@ -1614,45 +1612,44 @@ msgstr "Impossibile eseguire lo stat del file \"%s\": %s"
msgid " (invalid encoding)"
msgstr " (codifica non valida)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Errore nell'eseguire lo stat del descrittore di file: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo di attributo non valido (atteso unit32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo di attributo non valido (atteso uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo di attributo non valido (attesa stringa di byte)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Errore nell'impostare i permessi: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Errore nell'impostare il proprietario: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "il collegamento simbolico deve essere non-NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Errore nell'impostare il collegamento simbolico: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Errore nell'impostare il collegamento simbolico: il file non è un "
@@ -1660,25 +1657,23 @@ msgstr ""
# GLIB-2-18
# lasciata minuscola come per precedente messaggio con symlink
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "il contesto SELinux deve essere non-NULL"
# GLIB-2-18
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Errore nell'impostare contesto SELinux: %s"
# GLIB-2-18
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux non è abilitato su questo sistema"
# %s è l'attributo
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Impostazione dell'attributo %s non supportata"
@@ -1849,14 +1844,14 @@ msgstr ""
"ai caratteri '-'. Ignora i nomi successivi al primo nel caso in cui ne siano "
"stati forniti più di uno."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Errore nel leggere da unix: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Errore nel chiudere unix: %s"
@@ -1865,12 +1860,12 @@ msgstr "Errore nel chiudere unix: %s"
msgid "Filesystem root"
msgstr "File system radice"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Errore nello scrivere su unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "il volume non implementa l'espulsione"

207
po/ja.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib trunk\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-23 12:13+0900\n"
"Last-Translator: Takeshi AIHANA <takeshi.aihana@gmail.com>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
@@ -89,7 +89,7 @@ msgstr "アプリケーション '%s' は '%s' のブックマークを登録し
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "実行ラインの '%s' を URI '%s' で展開できませんでした"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "文字セット '%s' から '%s' への変換はサポートしていません"
@@ -99,14 +99,14 @@ msgstr "文字セット '%s' から '%s' への変換はサポートしていま
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "変換する入力に無効なバイトの並びがあります"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "変換中にエラー: %s"
@@ -236,48 +236,48 @@ msgstr "テンプレート '%s' が正しくありません ('%s' を含めな
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "テンプレート '%s' に XXXXXX が含まれていません"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "シンボリック・リンクはサポートしていません"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' から '%s' へ変換するコンバータを開けませんでした: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "変換されていないデータが読みこみバッファに残っています"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "チャンネルが不完全な文字で終わっています"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end では raw モードで読めません"
@@ -291,24 +291,24 @@ msgstr "ファイル '%s' を開けません: open() が失敗: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ファイル '%s' のマップに失敗しました: mmap() が失敗: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d 行の %d 文字目でエラー:"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "%d 行目でエラー: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"空のエンティティ '&;' があります; 正しいエンティティは: &amp; &quot; &lt; "
"&gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -319,17 +319,17 @@ msgstr ""
"表わします。もしアンパサンドがエンティティでなければ、&amp; のようにエスケー"
"プしてください"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "文字 '%s' はエンティティ名として使えません"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "エンティティ名 '%s' というのは不明です"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -338,7 +338,7 @@ msgstr ""
"ドを使ったのではないでしょうか。アンパサンドは &amp; のようにエスケープしてく"
"ださい"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -347,16 +347,16 @@ msgstr ""
"'%-.*s' をパースできません。文字参照には数字が含まれなくてはなりません (例: "
"&#234;) おそらく数字が大きすぎます"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "文字参照 '%-.*s' が使用可能な文字をエンコードしていません"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "空の文字参照です。&#454; のように数字がなくてはなりません"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -366,32 +366,32 @@ msgstr ""
"サンド文字を使っているのかもしれません。アンパサンドは &amp; とエスケープして"
"ください"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "中途半端な実体参照です"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "中途半端な文字参照です"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "UTF-8 として正しくない文字列です (シーケンスが長すぎます)"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "UTF-8 として正しくない文字列です (文字で始まっていません)"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "UTF-8 として正しくない文字列です ('%s' は妥当ではありません)"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ドキュメントは要素 (例 <book>) で始まってなくてはなりません"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -400,7 +400,7 @@ msgstr ""
"'%s' は '<' に続く文字としては正しくありません。おそらく要素名の開始になって"
"いません"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -409,13 +409,13 @@ msgstr ""
"おかしな文字 '%s' があります。空の要素のタグ '%s' の最後は '>' でなくてはなり"
"ません"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "おかしな文字 '%s' です。属性名'%s' (要素 '%s') の後には '=' が必要です"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -426,7 +426,7 @@ msgstr ""
"はなりません。あるいは属性になります。おかしな文字を属性名に使ったのかもしれ"
"ません"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,7 +435,7 @@ msgstr ""
"おかしな文字 '%s' です。属性 '%s' (要素 '%s') の値を設定するには等号記号の後"
"は引用記号で始まってなくてはなりません"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -444,7 +444,7 @@ msgstr ""
"'%s' は '</' に続く文字としては正しくありません。'%s' では要素名は始まってま"
"せん"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -453,25 +453,25 @@ msgstr ""
"'%s' は閉じ要素名 '%s' に続く文字としては正しくありあません。'>' のみが使用で"
"きます"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "要素 '%s' は閉じています。要素は何も開かれてません"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "要素'%s' が閉ました。しかし現在開いている要素は '%s' です"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "ドキュメントが空か、空白だけが含まれています"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ドキュメントが開きカギカッコ '<' の直後で終了しています"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -480,7 +480,7 @@ msgstr ""
"ドキュメントが突然終了しています。要素が開きっぱなしです。最後に開いた要素は "
"'%s' です。"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -489,19 +489,19 @@ msgstr ""
"ドキュメントはタグ <%s/> で終了しているものと想定していましたが、突然終了して"
"います。"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "要素名の途中でドキュメントが突然終了しています"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "属性名の途中でドキュメントが突然終了しています"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "要素の開始タグの途中でドキュメントが突然終了しています"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -509,16 +509,16 @@ msgstr ""
"属性名の後にある等号記号の次でドキュメントが突然終了しています: 属性値があり"
"ません"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ドキュメントが属性値の途中で突然終了しています"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ドキュメントが要素 '%s' の閉じタグの途中で突然終了しています"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"ドキュメントがコメントあるいはプロセシング指示子の途中で突然終了しています"
@@ -823,12 +823,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "代替文字列 \"%s\" の %lu 文字目を解析する際にエラー: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "引用テキストが引用記号で始まっていません"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"コマンドライン、あるいはシェルの引用テキストにおいて引用記号の対応が取れてい"
@@ -867,37 +865,37 @@ msgstr "子パイプから読み出せません (%s) "
msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' というディレクトリへ移動できません (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "子プロセスを起動できません (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "プログラム名が無効です: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d の引数ベクタに不正な文字列があります: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "環境変数に不正な文字列があります: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "作業ディレクトリが不正です: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "ヘルパー・プログラム (%s) の起動が失敗しました"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1136,7 +1134,7 @@ msgstr "%s に引き渡した値が大きすぎます"
msgid "Stream is already closed"
msgstr "既にストリームは閉じています"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "操作がキャンセルされました"
@@ -1158,34 +1156,34 @@ msgstr "%s (種類)"
msgid "Unexpected early end-of-stream"
msgstr "想定していたよりも早くストリームの最後に到達しました"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "名前なし"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "デスクトップ・ファイルで Exec 項目を指定してませんでした"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "アプリケーションで必要な端末が見つかりませんでした"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ユーザのアプリケーション設定フォルダ %s を生成できません: %s"
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ユーザの MIME 型設定フォルダ %s を生成できません: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ユーザのデスクトップ・ファイル %s を生成できません"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "%s に対する独自の設定"
@@ -1199,10 +1197,10 @@ msgid "drive doesn't implement polling for media"
msgstr "ドライブ側でポーリングによるメディアの検出を実装していません"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "サポートしていない操作です"
@@ -1235,37 +1233,37 @@ msgstr "対象となるファイルが存在しています"
msgid "Can't recursively copy directory"
msgstr "ディレクトリを再帰的にコピーできません"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "指定したシンボリックリンクは間違っています"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "ゴミ箱はサポートしていません"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ファイル名に '%c' を含めることはできません"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "ボリュームはマウントを実装していません"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "このファイルを扱うアプリケーションが登録されていません"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Enumerator は閉じています"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "File enumerator has outstanding operation"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "ファイルの Enumerator は既に閉じています"
@@ -1444,64 +1442,61 @@ msgstr "'%s' というファイルの状態を取得する際にエラー: %s"
msgid " (invalid encoding)"
msgstr " (無効なエンコーディング)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ファイル・ディスクリプタの状態を取得する際にエラー: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "属性の種類が無効です (uint32 型を想定していた)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "属性の種類が無効です (uint64 型を想定していた)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "属性の種類が無効です (バイト型の文字列を想定していた)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "アクセス権をセットする際にエラー: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "所有者をセットする際にエラー: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "シンボリックリンクを NULL にしないで下さい"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "シンボリックリンクをセットする際にエラー: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "シンボリックリンクの指定でエラー: ファイルがリンクではない"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux のコンテキストを NULL にしないで下さい"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux のコンテキストを指定する際にエラー: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "このシステムでは SELinux が有効になっていません"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s という属性値はセットできません"
@@ -1666,14 +1661,14 @@ msgstr ""
"'-' という代替え文字で名前を省略するデフォルトのフォールバックを使用するかど"
"うかです (複数の名前を指定すると一番最初の名前より後ろの名前を全て無視します)"
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "unix から読み込む際にエラー: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "unix を閉じる際にエラー: %s"
@@ -1682,12 +1677,12 @@ msgstr "unix を閉じる際にエラー: %s"
msgid "Filesystem root"
msgstr "ファイルシステムのルート"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "unix に書き込む際にエラー: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "ボリュームは取り出しを実装していません"

207
po/ka.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ka\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2007-09-14 12:15+0200\n"
"Last-Translator: Vladimer Sichinava ვლადიმერ სიჭინავა <vsichi@gnome.org>\n"
"Language-Team: Georgian <http://mail.gnome.org/mailman/listinfo/gnome-ge-"
@@ -90,7 +90,7 @@ msgstr "პროგრამისთვის სახელით '%s' ა
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "შეუძლებელია '%s' exec line-ს გაფართოება, მისამართით URI '%s'"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "კოდური გვერდის \"%s\" გარდაქმნა \"%s\" კოდირებაში არაა რეალიზებული"
@@ -100,14 +100,14 @@ msgstr "კოდური გვერდის \"%s\" გარდაქმნ
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "შეტანილ ტექსტში ბაიტების მიმდევრობა მცდარია"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "გარდაქმნის შეცდომა: %s"
@@ -239,48 +239,48 @@ msgstr "თარგი '%s' მცდარია და '%s'-ს არ უნ
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "ნიმუში '%s' არ შეიცავს XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "სიმბოლური ბმის \"%s\" წაკითხვის შეცდომა: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "ვერ ხერხდება გარდამქმნელის გახსნა '%s' - '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "უშუალოდ წაკითხვა ფუნქციაში g_io_channel_read_line_string ვერ ხერხდება"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "გარდაუქმნელი მონაცემები წაკითხვის ბუფერში დარჩა"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "არხი არასრული სიმბოლოთი იხურება"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "უშუალოდ წაკითხვა ფუნქციაში g_io_channel_read_to_end ვერ ხერხდება"
@@ -294,23 +294,23 @@ msgstr "ვერ მოხერხდა '%s' ფაილის გახს
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ვერ მოხერხდა '%s' ფაილის განთავსება: mmap() ვერ შედგა: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "შეცდომა სტრიქონში %d სიმბოლო %d: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "შეცდომა სტრიქონში %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"ცარიელი ერთეული \"&;\"; შესაძლო ერთეულებია: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -321,17 +321,17 @@ msgstr ""
"სიმბოლოთი; თუ ეს სიმბოლო სიმბოლო ერთეულის ნაწილი უნდა იყოს გამოსახეთ იგი, "
"როგორც &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "სიმბოლო \"%s\" ერთეულის სახელში დაუშვებელია"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ერთეულის სახელი \"%s\" უცნობია"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -339,7 +339,7 @@ msgstr ""
"ერთეული არ მთავრდება წერტილ-მძიმით; როგორც ჩანს, სახელის დასაწყისში "
"გამოყენებულია სიმბოლო \"&\". გამოსახეთ იგი, როგორც &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -348,17 +348,17 @@ msgstr ""
"ვერ მუშავდება სტრიქონი '%-.*s', რომელშიც უნდა იყოს სიმბოლოს ნომერი "
"(მაგალითად, &#234;): შესაძლოა რიცხვი მეტისმეტად დიდია"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "სიმბოლოს ნომერი '%-.*s' დაუშვებელია"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"სიმბოლოს დამოწმება ცარიელია; იგი ნომერს უნდა შეიცავდეს, მაგალითად, &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -367,32 +367,32 @@ msgstr ""
"სიმბოლოს ნომერი არ მთავრდება წერტილ-მძიმით; როგორც ჩანს, სახელის დასაწყისში "
"გამოყენებულია სიმბოლო \"&\". გამოსახეთ იგი, როგორც &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "ერთეულის დამოწმება არაა დასრულებული"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "სიმბოლოს დამოწმება არაა დასრულებული"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - overlong sequence"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - not a start char"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ტექსტი მიუღებელი UTF-8 კოდირებით - მიუღებელი '%s'"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "დოკუმენტი უნდა დაიწყოს ელემეტით (მაგალითად <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -401,7 +401,7 @@ msgstr ""
"სიმბოლო \"%s\" დაუშვებელია \"<\" სიმბოლოს შემდეგ; ამ სიმბოლოთი ელემენტის "
"სახელის დაწყება არ შეიძლება"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -410,7 +410,7 @@ msgstr ""
"ზედმეტი სიმბოლო \"%s\", მოსალოდნელია \">\" სიმბოლო ელემენტის \"%s\" ჭდის "
"დასახურად"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -418,7 +418,7 @@ msgstr ""
"ზედმეტი სიმბოლო \"%s\", მოსალოდნელია \"=\"ატრიბუტის სახელის \"%s\" შემდეგ "
"ელემენტისთვის \"%s\""
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -429,7 +429,7 @@ msgstr ""
"გამხსნელი ჭდის დასახურად ან დამატებითი ატრიბუტი; ასევე, შესაძლოა მცდარი "
"სიმბოლო ატრიბუტის სახელში"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -438,7 +438,7 @@ msgstr ""
"ზედმეტი სიმბოლო \"%s\", მოსალოდნელია გახსნილი ბრჭყალები ტოლობის ნიშნის "
"შემდეგ ატრიბუტისთვის \"%s\" მნიშვნელობის მისანიჭებლად ელემენტისთვის \"%s\""
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -447,7 +447,7 @@ msgstr ""
"სიმბოლო \"%s\" დაუშვებელია \"</\" შემდეგ; სიმბოლო \"%s\" არ შეიძლება იყოს "
"ელემენტის სახელის დასაწყისში"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -456,25 +456,25 @@ msgstr ""
"სიმბოლო \"%s\" დაუშვებელია ელემენტის \"%s\" დახურვის ჭდის შემდეგ; დასაშვები "
"სიმბოლოა \">\""
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ელემენტი \"%s\" დაიხურა, არცერთი ელემენტი არაა გახსნილი"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ელემენტი \"%s\" დაიხურა, მაგრამ გახსნილია ელემენტი \"%s\""
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "დოკუმენტი ცარიელია ან მხოლოდ ხარეებს შეიცავს"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "დოკუმენტი დასრულდა უშუალოდ კუთხოვანი ფრჩხილის \"<\" შემდეგ"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -483,7 +483,7 @@ msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა გახსნილი ელემენტებით - \"%s\" ბოლო გახსნილი "
"ელემენტია"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -491,19 +491,19 @@ msgid ""
msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა, მოსალოდნელია ჩამკეტი კუთხოვანი ფრჩხილი <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის სახელის შიგნით"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შიგნით"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის გამხსნელი ჭდის შიგნით."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -511,16 +511,16 @@ msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის სახელის შემდგომი ტოლობის ნიშნის "
"შემდეგ; ატრიბუტის მნიშვნელობა არ მითითებულა"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ატრიბუტის მნიშვნელობის შიგნით"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "დოკუმენტი მოულოდნელად დასრულდა ელემენტის \"%s\" ჩამკეტი ჭდის შიგნით"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"დოკუმენტი მოულოდნელად დასრულდა კომენტარის ან დამუშავების ინსტრუქციის შიგნით"
@@ -831,12 +831,10 @@ msgstr ""
"შეცდომა ჩასანაცვლებელი ტექსტის \"%s\" განაალიზებისას, სიმბოლო ნომრით %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "ციტირებული ტექსტი ბრჭყალებით არ იწყება"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "უმართებლო ბრჭყალი ბრძანებაში ან სხვა ტექსტურ გარსში"
@@ -873,37 +871,37 @@ msgstr "მონაცემთა წაკითხვა ქვეპრო
msgid "Failed to change to directory '%s' (%s)"
msgstr "დასტის შექმნა ვერ მოხერხდა \"%s\" (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "ქვეპროცესის გამოყენება ვერ მოხერხდა (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "პროგრამის მცდარი სახელი: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "მცდარი სტრიქონი არგუმენტის ვექტორში - %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "მცდარი სტრიქონი გარემოში: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "უმართებლო სამუშაო დასტა: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "დახმარების პროგრამის (%s) გამოყენება ვერ მოხერხდა"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1149,7 +1147,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1172,34 +1170,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1213,10 +1211,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
@@ -1250,39 +1248,39 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "პროგრამისთვის სახელით '%s' არ მითითებულა სანიშნე '%s'"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1463,64 +1461,61 @@ msgstr "ფაილის \"%s\" წაკითხვის შეცდომ
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "გარდაქმნის შეცდომა: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "გარდაქმნის შეცდომა: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "შეცდომა სტრიქონში %d: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "გარდაქმნის შეცდომა: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "სიმბოლური ბმების გამოყენება არაა რეალიზებული"
@@ -1686,14 +1681,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "ფაილის \"%s\" წაკითხვის შეცდომა: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "შეცდომა სტრიქონში %d: %s"
@@ -1702,12 +1697,12 @@ msgstr "შეცდომა სტრიქონში %d: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "შეცდომის გაანალიზების პარამეტრი: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

208
po/kn.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.kn\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-02-13 14:34+0530\n"
"Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
"Language-Team: Kannada <en@li.org>\n"
@@ -87,7 +87,7 @@ msgstr "'%s' ಎಂಬ ಹೆಸರಿನ ಯಾವುದೇ ಅನ್ವಯವ
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec ಸಾಲು '%s' ಅನ್ನು URI '%s' ನೊಂದಿಗೆ ವಿಸ್ತರಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' ಅಕ್ಷರಗಳಿಂದ '%s' ಗೆ ಪರಿವರ್ತಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
@@ -97,14 +97,14 @@ msgstr "'%s' ಅಕ್ಷರಗಳಿಂದ '%s' ಗೆ ಪರಿವರ್ತಿ
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "ಪರಿವರ್ತಿತ ಆದಾನದಲ್ಲಿನ ಬೈಟ್ ಅನುಕ್ರಮ ಅಮಾನ್ಯವಾಗಿದೆ"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "ಪರಿವರ್ತಿಸುವಾಗ ದೋಷ: %s"
@@ -235,48 +235,48 @@ msgstr "ಮಾದರಿ '%s' ಅಮಾನ್ಯವಾಗಿದೆ, ಅದು ಒ
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "ಮಾದರಿ '%s' ಯು XXXXXX ಅನ್ನು ಹೊಂದಿಲ್ಲ"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕ್ '%s' ಅನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲತೆ: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "ಸಾಂಕೇತಿಕ ಲಿಂಕುಗಳು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' ನಿಂದ '%s' ಗೆ ಪರಿವರ್ತಕವನ್ನು ತೆರೆಯಲು ಆಗಿಲ್ಲ: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string ನಲ್ಲಿ ಒಂದು ಹಗುರ ಓದನ್ನು ಮಾಡಲಾಗಲಿಲ್ಲ"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "ಪರಿವರ್ತಿತವಾಗದೆ ಬಾಕಿ ಉಳಿದ ದತ್ತಾಂಶಗಳು ಓದು-ಬಫರಿನಲ್ಲಿ"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "ಮಾರ್ಗವು ಒಂದು ಆಂಶಿಕ ಅಕ್ಷರದಲ್ಲಿ ಕೊನೆಗೊಳ್ಳುತ್ತದೆ"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end ನಲ್ಲಿ ಒಂದು ಹಗುರ ಓದನ್ನು ಮಾಡಲಾಗಲಿಲ್ಲ"
@@ -290,23 +290,23 @@ msgstr "ಕಡತ '%s' ವನ್ನು ತೆರೆಯಲು ವಿಫಲವಾ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' ವನ್ನು ನಕ್ಷೆ ಕಡತಮಾಡುವಲ್ಲಿ ವಿಫಲ: mmap() ವಿಫಲಗೊಂಡಿದೆ: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d ಸಾಲಿನ %d ಚಿಹ್ನೆಯಲ್ಲಿ ದೋಷ:"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "%d ಸಾಲಿನಲ್ಲಿ ದೋಷ: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"ಖಾಲಿ ಘಟಕ '&;' ಕಂಡು ಬಂದಿದೆ; ಮಾನ್ಯ ನಮೂದುಗಳೆಂದರೆ: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -316,17 +316,17 @@ msgstr ""
"'%s' ವು ಒಂದು ಘಟಕದ ಹೆಸರಿನ ಒಂದು ಆರಂಭದಲ್ಲಿ ಇರುವಂತಿಲ್ಲ; & ಅಕ್ಷರವು ಒಂದು ಘಟಕದ "
"ಆರಂಭದಲ್ಲಿರಬೇಕು ಇದರಿಂದ ಹೊರಬರಲು &amp; ಮಾಡಿ"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ಒಂದು ಘಟಕದ ಹೆಸರಿನಲ್ಲಿ ಅಕ್ಷರ '%s' ವು ಮಾನ್ಯವಾದುದಲ್ಲ"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ತಿಳಿದಿಲ್ಲದ ಘಟಕದ ಹೆಸರು '%s'"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -335,7 +335,7 @@ msgstr ""
"ಆರಂಭಿಸುವ ಉದ್ದೇಶವಿಲ್ಲದೇ ampersand ಅಕ್ಷರವನ್ನು ಬಳಸಿದ್ದೀರಿ - ampersand ನಿಂದ ಹೊರಬರಲು "
"&amp; ಎಂದು ಮಾಡಿ"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -344,16 +344,16 @@ msgstr ""
"'%-.*s' ಅನ್ನು parse ಮಾಡುವಲ್ಲಿ ವಿಫಲ, ಇದು ಒಂದು ಉಲ್ಲೇಖ ಅಕ್ಷರದ ಒಳಗಿನ ಒಂದು "
"ಅಂಕಿಯಾಗಿರಬೇಕಿತ್ತು(&#234; ಉದಾಹರಣೆಗೆ) - ಬಹುಷಃ ಅಂಕಿಯು ಬಹಳ ದೊಡ್ಡದಾಗಿರಬೇಕು"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ಅಕ್ಷರ ಉಲ್ಲೇಖ '%-.*s' ವು ಒಂದು ಅನುಮತಿ ಇರುವ ಅಕ್ಷರವನ್ನು encode ಮಾಡುವುದಿಲ್ಲ"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ಖಾಲಿ ಉಲ್ಲೇಖ ಅಕ್ಷರ; &#454; ನಂತಹ ಅಂಕಿಗಳನ್ನು ಒಳಗೊಂಡಿರಬೇಕು"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -363,32 +363,32 @@ msgstr ""
"ಘಟಕವನ್ನು ಆರಂಭಿಸುವ ಉದ್ದೇಶವಿಲ್ಲದೇ ampersand ಅಕ್ಷರವನ್ನು ಬಳಸಿದ್ದೀರಿ - ampersand ನಿಂದ "
"ಹೊರಬರಲು &amp; ಎಂದು ಮಾಡಿ"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಘಟಕ ಉಲ್ಲೇಖ"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "ಪೂರ್ಣಗೊಳಿಸದ ಅಕ್ಷರ ಉಲ್ಲೇಖ"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಬಹಳ ಉದ್ದವಾದ ಅನುಕ್ರಮ"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಒಂದು ಆರಂಭ char ಅಲ್ಲ"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ಅಮಾನ್ಯ UTF-8 ಎನ್ಕೋಡ್ ಆದ ಪಠ್ಯ - ಮಾನ್ಯವಾದ '%s' ಅಲ್ಲ"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ದಸ್ತಾವೇಜುಗಳು ಒಂದು ಅಂಶದಿಂದ ಆರಂಭಗೊಳ್ಳಬೇಕು (e.g. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -397,7 +397,7 @@ msgstr ""
"'<' ಅಕ್ಷರವು ಬಂದ ನಂತರ, '%s' ವು ಒಂದು ಮಾನ್ಯವಲ್ಲದ ಅಕ್ಷರವಾಗಿದೆ; ಅದು ಒಂದು ಅಂಶದ ಹೆಸರನ್ನು "
"ಆರಂಭಿಸದೇ ಇರಬಹುದು"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -406,7 +406,7 @@ msgstr ""
"ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', '%s' ಅಂಶದ ಟ್ಯಾಗಿನ ಆರಂಭವು ಒಂದು '>' ಅಕ್ಷರದಿಂದ ಕೊನೆಗೊಳ್ಳಬೇಕು "
"ಎಂದು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -414,7 +414,7 @@ msgstr ""
"ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', '%s'ವು '%s' ಅಂಶದ ಗುಣಲಕ್ಷಣ ಹೆಸರಾಗಿದ್ದು ಅದರ ನಂತರ ಒಂದು '=' "
"ಅನ್ನು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -425,7 +425,7 @@ msgstr ""
"ಕೊನೆಗೊಳ್ಳಬೇಕು ಎಂದು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು, ಅಥವ ಆಯ್ಕಾತ್ಮಕವಾಗಿ ಒಂದು ಗುಣಲಕ್ಷಣ; ಬಹುಷಃ ನೀವು "
"ಅಮಾನ್ಯ ಅಕ್ಷರವನ್ನು ಒಂದು ಗುಣಲಕ್ಷಣದ ಹೆಸರಿನಲ್ಲಿ ಬಳಸಿದ್ದೀರೆಂದು ತೋರುತ್ತದೆ"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -434,7 +434,7 @@ msgstr ""
"ಸರಿಯಲ್ಲದ ಅಕ್ಷರ '%s', ಗುಣಲಕ್ಷಣ '%s'ವು '%s' ದ ಅಂಶವಾಗಿದ್ದು, ಇದಕ್ಕೆ ಒಂದು ಮೌಲ್ಯವನ್ನು "
"ಕೊಡುವಾಗ ಸಮ ಚಿಹ್ನೆಯ ನಂತರ ಒಂದು ಮುಕ್ತ ಉದ್ಧರಣ ಚಿಹ್ನೆಯನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -443,7 +443,7 @@ msgstr ""
"'%s' ವು '</' ಗಳಂತಹ ಅಕ್ಷರಗಳ ನಂತರ ಬರುವ ಒಂದು ಮಾನ್ಯವಾದ ಅಕ್ಷರವಲ್ಲ; ಒಂದು ಅಂಶದ ಹೆಸರು '%"
"s' ನಿಂದ ಆರಂಭಗೊಳ್ಳುವುದಿಲ್ಲ"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -452,25 +452,25 @@ msgstr ""
"'%s' ವು ಮುಚ್ಚಲ್ಪಟ್ಟ ಅಂಶ ಹೆಸರು '%s' ನಂತರ ಬರುವ ಒಂದು ಮಾನ್ಯವಾದ ಅಕ್ಷರವಲ್ಲ; '>' ವು "
"ಅನುಮತಿ ಇರುವ ಅಕ್ಷರವಾಗಿರುತ್ತದೆ"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ಅಂಶವು '%s' was closed, no element is currently open"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ಅಂಶ '%s' ವು ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ, ಆದರೆ ಪ್ರಸ್ತುತ ಮುಕ್ತವಾಗಿರುವ ಅಂಶವೆಂದರೆ '%s' ಆಗಿದೆ"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "ದಸ್ತಾವೇಜು ಖಾಲಿಯಾಗಿತ್ತು ಅಥವ ಕೇವಲ ಕೇವಲ ಖಾಲಿ ಜಾಗಗಳನ್ನು ಹೊಂದಿತ್ತು"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಮುಕ್ತ ಕೋನ ಆವರಣ ಚಿಹ್ನೆ '<' ಯ ನಂತರ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -479,7 +479,7 @@ msgstr ""
"ಅಂಶಗಳು ತೆರೆದಿರುವಾಗಲೇ ದಸ್ತಾವೇಜು ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ - '%s' ಯು ತೆರೆಯಲ್ಪಟ್ಟ "
"ಕೊನೆಯ ಅಂಶ"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -488,19 +488,19 @@ msgstr ""
"ದಸ್ತಾವೇಜು ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ, <%s/> ಟ್ಯಾಗಿನ ಕೊನೆಯಲ್ಲಿ ಒಂದು ಮುಕ್ತ ಕೋನ ಆವರಣ "
"ಚಿಹ್ನೆಯನ್ನು ಕಾಣಲು ಅಪೇಕ್ಷಿಸಲಾಗಿತ್ತು"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶದ ಹೆಸರಿನಲ್ಲಿ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣ ಹೆಸರಿನಲ್ಲಿ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶ ತೆರೆಯುವ ಟ್ಯಾಗಿನ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -508,16 +508,16 @@ msgstr ""
"ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣದ ಹೆಸರಿನ ನಂತರದ ಸಮ ಚಿಹ್ನೆಯ ನಂತರ ಅನಿರೀಕ್ಷಿತವಾಗಿ "
"ಕೊನೆಗೊಂಡಿದೆ; ಯಾವುದೇ ಗುಣಲಕ್ಷಣ ಮೌಲ್ಯವಿಲ್ಲ"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಗುಣಲಕ್ಷಣ ಮೌಲ್ಯದ ಒಳಗಿರುವಾಗ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಅಂಶ'%s'ದ ಮುಚ್ಚಲ್ಪಟ್ಟ ಟ್ಯಾಗಿನ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ದಸ್ತಾವೇಜು ಒಂದು ಹೇಳಿಕೆ ಅಥವ ಪ್ರಕ್ರಿಯೆ ಸೂಚನೆಯ ಒಳಗೆ ಅನಿರೀಕ್ಷಿತವಾಗಿ ಕೊನೆಗೊಂಡಿದೆ"
@@ -820,12 +820,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "ಬದಲಾಯಿಸಲ್ಪಟ್ಟ ಪಠ್ಯ \"%s\"ಅನ್ನು char %lu ನಲ್ಲಿ ಪಾರ್ಸಿಂಗ್ ಮಾಡುವಾಗಿನ ದೋಷ: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "ಉದ್ಧರಿತ ಪಠ್ಯವು ಒಂದು ಉದ್ಧರನ ಚಿಹ್ನೆಯಿಂದ ಆರಂಭಗೊಳ್ಳುವುದಿಲ್ಲ"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"ಆಜ್ಞಾ ಸಾಲಿನಲ್ಲಿ ಅಥವ ಇತರೆ ಶೆಲ್ಲಿನಲ್ಲಿ ಉದ್ಧರಿಸಲಾದ ಪಠ್ಯದಲ್ಲಿ ತಾಳೆಯಾಗದ ಉದ್ಧರಣಚಿಹ್ನೆಗಳು"
@@ -863,37 +861,37 @@ msgstr "child pipe (%s) ನಿಂದ ಓದುವಲ್ಲಿ ವಿಫಲತೆ
msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' ಕೋಶಕ್ಕೆ ಬದಲಾಯಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "child ಪ್ರಕ್ರಿಯೆ (%s) ಅನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವಲ್ಲಿ ವಿಫಲತೆ"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "ಅಮಾನ್ಯವಾದ ಪ್ರೋಗ್ರಾಂ ಹೆಸರು: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d ದಲ್ಲಿರುವ ಆರ್ಗ್ಯುಮೆಂಟ್ ವೆಕ್ಟರಿನಲ್ಲಿನ ಅಮಾನ್ಯ ಸಾಲು: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "ಪರಿಸರದಲ್ಲಿನ ಅಮಾನ್ಯ ಸಾಲು: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "ಅಮಾನ್ಯ ಕಾರ್ಯಕಾರಿ ಕೋಶ: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "ಸಹಾಯಕ ಪ್ರೊಗ್ರಾಂ (%s) ಅನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವಲ್ಲಿ ವಿಫಲತೆ"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1135,7 +1133,7 @@ msgstr "%s ಗೆ ಬಹಳ ದೊಡ್ಡದಾದ ಎಣಿಕೆ ಮೌಲ
msgid "Stream is already closed"
msgstr "ಸ್ಟ್ರೀಮ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "ಕಾರ್ಯವು ರದ್ದುಗೊಂಡಿದೆ"
@@ -1157,34 +1155,34 @@ msgstr "%s ಬಗೆ"
msgid "Unexpected early end-of-stream"
msgstr "ಸ್ಟ್ರೀಮ್‍ನ ಅನಿರೀಕ್ಷಿತ ಕ್ಷಿಪ್ರ ಅಂತ್ಯ"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "ಹೆಸರಿಸಲಾಗದ"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "ಗಣಕತೆರೆ ಕಡತವು Exec ಕ್ಷೇತ್ರವನ್ನು ಸೂಚಿಸಿಲ್ಲ"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "ಅನ್ವಯಕ್ಕೆ ಅಗತ್ಯವಿರುವ ಟರ್ಮಿನಲ್‍ ಅನ್ನು ಪತ್ತೆಮಾಡಲಾಗಲಿಲ್ಲ"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ಬಳಕೆದಾರ ಅನ್ವಯ ಸಂರಚನಾ ಫೋಲ್ಡರ್ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s"
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ಬಳಕೆದಾರ MIME ಸಂರಚನಾ ಫೋಲ್ಡರ್ %s ಅನ್ನು ರಚಿಸಲಾಗಿಲ್ಲ: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ಬಳಕೆದಾರನ ಡೆಸ್ಕ್‍ಟಾಪ್ ಕಡತ %s ಅನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "%s ಗಾಗಿನ ಕಸ್ಟಮ್ ವಿವರಣೆ"
@@ -1198,10 +1196,10 @@ msgid "drive doesn't implement polling for media"
msgstr "ಮಾಧ್ಯಮಕ್ಕಾಗಿ ಪೋಲ್ ಮಾಡುವುದನ್ನು ಡ್ರೈವ್ ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "ಕಾರ್ಯವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
@@ -1234,37 +1232,37 @@ msgstr "ಸೂಚಿತ ಕಡತವು ಅಸ್ತಿತ್ವದಲ್ಲಿ
msgid "Can't recursively copy directory"
msgstr "ಕೋಶವನ್ನು ಪುನರಾವರ್ತಿತವಾಗಿ ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "ಅಮಾನ್ಯವಾದ ಸಿಮ್‍ಲಿಂಕ್ ಮೌಲ್ಯವನ್ನು ಒದಗಿಸಲಾಗಿದೆ"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "ಟ್ರ್ಯಾಶ್ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ಕಡತದ ಹೆಸರುಗಳು '%c' ಅನ್ನು ಹೊಂದುವಂತಿಲ್ಲ"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "ಪರಿಮಾಣವು ಆರೋಹಿಸುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "ಈ ಪುಟವನ್ನು ನಿಭಾಯಿಸಲು ಯಾವುದೆ ಅನ್ವಯವು ಅನುಸ್ಥಾಪಿತಗೊಂಡಿಲ್ಲ"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "ಎನ್ಯುಮರೇಟರ್ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರಿನಲ್ಲಿ ಕಾರ್ಯವು ಬಾಕಿ ಇದೆ"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "ಕಡತ ಎನ್ಯುಮರೇಟರ್ ಈಗಾಗಲೆ ಮುಚ್ಚಲ್ಪಟ್ಟಿದೆ"
@@ -1443,64 +1441,62 @@ msgstr "'%s' ಕಡತವನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್
msgid " (invalid encoding)"
msgstr " (ಅಮಾನ್ಯ ಸಂಕೇತಿಕರಣ)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ಕಡತ ಡಿಸ್ಕ್ರಿಪ್ಟರನ್ನು ವ್ಯಕ್ತಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint32 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (uint64 ಅನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "ಅಮಾನ್ಯವಾದ ವೈಶಿಷ್ಟ್ಯದ ಬಗೆ (ಬೈಟ್ ಸಾಲನ್ನು ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "ಮಾಲಿಕನನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "ಸಾಂಕೇತಿಕಕೊಂಡಿಯು ಶೂನ್ಯವಾಗಿರುವಂತಿಲ್ಲ"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "ಸಾಂಕೇತಿಕ ಕೊಂಡಿಯನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: ಕಡತವು ಒಂದು ಸಾಂಕೇತಿಕಕೊಂಡಿಯಾಗಿಲ್ಲ"
#: gio/glocalfileinfo.c:2063
#, fuzzy, c-format
#: gio/glocalfileinfo.c:2067
#, fuzzy
msgid "SELinux context must be non-NULL"
msgstr "ಸಾಂಕೇತಿಕಕೊಂಡಿಯು ಶೂನ್ಯವಾಗಿರುವಂತಿಲ್ಲ"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "ಮಾಲಿಕನನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹೊಂದಿಸುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ"
@@ -1668,14 +1664,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, 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:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "ಯುನಿಕ್ಸ್ ಅನ್ನು ಮುಚ್ಚುವಲ್ಲಿ ದೋಷ: %s"
@@ -1684,12 +1680,12 @@ msgstr "ಯುನಿಕ್ಸ್ ಅನ್ನು ಮುಚ್ಚುವಲ್ಲ
msgid "Filesystem root"
msgstr "ಕಡತವ್ಯವಸ್ಥೆ ಮೂಲ"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "ಯುನಿಕ್ಸ್‍ಗೆ ಬರೆಯುವಲ್ಲೆ ದೋಷ: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "ಪರಿಮಾಣವು ಹೊರ ತಳ್ಳುವುದನ್ನು ಕಾರ್ಯಗತಗೊಳಿಸುವುದಿಲ್ಲ"

207
po/ko.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-09-04 20:59+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"
@@ -88,7 +88,7 @@ msgstr "이름이 '%s'인 어떤 프로그램도 '%s'에 대한 북마크를 등
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "URI '%s'을(를) 사용해 '%s' 실행줄 확장하기에 실패했습니다"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "문자셋 '%s'에서 '%s'(으)로 변환은 지원되지 않습니다"
@@ -98,14 +98,14 @@ msgstr "문자셋 '%s'에서 '%s'(으)로 변환은 지원되지 않습니다"
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "변환 입력에서 잘못된 바이트 순서"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "변환중 오류: %s"
@@ -234,48 +234,48 @@ msgstr "템플리트 '%s'이(가) 잘못되었습니다, '%s'이(가) 들어 있
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "템플리트 '%s'에 XXXXXX가 없습니다"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "심볼릭 링크 '%s' 읽기 실패: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "심볼릭 링크를 지원하지 않습니다"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "`%s'에서 `%s'(으)로 변환하는 변환기를 열 수 없음: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "읽기 버퍼에서 변환되지 않은 데이터를 남겨둠"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "일부 문자에서 채널 끝냄"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_endi로 raw 읽기를 할 수 없습니다"
@@ -289,17 +289,17 @@ msgstr "파일 '%s' 열기 실패: dopen() 실패: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "파일 '%s' 매핑 실패: mmap() 실패: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d째 줄 %d 문자에서 오류: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "%d째 줄에서 오류: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
@@ -307,7 +307,7 @@ msgstr ""
"&apos; 입니다"
# FIXME: "escape"라는 동사를 번역?
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -318,18 +318,18 @@ msgstr ""
"작합니다. 이 & 기호가 엔티티에 사용되는 것이 아닌 경우에는, &amp; 라고 쓰십"
"시오"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "문자 '%s'은(는) 엔티티 이름에서 올바르지 않습니다"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "엔티티 이름 '%s'이(가) 알려져 있지 않습니다"
# FIXME: "escape"라는 동사를 번역?
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -338,7 +338,7 @@ msgstr ""
"고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 &amp; 라고쓰"
"십시오"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -347,16 +347,16 @@ msgstr ""
"'%-.*s'의 구문 해석에 실패했습니다. 문자 참조에는 숫자를 써야 합니다 (예를 "
"들어 &#234;) - 숫자가 너무 클 수도 있습니다"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "문자 참조 '%-*s'에 대응되는 문자는 허용되지 않습니다"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "문자 참조가 비어 있습니다; &#454;처럼 숫자를 써야 합니다"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -366,32 +366,32 @@ msgstr ""
"려고 하지 않은 곳에서 & 기호를 사용한 경우일 것입니다 - 이런 경우 &amp; 라고"
"쓰십시오"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "엔티티 참조가 미완성입니다"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "문자 참조가 미완성입니다"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "잘못된 UTF-8 인코딩된 텍스트 - 너무 시퀀스가 깁니다"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "잘못된 UTF-8 인코딩된 텍스트 - 시작 문자가 아닙니다"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "잘못된 UTF-8 인코딩된 텍스트 - '%s' 부분이 올바르지 않습니다"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "문서는 엘리먼트로 시작하여야 합니다 (예 <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -400,7 +400,7 @@ msgstr ""
"'%s'은(는) '<' 문자 다음에 쓸 수 없습니다; 이 문자로는 엘리먼트 이름을 시작"
"할 수 없습니다"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -408,7 +408,7 @@ msgid ""
msgstr ""
"이상한 문자 '%s'. 빈 엘리먼트 '%s' 태그를 끝내는 '>' 문자가 나타나야 합니다"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -416,7 +416,7 @@ msgstr ""
"이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 이름 '%2$s' 다음에 '='이 나"
"타나야 합니다"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"나, 애트리뷰트가 나와야 합니다; 아마도 애트리뷰트 이름에 잘못된 문자를 쓴 경"
"우일 것입니다"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -436,7 +436,7 @@ msgstr ""
"이상한 문자 '%1$s'. 엘리먼트 '%3$s'의 애트리뷰트 '%2$s'의 값을 부여할 때 = "
"기호 다음에 따옴표가 나타나야 합니다"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -445,7 +445,7 @@ msgstr ""
"'%s'은(는) '</' 다음에 쓸 수 있는 문자가 아닙니다; '%s'은(는) 엘리먼트 이름"
"을 시작할 수 없습니다"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -454,25 +454,25 @@ msgstr ""
"'%s'은(는) 엘리먼트 '%s'을(를) 닫은 다음에 쓸 수 있는 문자가 아닙니다; '>' 문"
"자를 쓸 수 있습니다"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' 엘리먼트는 닫혔고, 현재 아무 엘리먼트도 열려 있지 않습니다"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' 엘리먼트는 닫혔고, 현재 열려 있는 엘리먼트는 '%s'입니다"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "문서가 비어있거나 공백문자만 들어 있습니다"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "'<' 바로 다음에 문서가 갑작스럽게 끝났습니다"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -481,7 +481,7 @@ msgstr ""
"엘리먼트가 열려 있는 상태로 문서가 갑작스럽게 끝났습니다 - 마지막에 열려 있"
"던 엘리먼트는 '%s'입니다"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -489,19 +489,19 @@ msgid ""
msgstr ""
"문서가 갑작스럽게 끝났습니다. <%s/> 태그를 끝내는 > 기호가 나타나야 합니다"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "엘리먼트 이름에서 문서가 갑작스럽게 끝났습니다"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "에트리뷰트 이름에서 문서가 갑작스럽게 끝났습니다"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "엘리먼트의 열기 태그 안에서 문서가 갑작스럽게 끝났습니다."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -509,17 +509,17 @@ msgstr ""
"애트리뷰트 이름 다음의 = 기호 다음에서 문서가 갑작스럽게 끝났습니다; 애트리뷰"
"트 값이 없습니다"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "애트리뷰트 값 안에서 문서가 갑작스럽게 끝났습니다"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "엘리먼트 '%s'의 닫기 태그 안에서 문서가 갑작스럽게 끝났습니다"
# FIXME: processing instruction?
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "주석문 혹은 처리 안내자 태그 안에서 문서가 갑작스럽게 끝났습니다"
@@ -826,13 +826,11 @@ msgstr "\"%s\" 대체 문자열을 읽는 중 %lu번째 문자에서 오류가
# g_shell_unquote()에 쓰임. shell의 quoted text를 raw string으로 바꾸는 기능
# FIXME: "quoted"라는 말을 어떻게 해야 할 것인가?
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "따옴표된 텍스트가 따옴표로 시작하지 않습니다"
# FIXME: 위 참조, "quoted"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "명령행에서 따옴표가 맞지 않거나 쉘따옴표된 텍스트가 또 있습니다"
@@ -871,37 +869,37 @@ msgstr "자식 파이프로 부터 읽기 실패 (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "디렉토리 '%s'(으)로 바꾸기 실패 (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "자식 프로세스 실행 실패 (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "잘못된 프로그램 이름: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "인자에서 잘못된 문자열, %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "환경에서 잘못된 문자열: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "잘못된 현재 디렉토리: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "도움 프로그램 실행 실패 (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1141,7 +1139,7 @@ msgstr "%s에 넘긴 카운트 값이 너무 큽니다"
msgid "Stream is already closed"
msgstr "스트림을 이미 닫았습니다"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "동작이 취소되었습니다"
@@ -1163,34 +1161,34 @@ msgstr "%s 종류"
msgid "Unexpected early end-of-stream"
msgstr "예기치 않게 일찍 스트림이 끝났습니다"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "이름없음"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "desktop 파일에 Exec 필드를 지정하지 않았습니다"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "프로그램에 필요한 터미널을 찾을 수 없습니다"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "사용자 프로그램 설정 폴더(%s)를 만들 수 없습니다: %s"
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "사용자 MIME 설정 폴더(%s)를 만들 수 없습니다: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "%s 사용자 desktop 파일을 만들 수 없습니다"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "%s에 대한 사용자 설정 정의"
@@ -1204,10 +1202,10 @@ msgid "drive doesn't implement polling for media"
msgstr "드라이브가 미디어의 폴링을 구현하지 않았습니다"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "동작을 지원하지 않습니다"
@@ -1240,37 +1238,37 @@ msgstr "대상 파일이 있습니다"
msgid "Can't recursively copy directory"
msgstr "디렉토리를 재귀적으로 복사할 수 없습니다"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "잘못된 심볼릭 링크 값이 주어졌습니다"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "휴지통을 지원하지 않습니다"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "파일 이름에 '%c' 문자가 들어갈 수 없습니다"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "볼륨이 mount를 구현하지 않았습니다"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "이 파일을 처리하는 프로그램을 아무 것도 등록하지 않았습니다"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "이뉴머레이터를 이미 닫았습니다 "
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "파일 이뉴머레이터에 진행 중인 동작이 있습니다"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "파일 이뉴머레이터를 이미 닫았습니다"
@@ -1448,64 +1446,61 @@ msgstr "'%s' 파일의 정보를 읽는 중 오류: %s"
msgid " (invalid encoding)"
msgstr " (잘못된 인코딩)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "파일 디스크립터 정보를 읽는 중 오류: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "잘못된 애트리뷰트 종류 (uint32 필요)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "잘못된 애트리뷰트 종류 (uint64 필요)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "잘못된 애트리뷰트 종류 (바이트 문자열 필요)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "권한 설정 중 오류: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "소유자 설정 중 오류: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "심볼릭 링크는 NULL이 아니어야 합니다"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "심볼릭 링크 설정 중 오류: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "심볼릭 링크 설정 중 오류: 파일이 심볼릭 링크가 아닙니다"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux 컨텍스트는 NULL이 아니어야 합니다"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux 컨텍스트 설정 중 오류: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "이 시스템은 SELinux를 사용하지 않습니다"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s 애트리뷰트 설정은 지원하지 않습니다"
@@ -1670,14 +1665,14 @@ msgstr ""
"이름의 '-' 문자로 줄인 기본값 대체 이름을 사용할 지 여부. 이름이 여러 개 주어"
"진 경우, 처음 나오는 처음 이름 다음은 무시합니다."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, 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:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "유닉스 소켓을 닫는 중 오류: %s"
@@ -1686,12 +1681,12 @@ msgstr "유닉스 소켓을 닫는 중 오류: %s"
msgid "Filesystem root"
msgstr "파일 시스템 루트"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "유닉스 소켓에 쓰는 중 오류: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "볼륨이 eject를 구현하지 않았습니다"

207
po/ku.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2006-04-20 17:33+0000\n"
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
"Language-Team: Kurdish <gnu-ku-wergerandin@lists.sourceforge.net>\n"
@@ -86,7 +86,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Vekirina dosiya '%s' serneket: %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
@@ -96,14 +96,14 @@ msgstr ""
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr ""
@@ -232,48 +232,48 @@ msgstr ""
msgid "Template '%s' doesn't contain XXXXXX"
msgstr ""
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr ""
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr ""
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr ""
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
@@ -287,22 +287,22 @@ msgstr ""
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Di rêza %d tîpa %d de çewtî: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Di rêza %d de çewtî: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -310,91 +310,91 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -402,87 +402,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, 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:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr ""
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -783,12 +783,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr ""
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
@@ -825,37 +823,37 @@ msgstr ""
msgid "Failed to change to directory '%s' (%s)"
msgstr ""
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr ""
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Navê bernameyê nederbasdar e: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr ""
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr ""
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr ""
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1090,7 +1088,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1113,34 +1111,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1154,10 +1152,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1190,37 +1188,37 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1399,64 +1397,61 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Di rêza %d de çewtî: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Di rêza %d de çewtî: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Di rêza %d de çewtî: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1620,14 +1615,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Di rêza %d de çewtî: %s"
@@ -1636,12 +1631,12 @@ msgstr "Di rêza %d de çewtî: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/lt.po
View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: lt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-24 20:36-0400\n"
"Last-Translator: Žygimantas Beručka <zygis@gnome.org>\n"
"Language-Team: Lithuanian <gnome-lt@lists.akl.lt>\n"
@@ -91,7 +91,7 @@ msgstr "Nėra programos pavadinimu „%s“ registravusios „%s“ žymelę"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nepavyko išskleisti vykdomosios eilutės „%s“ su URI „%s“"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Keitimas iš koduotės „%s“ į koduotę „%s“ nepalaikomas"
@@ -101,14 +101,14 @@ msgstr "Keitimas iš koduotės „%s“ į koduotę „%s“ nepalaikomas"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Nepavyko atverti keitiklio iš „%s“ į „%s“"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Klaida keitimo metu: %s"
@@ -237,48 +237,48 @@ msgstr "Šablonas „%s“ klaidingas, jame negali būti „%s“"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Šablone „%s“ nėra XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nepavyko perskaityti simbolinės nuorodos „%s“: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Simbolinės nuorodos nepalaikomos"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nepavyko atverti keitiklio iš „%s“ į „%s“: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Nepakeistų duomenų likučiai skaitymo buferyje"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanalas pasibaigia nepilnu simboliu"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -292,24 +292,24 @@ msgstr "Nepavyko atverti failo „%s“: open() klaida: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nepavyko rasti failo „%s“: mmap() klaida: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Klaida eilutėje %d simbolyje %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Klaida eilutėje %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Aptiktas tuščias elementas '&;'; galimi elementai yra: &amp; &quot; &lt; "
"&gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -320,17 +320,17 @@ msgstr ""
"elemento įvedimą; jei šis ampersendas nėra elemento pradžia, apeikite jį su "
"&amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Simbolis „%s“ nepriimtinas elemento varde"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nežinomas elemento vardas „%s“"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -338,7 +338,7 @@ msgstr ""
"Elementas nepasibaigė kabliataškiu; greičiausiai Jūs panaudojote ampersendo "
"simbolį nepradėdami elemento įvedimo - apeikite ampersendą įvesdami &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -347,16 +347,16 @@ msgstr ""
"Nepavyko apdoroti „%-.*s“, kuris galėjo turėti skaičius simbolio aprašyme "
"(pvz. &#234;) - gal skaičius per didelis"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Simbolio aprašymas „%-.*s“ neatitinka leistinus simbolius"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tuščias simbolio aprašymas; ten turėtų būti skaičiai, pvz. &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -366,32 +366,32 @@ msgstr ""
"ampersendo simbolį nepradėdami elemento įvedimo - apeikite ampersendą "
"įvesdami &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Nebaigtas elemento aprašymas"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Nebaigtas simbolio aprašymas"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Klaidingai koduotas UTF-8 tekstas per ilga seka"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Klaidingai koduotas UTF-8 tekstas ne pradžios simbolis"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Klaidingai koduotas UTF-8 tekstas netinkamas „%s“"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentas turėtų prasidėti elementu (pvz. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -399,7 +399,7 @@ msgid ""
msgstr ""
"„%s“ negali būti rašomas po „<“ simbolio; jis nepradeda jokio elemento vardo"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -408,7 +408,7 @@ msgstr ""
"Neįprastas simbolis „%s“, tikėtasi sulaukti „>“ simbolio, užbaigiančio "
"tuščią elementą „%s“"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -416,7 +416,7 @@ msgstr ""
"Neįprastas simbolis „%1$s“, tikėtasi sulaukti „=“ po elemento „%3$s“ požymio "
"vardo „%2$s“"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"užbaigiančių elementą „%s“, arba papildomo požymio; gal Jūs panaudojote "
"netinkama simbolį požymio varde"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -436,7 +436,7 @@ msgstr ""
"Neįprastas simbolis „%1$s“, po lygybės tikėtasi sulaukti atidarančio "
"citavimo simbolio pradedant „%3$s“ elemento „%2$s“ požymio reikšmę"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -445,7 +445,7 @@ msgstr ""
"„%s“ negali būti rašomas po simbolių „</“; „%s“ negali būti kokio nors "
"elemento vardu"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -454,29 +454,29 @@ msgstr ""
"„%s“ negali būti rašomas po uždarančio elemento vardo „%s“; leistinas "
"simbolis yra „>“"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
"Elemento „%s“ uždarymo simbolis sutiktas anksčiau už elemento atidarymo "
"simbolį"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Sutiktas elemento „%s“ uždarymo simbolis, tačiau šiuo metu atidarytas kitas "
"elementas „%s“"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentas tuščias arba susideda tik iš tarpų"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentas netikėtai pasibaigė tuoj po atidarančių skliaustų '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -485,7 +485,7 @@ msgstr ""
"Dokumentas netikėtai pasibaigė neuždarius dalies elementų - „%s“ yra "
"paskutinis atviras elementas"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -494,19 +494,19 @@ msgstr ""
"Dokumentas netikėtai pasibaigė, nesulaukta uždarančių skliaustų simbolio <%s/"
">"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentas netikėtai pasibaigė elemento varde"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentas netikėtai pasibaigė požymio varde"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentas netikėtai pasibaigė elemento atvėrimo žyme."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -514,16 +514,16 @@ msgstr ""
"Dokumentas netikėtai pasibaigė lygybės simboliu einančio po požymio vardo; "
"nerasta požymio reikšmė"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentas netikėtai pasibaigė požymio verte"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumentas netikėtai pasibaigė elemento „%s“ uždarančiame simbolyje"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentas netikėtai pasibaigė komentaruose arba apdorojimo instrukcijose"
@@ -825,12 +825,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Klaida apdorojant pakeitimo tekstą „%s“ ties simboliu %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Cituojamas tekstas neprasideda citavimo ženklu"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Nesutampantis citavimo simbolis komandinėje eilutėje arba kitame terpės "
@@ -873,37 +871,37 @@ msgstr "Nepavyko perskaityti duomenų iš antrinio konvejerio (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nepavyko pakeisti į aplanką „%s“ (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nepavyko paleisti antrinio proceso (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Netinkamas programos pavadinimas: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Netinkama seka argumento vektoriuje, pozicijoje %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Netinka seka aplinkoje: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Netinkamas darbinis aplankas: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Nepavyko paleisti pagalbinės programos (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1149,7 +1147,7 @@ msgstr "Per didelė skaičiavimo reikšmė perduota %s"
msgid "Stream is already closed"
msgstr "Srautas jau užvertas"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operacija nutraukta"
@@ -1171,34 +1169,34 @@ msgstr "%s tipas"
msgid "Unexpected early end-of-stream"
msgstr "Netikėta ankstyva srauto pabaiga"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nepavadinta"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Darbalaukio failas nenurodė Exec lauko"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Nerastas terminalas, reikalingas programai"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Nepavyko sukurti naudotojo nustatymų aplanko %s: %s"
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Nepavyko sukurti naudotojo MIME nustatymų aplanko %s: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Nepavyko sukurti naudotojo darbalaukio failo %s"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Specialus apibrėžimas %s"
@@ -1212,10 +1210,10 @@ msgid "drive doesn't implement polling for media"
msgstr "įrenginys nerealizuoja laikmenos tikrinimo užklausimo"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operacija nepalaikoma"
@@ -1248,37 +1246,37 @@ msgstr "Nurodytas failas jau egzistuoja"
msgid "Can't recursively copy directory"
msgstr "Negalima rekursyviai kopijuoti aplanko"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Netaisyklinga simbolinės nuorodos reikšmė"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Šiukšlės nepalaikomos"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Failų varduose negali būti '%c'"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "skirsnis nepalaiko prijungimo"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Nėra programos, priregistruotos kaip skaitančios šį failą"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Enumeratorius užvartas"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Failų enumeratoriui liko neatlikta operacija"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Failų enumeratorius jau užvertas"
@@ -1456,64 +1454,61 @@ msgstr "Klaida skaitant failo „%s“ informaciją: %s"
msgid " (invalid encoding)"
msgstr " (netaisyklinga koduotė)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Klaida skaitant failo deskriptoriaus informaciją: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Klaidingas atributo tipas (tikimasi uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Klaidingas atributo tipas (tikimasi uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Klaidingas atributo tipas (tikimasi baitų sekos)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Klaida nustatant teises: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Klaida nustatant savininką: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "Simbolinė nuoroda turi būti netuščia"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Klaida nustatant simbolinę nuorodą: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "Klaida nustatant simbolinę nuorodą: failas nėra simbolinė nuoroda"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux kontekstas būti nelygus NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Klaida nustatant SELinux kontekstą: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux šioje sistemoje neįjungtas"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Atributo %s nustatymas nepalaikomas"
@@ -1679,14 +1674,14 @@ msgstr ""
"pavadinimą ties „-“ simboliais. Pavadinimai po pirmojo, jei duoti keli, "
"ignoruojami."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Klaida skaitant unix: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Klaida užveriant unix: %s"
@@ -1695,12 +1690,12 @@ msgstr "Klaida užveriant unix: %s"
msgid "Filesystem root"
msgstr "Failų sistemos šaknis"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Klaida rašant į unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "skirsnis nerealizuoja išstūmimo"

207
po/lv.po
View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2002-12-19 01:04+0200\n"
"Last-Translator: Artis Trops <hornet@navigator.lv>\n"
"Language-Team: Latvian <ll10nt@os.lv>\n"
@@ -85,7 +85,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Neizdevās izveidot failu '%s': %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konversija no rakstzīmju kopas '%s' uz '%s' nav atbalstīta"
@@ -95,14 +95,14 @@ msgstr "Konversija no rakstzīmju kopas '%s' uz '%s' nav atbalstīta"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Nevarēju atvērt konvertātoru no '%s' uz '%s': %s"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Kļūda konversējot: %s"
@@ -231,48 +231,48 @@ msgstr "Veidne '%s' nepareizs, nedrīkstētu saturēt '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Veidne '%s' nebeidzas ar XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Neizdevās izveidot failu '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nevarēju atvērt konvertātoru no `%s' uz '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Pāpalikušie nepārveidotie dati nolasīšanas buferī"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanāls pārtrūkst daļējā rakstzīmē"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -286,24 +286,24 @@ msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nevarēju atvērt '%s': fdopen() neizdevās: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Kļūda rindā %d rakstzīme %d: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Kļūda rindā %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Pamanīta tukša entītija '&;'; derīgas entītijas ir: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -314,17 +314,17 @@ msgstr ""
"entītiju; ja šī zīme netiek atbalstīta, lai būtu entītija, aizvieto to ar "
"&amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Rakstzīme '%s' nav derīga entītijas nosaukumā"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entītijas nosaukums \"%s\" nav zināms"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -332,7 +332,7 @@ msgstr ""
"Entītija nebeidzās ar semikolu; visdrīzāk jūs lietojāt & zīmi bez nodoma "
"sākt entītiju - aizvieto & zīmes ar &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -341,16 +341,16 @@ msgstr ""
"Nevarēju parsēt '%s', kur vajadzētu būt ciparam iekš rakstzīmes atsauces "
"(&#234; piemēram) - iespējams, ka cipars ir pārāk liels"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Rakstzīmes atsauce '%s' nešifrē atļautu rakstzīmi"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tukša rakstzīmes atsauce; būtu jāiekļauj cipars, kā &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -359,34 +359,34 @@ msgstr ""
"Rakstzīmes atsauce nebeidzās ar semikolu; visdrīzāk jūs lietojāt & zīmi bez "
"nodoma sākt entītiju - aizvieto & zīmes ar &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Nepabeigta entītijas atsauce"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Nepabeigta rakstzīmes atsauce"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Nepareizi kodēts UTF-8 teksts"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Nepareizi kodēts UTF-8 teksts"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Nepareizi kodēts UTF-8 teksts"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentam jāsākās ar elementu (piem., <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -395,7 +395,7 @@ msgstr ""
"'%s' nav atļauta rakstzīme, sekojoša aiz rakstzīmes '<'; tā nedrīkst iesākt "
"elementa vārdu."
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -404,14 +404,14 @@ msgstr ""
"Savāda rakstzīme '%s', gaidīju '>' rakstzīmi, kas nobeigtu sākuma tagu "
"elementam '%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Savāda rakstzīme '%s', gaidīju '=' aiz atribūta nosaukuma '%s' elementam '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -422,7 +422,7 @@ msgstr ""
"tagu elementam '%s' vai fakultatīvi atribūtu; iespējams, jūs lietojāt "
"nepareizu rakstzīmi atribūta nosaukumā"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -431,7 +431,7 @@ msgstr ""
"Savāda rakstzīme '%s', gaidīju atvērtās pēdiņas pēc vienādības zīmes, "
"nosakot vērtību atribūtam '%s' no elementa '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -440,7 +440,7 @@ msgstr ""
"'%s' nav derīga rakstzīme, sekojot rakstzīmēm '</'; '%s' nevar sākt elementa "
"nosaukumu"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -449,25 +449,25 @@ msgstr ""
"'%s' nav derīga rakstzīme, sekojot aizverošā eementa nosaukumam '%s'; "
"atļautā rakstzīme ir '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elements '%s' tika aizvērts, neviens elements pašlaik nav atvērts"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elements '%s' tika aizvērts, bet pašlaik atvērtais elements ir '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokuments bija tukšs vai saturēja tikai tukšu atstarpi"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokuments negaidīti izbeidzās tieši pēc atvērtās stūra iekavas '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -476,7 +476,7 @@ msgstr ""
"Dokuments negaidīti izbeidzās ar joprojām atvērtiem elementiem - '%s' bija "
"pēdējais atvērtais elements"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -485,19 +485,19 @@ msgstr ""
"Dokuments negaidīti izbeidzās, cerēju ieraudzīt aizverošo stūra iekavu, "
"beidzoties ar tagu <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokuments negaidīti izbeidzās iekšā elementa nosaukumā"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokuments negaidīti izbeidzās iekšā atribūta nosaukumā"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokuments negaidīti izbeidzās elementa-atverošajā tagā."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -505,16 +505,16 @@ msgstr ""
"Dokuments negaidīti izbeidzās aiz vienādības zīmes, sekojot atribūta "
"nosaukumam; nav atribūta vētības"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokuments negaidīti izbeidzās kamēr iekšā atribūta vērtībā"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokuments negaidīti izbeidzās iekšā elementa '%s' aizverošajā tagā"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokuments negaidīti izbeidzās iekšā komentārā vai apstrādes instrukcijā"
@@ -822,12 +822,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Citētais teksts nesākas ar jautājuma zīmi"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Neatbilstoša jautājuma zīme komandrindā vai citā čaulas-citētā tekstā"
@@ -866,37 +864,37 @@ msgstr "Nevarēju nolasīt no bērna programkanāla (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nevarēju pāriet uz direktoriju '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nevarēju izpildīt bērnprocesu (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, fuzzy, c-format
msgid "Invalid program name: %s"
msgstr "Nepareizs hostdatora nosaukums"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, fuzzy, c-format
msgid "Invalid string in environment: %s"
msgstr "Nepareiza secība konversijas ievadē "
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, fuzzy, c-format
msgid "Invalid working directory: %s"
msgstr "Kļūda atverot direktoriju '%s': %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, fuzzy, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Nevarēju izpildīt palīga programmu"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1133,7 +1131,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1155,34 +1153,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1196,10 +1194,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1232,37 +1230,37 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1443,64 +1441,61 @@ msgstr "Kļūda nolasot failu '%s': %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Kļūda nolasot failu '%s': %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Kļūda konversējot: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Kļūda konversējot: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Kļūda rindā %d: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Kļūda konversējot: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1665,14 +1660,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Kļūda nolasot failu '%s': %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Kļūda rindā %d: %s"
@@ -1681,12 +1676,12 @@ msgstr "Kļūda rindā %d: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Kļūda konversējot: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/mai.po
View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gedit.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-01-25 13:49+0530\n"
"Last-Translator: Sangeeta Kumari\n"
"Language-Team: <en@li.org>\n"
@@ -88,7 +88,7 @@ msgstr "'%s' क' नामसँ कोनो अनुप्रयोग '%s'
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "अक्षर समूह '%s' सँ '%s' मे परिवर्तन समर्थित नहि अछि"
@@ -98,14 +98,14 @@ msgstr "अक्षर समूह '%s' सँ '%s' मे परिवर्
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "परिवर्तन इनपुटमे अवैध बाइट अनुक्रम"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "परिवर्तनक दौरान त्रुटि: %s"
@@ -234,48 +234,48 @@ msgstr "टैम्पलेट '%s' अवैध अछि. एहिमे '%
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "टैम्पलेट '%s' मे XXXXXX समाहित नहि अछि"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f कि.बा."
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f मे.बा."
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f गी.बा."
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "सिंबालिक लिंक '%s' सँ थीम पढ़बामे असफल %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "सिंबालिक लिंक समर्थित नहि अछि"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' सँ '%s' परिवर्तक नहि खोलल जाए सकल: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "यहाँ एकटा रा रीड नहि कए सकैत g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "रीड बफर मे बचल अपरिवर्तित आँकड़ा"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "आंशिक अक्षर मे चैनल समाप्त होइछ"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "यहाँ एकटा रा रीड नहि कए सकैत - g_io_channel_read_to_end"
@@ -289,22 +289,22 @@ msgstr "फाइल '%s' खोलबामे असफल: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' फाइल चित्रित करबामे विफल: mmap() विफल: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr ""
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "पँक्ति %d पर त्रुटि: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "रिक्त एंटिटी '&;' देखलक; वैध एंटिटी अछि: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -314,17 +314,17 @@ msgstr ""
"एकटा एंटिटी क' प्रारंभमे अक्षर '%s' वैध नहि अछि आओर & अक्षर एकटा एंटिटीकेँ प्रारंभ करैत "
"अछि. जँ ई एम्परसेंड एकटा एंटिटी नहि अछि तँ एकरा एहिना एस्केप करू &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "अक्षर '%s' एकटा एंटिटी नाम क' भीतर वैध नहि अछि"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "एंटिटी नाम '%s' ज्ञात नहि अछि"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -332,7 +332,7 @@ msgstr ""
"एंटिटी अर्धविराम पर समाप्त नहि होइछ, बेसी संभव अछि जे अहाँ एम्परसेन्ड अक्षर क' प्रयोग "
"कएनए छी आओर एकटा एंटिटी प्रारंभ नहि कएनाइ चाहैत छी- एम्परसेंड केँ एहिना एस्केप करू: &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -341,16 +341,16 @@ msgstr ""
"'%-.*s' क' विश्लेषण करबामे असफल, जे अक्षर संदर्भ क' भीतर एकटा अँक होनाइ चाही (उदाहरण "
"क लेल, &#234) - साइत अँक बेसी पैघ अछि"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "संप्रतीक संदर्भ '%-.*s' एकटा अनुमति प्राप्त संप्रतीक केँ एनकोड नहि करैत अछि"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "रिक्त अक्षर संदर्भ, अँक जहिना &#454 सम्मिलित अवश्य होएबाक चाही;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -360,52 +360,52 @@ msgstr ""
"अक्षर क' उपयोग कएनए छी पर एकटा एंटिटी केँ प्रारंभ कएनाइ नहि चाहैत छी - एम्परसेंड केँ "
"एस्केप करू एहिना &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "अपूर्ण एंटिटी संदर्भ"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "अपूर्ण अक्षर संदर्भ"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "दस्ताबेज एकटा अवयव क' नामसँ प्रारंभ होनाइ चाही (उदाहरण क' लेल- <पुस्तक>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "< क' पश्चात आबल '%s' एकटा वैध वर्ण नहि अछि. ई अवयव नामसँ प्रारंभ नहि होइछ"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "विषम अक्षर '%s', प्रत्याशित अछि एकटा '=' लक्षण नाम '%s' अवयव '%s' क' पश्चात"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -416,7 +416,7 @@ msgstr ""
"प्रत्याशित, अथवा विकल्पतः एकटा गुण; साइत अहाँ गुण नाममे एकटा अमान्य संप्रतीक क' प्रयोग "
"कएनए छी"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -425,7 +425,7 @@ msgstr ""
"पुरान अक्षर '%s', जखन विशेषता '%s', अवयव '%s' क' मान देल जाइत अछि तँ बराबर चिह्नक "
"बाद एकटा खुलल कोट चिह्न वांछित अछि"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -434,7 +434,7 @@ msgstr ""
"'%s' एकटा वैध अक्षर नहि अछि अक्षर '</' क' बाद; '%s' एकटा अवयव नाम सँ प्रारंभ नहि "
"होइछ"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -442,25 +442,25 @@ msgid ""
msgstr ""
"'%s' एकटा वैध अक्षर नहि अछि क्लोज़ अवयव नाम '%s' क' बाद; स्वीकार्य अक्षर अछि '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "अवयव '%s' बन्द छला, कोनो अवयव वर्तमानमे खुलल नहि अछि"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "दस्ताबेज '%s' बन्द छला, मुदा वर्तमान खुलल अवयव अछि '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "दस्ताबेज खाली छला अथवा ओकरामे सिर्फ श्वेत रिक्ति छला"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूप सँ एकटा खुलल एंगल ब्रेकेट '<' क' पश्चाते भ' गेल"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -469,7 +469,7 @@ msgstr ""
"दस्ताबेज क' अंत अप्रत्याशित रूप सँ अवयवसभ क' खुलल हए पर भ' गेल - '%s' अंतिम खुलल अवयव "
"छला"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -478,19 +478,19 @@ msgstr ""
"दस्ताबेज क' अंत अप्रत्याशित रूप सँ भ' गेल, वांछित छला देखनाइ टैगकेँ बन्द करैत एकटा क्लोज एंगल "
"ब्रेकेट <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूपसँ अवयव नाम क' भीतर भ' गेल"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूप सँ विशेषता नाम क' भीतर भ' गेल"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूपसँ अवयव-खोलबाक टैगक भीतर भ' गेल."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -498,16 +498,16 @@ msgstr ""
"दस्ताबेज क' अंत अप्रत्याशित रूपसँ बराबर क' चिह्न क' बाद एकटा विशेषता नाम क' पश्चात भ' "
"गेल; कोनो विशेषता मान नहि"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूपसँ विशेषता मान क' भीतर भ' गेल"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूपसँ अवयव '%s' लेल बन्द टैग क' भीतर भ' गेल"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "दस्ताबेज क' अंत अप्रत्याशित रूपसँ टिप्पणी अथवा प्रक्रिया निर्देश क' भीतर भ' गेल"
@@ -808,12 +808,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "कोटेड पाठ कोटेशन चिह्न क' सँग प्रारंभ नहि होइछ"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "कमाँड पंक्तिमे मेल नहि खाएत उद्धरण चिह्न अथवा आन शैल-कोटेड पाठ"
@@ -850,37 +848,37 @@ msgstr "चाइल्ड पाइप (%s) सँ पढ़बामे अस
msgid "Failed to change to directory '%s' (%s)"
msgstr "निर्देशिका '%s' (%s) पर बदलबामे असफल"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "शिशु प्रक्रिया (%s) कार्यान्वित करबामे असफल"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "अवैध प्रोग्राम नाम: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d पर तर्क सदिशमे अवैध स्ट्रिंग: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "वातावरणमे अवैध स्ट्रिंग: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "अवैध कार्यशील निर्देशिका: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "हेल्पर प्रोग्राम (%s) कार्यान्वित करबामे असफल"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1118,7 +1116,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "ऑपरेशन रद्द छल"
@@ -1140,34 +1138,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "बेनाम"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1181,10 +1179,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "ऑपरेशन समर्थित नहि अछि"
@@ -1217,37 +1215,37 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1425,64 +1423,61 @@ msgstr ""
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr ""
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr ""
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr ""
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr ""
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1645,14 +1640,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, 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:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr ""
@@ -1661,12 +1656,12 @@ msgstr ""
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr ""
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/mg.po
View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLIB VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2007-03-03 19:00+0300\n"
"Last-Translator: Fanomezana Rajaonarisoa <fano@isvtec.com>\n"
"Language-Team: MALAGASY <i18n-malagasy-gnome@gna.org>\n"
@@ -85,7 +85,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Tsy voavaky ny rohy misolotena '%s': %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Tsy raisina an-tànana ny famadihan'amboara-marika '%s' ho '%s'"
@@ -95,14 +95,14 @@ msgstr "Tsy raisina an-tànana ny famadihan'amboara-marika '%s' ho '%s'"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Tsy voasokatra ny mpanova rakitra '%s' ho '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Tsy mitombina filaharan'ny byte amin'ny zavatra ovaina"
#: 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:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Nisy olana teo am-panovana: %s"
@@ -234,49 +234,49 @@ msgstr "Tsy mitombina ny lasitra '%s'; tsy tokony hisy '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Tsy misy XXXXXX ny lasitra '%s'"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Tsy voavaky ny rohy misolotena '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Tsy raisina an-tànana ny rohy misolotena"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Tsy voasokatra ny mpanova rakitra '%s' ho '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Misy ambina data tsy voaova ao anatin'ny buffern'ny famakiana"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Marika tsy feno no mamarana ilay canal"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -290,23 +290,23 @@ msgstr "Tsy voasokatra ny rakitra '%s': tsy nahomby ny open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Tsy voamap ny rakitra '%s': tsy nahomby ny mmap(): %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Misy tsy fetezana amin'ny andalana %d marika %d: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Nahita ary '&;' foana; ireto no fidirana ekena: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -317,17 +317,17 @@ msgstr ""
"anaran'ny ary. Raha toa ka tsy raisin'ny ary iray an-tànana io marika io "
"(&), dia ataovy &amp; mba ialana izany"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Tsy mety atao amin'ny anaran'ary ny marika '%s'"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Tsy fantatra ny anaran'ary '%s'"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -336,7 +336,7 @@ msgstr ""
"hampiasa esperluette hanombohana ary angamba ianao - esperluette fialana toy "
"ny &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -345,16 +345,16 @@ msgstr ""
"Tsy voazarazara ny '%-.*s' izay tokony ho isa anaty fiantsoana marika "
"(&#234, ohatra). Mety lehibe loatra angamba ilay isa."
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tsy manafango marika azo ampiasaina ny fiantsoana marika '%-.*s'"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Fiantsoana marika foana; tokony hisy isa toy ny &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -364,35 +364,35 @@ msgstr ""
"nihevitra hampiasa esperluette hanombohana ary angamba ianao - esperluette "
"fialana toy ny &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Fiantsoana ary tsy vita"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Fiantsoana marika tsy vita"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Lahabolana voafango UTF-8 tsy mitombina"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Lahabolana voafango UTF-8 tsy mitombina"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Lahabolana voafango UTF-8 tsy mitombina"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
"Tsy maintsy manomboka amina singantaharo ilay tahirin-kevitra (oh. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -401,7 +401,7 @@ msgstr ""
"Tsy mety atao aorian'ny marika '<' ny marika '%s'. Tsy mety anombohana "
"anaran-tsingataharo io"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -410,7 +410,7 @@ msgstr ""
"Marika '%s' hafahafa; nanantena marika '>' hamarana ny tag manomboka ny "
"singantaharo '%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -418,7 +418,7 @@ msgstr ""
"Marika '%s' hafahafa; nanantena '=' aorian'ny anaran'ny marika manokana '%s' "
"amin'ny singantaharo '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -429,7 +429,7 @@ msgstr ""
"ny singantaharo '%s', na koa marika manokana iray. Mety nampiasa marika tsy "
"ekena amin'ny anarana marika manokana angamba ianao."
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -438,7 +438,7 @@ msgstr ""
"Marika '%s' hafahafa; nanantena farango manokatra aorian'ny mira rehefa "
"manome ny sanda ny marika manokana '%s' amin'ny singantaharo '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -447,7 +447,7 @@ msgstr ""
"Tsy mety atao aorian'ny marika '</' ny marika '%s'. Tsy mety anombohana "
"anaran-tsingantaharo ny '%s'."
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -456,27 +456,27 @@ msgstr ""
"'%s' dia tsy mety atao aorian'ny anaran'ny singantaharo mamarana ny marika '%"
"s'. '>' no marika mety atao eo"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Nofaranana ny singantaharo '%s'; tsy misy singantaharo misokatra izao"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Nofaranana ny singantaharo '%s', fa '%s' no singantaharo misokatra izao"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Foana na tsy misy afa-tsy elanelana ilay tahirin-kevitra"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Nifarana tampoka taoriana fonon-teny kitso loha '<' ilay tahirin-kevitra"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -485,7 +485,7 @@ msgstr ""
"Nifarana tampoka ilay tahirin-kevitra nefa misy singantaharo mbola "
"misokatra; '%s' no singantaharo farany nisokatra"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -494,20 +494,20 @@ msgstr ""
"Nifarana tampoka ilay singantaharo; nanantena fonon-teny kitso loha mamarana "
"ny tag <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Nifarana tampoka tanaty anaran-tsingataharo ilay tahirin-kevitra"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Nifarana tampoka tanaty tag manomboka singantaharo ilay tahirin-kevitra."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -515,19 +515,19 @@ msgstr ""
"Nifarana tampoka taorian'ny mira manaraka anarana marika manokana ilay "
"tahirin-kevitra; tsy misy sanda-marika manokana"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Nifarana tampoka ilay tahirin-kevitra raha mbola tanaty sanda-marika manokana"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Nifarana tampoka tanatin'ny tag mamarana ny singantaharo '%s' ilay tahirin-"
"kevitra"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Nifarana tampoka tanaty teny fanampiny na torolàlana fikirakirana ilay "
@@ -837,12 +837,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Tsy manomboka amin'ny farango ny teny nalaina"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Tsy mifamaly ny farango anaty lazam-baiko na lahabolana hafa tonon'ny akora"
@@ -883,37 +881,37 @@ msgstr "Tsy voavaky ny mpiatin'ny fantson'ny zanaka (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Tsy nahomby ny fanovana lahatahiry ho '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Tsy nahavita nanatanteraka ny fizotra zanaka (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Anaran-drindranasa diso: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Tsy mitombina ny laha-dazan'ny mpitondra tondriky amin'ny %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Tsy mitombina ny laha-daza anatin'ny tontolo: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Lahatahiry fiasana tsy mitombina: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Tsy nahavita nandefa ny rindranasa mpanampy (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1163,7 +1161,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1186,34 +1184,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1227,10 +1225,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Tsy raisina an-tànana ny rohy misolotena"
@@ -1264,40 +1262,40 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Tsy raisina an-tànana ny rohy misolotena"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
#, 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:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1478,64 +1476,61 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Nisy olana teo am-panovana: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Nisy olana teo am-panovana: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Nisy olana teo am-panovana: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Tsy raisina an-tànana ny rohy misolotena"
@@ -1701,14 +1696,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
@@ -1717,12 +1712,12 @@ msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Nisy olana teo am-pizarazarana ny safidy %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

208
po/mk.po
View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.mk\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-02-04 04:11+0100\n"
"Last-Translator: Jovan Naumovski <jovan@lugola.net>\n"
"Language-Team: Macedonian <mkde-l10n@lists.sourceforge.net>\n"
@@ -92,7 +92,7 @@ msgstr "Нема апликација со име „%s“ која регист
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Не успеав да ја проширам линијата за извршување „%s“ со URI „%s“"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Конвертирањето од %s' во „%s“ не е поддржано"
@@ -102,14 +102,14 @@ msgstr "Конвертирањето од %s' во „%s“ не е поддр
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Невалидна секвенца на бајти во влезот на конвертирањето"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Грешка при конвертирање: %s"
@@ -243,48 +243,48 @@ msgstr "Мострата „%s“ е невалидна, не треба да с
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Мострата „%s“ не содржи со XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Не успеав да ја прочитам симболичката врска „%s“: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Симболичките врски не се поддржани"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Не можам да го отворам конверторот од „%s“ до „%s“: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Не можам да направам грубо читање во g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Преостанати неконвертирани податоци во баферот за читање"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Каналот се терминира во парцијален карактер"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Неможам да читам во g_io_channel_read_to_end"
@@ -298,24 +298,24 @@ msgstr "Не успеав да ја отворам датотеката „%s“
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Не успеав да ја означам датотеката „%s“: mmap() не успеа: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Грешка на линија %d знак %d"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка на линија %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Празен ентитет '&;' видени; валидни ентитети се: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -325,17 +325,17 @@ msgstr ""
"Карактерот „%s“ претставува невалиден почеток на име на ентитет, карактерот "
"& го започнува ентитетот;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Карактерот „%s“ не е валиден внатре во името на ентитетот"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Името на ентитетот „%s“ е познато"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -343,7 +343,7 @@ msgstr ""
"Ентитетот не заврши со полуколоната; најверојатно сте користеле симбол без "
"намера да започнете ентитет - избегнете го симболот со &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -353,16 +353,16 @@ msgstr ""
"внатрешен дигитален карактер (на пример, &#234) - најверојатно бројот е "
"преголем"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Параметарот на карактерот '%-.*s' не енкодира забранет карактер"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Параметар за празен карактер; треба да содржи бројка како што е &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -372,32 +372,32 @@ msgstr ""
"користеле симбол без намера да започнете ентитет - одбегнете го симболот со "
"&amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Недовршен параметар за ентитет"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Недовршен параметар за карактер"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Невалиден UTF-8 енкодиран текст - предолга секвенца"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Невалиден UTF-8 енкодиран текст - нема почетен знак"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Невалиден UTF-8 енкодиран текст - невалидно „%s“"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документите мора да започнуваат со елемент (пр. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -405,7 +405,7 @@ msgid ""
msgstr ""
"„%s“ не е валиден карактер по '<' карактер; не може да започне име на елемент"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -414,7 +414,7 @@ msgstr ""
"Чуден карактер „%s“, очекував '>' карактер да го заврши почетниот таг на "
"елементот „%s“"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -422,7 +422,7 @@ msgstr ""
"Чуден карактер „%s“, очекував '=' по името на атрибутот „%s“ од елементот '%"
"s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -432,7 +432,7 @@ msgstr ""
"Чуден карактер „%s“, очекував '>' или '/' за да го затворам почетниот таг на "
"елементот „%s“; можеби сте користеле невалиден карактер во името на атрибутот"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -441,7 +441,7 @@ msgstr ""
"Чуден карактер „%s“, се очекува отворен забележан цитат по еднаквите знаци "
"кога се даваат вредности за атрибутот „%s“· од елементот „%s“·"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -450,7 +450,7 @@ msgstr ""
"„%s“ не е валиден карактер, по карактерите </';·„%s“·не може да започне име "
"на елемент"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -459,26 +459,26 @@ msgstr ""
"„%s“·не е валиден карактер што би можел да доје по името на елементот „%s“, "
"дозволениот карактер е '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елементот „%s“ е затворен. Во моментов не е отворен ниеден елемент"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елементот „%s“ е затворен, но тековно отворениот елемент е „%s“"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Документот е празен или содржи само празни места"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документот заврши неочекувано веднаш по заградата за отворениот агол '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +487,7 @@ msgstr ""
"Документот заврши неочекувано со сеуште отворени елементи - „%s“ беше "
"последниот отворен елемент"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,36 +496,36 @@ msgstr ""
"Документот заврши неочекувано, очекував да видам го видам аголот на "
"заградата за затворање на тагот <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Документот заврши неочекувано внатре во иметп на елементот"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документот заврши неочекувано внатре во името на атрибутот"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документот заврши неочекувано внатре во тагот за отворање на елементи."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "Нема вредност за атрибутот"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
"Документот заврши неочекувано додека беше внатре во вредноста на атрибутот"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Документот заврши неочекувано внатре во тагот за затворање на елементи „%s“"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Документот заврши неочекувано внатре во коментар или инструкција за "
@@ -831,12 +831,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Грешка при парсирањето на текстот за замена „%s“ на знакот %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Цитираниот текст не започнува со знакот за цитирање"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Несовпаѓачки знак за цитирање на командната линија или друг текст цитиран во "
@@ -877,37 +875,37 @@ msgstr "Не успеав да прочитам од под-цевката (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Не успеав да го променам директориумот„%s“ (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Не успеав да го извршам подпроцесот (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Невалидно име на програма: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Невалиден стринг во аргументот за векторот кај %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Невалиден стринг во околината: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Невалиден работен директориум: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Не успеав да ја извршам програмата за помош (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1152,7 +1150,7 @@ msgstr "Преголема бројна вредност дадена на %s"
msgid "Stream is already closed"
msgstr "Стримот е веќе затворен"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Операцијата беше прекината"
@@ -1174,35 +1172,35 @@ msgstr "%s тип"
msgid "Unexpected early end-of-stream"
msgstr "Неочекувано прерано завршување на стрим"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Неименувано"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop датотеката не одреди Exec поле"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "не успеав да најдам терминал потребен за апликација"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Не можам да креирам папка за конфигурација на корисничките апликации %s: %s"
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Не можам да креирам папка за MIME конфигурации %s: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Не можам да креирам корисничка desktop датотека %s"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Сопствена дефиниција на %s"
@@ -1216,10 +1214,10 @@ msgid "drive doesn't implement polling for media"
msgstr "уредот нема имплементирано барање за медиум"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Операцијата не е поддржана"
@@ -1252,37 +1250,37 @@ msgstr "Целната датотека постои"
msgid "Can't recursively copy directory"
msgstr "Не можам рекурзивно да го ископирам директориумот"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Дадена е невалидна вредност за симболичката врска"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Ѓубрето не е поддржано"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Имињата на датотеки не можат да содржат „%c“"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "просторот нема имплементирано монтирање"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Не е регистрирана апликација за справување со оваа датотека"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Енумераторот е затворен"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Енумераторот на датотеки има преголема операција "
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Енумераторот за датотеки веќе е затворен"
@@ -1462,65 +1460,63 @@ msgstr "Грешка во стартувањето на датотеката „
msgid " (invalid encoding)"
msgstr " (невалидно енкодирање)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Грешка во поставувањето на опишувач на датотека: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Невалиден тип на атрибут (се очекуваше uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Невалиден тип на атрибут (се очекуваше uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Невалиден тип на атрибут (се очекуваше низа од бајти)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Грешка во поставувањето на пермисиите: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Грешка при поставувањето на сопственикот: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "симболичката врска не треба да е NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Грешка во поставувањето на симболичката врска: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Грешка при креирањето на симболичката врска: датотеката не е симболичка врска"
#: gio/glocalfileinfo.c:2063
#, fuzzy, c-format
#: gio/glocalfileinfo.c:2067
#, fuzzy
msgid "SELinux context must be non-NULL"
msgstr "симболичката врска не треба да е NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Грешка при поставувањето на сопственикот: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Поставувањето на атрибутот %s не е поддржано"
@@ -1688,14 +1684,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Грешка при читањето од unix: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Грешка во затворањето на unix: %s"
@@ -1704,12 +1700,12 @@ msgstr "Грешка во затворањето на unix: %s"
msgid "Filesystem root"
msgstr "Root на датотечниот систем"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Грешка во запишувањето на unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "просторот нема имплементирано вадење"

208
po/ml.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.ml\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-03-03 17:37+0530\n"
"Last-Translator: Ani Peter <apeter@redhat.com>\n"
"Language-Team: Malayalam <smc-discuss@googlegroups.com>\n"
@@ -89,7 +89,7 @@ msgstr "'%s' എന്ന് പേരുളള ഒരു പ്രയോഗവ
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' എന്ന URI ഉളള '%s' എന്ന exec വരി വികസിപ്പിക്കുന്നതില്‍ പരാജയപ്പെട്ടു"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "അക്ഷരക്കൂട്ടം'%s'ല് നിന്നും '%s'ലേക്കുളള മാറ്റം പിന്തുണയ്ക്കുന്നില്ല"
@@ -99,14 +99,14 @@ msgstr "അക്ഷരക്കൂട്ടം'%s'ല് നിന്നും
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "മാറ്റം വരുത്തുന്ന ഇന്‍പുട്ടില്‍ തെറ്റായ ബൈറ്റ് ക്രമം"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "മാറ്റം വരുത്തുന്നതില്‍ പരാജയം : %s"
@@ -236,48 +236,48 @@ msgstr "ടെംപ്ളേറ്റ് \"%s\" അസാധുവാണ്,ഇ
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "ടെംപ്ളേറ്റ് \"%s\"-ല്‍ XXXXXX ലഭ്യമല്ല"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "സിബോളിക്ക് ലിങ്ക് '%s' വായിക്കുന്നതില്‍ പരാജയപ്പെട്ടു: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "സിബോളിക്ക് ലിങ്ക് പിന്തുണയ്ക്കുന്നില്ല"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s'-ല്‍ നിന്നും '%s'-ലേക്ക് വേര്‍തിരിക്കുന്ന സംവിധാനം ലഭ്യമായില്ല: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string-ല്‍ റോ വായന സാധ്യമല്ല"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "റീഡ് ബഫറില്‍ ബാക്കിയുളള വേര്‍തിരിക്കാത്ത ഡേറ്റാ"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "ചാനല്‍ അവസാനിക്കുന്നത് ഭാഗികമായ അക്ഷരത്തില്‍ ആണ്"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end-ല്‍ റോ വായന സാധ്യമല്ല"
@@ -291,23 +291,23 @@ msgstr "ഫയല്‍ '%s' തുറക്കുന്നതില്‍ പ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ഫയല്‍ '%s' മാപ്പ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു: mmap() പരാജയപ്പെട്ടു: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "%d-ആം വരിയില്‍ %d-ആം അക്ഷരത്തില്‍ പിശക്:"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "വരി %d-ല്‍ പിശക്: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"‌ശൂന്യമായ എന്‍റിന്‍റി '&;' കണ്ടു; അനുവദനീയമായവ ഇവയാണ്: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -317,17 +317,17 @@ msgstr ""
"%sല് ഒരു എന്‍റിന്‍റി തു‌ടങ്ങാവുന്നതല്ല. & എന്ന അക്ഷരം ഒരു എന്‍റിന്‍റിയുടെ തുടക്കം കുറിക്കുന്നു. & ഒരു "
"എന്‍റിന്‍റിഅല്ലെങ്കില്‍ &amp; എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' എന്ന അക്ഷരത്തിന് എന്‍റിന്‍റിയുടെ പേരിനുള്ളില്‍ സാധുതയില്ല"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "എന്‍റിന്‍റി നാമം '%s' അപരിചിതമാണ്"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -335,7 +335,7 @@ msgstr ""
"എന്‍റിന്‍റി ഒരു അര്ദ്ധവിരാമത്തില് അവസാനിക്കുന്നില്ല. & എന്ന അക്ഷരം അറിയാതെ ഉള്‍ക്കൊളളാന്‍ "
"ഇടയായോ? & ഒരു എന്‍റിന്‍റി അല്ലെങ്കില്‍ &amp; എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -344,17 +344,17 @@ msgstr ""
"'%-.*s' പാഴ്സ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു, ഇത് അക്ഷര റഫറന്‍സിനുളളില്‍ ഒരു അക്കം ആയിരിക്കണമാരുന്നു "
"(&#234; ഉദാഹരണത്തിന്) - ഒരു പക്ഷേ അക്കം വളരെ വലുതാവാം"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
"അക്ഷരത്തിന്‍റെ സൂചനയായ '%-.*s' ഒരു അനുവദനീയമായ രഹസ്യ അക്ഷരത്തിലേക്കല്ല വേര്‍തിരിക്കുന്നത്"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ശൂന്യമായ അക്ഷര സൂചനാ; &#454 പോലുളള അക്കം ഉല്‍പ്പെടുത്തേണ്ടതാണ്;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -363,32 +363,32 @@ msgstr ""
"അക്ഷരസൂചകം ഒരു അര്ദ്ധവിരാമത്തില് അവസാനിക്കുന്നില്ല. & എന്ന അക്ഷരം അറിയാതെ ഉള്‍ക്കൊളളാന്‍ "
"ഇടയായോ? & ഒരു സത്ത അല്ലെങ്കില് &amp; എന്ന് പ്രത്യേകം സൂചിപ്പിക്കുക"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "പൂര്‍ണ്ണമാകാത്ത എന്‍റിന്‍റി സൂചനാ"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "പൂര്‍ണ്ണമാകാത്ത അക്ഷര സൂചനാ"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "സാധുതയില്ലാത്ത UTF-8 രഹസ്യ വാചകം - '%s' തെറ്റാകുന്നു"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "രേഖ തുടങ്ങേണ്ടത് ഒരു എലമെന്‍റിലാണ് (ഉദാ <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -396,7 +396,7 @@ msgid ""
msgstr ""
"'<' അക്ഷരത്തിന് പിന്നിലുളള '%s' ഒരു അസാധുവായ അക്ഷരമാണ്; ഇത് ഒരു എലമെന്‍റ് പേര് തുടങ്ങില്ല"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -405,14 +405,14 @@ msgstr ""
"ഓഡ് അക്ഷരം '%s', എലമെന്‍റ് '%s' ആരംഭിക്കുന്ന ടാഗ് അവസാനിക്കേണ്ടത് '>' അക്ഷരത്തിലാവും എന്ന് "
"പ്രതീക്ഷിക്കുന്നു"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"ഓഡ് അക്ഷരം '%s', എലമെന്‍റ് '%s'-ന്‍റെ സവിശേഷത നാമം '%s'-ന് ശേഷം ഒരു '=' പ്രതീക്ഷിക്കുന്നു"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -423,7 +423,7 @@ msgstr ""
"ആട്റിബ്യൂട്ട് ആണ് '%s' എന്ന എലമെന്‍റിന്‍റെ ആരംഭത്തിലുളള ടാഗ് അവസാനിപ്പിക്കുന്നതിന് പ്രതീക്ഷിച്ചത്; "
"ഒരു പക്ഷേ, ആട്റിബ്യൂട്ടിന്‍റെ പേരില്‍ നിങ്ങള്‍ തെറ്റായ അക്ഷരം ആവാം ഉപയോഗിച്ചത്"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -432,7 +432,7 @@ msgstr ""
"'%s' ഒരു ഓഡ് അക്ഷരം ആണ്, '%s' എന്ന എലമെന്‍റിന്‍റെ ആട്റിബ്യൂട്ട് ആയ '%s'-നുളള മൂല്ല്യം നല്‍കുമ്പോള്‍ "
"സമം‌ എന്ന ചിഹ്നത്തിന് ശേഷം ഒരു തുറന്ന കോട്ട് ആണ് പ്റതീക്ഷിച്ചത്"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -440,7 +440,7 @@ msgid ""
msgstr ""
"'</' അക്ഷരങ്ങള്‍ക്ക് ശേഷം ഉളള '%s', അസാധുവായ അക്ഷരമാണ്; '%s' ഒരു എലമെന്‍റ് നാമം തുടങ്ങുന്നില്ല"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -448,25 +448,25 @@ msgid ""
msgstr ""
"എലമെന്‍റ് നാമം '%s'-ന് ശേഷം ഉളള '%s', ഒരു അസാധുവായ അക്ഷരമാണ്; '>' അക്ഷരമാണ് അനുവദിക്കുന്നത്"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, ഒരു എലമെന്‍റുകളും നിലവില്‍ തുറന്നിട്ടില്ല"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "എലമെന്‍റ് '%s' അടച്ചിരിക്കുന്നു, പക്ഷേ നിലവില്‍ ലഭ്യമായ എലമെന്‍റ് '%s' ആണ്"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "രേഖ ശൂന്യമാണ് അല്ലെങ്കില്‍ അതില്‍ വയിറ്റ് സ്പെയിസ് മാത്രമേ ഉള്ളൂ"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ഒരു '<' ബ്രാക്കറ്റിന് ശേഷം രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചിരിക്കുന്നു "
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -475,7 +475,7 @@ msgstr ""
"എലമെന്‍റുകള്‍ തുറന്നു കിടക്കുന്പോള്‍ തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു - ഒടുവില്‍ തുറന്ന എലമെന്‍റ് "
"'%s' ആണ്"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -484,19 +484,19 @@ msgstr ""
"തന്നെ രേഖ അപ്രതീക്ഷമായ അടഞ്ഞിരിക്കുന്നു, ടാഗ് <%s/>-ന് അവസാനമായി ഒരു ക്ളോസ് ആങ്കില്‍ ബ്രാക്കറ്റ് "
"പ്രതീക്ഷിക്കുന്നു"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "ഒരു എലമെന്‍റിന്‍റെ നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ഒരു എലമെന്‍റ്-ഓപ്പണിങ് ടാഗിനുളളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -504,16 +504,16 @@ msgstr ""
"സമം ചിഹ്നത്തിന് ശേഷം ഒരു ആട്റിബ്യൂട്ടിന്‍റെ പേര് ആയതിനാല്‍ അപ്റതീക്ഷിതമായി ഡോക്യുമെന്‍റ് "
"അവസാനിച്ചു; ആട്റിബ്യൂട്ടിന് മൂല്ല്യം ലഭ്യമല്ല"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ഒരു സവിശേഷത നാമത്തിനുളളില്‍ വച്ച് രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "എലമെന്‍റ് '%s'-ന്‍റെ ക്ളോസ് ടാഗിനുള്ളില്‍ രേഖ അപ്രതീക്ഷിതമായി അവസാനിച്ചു"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"ഒരു അഭിപ്രായം അല്ലെങ്കില്‍ ഒരു പ്രക്രിയ നടത്തുന്ന നിര്‍ദ്ദേശത്തിനുള്ളില്‍ രേഖ അപ്രതീക്ഷിതമായി "
@@ -816,12 +816,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "പകരമായുളള ടെക്സ്റ്റ് ആയ \"%s\" %lu-ല്‍ പാഴ്സ് ചെയ്യുന്നതിനിടയില്‍ പിശക്: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "എടുത്ത് കാണിക്കുന്ന ടെസ്റ്റിന്‍റെ ആരംഭത്തില്‍ കൊട്ടേഷന്‍ മാറ്‍ക്ക് ലഭ്യമല്ല"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "കമാന്‍ഡ് ലൈന്‍ അല്ലെങ്കില്‍ മറ്റ് ഷെല്‍-കോട്ടട് ടെക്സ്റ്റില്‍ ചേറ്‍ച്ചയില്ലാത്ത അടയാളം"
@@ -858,37 +856,37 @@ msgstr "ചൈള്‍ഡ് പൈപ്പില്‍ നിന്നും
msgid "Failed to change to directory '%s' (%s)"
msgstr "ഡയറക്ടറി '%s'-ലേക്ക് മാറ്റുന്നതില്‍ പരാജയപ്പെട്ടു (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "ചൈള്‍ഡ് പ്രക്രിയ പ്രവര്‍ത്തിപ്പിക്കുന്നതില്‍ പരാജയപ്പെട്ടു (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "അസാധുവായ പ്രോഗ്രാം നാമം: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d-ല്‍ ആര്‍ഗ്യുമെന്‍റ് വെക്റ്ററില്‍ അസാധുവായ സ്ട്രിങ്: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "എന്‍വിറോണ്‍മെന്‍റില്‍ അസാധുവായ സ്ട്രിങ്: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "പ്രവര്‍ത്തിക്കുന്ന ഡയറക്ടറി അസാധുവാണ്: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "സഹായത്തിനുളള പ്രോഗ്രാം പ്രവര്‍ത്തിപ്പിക്കുന്നതില്‍ പരാജയപ്പെട്ടു (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1127,7 +1125,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "പ്രക്രിയ റദ്ദാക്കിയിരിക്കുന്നു"
@@ -1149,34 +1147,34 @@ msgstr "%s തരത്തിലുള്ള"
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "പേരിടാത്ത"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ഉപയോക്താവിനുള്ള MIME ക്രമികരണ ഫയല്‍ %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ഉപയോക്താവിനുള്ള ഡസ്ക്ടോപ്പ് ഫയല്‍ %s ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1190,10 +1188,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "പ്രക്രിയ പിന്തുണയ്ക്കുന്നില്ല"
@@ -1226,37 +1224,37 @@ msgstr "ലക്ഷ്യസ്ഥാനത്തുള്ള ഫയല്‍
msgid "Can't recursively copy directory"
msgstr "ആവര്‍ത്തിച്ച് ഡയറക്ടറി പകര്‍ത്തുവാന്‍ സാധ്യമല്ല"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "ചവറ്റുകുട്ട പിന്തുണയ്ക്കുന്നില്ല"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ഫയലിന്റെ പേരില്‍ '%c' ഉണ്ടാകുവാന്‍ പാടില്ല"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1435,64 +1433,62 @@ msgstr "'%s' എന്ന ഫയല്‍ സ്റ്റാറ്റ് ചെ
msgid " (invalid encoding)"
msgstr " (തെറ്റായ എന്‍കോഡിങ്)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "അനുവാദങ്ങള്‍ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "ഉടമസ്ഥനെ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "സിംലിങ്ക് non-NULL ആയിരിക്കണം"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "സിംലിങ്ക് ക്രമികരിക്കുന്നതില്‍ പിശക്: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, fuzzy, c-format
#: gio/glocalfileinfo.c:2067
#, fuzzy
msgid "SELinux context must be non-NULL"
msgstr "സിംലിങ്ക് non-NULL ആയിരിക്കണം"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "ഉടമസ്ഥനെ ക്രമികരിക്കുന്നതില്‍ പിശക്: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ആട്രിബ്യൂട്ട് ക്രമികരണം പിന്തുണയ്ക്കുന്നില്ല"
@@ -1658,14 +1654,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, 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:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "യൂണിക്സ് അടയ്ക്കുന്നതില്‍ പിശക്: %s"
@@ -1674,12 +1670,12 @@ msgstr "യൂണിക്സ് അടയ്ക്കുന്നതില്
msgid "Filesystem root"
msgstr "ഫയല്‍സിസ്റ്റം റൂട്ട്"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "യൂണിക്സിലേക്ക് എഴുതുന്നതില്‍ പിശക്: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/mn.po
View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2005-05-30 01:07-0800\n"
"Last-Translator: Бадрал <badral@openmn.org>\n"
"Language-Team: Mongolian <openmn-translation@lists.sf.net>\n"
@@ -96,7 +96,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "»%s« символик холбоос уншигдсангүй: %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Тэмдэгт олонлог »%s« ээс »%s« рүү хөрвүүлэх дэмжигдээгүй байна"
@@ -106,14 +106,14 @@ msgstr "Тэмдэгт олонлог »%s« ээс »%s« рүү хөрвүүл
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Хөрвүүлэлтийн оролтод хүчингүй байт дараалал байна"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Хөрвүүлж байхад алдаа: %s"
@@ -244,48 +244,48 @@ msgstr "»%s« хэв хүчингүй, »%s« -г агуулах хэрэггү
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "»%s« хэв XXXXXX -р төгсөхгүй байна"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "»%s« символик холбоос уншигдсангүй: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Символик холбоос дэмжигдээгүй"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "»%s« -ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Унших буфэрт хөрвүүлээгүй файл байна"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Суваг тал тэмдэгтээр төгслөө"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Raw-read in g_io_channel_read_to_end боломжгүй"
@@ -299,24 +299,24 @@ msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа:
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d мөрөнд %d тэмдэгт алдаатай байна: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "%d мөрөнд алдаа: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Хоосон абт »&;« олдлоо; хүчинтэй абтууд &amp; &quot; &lt; &gt; &apos; юм. "
"(абт=аский биш тэмдэгт)"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -326,18 +326,18 @@ msgstr ""
"Абтын нэрийн эхлэлийн »%s« тэмдэгт хүчингүй; Абт & тэмдэгтээр эхэлдэг; Хэрвээ "
"энэ амперсаныг абт бишээр авах хэрэгтэй бол &amp; гэж бичнэ үү"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "»%s« тэмдэгт абтын нэрэнд хүчингүй"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Абтын нэр »%s« тодорхойгүй"
# CHECK
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -345,7 +345,7 @@ msgstr ""
"Абт цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын эхлэл бусаар "
"хэрэглэхийг хүссэн байх - Та &amp; гэж бичнэ үү"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -354,16 +354,16 @@ msgstr ""
"»%-.*s« тэмдэгтийн дотор тоо байх ёстой (&#234; шиг) , задлан ялгалд "
"танигдсангүй - магадгүй хэтэрхий том тоо байна уу"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "»%-.*s« тэмдэгт холбоос зөвшөөрөгдөөгүй тэмдэгтээр кодлогдсон байна"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Хоосон тэмдэгтийн холбоос; &#454; гэх мэт тоо агуулах ёстой"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -372,34 +372,34 @@ msgstr ""
"Тэмдэгт холбоос цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын "
"эхлэл бусаар хэрэглэхийг хүссэн байх - Та &amp; гэж бичнэ үү"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Төгсгөлгүй абт холбоос"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Төгсгөлгүй тэмдэгт холбоос"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Хүчингүй UTF-8-р кодлогдсон текст"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Баримт ямар нэгэн элементээр эхлэх ёстой (Ж.нь <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -408,7 +408,7 @@ msgstr ""
"»%s« нь »<«-тэмдэгтийн арын хүчингүй тэмдэгт; Энэ нь элементийн нэрээр эхэлж "
"болохгүй."
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -417,7 +417,7 @@ msgstr ""
"Сонин тэмдэгт »%s«, »%s« элементийн эхлэлийн тагийг хаахад »>« тэмдэгт дутуу "
"байна"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -425,7 +425,7 @@ msgstr ""
"Сонин тэмдэгт »%s«, »%s« элементийн »%s« аттрибутын нэрийн дараа »=« хүлээгдэж "
"байна"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -436,7 +436,7 @@ msgstr ""
"эсвэл харин »>« эсвэл »/« тэмдэгт хүлээгдэж байна; Магадгүй та аттрибутын "
"нэрэндээ хүчингүй тэмдэгт хэрэглэжээ"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -445,7 +445,7 @@ msgstr ""
"Сонин тэмдэгт »%s«; »%s« элементийн »%s« аттрибутын хувьд өгсөн утга тэнцүүгийн "
"тэмдэгийн дараах хашилтыг хүлээж байна"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -454,7 +454,7 @@ msgstr ""
"»%s« хүчингүй тэмдэгт, хэрвээ энэ нь »</« тэмдэгтийн ард орвол; »%s« "
"ньэлементийн нэрээр эхэлж болохгүй"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -463,25 +463,25 @@ msgstr ""
"»%s« хүчингүй тэмдэгт, хэрвээ энэ нь хааж буй »%s« элементийн нэрийн ард "
"байгаа бол; »>« тэмдэгт хүчинтэй"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "»%s« элемент хаагдсан, Одоогоор ямарч элемент нээлттэй бус байна"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "»%s« элемент хаагдсан, харин одоогоор »%s« элемент нээлттэй байна"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Баримт хоосон эсвэл зүгээр цагаан зай агуулж байна"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Баримт нээлттэй өнцөгтэй хаалт »<« -н дараа гэнэт төгсөв"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -490,7 +490,7 @@ msgstr ""
"Баримт нээлттэй элементүүдтэйгээр гэнэтийн байдлаар төгсөв - »%s« сүүлчийн "
"нээлттэй элемент нь"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -499,21 +499,21 @@ msgstr ""
"Баримт гэнэтийн байдлаар төгсөв, таг <%s/> -г хаах өнцөгтэй хаалт "
"»>«хүлээгдэж байна"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Баримт нэгэн элементийн нэрийн дотор гэнэтийн байдлаар төгсөв"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Баримт нэгэн аттрибут нэрийн дотор гэнэтийн байдлаар төгсөв"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Баримт нээгдэж буй тагийн нэгэн элементийн нэрийн дотор гэнэтийн байдлаар "
"төгсөв."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -521,17 +521,17 @@ msgstr ""
"Баримт аттрибут нэрийн дараах тэнцүүгийн тэмдэгийн дараа гэнэтийн байдлаар "
"төгсөв; аттрибутын утга алга"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Баримт нэгэн аттрибутын утгын дотор гэнэтийн байдлаар төгсөв"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Баримт гэнэтийн байдлаар нэгэн хаагдаж буй »%s« элементийн тагийн дотор төгсөв"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Баримт тайлбар эсвэл заавар боловсруулалтын дотор гэнэтийн байдлаар төгсөв"
@@ -840,12 +840,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Хашилтан доторхи текст хашилтаар эхлэхгүй"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Тушаалын мөр дэх эсвэл өөр shell-quoted текст доторхи хашилтын тоо "
@@ -884,37 +882,37 @@ msgstr "Хүү процессын (%s) шугамаас унших бүтэлг
msgid "Failed to change to directory '%s' (%s)"
msgstr "»%s« (%s) лавлах солигдсонгүй"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Хүү процесс ажилласангүй (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, fuzzy, c-format
msgid "Invalid program name: %s"
msgstr "Хүчингүй хостын нэр"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, fuzzy, c-format
msgid "Invalid string in environment: %s"
msgstr "Хөрвүүлэлтийн оролтод хүчингүй дараалал"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, fuzzy, c-format
msgid "Invalid working directory: %s"
msgstr "»%s« лавлахыг нээхэд алдаа: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, fuzzy, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Тусламж программ ажиллахгүй байна"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1159,7 +1157,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1182,34 +1180,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1223,10 +1221,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Символик холбоос дэмжигдээгүй"
@@ -1260,38 +1258,38 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Символик холбоос дэмжигдээгүй"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1472,64 +1470,61 @@ msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Хөрвүүлж байхад алдаа: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Хөрвүүлж байхад алдаа: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d мөрөнд алдаа: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Хөрвүүлж байхад алдаа: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Символик холбоос дэмжигдээгүй"
@@ -1695,14 +1690,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "%d мөрөнд алдаа: %s"
@@ -1711,12 +1706,12 @@ msgstr "%d мөрөнд алдаа: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Хөрвүүлж байхад алдаа: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/mr.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mr\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-13 19:46+0530\n"
"Last-Translator: Sandeep Shedmake <sandeep.shedmake@gmail.com>\n"
"Language-Team: marathi\n"
@@ -87,7 +87,7 @@ msgstr "'%s' नामांकीत कुठल्याही अनुप
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' पासून कार्यान्वीत ओळ '%s' विस्तारीत करू शकले नाही"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "अक्षर संच '%s' पासून '%s' असे रूपांतर समर्थित नाही"
@@ -97,14 +97,14 @@ msgstr "अक्षर संच '%s' पासून '%s' असे रूप
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "रूपांतर आगत मध्ये अवैध बाईट श्रृंखला"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "रूपांतर करतेवेळी त्रूटी: %s"
@@ -233,48 +233,48 @@ msgstr "आराखडा '%s' अवैध, '%s' समाविष्टी
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "आराखडा '%s' मध्ये XXXXXX समाविष्टीत नाही"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "बोधचिन्ह लिंक '%s' वाचण्यास अपयशी: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "बोधचिन्ह लिंक समर्थीत नाही"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' पासून '%s' असे रूपांतरक उघडू शकले नाही: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string वाचता येऊ शकले नाही"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "वाचन बफरमध्ये उर्वरीत बिनरूपांतरीत माहिती"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "अपूरे अक्षर असल्यास मार्ग बंद होते"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end वाचता येऊ शकले नाही"
@@ -288,23 +288,23 @@ msgstr "'%s' फाइल उघडण्यास अपयशी: open() अ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' फाइल महत्व जुळवू शकले नाही: mmap() f: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "ओळ %d अक्षर %d वर त्रूटी आढळली: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "ओळ %d वर त्रूटी: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"रिकामी वस्तु '&;' आढळली; वैध वस्तू याप्रकारे आहेत: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -314,17 +314,17 @@ msgstr ""
"वस्तुच्या सुरवातीस अक्षर '%s' वैध नाही ; वस्तुची सुरवात & अक्षर पासून होते; जर ऐम्परसेंड "
"वस्तु नसल्यास, त्यास &amp; या स्वरूपी करा"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "वस्तुच्या नावात अक्षर '%s' वैध राहत नाही"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "वस्तुचे नाव '%s' अपरिचीत आहे"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -332,7 +332,7 @@ msgstr ""
"वस्तू सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता &amp; स्वरूप न वापरता "
"ऐम्परसेंड अक्षर वापरले असावे"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -341,16 +341,16 @@ msgstr ""
"'%-.*s' वाचता आले नाही, जे अक्षर संदर्भच्या आत अंक म्हणून असायला हवे होते (उदाहर्णाथ "
"&#234;) - तसेच अंक खूप मोठे आहे"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "अक्षर संदर्भ '%-.*s' परवानगीय अक्षरास एनकोड करीत नाही"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "रिक्त अक्षर संदर्भात; &#454; सारखे अंक समाविष्टीत केले पाहीजे"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -359,52 +359,52 @@ msgstr ""
"अक्षर संदर्भ सेमीकोलनवर संपत नाही; शक्यतः तुम्ही वस्तुला सुरू करण्याकरीता &amp; स्वरूप न "
"वापरता तुम्ही ऐम्परसेंड अक्षर वापरले असावे"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "अपूरे वस्तू संदर्भ"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "अपूरे अक्षर संदर्भ"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "अवैध UTF-8 ऐनकोड पाठ्य - अतिलांब श्रृंखला"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "अवैध UTF-8 ऐनकोड पाठ्य - प्रारंभ अक्षर नाही"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "अवैध UTF-8 ऐनकोड पाठ्य - वैध '%s' नाही"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "दस्तऐवजची सुरवात घटकाशी व्हावी (उ.दा. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'<' अक्षरानंतर '%s' वैध अक्षर नाही; त्यामुळे घटक नाव सुरू होऊ शकणार नाही"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr "असाधारण अक्षर '%1$s', रिकामे-घटक टॅग '%2$s' करीता '>' अक्षर अपेक्षीत"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "'%s' असाधारण अक्षर आहे, घटक '%s' च्या '%s' गुणधर्म नावानंतर '=' अपेक्षीत"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -415,7 +415,7 @@ msgstr ""
"अक्षर अपेक्षीत, किंवा पर्यायस्वरूपी गुणधर्म अपेक्षीत; तसेच तुम्ही गुणधर्म नावात अवैध अक्षर "
"वापरले"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -424,46 +424,46 @@ msgstr ""
"'%s' असाधारण अक्षर आहे, घटक '%s' च्या गुणधर्म '%s' करीता मुल्य प्रदान करतेवेळी समांतर "
"चिन्हा नंतर उघडे क्वोट अपेक्षीत"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'</' अक्षरानंतर '%s' वैध अक्षर नाही; त्यामुळे '%s' घटक नाव सुरू करू शकणार नाही"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s' घटक नावानंतर '%s' वैध अक्षर नाही; परवानगीय अक्षर '>' आहे"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "घटक '%s' बंद केले गेले,कुठलेही घटक आता उघडे नाही"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "घटक '%s' बंद केले गेले, पण सद्या '%s' हे घटक उघडे आहे"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "दस्तऐवज रिकामे होते किंवा फक्त रिक्त जागा समाविष्टीत होती"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "उघडे कोन कंस '<' नंतरच दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "घटक उघडे असूनही दस्तऐवज अनपेक्षितरित्या समाप्त झाले - '%s'शेवटचे उगडे घटक होते"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -472,19 +472,19 @@ msgstr ""
"दस्तऐवज अनपेक्षितरित्या समाप्त झाले, टॅग <%s/> ला बंद करण्याकरीता समाप्तीय कोन कंस "
"उपेक्षीत"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "घटकाच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "गुणधर्माच्या नावाअंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "घटकाच्या-खुल्या टॅग अंतर्गत दस्तऐवज अनपेक्षितरित्या समाप्त झाले."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -492,16 +492,16 @@ msgstr ""
"गुणधर्म नावा पाठोपाठ समांतर चिन्हानंतर दस्तऐवज अनपेक्षितरित्या समाप्त झाले; गुणधर्माचे मुल्य "
"नाही"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "गुणधर्म मुल्यच्या अंतर्भूत राहतेवेळी दस्तऐवज अनपेक्षितरित्या समाप्त झाले"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "दस्तऐवज अनपेक्षितरित्या घटक '%s' करीता बंद टॅगच्या आत समाप्त झाले"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "दस्तऐवज अनपेक्षितरित्या टिप्पणी किंवा सुचनाचे विषलेशन करतेवेळी समाप्त झाले"
@@ -802,12 +802,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "अक्षर %2$lu वरील बदलाव पाठ्य \"%1$s\" वाचतेवेळी त्रूटी: %3$s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "क्वोट मध्ये असलेले पाठ्य क्वोटेशन चिन्हापासून सुरू होत नाही"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "आदेश ओळ किंवा इतर शेल-क्वोट पाठ्य मध्ये बिनजुळलेली क्वोटेशन चिन्ह"
@@ -844,37 +842,37 @@ msgstr "उप कार्य (%s) पासून वाचतेवेळी
msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' संचयीकेत बदल करण्यास अपयशी (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "उप कार्य (%s) कार्यान्वीत करतेवेळी त्रूटी"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "अवैध कार्यक्रम नाव: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%1$d वरील बाबी वेक्टर मध्ये अवैध अक्षरमाळा: %2$s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "वातावरणात अवैध अक्षरमाळा: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "अवैध कार्यक्षम संचयीका: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "मदतीय कार्यक्रम कार्यान्वीत करण्यास अपयशी (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1113,7 +1111,7 @@ msgstr "%s करीता खूप मोठी प्रमाण संख
msgid "Stream is already closed"
msgstr "श्रृंखला आधिपासूनच बंद आहे"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "कार्य रद्द करण्यात आले"
@@ -1135,34 +1133,34 @@ msgstr "%s प्रकार"
msgid "Unexpected early end-of-stream"
msgstr "अपरिचीत पूर्वरत end-of-stream"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "अनामीक"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "डेस्कटॉप फाइल मध्ये Exec नोंदणी निश्चित नाही"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "अनुप्रयोगकरीता आवश्यक टर्मिनल आढळले नाही"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "वापरकर्ता अनुप्रयोग संयोजन संचयीका %s बनवू शकले नाही: %s"
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "वापरकर्ता MIME संयोजन संचयीका %s बनवू शकले नाही: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "वापरकर्ता डेस्कटॉप फाइल %s बनवू शकत नाही"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "%s करीता इच्छिक व्याख्या"
@@ -1176,10 +1174,10 @@ msgid "drive doesn't implement polling for media"
msgstr "ड्राइव्ह मिडीयाकरीता पोलींग कार्यान्वीत करत नाही"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "कार्य समर्थित नाही"
@@ -1212,37 +1210,37 @@ msgstr "लक्ष्य फाइल अस्तित्वात आहे
msgid "Can't recursively copy directory"
msgstr "संचयीकेची पुनः प्रत बनवू शकत नाही"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "अवैध symlink मुल्य दिले गेले"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "कचरापेटी समर्थित नाही"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "फाइल नावात '%c' असू शकत नाही"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "खंड आरोहन कार्यारत करत नाही"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "ही फाइल हाताळण्याकरीता कुठलेही अनुप्रयोग पंजीकृत नाही"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "ऐन्युमरेटर बंद आहे"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "फाइल ऐन्युमरेटरची अप्रतिम कार्यक्षमता"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "फाइल ऐन्युमरेटर आधिपासूनच बंद आहे"
@@ -1420,64 +1418,61 @@ msgstr "फाइल '%s' सुरू करतेवेळी त्रूट
msgid " (invalid encoding)"
msgstr " (अवैध ऐंकोडींग)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "फाइल व्याख्यक निश्चित करतेवेळी त्रूटी: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "अवैध गुणधर्म प्रकार (uint32 अपेक्षीत)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "अवैध गुणधर्म प्रकार (uint64 अपेक्षीत)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "अवैध गुणधर्म प्रकार (बाईट अक्षरमाळा अपेक्षीत)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "परवानगी स्थापित करतेवेळी त्रूटी: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "मालक स्थापित करतेवेळी त्रूटी: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symlink शून्य नसायला हवे"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "symlink स्थापीत करतेवेळी त्रूटी: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink निश्चित करतेवेळी त्रूटी: फाइल symlink नाही"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux संदर्भ विना-शून्य असायला हवे"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux संदर्भ संयोजीत करतेवेळी त्रूटी: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux या प्रणालीवर कार्यान्वीत नाही"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s गुणधर्म स्थापित करणे समर्थित नाही"
@@ -1642,14 +1637,14 @@ msgstr ""
"'-' चा वापर करून आढळलेले संकुचीत नाव करीता मुलभूत फॉलबॅक वापरायचे. एकापेक्षा जास्त नाव "
"प्रविष्ट केले असल्यास प्रथम नावानंतर आढळलेली नाव दुर्लक्ष करा."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, 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:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "युनीक्स बंद करतेवेळी त्रूटी: %s"
@@ -1658,12 +1653,12 @@ msgstr "युनीक्स बंद करतेवेळी त्रूट
msgid "Filesystem root"
msgstr "रूट फाइलप्रणाली"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "युनीक्सकरीता लिहितेवेळी त्रूटी: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "खंड बाहेर कडा कार्यन्वीत होत नाही"

207
po/ms.po
View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2004-02-03 02:11+0730\n"
"Last-Translator: Hasbullah Bin Pit <sebol@my-penguin.org>\n"
"Language-Team: Projek Gabai <gabai-penyumbang@lists.sourceforge.org>\n"
@@ -85,7 +85,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Gagal membaca pautan simbolik '%s': %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Penukaran set aksara daripada '%s' ke '%s' tidak disokong"
@@ -95,14 +95,14 @@ msgstr "Penukaran set aksara daripada '%s' ke '%s' tidak disokong"
msgid "Could not open converter from '%s' to '%s'"
msgstr "tak dapat membuka penukar daripada '%s' kepada '%s': %s"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Ralat semasa penukaran: %s"
@@ -231,48 +231,48 @@ msgstr "Templet '%s' tidak sah, sepatutnya tidak mengandungi '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Templet '%s' tidak berakhir dengan XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Gagal membaca pautan simbolik '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Pautan simbolik tidak disokong"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Tak dapat membuka penukar daripada `%s' kepada `%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Data tak boleh ditukar Leftover pada penimbal bacaan"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Saluran terhenti pada sebahagian aksara"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -286,24 +286,24 @@ msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Ralat pada baris %d aksara %d: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Ralat pada baris %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Entiti kosong '&;' kelihatan; entiti sah ialah : &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -314,17 +314,17 @@ msgstr ""
"memulakan entiti; jika & tidak disokong untuk dijadikan entiti, escapekan "
"sebagai &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Aksara '%s' adalah tidak sah di dalam nama entiti"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nama entiti '%s' tidak diketahui"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -332,7 +332,7 @@ msgstr ""
"Entiti tidak berakhir dengan titik bertindih; mungkin anda gunakan aksara "
"'&' tanpa menyedari untuk memulakan entiti - escape & sebagai &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -341,16 +341,16 @@ msgstr ""
"gagal menghantar '%s', yang sepatutnya satu digit didalam satu rujukan "
"aksara (&#234; sebagai contoh) - mungkin digit terlalu besar"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Rujukan aksara '%s' tidak mengenkodkan aksara yang diizini"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Rujukan aksara kosong; sepatutnya disertakan digit seperti &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -359,34 +359,34 @@ msgstr ""
"Rujukan aksara tidak berakhir dengan semicolon; agaknya anda menggunakan "
"aksara '&' tanpa niat untuk memulakan entiti - escapekan & sebagai &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Rujukan entiti tidak tamat"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Rujukan aksara tidak tamat"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Teks terenkod UTF-8 tidak sah"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Teks terenkod UTF-8 tidak sah"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Teks terenkod UTF-8 tidak sah"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumen mesti dimulakan dengan unsur (e.g. <buku>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -395,7 +395,7 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti sengan aksara '<'; ia tidak sepatutnya "
"bermula dengan nama unsur"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -404,14 +404,14 @@ msgstr ""
"Aksara ganjil '%s', dijangkakan aksara '>' untuk mengakhiri tag permulaan "
"unsur '%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Aksara ganjil '%s', dijangkakan '=' selepas nama atribut '%s' unsur '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -422,7 +422,7 @@ msgstr ""
"permulaan unsur '%s', atau atribut; meungkin anda gunakan aksara tidak sah "
"pada nama atribut"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -431,7 +431,7 @@ msgstr ""
"Aksara ganjil '%s', menjangka tanda petikan membuka selepas tanda = bila "
"memberi nilai atribut untuk '%s' unsur '%s' "
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -440,7 +440,7 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti aksara '</'; '%s' tak boleh memulakan "
"nama unsur"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -449,25 +449,25 @@ msgstr ""
"'%s' adalah bukan aksara sah diikuti dengan nama unsur penutup '%s'; aksara "
"yang diizinkan ialah '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Unsur '%s' telah ditutup, tiada unsur yang dibuka"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Unsur '%s' telah ditutup, tetapi unsur yang dibuka adalah '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokumen kosong atau hanya menandungi ruangputih"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumen berakhir tanpa diduga sebaik selepas membuka '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -476,26 +476,26 @@ msgstr ""
"Dokumen berakhir tanpa diduga dengan unsur yang masih dibuka - '%s' adalah "
"unsur dibuka"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "Dokumen berakhir tanpa diduga, menjangkai tag <%s/> pada hujungnya"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumen berakhir tanpa diduga di dalam nama unsur"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumen berakhir tanpa diduga di dalam tag element-opening"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -503,16 +503,16 @@ msgstr ""
"Dokumen berakhir tanpa diduga selepas tanda '=' diikuti dengan nama atribut; "
"tiana nilai atribut"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumen berakhir tanpa diduga semasa di dalam nilai atribut"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumen berakhir tanpa diduga di dalam tag tertutup untuk unsur '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokumen berakhir tanpa diduga di dalam komen atau memproses arahan"
@@ -820,12 +820,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Teks dipetik tidak bermula dengan tanda petikan"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Tanda petikan tidak sepadan pada arahan baris atau teks shell-quoted lain"
@@ -863,37 +861,37 @@ msgstr "Gagal membaca daripada paip anak (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Gagal menukar direktori '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Gagal melaksanakan proses anak (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, fuzzy, c-format
msgid "Invalid program name: %s"
msgstr "Namahos tidak sah"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, fuzzy, c-format
msgid "Invalid string in environment: %s"
msgstr "Turutan tidak sah semasa penukaran input"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, fuzzy, c-format
msgid "Invalid working directory: %s"
msgstr "Ralat membuka direktori %s': %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, fuzzy, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Gagal melaksanakan program pembantu"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1131,7 +1129,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1153,34 +1151,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1194,10 +1192,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Pautan simbolik tidak disokong"
@@ -1231,38 +1229,38 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Pautan simbolik tidak disokong"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1443,64 +1441,61 @@ msgstr "Ralat membaca fail '%s': %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ralat membaca fail '%s': %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Ralat semasa penukaran: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Ralat semasa penukaran: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Ralat pada baris %d: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Ralat semasa penukaran: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Pautan simbolik tidak disokong"
@@ -1665,14 +1660,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Ralat membaca fail '%s': %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Ralat pada baris %d: %s"
@@ -1681,12 +1676,12 @@ msgstr "Ralat pada baris %d: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Ralat semasa penukaran: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/nb.po
View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.13.x\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-15 13:01+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian bokmal <i18n-nb@lister.ping.uio.no>\n"
@@ -87,7 +87,7 @@ msgstr "Ingen program med navn «%s» har registrert et bokmerke for «%s»"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Feil under utvidelse av exec-linje «%s» med URI «%s»"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konvertering fra tegnsett «%s» til «%s» er ikke støttet"
@@ -97,14 +97,14 @@ msgstr "Konvertering fra tegnsett «%s» til «%s» er ikke støttet"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunne ikke åpne program for å konvertere fra «%s» til «%s»"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i inndata for konvertering"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Feil under konvertering: %s"
@@ -233,48 +233,48 @@ msgstr "Mal «%s» er ugyldig, må ikke inneholde «%s»"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mal «%s» inneholder ikke XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Feil under lesing av symbolsk lenke «%s»: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Symbolske lenker er ikke støttet"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Kunne ikke åpne konverterer fra «%s» til «%s»: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Kan ikke utføre rå avlesing i g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Overflødig ikke-konvertert data i innlesingsbuffer"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanalen terminerer i et oppdelt tegn"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -288,23 +288,23 @@ msgstr "Kunne ikke åpne fil «%s»: open() feilet: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Kunne ikke lese fil «%s» inn i minnet: mmap() feilet: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Feil på linje %d tegn %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Feil på linje %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Tom entitet «&;» funnet; gyldige entiteter er: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -315,17 +315,17 @@ msgstr ""
"starter en entitet; hvis dette og-tegnet ikke er ment å være en entitet, "
"unngå dette ved å bruke &amp; i stedet"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Tegn «%s» er ikke gyldig inne i et entitetsnavn"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnavn «%s» er ikke kjent"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -334,7 +334,7 @@ msgstr ""
"tegn uten at det var ment å starte en entitet - ungå ved å bruke &amp; i "
"stedet"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -343,16 +343,16 @@ msgstr ""
"Feil under lesing av «%-.*s», som skulle vært et tall inne i en tegnreferanse "
"(&#234; for eksempel) - tallet er muligens for stort"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tegnreferanse «%-.*s» koder ikke et tillatt tegn"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom tegnreferanse; skulle inkludert et tall slik som &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -362,32 +362,32 @@ msgstr ""
"og-tegn uten at det var ment å starte en entitet - unngå ved å bruke &amp; i "
"stedet"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Uferdig referanse til entitet"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Uferdig referanse til tegn"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ugyldig UTF-8 kodet tekst - for lang sekvens"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ugyldig UTF-8 kodet tekst - ikke et starttegn"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ugyldig UTF-8 kodet tekst - ikke gyldig «%s»"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet må starte med et element (f.eks <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -396,7 +396,7 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter en «<» tegn; det kan ikke være begynnelsen "
"på et elementnavn"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -405,13 +405,13 @@ msgstr ""
"Rart tegn «%s», forventet et «>» tegn for å avslutte start-taggen til det "
"tomme elementet «%s»"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Rart tegn «%s», forventet et «=» etter attributtnavn «%s» for element «%s»"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -422,7 +422,7 @@ msgstr ""
"element «%s», eller alternativt en attributt; kanskje du brukte et ugyldig "
"tegn i attributtnavnet"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -431,7 +431,7 @@ msgstr ""
"Rart tegn «%s», ventet et åpent sitattegn etter likhetstegnet når verdi for "
"attributt «%s» for element «%s» oppgis"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -440,7 +440,7 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter tegnene «</»; «%s» er kanskje ikke "
"begynnelsen på et elementnavn"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -449,25 +449,25 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter element for lukking med navn «%s»; tillatt "
"tegn er «>»"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element «%s» ble lukket, ingen åpne elementer nå"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element «%s» ble lukket, men aktivt åpent element er «%s»"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller inneholdt kun blanke tegn"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet sluttet uventet rett etter en åpen vinkelparantes «<»"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -475,7 +475,7 @@ msgid ""
msgstr ""
"Dokumentet sluttet uventet med åpne elementer - «%s» var siste åpne element"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -484,19 +484,19 @@ msgstr ""
"Dokumentet sluttet uventet, forventet å se en vinkelparantes for å slutte av "
"den siste taggen <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet sluttet uventet inni et elementnavn"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet sluttet uventet inni et attributtnavn"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet sluttet uventet inni en tagg for åpning av element."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -504,16 +504,16 @@ msgstr ""
"Dokumentet sluttet uventet etter likhetstegnet som følger et attributtnavn; "
"ingen attributtverdi"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet sluttet uventet inni en attributtverdi"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumentet sluttet uventet inni tagg for lukking av element «%s»"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet sluttet uventet inni en kommentar eller prosesseringsinstruksjon"
@@ -817,12 +817,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Feil under tolking av erstatningstekst «%s» ved tegn %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Sitert tekst begynner ikke med sitattegn"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Ubalansert sitattegn i kommandolinje eller annen skall-sitert tekst"
@@ -860,37 +858,37 @@ msgstr "Feil under lesing fra \"child pipe\" (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Feil ved skifte til katalog «%s» (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Feil under kjøring av underprosess (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Ugyldig programnavn: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ugyldig streng i argumentvektor på %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ugyldig streng i miljø: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ugyldig arbeidsmappe: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Feil under kjøring av hjelpeprogram (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1132,7 +1130,7 @@ msgstr "Tellerverdi gitt til %s er for stor"
msgid "Stream is already closed"
msgstr "Strømmen er allerede lukket"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operasjonen ble avbrutt"
@@ -1154,34 +1152,34 @@ msgstr "type %s"
msgid "Unexpected early end-of-stream"
msgstr "Uventet tidlig slutt på strøm"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Uten navn"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop-filen hadde ingen verdi i Exec-feltet"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Kan ikke finne terminalen som kreves for programmet"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan ikke opprette brukers desktop-fil %s"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Egendefinert definisjon for %s"
@@ -1195,10 +1193,10 @@ msgid "drive doesn't implement polling for media"
msgstr "stasjonen implementerer ikke sjekk om medie er satt inn"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operasjonen er ikke støttet"
@@ -1231,37 +1229,37 @@ msgstr "Målfilen eksisterer"
msgid "Can't recursively copy directory"
msgstr "Kan ikke kopiere katalog rekursivt"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Ugyldig verdi oppgitt for symbolsk lenke"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Papirkurv er ikke støttet"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnavn kan ikke inneholde «%c»"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volumet implementerer ikke montering"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Ingen program registrert for å håndtere denne filen"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Enumerator er lukket"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Filenumerator har utestående operasjon"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Filenumerator er allerede lukket"
@@ -1439,64 +1437,61 @@ msgstr "Feil ved henting av informasjon om fil «%s»: %s"
msgid " (invalid encoding)"
msgstr " (ugyldig koding)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Feil ved henting av informasjon om fildeskriptor: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ugyldig type attributt (uint32 forventet)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ugyldig type attributt (uint64 forventet)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Ugyldig type attributt (byte-streng forventet)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Feil ved setting av rettigheter: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Feil ved setting av eier: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symbolsk lenke kan ikke være NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Feil ved setting av symbolsk lenke: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "Feil ved setting av symbolsk lenke: filen er ikke en symbolsk lenke"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux-kontekst kan ikke være NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Feil ved setting av SELinux-kontekst: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux er ikke slått på på dette systemet"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Støtter ikke å sette attributt %s"
@@ -1659,14 +1654,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Feil under lesing fra unix: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Feil ved lukking av unix: %s"
@@ -1675,12 +1670,12 @@ msgstr "Feil ved lukking av unix: %s"
msgid "Filesystem root"
msgstr "Filsystemrot"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Feil ved skriving til unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "volumet implementerer ikke utløsing"

207
po/ne.po
View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-10.ne\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2006-04-27 00:00+0545\n"
"Last-Translator: Shyam Krishna Bal <shyamkrishna_bal@yahoo.com>\n"
"Language-Team: Nepali <info@mpp.org.np>\n"
@@ -92,7 +92,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "सांकेतिक सम्बन्ध '%s' पढ्न असफल: %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "क्यारेक्टर सेट '%s' बाट '%s' मा रूपान्तरण समर्थित छैन"
@@ -102,14 +102,14 @@ msgstr "क्यारेक्टर सेट '%s' बाट '%s' मा र
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "रूपान्तरण आगतमा अवैध बाइट अनुक्रम"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "रूपान्तरण अवधिमा त्रुटि: %s"
@@ -238,48 +238,48 @@ msgstr "'%s ' टेम्प्लेट अवैध, एउटा '%s' सम
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' टेम्प्लेट XXXXXX संगसमाप्त हुँदैन"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "सांकेतिक सम्बन्ध '%s' पढ्न असफल: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "`%s' बाट `%s' मा रूपान्तरणकर्ता खोल्न सकेन : %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string मा परीक्षण पढाई गर्न सक्दैन"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "पढ्ने बफरमा छाडेको अरूपान्तरित डेटा "
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "आंशिक-क्यारेक्टरमा माध्यम टुङ्गिन्छ"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end मा परीक्षण पढाई गर्न सक्दैन"
@@ -293,23 +293,23 @@ msgstr "'%s' फाइल खोल्न असफल : खोल्न() अ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' फाइल नक्सा असफल : m नक्सा() असफल : %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "लाइन %d क्यारेक्टर %d मा त्रुटि: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "लाइन %d मा त्रुटि: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"खाली अस्तित्व '&;' देखियो; वैध अस्तित्वहरू निम्न हुन : &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -320,17 +320,17 @@ msgstr ""
"यदि यो एम्परस्यान्ड भएमा एउटा अस्तित्वको रूपमा मानिँदैन,यसलाई &amp; को रूपमा परित्याग "
"गर्नुहोस्"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "अस्तित्व नाम भित्रको क्यारेक्टर '%s' वैध छैन"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "अस्तित्व नाम '%s' ज्ञात होइन"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -338,7 +338,7 @@ msgstr ""
"अस्तित्व अर्धविराममा सकिएन; तपाईँले धेरैजसो ऐम्परसेण्ड क्यारेक्टरबाट एउटा अस्तित्व सुरु गर्नको "
"लागि प्रयास नगरिकन सुरु गर्नुभयो - &amp; को रूपमा ऐम्परसेंन्ड निकास गर्नुहोस्"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -347,16 +347,16 @@ msgstr ""
"'%-*s' पद वर्णन गर्न सकिएन, जुन एउटा क्यारेक्टर सन्दर्भ (उदाहरणका लागि; &#234) हुनु "
"पर्थ्यो - संभवत अङ्क ज्यादै ठूलो छ"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "क्यारेक्टर सन्दर्भ '%-.*s' ले स्वीकृत क्यारेक्टरको सङ्केतन गर्दैन "
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "खाली क्यारेक्टर सन्दर्भ, &#454 जस्तो अङ्क समाहित हुनुपर्छ"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -365,34 +365,34 @@ msgstr ""
"क्यारेक्टर सन्दर्भ अर्धविराममा सकिएन;तपाईँले धेरैजसो ऐम्परसेण्ड क्यारेक्टरबाट एउटा अस्तित्व सुरु "
"गर्नका लागि प्रयास नगरिकन सुरु गर्नुभयो - &amp; को रूपमा ऐम्परसेंन्ड निकास गर्नुहोस्"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "अधुरो अस्तित्व सन्दर्भ"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "अधुरो क्यारेक्टर सन्दर्भ"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "अवैध UTF-8 सङ्केतन गरिएको पाठ"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "कागजात एउटा तत्व बाट सुरु हुनैपर्छ (जस्तै: <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -401,7 +401,7 @@ msgstr ""
"एउटा '<' क्यारेक्टर पछ्याउन '%s' वैधानिक क्यारेक्टर होइन; यस्ले एउटा तत्व नाम प्रारम्भ "
"नगर्न सक्छ"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -410,13 +410,13 @@ msgstr ""
"बिजोड क्यारेक्टर '%s', एउटा अपेक्षा गरिएको क्यारेक्टर '>', '%s' को सुरु ट्याग अन्त्य "
"गर्नलाइ"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "विजोड क्यारेक्टर '%s' ले,'%s' तत्वको गुण नाम '%s' पछि अपेक्षा गरिएको एउटा '=' "
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"'/' क्यारेक्टर, वा वैकल्पिक रूपमा एउटा विशेषता ,सायद तपाईँले एउटा विशेषता नाममा अवैध "
"क्यारेक्टर प्रयोग गर्नुभयो"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -436,7 +436,7 @@ msgstr ""
"बिजोड क्यारेक्टर '%s',तत्व '%s' को '%s' विशेषताका लागि मान दिइएको बेला बराबर चिन्ह "
"पछि खुला उद्धरण चिन्हको अपेक्षा गरेको हुन्छ।"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -445,7 +445,7 @@ msgstr ""
"'%s' एउटा वैध क्यारेक्टर होइन निम्न क्यारेक्टरहरू '</'; '%s' एउटा तत्व नाम प्रारम्भ नगर्न "
"सक्छन"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -454,32 +454,32 @@ msgstr ""
"बन्द तत्व नाम '%s' को पछि लाग्ने '%s' मान्य क्यारेक्टर होइन; अनुमति पाएको क्यारेक्टर '>' "
"हो।"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "तत्व '%s' बन्द थियो, हाल कुनै तत्व खुलेको छैन"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "तत्व '%s' बन्द थियो, तर हाल खुला तत्व '%s' हो"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "कागजात खाली छ वा सेतो खाली स्थान मात्र राखिएको छ"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "एउटा खुल्ला कोण कोष्ठ पछि '<' कागजात अनपेक्षित रूपले समाप्त भयो।"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "'%s' खोलिएको अन्तिम तत्व संगकागजात अप्रत्याशित रूपले समाप्त भयो।"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -488,19 +488,19 @@ msgstr ""
"कागजपत्र अप्रत्याशित रूपले समाप्त भयो, ट्याग <%s/> को अन्तमा बन्द कोण कोष्ठको अपेक्षा "
"गर्दछ।"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "तत्व नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "विशेषता नाम भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "तत्व-खुल्ला ट्याग भित्र कागजात अपेक्षित रूपले समाप्त भयो।"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -508,16 +508,16 @@ msgstr ""
"बिशेषता नाम पछ्याउन बराबर चिन्ह पछि कागजातपत्र अप्रत्याशित रूपले समाप्त भयो; गुण मान "
"होइन"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "गुण मान भित्र भएको बेला कागजपत्र अप्रत्याशित रूपले समाप्त भयो"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "तत्व '%s' का लागि बन्द ट्याग भित्र कागजात अनपेक्षित रूपले समाप्त भयो।"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "एउटा टिप्पणी वा प्रक्रिया निर्देशन भित्र कागजपत्र अप्रत्याशित रूपले समाप्त भयो"
@@ -825,12 +825,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "उद्धरण गरिएको पाठ उद्धरण चिन्ह बाट सुरु हुँदैन"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "आदेश रेखामा वा अरू कवच-उद्धरण गरिएको पाठमा नमिलेको उद्धरण चिन्ह"
@@ -867,37 +865,37 @@ msgstr "शाखा प्रक्रिया (%s)बाट पढ्न अ
msgid "Failed to change to directory '%s' (%s)"
msgstr "डाइरेक्टरी '%s' (%s) मा परिवर्तन गर्न असफल"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "शाखा प्रक्रिया (%s) कार्यान्वयन गर्न असफल"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "अवैध कार्यक्रम नाम : %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr " अार्गुमेन्ट भेक्टरको %d मा अवैध स्ट्रीङ: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "वातावरणमा अवैध स्ट्रीङ: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "अवैध कार्य डाइरेक्टरी : %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "मद्दत गर्ने कार्यक्रम कार्यान्वयन गर्न असफल (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1134,7 +1132,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1157,34 +1155,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1198,10 +1196,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
@@ -1235,38 +1233,38 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1447,64 +1445,61 @@ msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "रूपान्तरण अवधिमा त्रुटि: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "रूपान्तरण अवधिमा त्रुटि: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "लाइन %d मा त्रुटि: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "रूपान्तरण अवधिमा त्रुटि: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन"
@@ -1670,14 +1665,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "'%s' फाइल पढ्दा त्रुटि : %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "लाइन %d मा त्रुटि: %s"
@@ -1686,12 +1681,12 @@ msgstr "लाइन %d मा त्रुटि: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "पद वर्णन विकल्पमा त्रुटि %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/nl.po
View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-09-02 02:13+0200\n"
"Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@@ -93,7 +93,7 @@ msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Exec-regel %s kon niet worden verwerkt met URI %s"
# is niet mogelijk/wordt niet ondersteund
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Het omzetten van tekenset %s naar %s is niet mogelijk"
@@ -109,14 +109,14 @@ msgid "Could not open converter from '%s' to '%s'"
msgstr ""
"Kon het conversieprogramma voor het omzetten van %s naar %s niet openen"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Fout tijdens omzetten: %s"
@@ -253,52 +253,52 @@ msgstr "Sjabloon %s is ongeldig, het zou geen %s moeten bevatten"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Sjabloon %s bevat geen XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Lezen van symbolische verwijzing %s is mislukt: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Symbolische verwijzingen zijn niet mogelijk"
# Openen van converteerder van '%s' naar '%s' mislukt: %s
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr ""
"Kon het conversieprogramma voor omzetten van %s naar %s niet openen: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Restant aan ongeconverteerde data in de leesbuffer"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanaal eindigt in een gedeeltelijk teken"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -313,24 +313,24 @@ msgstr "Openen van bestand %s is mislukt: open() is mislukt: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Openen van bestand %s is mislukt: mmap() is mislukt: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fout in regel %d teken %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Fout in regel %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Lege entiteit &; gevonden; geldige entiteiten zijn: &amp; &quot; &lt; "
"&gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -340,17 +340,17 @@ msgstr ""
"Teken %s is niet geldig aan het begin van een entiteitnaam; het &-teken "
"begint een entiteit; indien dat niet de bedoeling is, gebruik dan &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Het teken %s is niet geldig in een entiteitnaam"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entiteitnaam %s is niet bekend"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -359,7 +359,7 @@ msgstr ""
"ampersand-teken gebruikt zonder daarmee een entiteit te willen beginnen - "
"gebruik in plaats daarvan &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -369,16 +369,16 @@ msgstr ""
"zou moeten zijn (bijvoorbeeld &#234;) - misschien is het getal te groot"
# niet geoorloofd/toegestaan/ongeoorloofd
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tekenreferentie %-.*s staat niet voor een geoorloofd teken"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Lege tekenreferentie; ze zou een getal moeten bevatten, zoals &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -388,33 +388,33 @@ msgstr ""
"ampersand-teken gebruikt zonder daarmee een entiteit te willen beginnen - "
"gebruik in plaats daarvan &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Onbeëindigde entiteitreferentie"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Onbeëindigde tekenreferentie"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ongeldige UTF-8-gecodeerde tekst - de reeks is te lang"
# het is geen startteken/er is geen startteken
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ongeldige UTF-8-gecodeerde tekst - geen startteken"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ongeldige UTF-8-gecodeerde tekst - niet geldig %s"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Het document moet beginnen met een element (bijv. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -422,7 +422,7 @@ msgid ""
msgstr ""
"%s is geen geldig teken na <; een elementnaam mag er niet mee beginnen"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -431,7 +431,7 @@ msgstr ""
"Onverwacht teken %s, er werd een >-teken verwacht om de ledig-element-"
"tag %s af te sluiten"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -439,7 +439,7 @@ msgstr ""
"Onverwacht teken %s, er werd een = verwacht na de attribuutnaam %s van "
"element %s"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -450,7 +450,7 @@ msgstr ""
"start-tag van element %s af te sluiten, of eventueel een attribuut; "
"misschien heeft u ongeldige tekens gebruikt in een attribuutnaam"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -459,7 +459,7 @@ msgstr ""
"Onverwacht teken %s, er werd een \"-teken verwacht na het =-teken bij "
"de attribuutwaarde van %s in element %s"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -467,7 +467,7 @@ msgid ""
msgstr ""
"%s is geen geldig teken na </; een elementnaam mag niet met %s beginnen"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -476,25 +476,25 @@ msgstr ""
"%s is geen geldig teken na de elementnaam %s in de afluitingstag; het "
"teken dat toegestaan is is > "
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element %s is afgesloten, er is nu geen enkel element open"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element %s is afgesloten, maar op dit moment is element %s open"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Het document was leeg of bevatte slechts lege ruimte"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Het document eindigde onverwacht na een openingshaakje: <"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -503,7 +503,7 @@ msgstr ""
"Het document eindigde onverwacht met niet-afgesloten elementen - %s is het "
"laatstgeopende element"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -512,19 +512,19 @@ msgstr ""
"Het document eindigde onverwacht, er werd een sluithaakje (>) verwacht "
"voor de tag <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Het document eindigde onverwacht in een elementnaam"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Het document eindigde onverwacht in een attribuutnaam"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Het document eindigde onverwacht in een element-openingstag."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -532,17 +532,17 @@ msgstr ""
"Het document eindigde onverwacht na een =-teken dat op een attribuutnaam "
"volgde; geen attribuutwaarde"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Het document eindigde onverwacht in een attribuutwaarde"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Het document eindigde onverwacht in een een afsluitingstag voor element %s"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Het document eindigde onverwacht in commentaar of een bewerkingsinstructie"
@@ -868,13 +868,11 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Fout bij inlezen vervangende tekst %s op teken %lu:%s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Aangehaalde tekst begint niet met een \"-teken"
# solitair "-teken/ongebalanceerd
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Solitair \"-teken in opdrachtregel of andere shell-aangehaalde tekst"
@@ -914,38 +912,38 @@ msgstr "Lezen van pijplijn naar dochter (%s) is mislukt"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Wijzigen naar map %s is mislukt (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Uitvoeren van dochterproces is mislukt (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Ongeldige programmanaam: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ongeldige tekenreeks in argumentvector bij %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ongeldige tekenreeks in omgeving: %s"
# werkmap/huidige map
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ongeldige werkmap: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Uitvoeren van het hulpprogramma (%s) is mislukt"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1197,7 +1195,7 @@ msgstr "De telwaarde die aan %s werd gegeven is te groot"
msgid "Stream is already closed"
msgstr "De stroom is al gesloten"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "De bewerking werd afgebroken"
@@ -1221,35 +1219,35 @@ msgid "Unexpected early end-of-stream"
msgstr "Voortijdig einde aan gegevensstroom"
# naamloos/zonder naam/onbenoemd
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Zonder naam"
# bureaubladbestand/desktopbestand
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Desktopbestand bevat geen Exec-veld"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Kan geen terminalvenster vinden voor het uitvoeren van het programma"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kan persoonlijke programmaconfiguratiemap %s niet aanmaken: %s"
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kan persoonlijke MIME-configuratiemap %s niet aanmaken: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan desktopbestand %s niet aanmaken"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Zelfgemaakte definitie voor %s"
@@ -1264,10 +1262,10 @@ msgstr "dit station kan niet onderzocht worden op de aanwezigheid van media"
# niet ondersteund/niet mogelijk
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "De bewerking is niet mogelijk"
@@ -1305,42 +1303,42 @@ msgstr "Doelbestand bestaat al"
msgid "Can't recursively copy directory"
msgstr "Kan map niet recursief kopiëren"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Ongeldige symbolische verwijzing gegeven"
# wordt hier niet ondersteund
# (dus bijv. op een aangekoppelde externe opslag?)
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Prullenbak wordt ondersteund"
# Een bestandsnaam mag het teken / niet bevatten
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Het teken %c mag niet in een bestandsnaam voorkomen"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volumen begrijpt de opdracht aankoppelen niet"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
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:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Teller is gesloten"
# hmm
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Bestandsteller bevat een lopende bewerking"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Bestandsteller is al gesloten"
@@ -1527,71 +1525,68 @@ msgstr "Fout bij het benaderen van bestand %s: %s"
msgid " (invalid encoding)"
msgstr " (ongeldige codering)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fout bij het benaderen van file descriptor: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ongeldig attribuuttype (hoort een uint32 te zijn)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ongeldig attribuuttype (hoort een uint64 te zijn)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Ongeldig attribuuttype (hoort een byte-tekenreeks te zijn)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fout bij instellen toegangsrechten: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Fout bij instellen eigenaar: %s"
# technotalk
# symlink/symbolische verwijzing
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symbolische verwijzing moet niet-NULL zijn"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fout bij instellen symbolische verwijzing: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Fout bij instellen symbolische verwijzing: bestand is geen symbolische "
"verwijzing"
# technotalk
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux-context moet niet-NULL zijn"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Fout bij instellen SELinux-context: %s"
# geactiveerd/aangezet
# systeem/computer
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux is niet geactiveerd op dit systeem"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Instellen van attribuut %s is niet mogelijk"
@@ -1765,14 +1760,14 @@ msgstr ""
"het --teken af te knippen. Als meerdere namen worden gegeven wordt de "
"eerste gebruikt."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Fout bij lezen van unix: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Fout bij sluiten van unix: %s"
@@ -1782,14 +1777,14 @@ msgstr "Fout bij sluiten van unix: %s"
msgid "Filesystem root"
msgstr "Hoofdmap bestandssysteem"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, 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:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "volumen begrijpt de opdracht uitwerpen niet"

208
po/nn.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-02-24 17:33+0100\n"
"Last-Translator: Åsmund Skjæveland <aasmunds@ulrik.uio.no>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@ -88,7 +88,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Klarte ikkje å utvida køyrelinja «%s» med adressa «%s»"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "<Konvertering frå teiknsettet «%s» til «%s» er ikkje støtta"
@@ -98,14 +98,14 @@ msgstr "<Konvertering frå teiknsettet «%s» til «%s» er ikkje støtta"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunne ikkje opna konverterar frå «%s» til «%s»"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i inndata for konvertering"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Feil under konvertering: %s"
@@ -234,48 +234,48 @@ msgstr "Malen «%s» er ugyldig, kan ikkje ikkje innehalda ein «%s»"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Malfila «%s» inneheld ikkje XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KiB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MiB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GiB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Klarte ikkje å lesa den symbolske lenkja «%s»: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Symbolske lenkjer er ikkje støtta"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Klarte ikkje å opna konverterar frå «%s» til «%s»: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Ukonvertert data til overs i lesebufferet"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanalen avsluttar på eit delvis teikn"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -289,22 +289,22 @@ msgstr "Klarte ikkje å opna fila «%s»: open() feila: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Klarte ikkje å kopiera fila «%s» til minnet: mmap() feila: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Feil på linje %d teikn %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Feil på linje %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Fann tom entitet «&;»; gyldige entitetar er: &amp; &quot; &lt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -315,17 +315,17 @@ msgstr ""
"ein entitet; om dette et-teiknet ikkje er meint å vere ein entitet, skriv "
"den som &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Teiknet «%s» er ikkje gyldig inne i eit entitetsnamn"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnamnet «%s» er ikkje kjent"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -333,7 +333,7 @@ msgstr ""
"Entiteten slutta ikkje med eit semikolon. Du brukte truleg eit et-teikn utan "
"å meina å opna ein entitet. Skriv et-teikn som «&amp;»."
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -342,16 +342,16 @@ msgstr ""
"Klarte ikkje å tolka «%-.*s», som burde vera eit teikn i ein teiknreferanse "
"(&#234;, til dømes) kan henda talet er for stort"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Teiknreferansen «%-.*s» kodar ikkje kan ikkje kodast eit lovleg teikn"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom teiknreferanse, bør innehalda eit nummer slik som &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -360,32 +360,32 @@ msgstr ""
"Teiknreferansen slutta ikkje med eit semikolon; sannsynlegvis brukte du eit "
"et-teikn utan å villa starte ein entitet skriv et-teikn som &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Referansen til entiteten er uferdig"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Referansen til teiknet er uferdig"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ugyldig UTF-8-koda tekst - for lang sekvens"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ugyldig UTF-8-koda tekst - ikkje eit startteikn"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ugyldig UTF-8-koda tekst - ikkje gyldig «%s»"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet må byrja med eit element (t.d. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -394,7 +394,7 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter ein «<»-teikn. Det kan ikkje vera det "
"fyrste teiknet i eit elementnamn"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -403,14 +403,14 @@ msgstr ""
"Merkeleg teikn «%s», venta eit «>»-teikn for å avslutta startmerket av "
"elementet «%s»"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Merkeleg teikn «%s», venta ein «=» etter attributtnamnet «%s» av elementet «%s»"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -421,7 +421,7 @@ msgstr ""
"startmerket av elementet «%s», eller ein valfri attributt. Kan henda du "
"brukte eit ugyldig teikn i attributtnamnet"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -430,7 +430,7 @@ msgstr ""
"Merkeleg teikn «%s», venta eit ope siteringsmerke etter likskapsteiknet for å "
"gje ein verdi for attributten «%s» av elementet «%s»"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -439,7 +439,7 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter teikna «<» eller «/». «%s» kan ikkje starta "
"eit elementnamn"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -448,25 +448,25 @@ msgstr ""
"«%s» er ikkje eit gyldig teikn etter avsluttande merket «%s»; det tillatne "
"teiknet er «>»"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementet «%s» vart lukka. Det er ingen opne element no"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elementet «%s» vart avslutta, men det opne elementet er «%s»"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller innheldt berre tomme teikn"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument avslutta uventa rett etter ei open vinkelhake «<»"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -475,7 +475,7 @@ msgstr ""
"Dokumentet slutta uventa med element framleis opne. «%s» var det siste "
"elementet som vart opna"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -484,20 +484,20 @@ msgstr ""
"Dokumentet slutta uventa, venta å sjå at ei vinkelhake lukka det avsluttande "
"merket <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet tok uventa slutt inni eit elementnamn"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet tok uventa slutt inni eit attributtnamn"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Dokumentet vart uventa avslutta inne i eit merke som opnar eit element."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -505,16 +505,16 @@ msgstr ""
"Dokumentet slutta uventa etter likskapsteiknet etter attributtnamnet; ingen "
"attributtverdi"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet avslutta uventa medan det var inne i ein attributtverdi"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokumentet avslutta uventa i eit lukkemerke for elementet «%s»"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet avslutta uventa inne i ein merknad eller prosseseringsinstruksjon"
@@ -820,12 +820,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Feil under tolking av erstatningsteksten «%s» på teikn «%lu»: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Sitert tekst startar ikkje med eit siteringsmerke"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Upara siteringsmerke i kommandolinje eller anna skal-sitert tekst"
@@ -864,37 +862,37 @@ msgstr "Klarte ikkje å lesa frå røyr frå barn (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Klarte ikkje å skifta til katalogen «%s» (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Klarte ikkje å utføra barneprosess (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Ugyldig programnamn: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ugyldig streng i argumentvektor plass %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ugyldig streng i miljø: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ugyldig arbeidskatalog: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Klarte ikkje å køyra hjelpeprogram (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1133,7 +1131,7 @@ msgstr "For stor teljingsverdi sendt til %s"
msgid "Stream is already closed"
msgstr "Straumen er allereie stengt"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operasjonen vart avbroten"
@@ -1155,34 +1153,34 @@ msgstr "%s-type"
msgid "Unexpected early end-of-stream"
msgstr "Uventa tidleg slutt på straumen"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Utan namn"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Skrivebordfila oppgav ikkje Exec-felt"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Klarte ikkje å finna terminalen programmet krev"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kan ikkje laga programoppsettmappe %s for brukaren: %s"
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kan ikkje laga MIME-oppsettmappe %s: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan ikkje laga skrivebordfila %s for brukaren"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Sjølvvald definisjon av %s"
@@ -1196,10 +1194,10 @@ msgid "drive doesn't implement polling for media"
msgstr "stasjonen støttar ikkje å spørja etter media"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operasjonen er ikkje støtta"
@@ -1232,37 +1230,37 @@ msgstr "Målfila finst"
msgid "Can't recursively copy directory"
msgstr "Kan ikkje kopiera katalog rekursivt"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Ugyldig symlink-verdi oppgjeven"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Papirkorg er ikkje støtta"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnamn kan ikkje innehalda «%c»"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volumet støttar ikkje montering"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Ingen program er registrert til å handtera denne fila"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Teljaren er stengt"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Filteljaren har ventande operasjon"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Filteljaren er allereie lukka"
@@ -1441,65 +1439,63 @@ msgstr "Feil under lesing av informasjon om fila «%s»: %s"
msgid " (invalid encoding)"
msgstr "(ugyldig teiknkoding)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Feil under lesing av info om fildeskriptoren: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ugyldig attributtype (venta uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ugyldig attributtype (venta uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Ugyldig attributtype (venta byte-streng)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Feil endring av løyve: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Feil under eigarskifte: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symbolsk lenkje må vera ikkje-NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fil under oppretting av symbolsk lenkje: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
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:2063
#, fuzzy, c-format
#: gio/glocalfileinfo.c:2067
#, fuzzy
msgid "SELinux context must be non-NULL"
msgstr "symbolsk lenkje må vera ikkje-NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Feil under eigarskifte: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Å setja attributten %s er ikkje støtta"
@@ -1667,14 +1663,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Feil ved lesing frå unix: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Feilved lukking av: %s"
@@ -1683,12 +1679,12 @@ msgstr "Feilved lukking av: %s"
msgid "Filesystem root"
msgstr "Filsystemrot"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Feil under skriving til unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "volumet støttar ikkje å løysa ut"

207
po/oc.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: oc\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-04-23 10:42+0200\n"
"Last-Translator: Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>\n"
"Language-Team: Occitan <ubuntu-l10n-oci@lists.ubuntu.com>\n"
@@ -87,7 +87,7 @@ msgstr ""
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:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
@@ -97,14 +97,14 @@ msgstr ""
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr ""
@@ -233,48 +233,48 @@ msgstr ""
msgid "Template '%s' doesn't contain XXXXXX"
msgstr ""
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f ko"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f Mo"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f Go"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr ""
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr ""
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr ""
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr ""
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
@@ -288,22 +288,22 @@ msgstr ""
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr ""
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr ""
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -311,91 +311,91 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -403,87 +403,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, 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:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr ""
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -784,12 +784,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr ""
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
@@ -826,37 +824,37 @@ msgstr ""
msgid "Failed to change to directory '%s' (%s)"
msgstr ""
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr ""
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr ""
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr ""
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr ""
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr ""
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1091,7 +1089,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1113,34 +1111,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sens nom"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1154,10 +1152,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr ""
@@ -1190,37 +1188,37 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1398,64 +1396,61 @@ msgstr ""
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr ""
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr ""
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr ""
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error al moment de crear lo repertòri : %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1618,14 +1613,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, 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:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr ""
@@ -1634,12 +1629,12 @@ msgstr ""
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr ""
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/or.po
View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: or\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-09-09 19:20+0530\n"
"Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n"
"Language-Team: Oriya\n"
@@ -94,7 +94,7 @@ msgstr "'%s' ନାମରେ ନାମିତ କୌଣସି ପ୍ରୟୋଗ
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' ୟୁ.ଆର.ଆଇ. ସହିତ '%s' ନିଷ୍ପାଦନ ଧାଡିକୁ ବର୍ଦ୍ଧନ କରିବାରେ ବିଫଳ"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "ଅକ୍ଷର ସେଟ୍ '%s'କୁ '%s'େର ରୂପାନ୍ତରିତ କରିବା ଅସହାୟକ"
@@ -104,14 +104,14 @@ msgstr "ଅକ୍ଷର ସେଟ୍ '%s'କୁ '%s'େର ରୂପାନ୍ତ
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ବାଇଟ୍ ଅନୁକ୍ରମ"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s"
@@ -240,48 +240,48 @@ msgstr "'%s' ନମୁନା ଟି ଅବୈଧ ଅଟେ, '%s' ଧାରଣ
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' ନମୁନା ଟି XXXXXXକୁ ଧାରଣ କରିନାହିଁ"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ପଢିବାରେ ଅସଫଳ: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "ପ୍ରତିକାତ୍ମକ ସଂୟୋଗ ଅସହାୟକ"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "%s' ରୁ '%s' ର ରୁପାନ୍ତରକ ଖୋଲି ପାରିଲା ନାହିଁ: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string ରେ ଅଂସସାଧିତ ପଠନ କରିହେଲା ନାହିଁ"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "ପଠନ ବଫରରେ ଅରୂପାନ୍ତରିତ ତଥ୍ଯ ବଳକା ଅଛି"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "ଆଂଶିକ ଅକ୍ଷର ରେ ଚାନେଲର ସମାପ୍ତି"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end େର ଅଂସସାଧିତ ପଠନ କରିହେଲା ନାହିଁ"
@@ -295,22 +295,22 @@ msgstr "'%s' ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ: open() ଅସ
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' ଫାଇଲ କୁ ମ୍ଯାପ୍ କରିବାରେ ଅସଫଳ: mmap() ଅସଫଳ: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "ଧାଡ଼ି %dର ଅକ୍ଷର %dରେ ତ୍ରୁଟି: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "%d ଧାଡ଼ିରେ ତ୍ରୁଟି: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "ଖାଲି ବସ୍ତୁ '&;' ଦେଖା ଗଲା; ବୈଧ ବସ୍ତୁଗୁଡ଼ିକ ହେଲା: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -320,17 +320,17 @@ msgstr ""
"ଗୋଟିଏ ବସ୍ତୁର ନାମର ଆରମ୍ଭ ରେ '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅକ୍ଷର & ଗୋଟିଏ ବସ୍ତୁକୁ ଆରମ୍ଭ କରେ; ଯଦି ଏହି "
"ଆମ୍ପର୍ସେଣ୍ଡ୍ ଗୋଟିଏ ବସ୍ତୁ ନୁହେଁ, ଏହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ବସ୍ତୁ ନାମ ମଦ୍ଧ୍ଯ ରେ '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' ବସ୍ତୁ ନାମ ଜଣା ନାହିଁ"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -338,7 +338,7 @@ msgstr ""
"ବସ୍ତୁଟି ସେମିକୋଲନରେ ଶେଷ ହେଲା ନାହିଁ; ସମ୍ଭବତଃ ଆପଣ ଗୋଟିଏ ବସ୍ତୁ ଆରମ୍ଭ କରିବାକୁ ନ ଚାହିଁ, ଏକ "
"ଆମ୍ପର୍ସେଣ୍ଡ୍ ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି - ତାହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -347,16 +347,16 @@ msgstr ""
"'%-.*s' କୁ ବିଶ୍ଳେଷଣ କରିବାରେ ଅସଫଳ, ଯାହାକି ଗୋଟିଏ ଅକ୍ଷର ରେଫରେନ୍ସ ମଦ୍ଧ୍ଯରେ ଏକ ଅଙ୍କ ହେବା ଉଚିତ "
"ଥିଲା(ଉଦାହରଣ ସ୍ବରୂପେ &#୨୩୪;) - ବୋଧହୁଏ ଅଙ୍କଟି ବହୁତ ବଡ଼ ଅଟେ"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "'%-.*s' ଅକ୍ଷର ରେଫରେନ୍ସ ଟି ଗୋଟିଏ ଅନୁମତ ଅକ୍ଷରକୁ ସଙ୍କେତ କରୁ ନାହିଁ"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ଖାଲି ଅକ୍ଷର ରେଫରେନ୍ସ; ଗୋଟିଏ ଅଙ୍କକୁ ଅନୁର୍ଭୁକ୍ତ କରିବା ଉଚିତ, ଯେପରିକି &#୪୫୪;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -365,32 +365,32 @@ msgstr ""
"ଅକ୍ଷର ରେଫରେନ୍ସ ସେମିକୋଲନରେ ସମାପ୍ତ ହେଉ ନାହିଁ; ସମ୍ଭବତଃ ଆପଣ ଗୋଟିଏ ବସ୍ତୁ ଆରମ୍ଭ କରିବାକୁ ନ ଚାହିଁ, "
"ଏକ ଆମ୍ପର୍ସେଣ୍ଡ୍ ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି - ତାହାକୁ &amp; ଭାବରେ ଏସ୍କେପ୍ କରନ୍ତୁ"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "ଅସମାପ୍ତ ବସ୍ତୁ ରେଫରେନ୍ସ"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "ଅସମାପ୍ତ ଅକ୍ଷର ରେଫରେନ୍ସ"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ଅବୈଧ UTF-8 ସାଙ୍କେତିକ ପାଠ୍ଯ- ଅତ୍ୟଧିକ ବଡ଼ ଅନୁକ୍ରମ"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ଅବୈଧ UTF-8 ସାଙ୍କେତିକ ପାଠ୍ଯ- ଗୋଟିଏ ଆରମ୍ଭ ଅକ୍ଷର ନୁହଁ"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ଅବୈଧ UTF-8 ସାଙ୍କେତିକ ପାଠ୍ଯ- '%s' ବୈଧ ନୁହଁ"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ଦଲିଲ ଗୋଟିଏ ଉପାଦାନରେ ଆରମ୍ଭ ହେବା ଉଚିତ (ଉଦାହରଣ ସ୍ବରୂପ <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -398,7 +398,7 @@ msgid ""
msgstr ""
"'<' ଅକ୍ଷର ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଏହା ଗୋଟିଏ ବସ୍ତୁର ନାମକୁ ଆରମ୍ଭ କରିପାରିବ ନାହିଁ"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -407,14 +407,14 @@ msgstr ""
"ଅଯୁଗ୍ମ ସଂଖ୍ୟା '%s', ଖାଲି-ଉପାଦାନ ଟ୍ୟାଗ '%s' ପ୍ରାରମ୍ଭ ସୂଚକକୁ ସମାପ୍ତ କରିବା ପାଇଁ '>' ଅକ୍ଷର "
"ଆଶାକରାଯାଉଥିଲା"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"ବିଚିତ୍ର ଅକ୍ଷର '%1$s', '%3$s' ଉପାଦାନର ଗୋଟିଏ ଗୁଣର ନାମ '%2$s' ପରେ '=' ପ୍ରତ୍ଯାଶିତ ଥିଲା"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -425,7 +425,7 @@ msgstr ""
"ପ୍ରତ୍ଯାଶିତ ଥିଲା, ଅଥବା ଇଚ୍ଛାଧୀନ ଭାବରେ ଗୋଟିଏ ଗୁଣ; ବୋଧହୁଏ ଆପଣ ଗୋଟିଏ ଗୁଣର ନାମରେ ଏକ ଅବୈଧ "
"ଅକ୍ଷର ବ୍ଯବହାର କରିଛନ୍ତି"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -434,7 +434,7 @@ msgstr ""
"ବିଚିତ୍ର ଅକ୍ଷର '%1$s', ସମାନ ଚିହ୍ନ ପରେ '%3$s' ଉପାଦାନର '%2$s' ଗୁଣର ମୂଲ୍ଯ ଦେବା ପାଇଁ ଗୋଟିଏ "
"ଖୋଲା ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ ପ୍ରତ୍ଯାଶିତ ଥିଲା"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -443,7 +443,7 @@ msgstr ""
"'</' ଅକ୍ଷରଗୁଡ଼ିକ ପଛରେ ଆସୁଥିବା '%s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; '%s' ଗୋଟିଏ ଉପାଦାନର ନାମର ଆରମ୍ଭ "
"କରିପାରିବ ନାହିଁ"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -451,25 +451,25 @@ msgid ""
msgstr ""
"ବନ୍ଦ ଉପାଦାନ ନାମ '%2$s' ପଛରେ ଆସୁଥିବା '%1$s' ଅକ୍ଷର ବୈଧ ନୁହେଁ; ଅନୁମତ ଅକ୍ଷର ହେଲା '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, ବର୍ତ୍ତମାନ କୌଣସି ଉପାଦାନ ଖୋଲା ନାହିଁ"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ଉପାଦାନ '%s' ବନ୍ଦ କରାଯାଇଥିଲା, କିନ୍ତୁ ବର୍ତ୍ତମାନ '%s' ଉପାଦାନଟି ଖୋଲା ଅଛି"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "ଦଲିଲ ଖାଲି ଥିଲା ବା କେବଳ ଖାଲି ଯାଗା ଧାରଣ କରିଥିଲା"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ଦଲିଲଟି ଗୋଟିଏ କୌଣିକ ବନ୍ଧନୀ '<'ର ଠିକ ପରେ ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -478,7 +478,7 @@ msgstr ""
"ଉପାଦାନଗୁଡ଼ିକ ଖୋଲା ଥାଇ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା'%s' ଉପାଦାନ ସର୍ବଶେଷ ଖୋଲା "
"ଥିଲା"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -487,19 +487,19 @@ msgstr ""
"ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା, <%s/> ସୂଚକ ସମାପ୍ତ କରିବା ପାଇଁ ଗୋଟିଏ ବନ୍ଦ କୌଣିକ "
"ବନ୍ଧନୀ ପ୍ରତ୍ଯାଶିତ ଥିଲା"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "ଉପାଦାନର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ଗୁଣର ନାମ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ଉପାଦାନ ଆରମ୍ଭର ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -507,16 +507,16 @@ msgstr ""
"ଗୁଣର ନାମ ପଛରେ ଆସୁଥିବା ସମାନ ଚିହ୍ନ ପରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା; ଗୁଣର କିଛି "
"ମୂଲ୍ଯ ନାହିଁ"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ଗୁଣର ମୂଲ୍ଯ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "'%s' ଉପାଦାନର ବନ୍ଦ ସୂଚକ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ଟିପ୍ପଣୀ ବା ସଂସାଧନ ସାଧନ ମଧ୍ଯରେ ଦଲିଲଟି ଅପ୍ରତ୍ଯାଶିତ ଭାବରେ ସମାପ୍ତ ହୋଇ ଗଲା"
@@ -817,12 +817,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "ପରିବର୍ତ୍ତିତ ପାଠ୍ଯ \"%s\" ର %lu ଅକ୍ଷରରେ ବିଶ୍ଳଷଣ କରିବା ସମୟରେ ତୃଟି: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "ଉଦ୍ଧ୍ରୁତ ପାଠ୍ଯ ଉଦ୍ଧ୍ରୁତ ଚିହ୍ନରେ ଆରମ୍ଭ ହୋଇ ନାହିଁ"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "ପାଠ୍ଯ ନିର୍ଦ୍ଦେଶ ବା ଅନ୍ଯ ଆବରଣ-ଉଦ୍ଧ୍ରୁତ ପାଠ୍ଯରେ ଅମେଳ ଉଦ୍ଧ୍ରୁତି ଚିହ୍ନ"
@@ -861,37 +859,37 @@ msgstr "ନିର୍ଭରକ ପାଇପ୍ ରୁ ତଥ୍ଯ ପଢି଼
msgid "Failed to change to directory '%s' (%s)"
msgstr "'%s' ଡିରେକ୍ଟୋରିକୁ ଯିବାରେ ଅସଫଳ (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାକୁ ନିଷ୍ପାଦନ କରିବାରେ ଅସଫଳ (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "ଅବୈଧ ପ୍ରୋଗ୍ରାମ ନାମ: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "ସଦିଶ ସ୍ବତନ୍ତ୍ରଚର %d ରେ ବାକ୍ଯଖଣ୍ଡ %s ଟି ଅବୈଧ ଅଟେ"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "ଏହି ପରିୂବେଶ ରେ ବାକ୍ଯଖଣ୍ଡ:%s ଅବୈଧ ଅଟେ"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "ଚଳନ୍ତି ଡିରେକ୍ଟୋରି: %s ଟି ଅବୈଧ ଅଟେ"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "ସାହାଯ୍ଯ କାରିକା (%s) କୁ ନିଷ୍ପାଦନ କରିବାରେ ଅସଫଳ"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1127,7 +1125,7 @@ msgstr "ଅତ୍ୟଧିକ ବଡ଼ ଗଣନା ମୂଲ୍ୟ %sକୁ
msgid "Stream is already closed"
msgstr "ଧାରା ପୂର୍ବରୁ ବନ୍ଦଅଛି"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "ପ୍ରୟୋଗଟି ବାତିଲ ହୋଇଛି"
@@ -1149,34 +1147,34 @@ msgstr "%s ପ୍ରକାର"
msgid "Unexpected early end-of-stream"
msgstr "ଅପ୍ରତ୍ୟାଶିତ ପ୍ରାରମ୍ଭିକ ଧାରାର ଶେଷ"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "ବେନାମୀ"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "ଡେସ୍କଟପ ଫାଇଲ Exec କ୍ଷେତ୍ର ଉଲ୍ଲେଖ କରିନଥିଲା"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "ପ୍ରୟୋଗ ପାଇଁ ଆବଶ୍ୟକ ଟର୍ମିନାଲ ଖୋଜିବାରେ ଅସମର୍ଥ"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ଚାଳକ ପ୍ରୟୋଗ ବିନ୍ୟାସ ଫୋଲଡର %s କୁ ନିର୍ମାଣ କରିପାରିବେ ନାହିଁ: %s"
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ଚାଳକ MIME ବିନ୍ୟାସିତ ଫୋଲଡର %s ନିର୍ମାଣ କରିପାରିବ ନାହିଁ: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ଚାଳକ ଡେସ୍କଟପ ଫାଇଲ %s ନିର୍ମାଣ କରିପାରିବ ନାହିଁ"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "%s ପାଇଁ ଇଚ୍ଛାରୂପୀ ପରିଭାଷା"
@@ -1190,10 +1188,10 @@ msgid "drive doesn't implement polling for media"
msgstr "ଡ୍ରାଇଭ ସଞ୍ଚାର ମାଧ୍ଯମ ପାଇଁ ଚୟନକୁ କାର୍ଯ୍ୟକାରୀ କରେନାହିଁ"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "ପ୍ରୟୋଗ ସମର୍ଥିତ ନୁହଁ"
@@ -1226,37 +1224,37 @@ msgstr "ଲକ୍ଷ୍ୟ ଫାଇଲ ଅବସ୍ଥିତ"
msgid "Can't recursively copy directory"
msgstr "ପୁନରାବର୍ତ୍ତୀ ଭାବରେ ଡିରେକ୍ଟୋରୀ ନକଲ କରିପାରିବେ ନାହିଁ"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "ଅବୈଧ symlink ମୂଲ୍ୟ ପ୍ରଦାନ କରାଯାଇଛି"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "ଆବର୍ଜନା ପାତ୍ର ସମର୍ଥିତ ନୁହଁ"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ଫାଇଲ ନାମଗୁଡ଼ିକ '%c' ଧାରଣ କରିପାରେ ନାହିଁ"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "ଆକାର ସ୍ଥାପନକୁ କାର୍ଯ୍ୟକାରୀ କରେନାହିଁ"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "ଏହି ଫାଇଲକୁ ନିୟନ୍ତ୍ରମ କରିବା ଫଳରେ କୌଣସି ପ୍ରୟୋଗ ପଞ୍ଜିକୃତ ହୋଇନାହିଁ"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "ଗଣନାକାର ବନ୍ଦ ହୋଇଯାଇଛି"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "ଫାଇଲ ଗଣନାକାର ପାଖରେ ଉତ୍କୃଷ୍ଟ ପ୍ରୟୋଗ ଅଛି"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "ଫାଇଲ ଗଣନାକାର ପୂର୍ବରୁ ବନ୍ଦ ହୋଇଯାଇଛି"
@@ -1434,64 +1432,61 @@ msgstr "ଫାଇଲ '%s'କୁ ଆରମ୍ଭ କରିବାରେ ତ୍ର
msgid " (invalid encoding)"
msgstr " (ଅବୈଧ ସାଙ୍କେତିକରଣ)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ଫାଇଲ ନିରୂପକ ଆରମ୍ଭ କରିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "ଅବୈଧ ଗୁଣ ପ୍ରକାର (unit32 ଆଶାକରାଯାଉଛି)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "ଅବୈଧ ଗୁଣ ପ୍ରକାର (unit64 ଆଶାକରାଯାଉଛି)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "ଅବୈଧ ଗୁଣ ପ୍ରକାର (ବାଇଟ ବାକ୍ୟଖଣ୍ଡ ଆଶାକରାଯାଉଛି)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "ଅନୁମତି ବିନ୍ୟାସକରିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "ମାଲିକ ନିରୁପଣ କରିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symlink ନିଶ୍ଚିତ ରୂପେ non-NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "symlink ବିନ୍ୟାସ କରିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink ବିନ୍ୟାସ କରିବାରେ ତ୍ରୁଟି: ଫାଇଲଟି ଗୋଟିଏ symlink ନୁହଁ"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux ପ୍ରସଙ୍ଗଟି ନିଶ୍ଚିତ ରୂପେ non-NULL ଅଟେ"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux ପ୍ରସଙ୍ଗ ବିନ୍ୟାସ କରିବାରେ ତ୍ରୁଟି: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux ଏହି ତନ୍ତ୍ରରେ ସକ୍ରିୟ ହୋଇନାହିଁ"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "ଗୁଣ %s ବିନ୍ୟାସ କରିବା ସମର୍ଥିତ ନୁହଁ"
@@ -1656,14 +1651,14 @@ msgstr ""
"'-' ବର୍ଣ୍ଣ ଠାରେ ସଂକ୍ଷିପ୍ତ କରାଯାଇଥିବା ନାମରୁ ମିଳିଥିବା ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଶେଷ ଅବଲମ୍ବନକୁ ବ୍ୟବହାର "
"କରାଯିବ କି ନାହିଁ. ଏକାଧିକ ନାମ ଦିଆଯାଇଥିଲେ ପ୍ରଥମ ନାମ ପରେଥିବା ନାମଗୁଡ଼ିକୁ ଅଗ୍ରାହ୍ୟ କରେ."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "unixରୁ ପଢିବାରେ ତ୍ରୁଟି: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "unix ବନ୍ଦକରିବାରେ ତ୍ରୁଟି: %s"
@@ -1672,12 +1667,12 @@ msgstr "unix ବନ୍ଦକରିବାରେ ତ୍ରୁଟି: %s"
msgid "Filesystem root"
msgstr "ଫାଇଲତନ୍ତ୍ର ମୂଳସ୍ଥାନ"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "unixରେ ଲେଖିବାରେ ତ୍ରୁଟି: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "ଆକାର ବାହାର କରିବାକୁ କାର୍ଯ୍ୟକାରୀ କରେନାହିଁ"

207
po/pa.po
View File

@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-03-04 23:30+0530\n"
"Last-Translator: Amanpreet Singh Alam <apreet.alam@gmail.com>\n"
"Language-Team: Punjabi/Panjabi <punjabi-users@list.sf.net>\n"
@@ -94,7 +94,7 @@ msgstr "ਕਿਸੇ ਕਾਰਜ ਨੇ '%2$s' ਲਈ '%1$s' ਨਾਂ ਨਾ
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec ਲਾਈਨ '%s' ਨੂੰ URI '%s' ਨਾਲ ਫੈਲਾਉਣ ਲਈ ਫੇਲ੍ਹ ਹੋਇਆ"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "ਕਰੈਕਟਰ ਸਮੂਹ %s ਤੋਂ %s ਵਿੱਚ ਬਦਲਣ ਇਸ ਵੇਲੇ ਸੰਭਵ ਨਹੀਂ"
@@ -104,14 +104,14 @@ msgstr "ਕਰੈਕਟਰ ਸਮੂਹ %s ਤੋਂ %s ਵਿੱਚ ਬਦਲ
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "ਬਦਲਣ ਲਈ ਦਿੱਤੀ ਸਤਰ ਵਿੱਚ ਬਾਇਟ ਦਾ ਸਰੂਪ ਠੀਕ ਨਹੀਂ ਹੈ"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "ਤਬਦੀਲੀ ਦੌਰਾਨ ਗਲਤੀ %s"
@@ -240,48 +240,48 @@ msgstr "ਟੈਪਲੇਟ '%s' ਸਹੀਂ ਨਹੀਂ ਹੈ, ਇਸ ਕੋ
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "ਟੈਂਪਲੇਟ '%s' XXXXXX ਨਹੀਂ ਰੱਖਦਾ ਹੈ"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ '%s' ਪੜ੍ਹਨ ਲਈ ਫੇਲ੍ਹ: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "ਸਿੰਬੋਲਿਕ ਲਿੰਕ ਮੱਦਦ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹਨ"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' ਤੋਂ '%s' ਬਦਲਣ ਵਾਲਾ ਖੋਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "g_io_channel_read_line_string ਵਿੱਚ ਰਾਅ ਪੜ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "ਕੁਝ ਅਣ-ਬਦਲਿਆ ਡਾਟਾ ਬਫਰ ਵਿੱਚ ਪਿਆ ਹੈ"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "ਇਕ ਅੱਧ ਪਚਦੇ ਅੱਖਰ ਉੱਤੇ ਚੈਨਲ ਬੰਦ ਹੋ ਗਿਆ"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end ਵਿੱਚ ਰਾਅ ਪੜ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ"
@@ -295,22 +295,22 @@ msgstr "ਫਾਇਲ '%s': ਖੋਲ੍ਹਣ ਵਿੱਚ ਫੇਲ੍ਹ: fdop
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ਫਾਇਲ '%s' ਮਿਲਾਉਣ ਵਿੱਚ ਫੇਲ੍ਹ: mmap() ਫੇਲ੍ਹ ਹੋਇਆ: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "ਲਾਈਨ %d ਅੱਖਰ %d ਉੱਤੇ ਗਲਤੀ:"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "ਸਤਰ %d ਉੱਤੇ ਗਲਤੀ: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "ਖਾਲੀ ਐਂਟਟੀ '&;' ਵੇਖੋ; ਵੈਧ ਐਂਟਟੀਆਂ ਹਨ : &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -320,17 +320,17 @@ msgstr ""
"ਇਹ %s ਅੱਖਰ ਕੋਈ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕਰਨ ਲਈ ਗਲਤ ਹੈ & ਅੱਖਰ ਇਕਾਈ ਆਰੰਭ ਕਰਦਾ ਹੈ; ਜੇਕਰ ਇਹ ਐਪਰਸੈਡ ਐਂਟਟੀ "
"ਬਣਨਯੋਗ ਨਹੀਂ ਤਾਂ ਇਸ ਨੂੰ ਇੰਝ &amp; ਛੱਡ ਦਿਓ"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "'%s' ਅੱਖਰ ਇੱਕ ਐਂਟਟੀ ਦੇ ਨਾਂ ਲਈ ਜਾਇਜ਼ ਨਹੀਂ ਹੈ"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "ਐਂਟਟੀ ਨਾਂ '%s' ਪਤਾ ਨਹੀਂ ਹੈ"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -338,7 +338,7 @@ msgstr ""
"ਐਂਟਟੀ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੋ ਸਕਦਾ ਕਿ ਤੁਸੀਂ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕੀਤੇ "
"ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇਸਤਰਾਂ &amp; ਛੱਡੋ"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -347,16 +347,16 @@ msgstr ""
" '%-.*s' ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਫੇਲ੍ਹ, ਜੋ ਕਿ ਅੱਖਰ ਵਿੱਚ ਨੰਬਰ ਹੋਣ ਚਾਹੀਦਾ ਹੈ ਵੇਖੋ (&#234; ਉਦਾਹਰਨ "
"ਲਈ) - ਅੱਖਰ ਬਹੁਤ ਲੰਮਾ ਹੋ ਗਿਆ ਹੈ"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ਅੱਖਰ ਰੈਫਰੈਂਸ '%-.*s' ਇਕ ਚੁਣੇ ਅੱਖਰ ਨੂੰ ਇਨਕੋਡ ਨਹੀਂ ਕਰ ਸਕਦਾ"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "ਖਾਲੀ ਅੱਖਰ ਰੈਫਰੈਂਸ, ਕੋਈ ਨੰਬਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ ਜਿਵੇਂ ਕਿ &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -365,32 +365,32 @@ msgstr ""
"ਅੱਖਰੀ ਰੈਫਰੈਂਸ ਸੈਮੀਕਾਲਨ ਨਾਲ ਖਤਮ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੋ ਕਿ ਤੁਸੀ ਇੱਕ ਐਪਰਸੈਨਡ ਅੱਖਰ ਬਿਨਾਂ ਐਂਟਟੀ ਸ਼ੁਰੂ ਕੀਤੇ "
"ਹੀ ਵਰਤ ਰਹੇ ਹੋ, ਐਪਰਸੈਨਡ ਇੰਝ &amp; ਛੱਡੋ"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "ਅਧੂਰਾ ਐਂਟਟੀ ਰੈਫਰੈਂਸ"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "ਅਧੂਰਾ ਅੱਖਰੀ ਰੈਫਰੈਂਸ"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਓਵਰਲਾਂਗ ਕ੍ਰਮ"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਟੈਕਸਟ - ਇੱਕ ਸ਼ੁਰੂਆਤੀ ਅੱਖਰ ਨਹੀਂ"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "ਗਲਤ UTF-8 ਇੰਕੋਡ ਅੱਖਰ - ਵੈਧ '%s' ਨਹੀਂ"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ਦਸਤਾਵੇਜ਼ ਇਕ ਐਲੀਮਿੰਟ (ਜਿਵੇਂ ਕਿ <book>) ਨਾਲ ਸ਼ੁਰੂ ਹੋਣਾ ਜਰੂਰੀ ਹੈ"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -399,7 +399,7 @@ msgstr ""
"ਇਹ '%s' ਜਾਇਜ ਅੱਖਰ ਨਹੀਂ ਹੈ ਜੋ ਕਿ '<' ਅੱਖਰ ਤੋਂ ਮਗਰ ਹੈ, ਇਹ ਕਿਸੇ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਨਾਲ ਆਰੰਭ ਨਹੀਂ "
"ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -408,13 +408,13 @@ msgstr ""
"ਅਨਿਸ਼ਚਿਤਅੱਖਰ '%s', ਇਹ '>' ਅੱਖਰ ਦੀ ਉਮੀਦ ਸੀ ਤਾਂ ਕਿ ਐਲੀਮਿੰਟ '%s' ਦੇ ਸ਼ੁਰੂ ਟੈਗ ਨੂੰ ਬੰਦ ਕੀਤਾ "
"ਜਾ ਸਕੇ"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ %1$s ਹੈ, ਐਲੀਮਿੰਟ %3$s ਦੇ ਇਸ ਵਿਸ਼ੇਸਤਾ ਨਾਂ %2$s ਮਗਰੋਂ = ਲੋੜੀਦਾ ਸੀ"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -424,7 +424,7 @@ msgstr ""
"ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%s' ਹੈ, ਇਕ ਅੱਖਰ '>'ਜਾਂ '/' ਨਿਸ਼ਚਿਤ ਅੱਖਰ ਹੈ ਤਾਂ ਕਿ ਹਿੱਸੇ ਦੇ ਸ਼ੁਰੂ ਕੀਤੇ ਟੈਗ ਨੂੰ "
"ਖਤਮ ਕੀਤੀ ਜਾ ਸਕੇ '%s', ਜਾਂ ਚੁਣਿਆ ਪ੍ਰਤੀਕ, ਜਿਸ ਲ਼ਈ ਤੁਸੀ ਗਲਤ ਨਾਂ ਭਰਿਆ ਹੈ।"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -433,7 +433,7 @@ msgstr ""
"ਅਨਿਸ਼ਚਿਤ ਅੱਖਰ '%1$s', ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਮਗਰੋਂ ਇਕ ਖੁੱਲਾ ਹਵਾਲਾ ਨਿਸ਼ਾਨ ਜ਼ਰੂਰੀ ਹੈ, ਜਦੋਂ ਕਿ ਤੁਸੀਂ "
"ਇੱਕ ਐਲੀਮਿੰਟ '%3$s' ਦੀ ਵਿਸ਼ੇਸ਼ਤਾ '%2$s' ਲਈ ਮੁੱਲ ਦੇ ਰਹੇ ਹੋ।"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -442,39 +442,39 @@ msgstr ""
"ਇਸ '</' ਅੱਖਰ ਮਗਰੋਂ ਇਹ %s' ਅੱਖਰ ਜ਼ਾਇਜ ਨਹੀਂ ਹੈ, '%s' ਇੱਕ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਨਾਲ ਸ਼ੁਰੂ ਨਹੀਂ ਹੋ ਸਕਦਾ "
"ਹੈ।"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "ਇਹ '%s' ਅੱਖਰ '%s' ਐਲੀਮਿੰਟ ਨਾਂ ਮਗਰੋਂ ਜਾਇਜ ਨਹੀਂ ਹੈ ; ਸਿਰਫ '>' ਅੱਖਰ ਹੀ ਮਨਜ਼ੂਰ ਹੈ"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਕੋਈ ਐਲੀਮਿੰਟ ਖੁੱਲ੍ਹਾ ਨਹੀਂ ਹੈ"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ਇਹ ਐਲੀਮਿੰਟ '%s' ਬੰਦ ਸੀ, ਪਰ ਅਜੇ '%s' ਐਲੀਮਿੰਟ ਖੁੱਲਾ ਹੈ"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "ਦਸਤਾਵੇਜ਼ ਖਾਲੀ ਹੈ ਜਾਂ ਕੇਵਲ ਖਾਲੀ ਥਾਂ ਹੀ ਰੱਖਦਾ ਹੈ"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਖੁੱਲੀ ਬਰੈਕਟ '<' ਪਾਉਣ ਮਗਰੋਂ"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਜਦੋਂ ਕਿ-ਇਹ '%s' ਆਖਰੀ ਐਲੀਮਿੰਟ ਖੁੱਲਾ ਹੈ"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -482,19 +482,19 @@ msgid ""
msgstr ""
"ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਇਕ ਬੰਦ ਬਰੈਕਟ <%s/> ਜੋ ਕਿ ਪੱਟੀ ਨੂੰ ਬੰਦ ਕਰਦੀ ਹੈ, ਦੀ ਉਮੀਦ ਸੀ"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "ਇਕ ਐਲੀਮਿੰਟ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ਇਕ ਐਲੀਮਿੰਟ-ਖੋਲ੍ਹਣ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -502,16 +502,16 @@ msgstr ""
"ਇਕ ਗੁਣ ਦੇ ਨਾਂ ਤੋਂ ਪਹਿਲਾਂ ਬਰਾਬਰ ਦੇ ਨਿਸ਼ਾਨ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ, ਗੁਣ ਦਾ ਕੋਈ ਮੁੱਲ "
"ਨਹੀਂ ਹੈ"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ਇਕ ਗੁਣ ਦੇ ਮੁੱਲ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ਇਕ ਐਲੀਮਿੰਟ '%s' ਦੇ ਟੈਗ ਕਰਕੇ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "ਇਕ ਟਿੱਪਣੀ ਜਾਂ ਹਦਾਇਤ ਚਲਾਉਣ ਦੌਰਾਨ ਦਸਤਾਵੇਜ਼ ਅਚਾਨਕ ਬੰਦ ਹੋ ਗਿਆ ਹੈ"
@@ -812,12 +812,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "ਬਦਲਣ ਟੈਕਸਟ \"%s\" ਨੂੰ ਪਾਰਸ ਕਰਨ ਦੌਰਾਨ ਅੱਖਰ %lu ਉੱਤੇ ਗਲਤੀ: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "ਹਵਾਲਾ ਟੈਕਸਟ ਇਕ ਹਵਾਲਾ ਮਾਰਕ ਨਾਲ ਸ਼ੁਰੂ ਨਹੀਂ ਹੋ ਸਕਦਾ ਹੈ"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "ਕਮਾਂਡ ਲਾਈਨ ਜਾਂ ਸੈੱਲ ਟੈਕਸਟ ਵਿੱਚ ਬੇਮੇਲ ਹਵਾਲਾ ਮਾਰਕ ਹੈ"
@@ -854,37 +852,37 @@ msgstr "ਚਾਈਲਡ ਪਾਈਪ (%s) ਤੋਂ ਡਾਟਾ ਖੋਲ੍ਹ
msgid "Failed to change to directory '%s' (%s)"
msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਬਦਲਣ ਵਿੱਚ ਫੇਲ੍ਹ (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "ਚਾਈਲਡ ਕਾਰਵਾਈ (%s) ਚਾਲੂ ਕਰਨ ਵਿੱਚ ਫੇਲ੍ਹ"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "ਗਲਤ ਪ੍ਰੋਗਰਾਮ ਨਾਂ: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "%d ਉੱਤੇ ਮੁੱਲ ਵੈਕਟਰ ਵਿੱਚ ਗਲਤ ਲਾਈਨ: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "ਇੰਵਾਇਰਨਮਿੰਟ ਵਿੱਚ ਗਲਤ ਲਾਈਨ: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "ਗਲਤ ਵਰਕਿੰਗ ਡਾਇਰੈਕਟਰੀ: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "ਮੱਦਦ ਪਰੋਗਰਾਮ (%s) ਸ਼ੁਰੂ ਕਰਨ 'ਚ ਫੇਲ੍ਹ"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1121,7 +1119,7 @@ msgstr "%s ਨੂੰ ਬਹੁਤ ਵੱਧ ਗਿਣਤੀ ਪਾਸ ਕੀਤ
msgid "Stream is already closed"
msgstr "ਸਟਰੀਮ ਪਹਿਲਾਂ ਹੀ ਬੰਦ ਹੈ"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "ਓਪਰੇਸ਼ਨ ਰੱਦ ਕੀਤਾ ਗਿਆ"
@@ -1143,34 +1141,34 @@ msgstr "%s ਟਾਈਪ"
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "ਬਿਨ-ਨਾਂ"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "ਡੈਸਕਟਾਪ ਫਾਇਲ ਨੇ Exec ਫੀਲਡ ਨਹੀਂ ਦਿੱਤਾ ਹੈ"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "ਐਪਲੀਕੇਸ਼ਨ ਲਈ ਟਰਮੀਨਲ ਲੋੜ ਲੱਭਣ ਲਈ ਅਸਮਰੱਥ ਹੈ"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ਯੂਜ਼ਰ ਐਪਲੀਕੇਸ਼ਨ ਸੰਰਚਨਾ ਫੋਲਡਰ %s ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ: %s"
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ਯੂਜ਼ਰ MIME ਸੰਰਚਨਾ ਫੋਲਡਰ %s ਬਣਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ: %s"
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ਯੂਜ਼ਰ ਡੈਸਕਟਾਪ ਫਾਇਲ %s ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "%s ਲਈ ਕਸਟਮ ਪਰਿਭਾਸ਼ਾ"
@@ -1184,10 +1182,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "ਓਪਰੇਸ਼ਨ ਸਹਾਇਕ ਨਹੀਂ"
@@ -1220,37 +1218,37 @@ msgstr "ਟਾਰਗੇਟ ਫਾਇਲ ਮੌਜੂਦ ਹੈ"
msgid "Can't recursively copy directory"
msgstr "ਡਾਇਰੈਕਟਰੀ ਲਗਾਤਾਰ ਕਾਪੀ ਨਹੀਂ ਹੋ ਸਕਦੀ"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "ਗਲਤ ਸਿੰਬੋਲਿੰਕ ਮੁੱਲ ਦਿੱਤਾ"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "ਰੱਦ ਸਹਾਇਕ ਨਹੀਂ"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ਫਾਇਲ ਨਾਂ ਵਿੱਚ ' %c' ਮੌਜੂਦ ਨਹੀਂ ਹੋ ਸਕਦਾ"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "ਵਾਲੀਅਮ ਲਈ ਮਾਊਂਟ ਸਥਾਪਤ ਨਹੀਂ ਹੈ"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "ਇਹ ਫਾਈਲ ਹੈਂਡਲ ਕਰਨ ਲਈ ਕੋਈ ਐਪਲੀਕੇਸ਼ਨ ਰਜਿਸਟਰ ਨਹੀਂ ਹੈ"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1429,64 +1427,61 @@ msgstr "'%s' ਫਾਈਲ ਦੇਣ'ਚ ਗਲਤੀ: %s"
msgid " (invalid encoding)"
msgstr "(ਗਲਤ ਇੰਕੋਡਿੰਗ)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ਫਾਈਲ ਡਿਸਕ੍ਰਿਪਟਰ ਸਟੇਟਿੰਗ ਗਲਤੀ: %s "
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "ਗਲਤ ਐਟਰੀਬਿਊਟ ਟਾਈਪ (uint32 ਲੋੜੀਦਾ ਸੀ)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "ਅਧਿਕਾਰ ਸੈੱਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "ਓਪਨ ਸੈਟਿੰਗ ਗਲਤੀ: %s "
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: %s "
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink ਸੈਟਿੰਗ ਗਲਤੀ: ਫਾਈਲ ਇੱਕ symlink ਨਹੀਂ ਹੈ"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "ਓਪਨ ਸੈਟਿੰਗ ਗਲਤੀ: %s "
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "ਗੁਣ %s ਸੈਟਿੰਗ ਸਹਾਇਕ ਨਹੀਂ"
@@ -1654,14 +1649,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "unix ਤੋਂ ਪੜ੍ਹਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "unix ਬੰਦ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
@@ -1670,12 +1665,12 @@ msgstr "unix ਬੰਦ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ: %s"
msgid "Filesystem root"
msgstr "ਫਾਇਲ ਸਿਸਟਮ ਰੂਟ"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "unix ਉੱਤੇ ਲਿਖਣ ਦੌਰਾਨ ਗਲਤੀ: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

787
po/pl.po

File diff suppressed because it is too large Load Diff

207
po/ps.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.head\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-07-14 19:07-0800\n"
"Last-Translator: Zabeeh Khan <zabeehkhan@gmail.com>\n"
"Language-Team: Pashto <pathanisation@googlegroups.com>\n"
@@ -87,7 +87,7 @@ msgstr ""
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:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
@@ -97,14 +97,14 @@ msgstr ""
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr ""
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "%s :د اړونې پر مهال ستونزه"
@@ -233,48 +233,48 @@ msgstr ""
msgid "Template '%s' doesn't contain XXXXXX"
msgstr ""
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f ک ب"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f م ب"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f ګ ب"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "%s :په لوستلو کې پاتې راغی '%s' د پېلامي تړنې"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "پېلامي تړنې نه منل کيږي"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr ""
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr ""
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr ""
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
@@ -288,22 +288,22 @@ msgstr ""
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr ""
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr ""
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr ""
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -311,91 +311,91 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr ""
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr ""
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr ""
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr ""
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr ""
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr ""
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr ""
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr ""
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -403,87 +403,87 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, 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:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr ""
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr ""
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -784,12 +784,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr ""
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
@@ -826,37 +824,37 @@ msgstr ""
msgid "Failed to change to directory '%s' (%s)"
msgstr "(%s) درکموند ته بدلېدلو کې پاتې راغی '%s'"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "(%s) د ماشوم بهيرپه پېلولو کې پاتې راغی"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "%s :ناسم کړنلار نوم"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr ""
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "%s :ناسم کارونې درکموند"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "په پېلولو کې پاتې راغی (%s) د مرستندويه کړنلار"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1091,7 +1089,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "چار بند شو"
@@ -1113,34 +1111,34 @@ msgstr "ډول %s"
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "بېنومه"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "نه شي جوړولی %s د کارن سرپاڼې دوتنه"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "لپاره دوديز پېژنداوی %s د"
@@ -1154,10 +1152,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "چار نه منل کيږي"
@@ -1190,37 +1188,37 @@ msgstr "موخه دوتنه شتون لري"
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "ناسم پېلامتړنې ارزښت ورکړل شوی"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr ""
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "نه شي لرلی '%c' دوتنه نومونه"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1399,64 +1397,61 @@ msgstr ""
msgid " (invalid encoding)"
msgstr " (ناسمه کوډييزونه)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "%s :د پرېښلو په امستلو کې ستونزه"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "%s :د خاوند په امستلو کې ستونزه"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr ""
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "%s :د خاوند په امستلو کې ستونزه"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
@@ -1619,14 +1614,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, 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:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "%s :د يونېکس په بندولو کې تېروتنه"
@@ -1635,12 +1630,12 @@ msgstr "%s :د يونېکس په بندولو کې تېروتنه"
msgid "Filesystem root"
msgstr "دوتنه غونډال ولۍ"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "%s :پر يونېکس ليکلو کې تېروتنه"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/pt.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.24\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-09 09:25+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
@@ -88,7 +88,7 @@ msgstr "Nenhuma aplicação denominada '%s' registou um marcador para '%s'"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Falha ao expandir a linha de execução '%s' com o URI '%s'"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Conversão do conjunto de caracteres '%s' para '%s' não é suportada"
@@ -98,14 +98,14 @@ msgstr "Conversão do conjunto de caracteres '%s' para '%s' não é suportada"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Incapaz de abrir conversor de '%s' para '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Sequência de bytes inválida na origem da conversão"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Erro durante a conversão: %s"
@@ -234,49 +234,49 @@ msgstr "Modelo '%s' inválido, não deveria conter um '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Modelo '%s' não contém XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falha ao ler o atalho '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Atalhos não são suportados"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Incapaz de abrir conversor de '%s' para '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Incapaz de efectuar uma leitura em bruto sobre g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Dados residuais não convertidos no buffer de leitura"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Canal termina num caracter parcial"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -291,24 +291,24 @@ msgstr "Falha ao abrir o ficheiro '%s': falha no open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Falha ao mapear o ficheiro '%s': falha no mmap(): %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erro na linha %d caracter %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Erro na linha %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Detectada entidade vazia '&;'; entidades válidas são: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -319,17 +319,17 @@ msgstr ""
"inicia uma entidade; se este 'i comercial' não é suposto ser uma entidade, "
"mascare-o como &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Caracter '%s' não é válido dentro do nome de uma entidade"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Nome de entidade '%s' desconhecido"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -338,7 +338,7 @@ msgstr ""
"caracter 'i comercial' sem intenção de iniciar uma entidade - mascare-o como "
"&amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -348,16 +348,16 @@ msgstr ""
"referência de caracter (&#234; por exemplo) - talvez o dígito seja demasiado "
"grande"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referência de caracter '%-.*s' não codifica um caracter permitido"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Referência de caracter vazia; deverá incluir um dígito tal como &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -367,32 +367,32 @@ msgstr ""
"utilizado um caracter 'i comercial' sem intenção de iniciar uma entidade - "
"mascare-o como &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Referência de entidade por terminar"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Referência de caracter por terminar"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Texto codificado UTF-8 inválido - sequência demasiado extensa"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Texto codificado UTF-8 inválido - não é um caracter inicial"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Texto codificado UTF-8 inválido - '%s' inválido"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documento tem de começar com um elemento (ex. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -401,7 +401,7 @@ msgstr ""
"'%s' não é um caracter válido após um caracter '<'; não pode iniciar um nome "
"de elemento"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -410,7 +410,7 @@ msgstr ""
"Caracter estranho '%s', era esperado um caracter '>' para terminar a "
"etiqueta de elemento vazio '%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -418,7 +418,7 @@ msgstr ""
"Caracter estranho '%s', era esperado um '=' após o nome do atributo '%s' do "
"elemento '%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -429,7 +429,7 @@ msgstr ""
"etiqueta inicial do elemento '%s', ou opcionalmente um atributo; talvez "
"tenha sido utilizado um caracter inválido no nome de um atributo"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -438,7 +438,7 @@ msgstr ""
"Caracter estranho '%s', era esperada uma abertura de aspa após o sinal de "
"igual ao atribuir valor ao atributo '%s' do elemento '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -447,7 +447,7 @@ msgstr ""
"'%s' não é um caracter válido após os caracteres '</'; '%s' não pode iniciar "
"o nome de um elemento"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -456,25 +456,25 @@ msgstr ""
"'%s' não é um caracter válido após o nome do elemento de fecho '%s'; o "
"caracter permitido é '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elemento '%s' foi fechado, nenhum elemento está actualmente aberto"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Elemento '%s' foi fechado, mas o elemento actualmente aberto é '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Documento estava vazio ou apenas continha espaços"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Documento terminou inesperadamente logo após um caracter menor que '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -483,7 +483,7 @@ msgstr ""
"Documento terminou inesperadamente com elementos ainda abertos - '%s' foi o "
"último elemento aberto"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -492,21 +492,21 @@ msgstr ""
"Documento terminou inesperadamente, era esperado um maior que '>' para "
"terminar a etiqueta <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Documento terminou inesperadamente dentro do nome de um elemento"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Documento terminou inesperadamente dentro do nome de um atributo"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Documento terminou inesperadamente dentro da etiqueta de abertura de um "
"elemento."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -514,18 +514,18 @@ msgstr ""
"Documento terminou inesperadamente após o sinal de igual posterior a um nome "
"de atributo; nenhum valor de atributo"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Documento terminou inesperadamente dentro do valor de um atributo"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Documento terminou inesperadamente dentro da etiqueta de fecho do elemento '%"
"s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Documento terminou inesperadamente dentro de um comentário ou instrução de "
@@ -834,12 +834,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Erro ao processar o texto de substituição \"%s\" no caracter %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Texto citado não é iniciado com um caracter de aspa"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Aspa sem par na linha de comando ou outro texto de consola citado"
@@ -878,37 +876,37 @@ msgstr "Falha ao ler de canal filho (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falha ao ir para directório '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Falha ao executar processo filho (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Nome de aplicação inválido: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Expressão inválida no vector de argumentos na posição %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Expressão inválida no ambiente: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directório de trabalho inválido: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Falha ao executar aplicação auxiliar (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1152,7 +1150,7 @@ msgstr "Valor de contagem demasiado grande passado para %s"
msgid "Stream is already closed"
msgstr "O fluxo já se encontra fechado"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "A operação foi cancelada"
@@ -1174,35 +1172,35 @@ msgstr "Tipo %s"
msgid "Unexpected early end-of-stream"
msgstr "Final precoce de fluxo inesperado"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sem nome"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Ficheiro de área de trabalho não especifica campo Exec"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Incapaz de encontrar a consola necessária à aplicação"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, 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:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Definição personalizada de %s"
@@ -1216,10 +1214,10 @@ msgid "drive doesn't implement polling for media"
msgstr "a unidade não implementa a verificação de existência de media"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operação não suportada"
@@ -1252,37 +1250,37 @@ msgstr "Ficheiro de destino já existe"
msgid "Can't recursively copy directory"
msgstr "Incapaz de copiar directório recursivamente"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Dado um valor de atalho inválido"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Não existe suporte para o Lixo"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Nomes de ficheiros não podem conter '%c'"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "unidade não implementa a montagem"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Não existe nenhuma aplicação registada para gerir este ficheiro"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Enumerador está fechado"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Enumerador de ficheiro tem uma operação por terminar"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Enumerador de ficheiro já está fechado"
@@ -1460,64 +1458,61 @@ msgstr "Erro ao verificar o ficheiro '%s': %s"
msgid " (invalid encoding)"
msgstr " (codificação inválida)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erro ao verificar o descritor do ficheiro: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo inválido (esperado um uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo inválido (esperado um uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo inválido (esperado uma expressão byte)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erro ao definir as permissões: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Erro ao definir o dono: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "atalho tem de ser não-NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erro ao definir o atalho: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "Erro ao definir o atalho: ficheiro não é um atalho"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "O contexto SELinux tem de ser não-NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Erro ao definir o contexto SELinux: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "O SELinux não está activo neste sistema"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Não é suportada a definição do atributo %s"
@@ -1682,14 +1677,14 @@ msgstr ""
"Se utilizar ou não os nomes de recurso criados abreviando o nome nos "
"caracteres '-'. Ignora os nomes após o primeiro se forem indicados vários."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Erro ao ler de unix: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Erro ao fechar unix: %s"
@@ -1698,12 +1693,12 @@ msgstr "Erro ao fechar unix: %s"
msgid "Filesystem root"
msgstr "Raiz do sistema de ficheiros"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Erro ao escrever no unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "unidade não implementa a ejecção"

File diff suppressed because it is too large Load Diff

791
po/ro.po

File diff suppressed because it is too large Load Diff

820
po/ru.po

File diff suppressed because it is too large Load Diff

209
po/rw.po
View File

@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2005-03-28 19:34-0700\n"
"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
@@ -94,7 +94,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Kuri Gusoma Ihuza"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, fuzzy, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Bivuye Inyuguti Gushyiraho Kuri ni OYA"
@@ -104,15 +104,15 @@ msgstr "Bivuye Inyuguti Gushyiraho Kuri ni OYA"
msgid "Could not open converter from '%s' to '%s'"
msgstr "OYA Gufungura Bivuye Kuri"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
#, 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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, fuzzy, c-format
msgid "Error during conversion: %s"
msgstr "Ihindurangero"
@@ -244,52 +244,52 @@ msgstr "Sibyo OYA a"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Impera Na:"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Kuri Gusoma Ihuza"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
#, fuzzy
msgid "Symbolic links not supported"
msgstr "amahuza OYA"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "OYA Gufungura Bivuye Kuri"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
#, 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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
#, fuzzy
msgid "Leftover unconverted data in read buffer"
msgstr "Ibyatanzwe in Gusoma"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
#, fuzzy
msgid "Channel terminates in a partial character"
msgstr "in a Bituzuye Inyuguti"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
#, fuzzy
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "a Gusoma in"
@@ -304,23 +304,23 @@ msgstr "Kuri Gufungura IDOSIYE Byanze"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Kuri Gufungura IDOSIYE Byanze"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "ku Umurongo INYUGUTI"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, fuzzy, c-format
msgid "Error on line %d: %s"
msgstr "ku Umurongo"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
#, fuzzy
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "Byemewe"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, fuzzy, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -328,41 +328,41 @@ msgid ""
"it as &amp;"
msgstr "ni OYA Byemewe ku Gutangira Bya Izina: Inyuguti NIBA iyi Kuri Nka"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, fuzzy, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ni OYA Byemewe Mo Imbere Izina:"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, fuzzy, c-format
msgid "Entity name '%s' is not known"
msgstr "Izina: ni OYA"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
#, fuzzy
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr "OYA Impera Na: a Akabago n'Akitso Inyuguti Kuri Gutangira Nka"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr "Kuri a Mo Imbere a Inyuguti Indango kugirango Urugero ni Binini"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Indango OYA a Inyuguti"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
#, fuzzy
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Inyuguti Indango Gushyiramo a Nka"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
#, fuzzy
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
@@ -370,44 +370,44 @@ msgid ""
"as &amp;"
msgstr "Indango OYA Impera Na: a Akabago n'Akitso Inyuguti Kuri Gutangira Nka"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
#, fuzzy
msgid "Unfinished entity reference"
msgstr "Indango"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
#, fuzzy
msgid "Unfinished character reference"
msgstr "Inyuguti Indango"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "8 Umwandiko"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "8 Umwandiko"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "8 Umwandiko"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
#, fuzzy
msgid "Document must begin with an element (e.g. <book>)"
msgstr "g."
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, fuzzy, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s'ni OYA a Byemewe Inyuguti a Inyuguti Gicurasi OYA Ikigize: Izina:"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -415,13 +415,13 @@ msgid ""
msgstr ""
"Inyuguti Ikitezwe: a Inyuguti Kuri Impera Gutangira Itagi: Bya Ikigize:"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Inyuguti Ikitezwe: a Nyuma Ikiranga Izina: Bya Ikigize:"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -431,7 +431,7 @@ msgstr ""
"Inyuguti Ikitezwe: a Cyangwa Inyuguti Kuri Impera Gutangira Itagi: Bya "
"Ikigize: Cyangwa Ikiranga Sibyo Inyuguti in Ikiranga Izina:"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -440,87 +440,87 @@ msgstr ""
"Inyuguti Ikitezwe: Gufungura Gushyiraho akugarizo Ikimenyetso Nyuma "
"IKIMENYETSO Ryari: Agaciro kugirango Ikiranga Bya Ikigize:"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, fuzzy, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'%s'ni OYA a Byemewe Inyuguti Inyuguti Gicurasi OYA Ikigize: Izina:"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, fuzzy, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s'ni OYA a Byemewe Inyuguti Gufunga Ikigize: Izina: Inyuguti ni"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, fuzzy, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Oya Ikigize: ni Gufungura"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, fuzzy, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Gufungura Ikigize: ni"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
#, fuzzy
msgid "Document was empty or contained only whitespace"
msgstr "ubusa Cyangwa"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
#, fuzzy
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Nyuma Gufungura Imfuruka"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "Na: Ibintu Gufungura Iheruka Ikigize:"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "Ikitezwe: Kuri a Gufunga Imfuruka Itagi:"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
#, fuzzy
msgid "Document ended unexpectedly inside an element name"
msgstr "Mo Imbere Ikigize: Izina:"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
#, fuzzy
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Mo Imbere Ikiranga Izina:"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
#, fuzzy
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Mo Imbere Ikigize: Gufungura%S Itagi:"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
#, fuzzy
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "Nyuma IKIMENYETSO Ikiranga Izina: Oya Ikiranga Agaciro"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
#, fuzzy
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Mo Imbere Ikiranga Agaciro"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, fuzzy, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Mo Imbere Gufunga Itagi: kugirango Ikigize:"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
#, fuzzy
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Mo Imbere a Icyo wongeraho Cyangwa Inonosora"
@@ -829,12 +829,12 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, fuzzy, c-format
#, fuzzy
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Umwandiko Na: a Gusubiramo ibyavuzwe Ikimenyetso"
#: glib/gshell.c:160
#, fuzzy, c-format
#, fuzzy
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Gusubiramo ibyavuzwe Ikimenyetso in Komandi: Umurongo Cyangwa Ikindi "
@@ -875,37 +875,37 @@ msgstr "Kuri Gusoma Bivuye"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Kuri Guhindura>> Kuri bushyinguro"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, fuzzy, c-format
msgid "Failed to execute child process (%s)"
msgstr "Kuri Gukora"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, fuzzy, c-format
msgid "Invalid program name: %s"
msgstr "Izina ry'inturo:"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, fuzzy, c-format
msgid "Invalid string in environment: %s"
msgstr "in Ihindurangero Iyinjiza"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, fuzzy, c-format
msgid "Invalid working directory: %s"
msgstr "Gufungura %s%S bushyinguro"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, fuzzy, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Kuri Gukora Porogaramu"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
#, fuzzy
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
@@ -1154,7 +1154,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1177,34 +1177,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1218,10 +1218,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "amahuza OYA"
@@ -1255,38 +1255,38 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "amahuza OYA"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1476,64 +1476,61 @@ msgid " (invalid encoding)"
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ikosa mu gusoma idosiye"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Ihindurangero"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Ihindurangero"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "ku Umurongo"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Ihindurangero"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "amahuza OYA"
@@ -1708,14 +1705,14 @@ msgid ""
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Ikosa mu gusoma idosiye"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "ku Umurongo"
@@ -1724,12 +1721,12 @@ msgstr "ku Umurongo"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Ihindurangero"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/si.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.si\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2007-06-20 14:56+0530\n"
"Last-Translator: Danishka Navin <snavin@redhat.com>\n"
"Language-Team: Sinhala <en@li.org>\n"
@@ -87,7 +87,7 @@ msgstr ""
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:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
@@ -97,14 +97,14 @@ msgstr ""
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "පරිවර්තන ප්‍රධාධා තුළ සාවද්‍ය බයිට් පිළිවෙළක්යේ"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "පරිවර්තනයේදි දෝෂයකි : %s"
@@ -233,48 +233,48 @@ msgstr "'%s' ආකෘතිය සාවද්‍ය වේ, '%s' අඩංග
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' ආකෘතියේ XXXXXX අඩංගු නොවේ"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' සංකේතාත්මක පුරුක කියවිම අසමත් විය: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "'%s' සිට '%s' දක්වා පරිවර්තකය විවෘත කළ නොහැක: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr ""
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr ""
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr ""
@@ -288,22 +288,22 @@ msgstr "'%s' ගොනුව විවෘත කිරීම අසමත් ව
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "'%s' ගොනුව අනුරුපණය කිරීම අසමත් විය: mmap()අසමත් විය: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "%d පේළියේ %d අක්‍ෂරය මත දෝෂයකි: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "%d පේළියේ ත දෝෂයකි: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -311,93 +311,93 @@ msgid ""
"it as &amp;"
msgstr ""
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "ඇතුළත් කළ නම තුළ ඇති '%s' අක්‍ෂරය සාද්‍යවේ "
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "'%s' වස්තුවේ නම නොදනී"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
msgstr ""
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr ""
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr ""
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &amp;"
msgstr ""
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "අවසන් නොකළ වස්තු යොමුව"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "අවසන් නොකළ අක්‍ෂර යොමුව"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "සාවද්‍ය UTF-8 සංකේතාංකන පෙළ"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ලේඛණය මූලයකින්ම ආරම්භ කළ යුතුම වේ (උදා. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr ""
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
"s'"
msgstr ""
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -405,88 +405,88 @@ msgid ""
"character in an attribute name"
msgstr ""
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, 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:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr ""
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr ""
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "'%s' මූලය වසා ඇති අතර කිසිම මූලයක් විවෘතව ඇත"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "'%s' මූලය වසා ඇති අතර දැනට'%s' මූලය විවෘතව ඇත"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
#, fuzzy
msgid "Document was empty or contained only whitespace"
msgstr "ලේඛණය හිස්ව තිබුනි හෝ තිබුනේ සුදුඉඩ පමණි"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr ""
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr ""
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr ""
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr ""
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
@@ -792,12 +792,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr ""
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
@@ -834,37 +832,37 @@ msgstr ""
msgid "Failed to change to directory '%s' (%s)"
msgstr ""
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr ""
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "සාවද්‍ය වැඩසටහන් නම: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr ""
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "සාවද්‍ය වැඩකරන බහලුම: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr ""
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1099,7 +1097,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1122,34 +1120,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1163,10 +1161,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත"
@@ -1200,38 +1198,38 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1411,64 +1409,61 @@ msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "පරිවර්තනයේදි දෝෂයකි : %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "පරිවර්තනයේදි දෝෂයකි : %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d පේළියේ ත දෝෂයකි: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "පරිවර්තනයේදි දෝෂයකි : %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "සංකේතාත්මක පුරුක සහාය දක්නන්නේ නැත"
@@ -1633,14 +1628,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "'%s' ගොනුව කියවීම දෝෂ සහිතයි: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "%d පේළියේ ත දෝෂයකි: %s"
@@ -1649,12 +1644,12 @@ msgstr "%d පේළියේ ත දෝෂයකි: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "පරිවර්තනයේදි දෝෂයකි : %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

208
po/sk.po
View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-03-15 15:01+0100\n"
"Last-Translator: Marcel Telka <marcel@telka.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -90,7 +90,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nepodarilo sa prečítať symbolický odkaz '%s': %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Prevod zo znakovej sady '%s' do '%s' nie je podporovaný"
@@ -100,14 +100,14 @@ msgstr "Prevod zo znakovej sady '%s' do '%s' nie je podporovaný"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Nepodarilo sa otvoriť program na prevod z '%s' do '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Chyba počas prevodu: %s"
@@ -239,48 +239,48 @@ msgstr "Šablóna '%s' je neplatná, nesmie obsahovať '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Šablóna '%s' neobsahuje XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nepodarilo sa prečítať symbolický odkaz '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Symbolické odkazy nepodporované"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nepodarilo sa otvoriť program na prevod z '%s' do '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Zanechané neprevedené dáta vo vstupnom bufferi"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanál končí čiastočným znakom"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -294,23 +294,23 @@ msgstr "Nepodarilo sa otvoriť súbor '%s': open() zlyhala: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Nepodarilo sa namapovať súbor '%s': mmap() zlyhala: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Chyba na riadku %d znak %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Chyba na riadku %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Nájdená prázdna entita '&;', platné entity sú: &amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -320,17 +320,17 @@ msgstr ""
"Znak '%s' nie je platný na začiatku mena entity. Znak & začína entitu. Ak tu "
"ale nemá predstavovať entitu, musíte ho zapísať ako &amp;."
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' nie je platný v mene entity"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Meno entity '%s' nie je známe"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -338,7 +338,7 @@ msgstr ""
"Entita nekončí bodkočiarkou. Asi ste použili znak & bez toho, aby ste ho "
"zapísali ako &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -347,17 +347,17 @@ msgstr ""
"Nepodarilo sa spracovať '%-.*s', čo by mala byť číslica v odkaze na znak "
"(napríklad &#234;) - možno je číslica príliš veľká"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Odkaz na znak '%-.*s' nie je kódom povoleného znaku"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr ""
"Prázdny odkaz na znak. Odkaz by mal obsahovať číslice, napríklad &#434;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -366,40 +366,40 @@ msgstr ""
"Odkaz na znak neskončil bodkočiarkou. Asi ste použili & a nezadali ste ho "
"ako &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Neukončený odkaz na entitu"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Neukončený odkaz na znak"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neplatný text v kódovaní UTF-8"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neplatný text v kódovaní UTF-8 - nie je úvodný znak"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neplatný text v kódovaní UTF-8 - neplatné '%s'"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument musí začínať elementom (napr. <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s' nie je platný znak za znakom '<', nesmie začínať meno elementu"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -408,7 +408,7 @@ msgstr ""
"Prebytočný znak '%s'. Bol očakávaný znak '>', aby skončil začiatočnú značku "
"elementu '%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -416,7 +416,7 @@ msgstr ""
"Prebytočný znak '%s'. Bol očakávaný znak '=' za menom atribútu '%s' elementu "
"'%s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -427,7 +427,7 @@ msgstr ""
"začiatočnú značku elementu '%s' alebo nepovinne atribút. Možno ste použili "
"neplatný znak v mene atribútu"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -436,7 +436,7 @@ msgstr ""
"Prebytočný znak '%s'. Boli očakávané úvodzovky po '=' pri zadávaní hodnoty "
"atribútu '%s' v elemente '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -444,7 +444,7 @@ msgid ""
msgstr ""
"'%s' nie je platný znak po znakoch '</'. '%s' nesmie začínať meno elementu"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -452,25 +452,25 @@ msgid ""
msgstr ""
"'%s' nie je platný znak po koncovom mene elementu '%s'. Povolený znak je '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' bol ukončený, momentálne nie je otvorený žiadny element"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' bol ukončený, ale momentálne otvorený element je '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prázdny alebo obsahuje iba medzery"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument neočakávane skončil hneď po začiatočnom znaku '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -479,7 +479,7 @@ msgstr ""
"Dokument neočakávane skončil s otvorenými elementami - '%s' bol posledný "
"otvorený element."
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -487,35 +487,35 @@ msgid ""
msgstr ""
"Dokument neočakávane skončil, očakával sa znak '>' pre ukončenie značky <%s>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument neočakávane skončil v mene elementu"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument neočakávane skončil v mene atribútu"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument neočakávane skončil v začiatočnej značke elementu."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr ""
"Dokument neočakávane skončil po '=' za menom atribútu, chýba hodnota atribútu"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument neočakávane skončil v hodnote atribútu"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument neočakávane skončil v koncovej značke pre element '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokument neočakávane skončil v komentári alebo inštrukcii pre spracovanie"
@@ -822,12 +822,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Citovaný text nezačína úvodzovkami"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Prebytočné úvodzovky v príkazovom riadku alebo v inom texte shellu"
@@ -865,37 +863,37 @@ msgstr "Nepodarilo sa čítať z rúry potomka (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Nepodarilo sa zmeniť priečinok na '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Nepodarilo sa spustiť proces potomka (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Neplatný názov programu: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Neplatný reťazec vo vektore parametra na %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Neplatný reťazec v prostredá: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Neplatný pracovný priečinok: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Nepodarilo sa spustiť pomocný program (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1139,7 +1137,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr "Prúd je už zatvorený"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operácia bola zrušená"
@@ -1161,34 +1159,34 @@ msgstr "typ %s"
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nepomenované"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Vlastná definícia pre %s"
@@ -1202,10 +1200,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Nepodporovaná operácia"
@@ -1238,38 +1236,38 @@ msgstr "Cieľový súbor existuje"
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Symbolické odkazy nepodporované"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1449,64 +1447,62 @@ msgstr "Chyba pri čítaní súboru '%s': %s"
msgid " (invalid encoding)"
msgstr " (neplatné kódovanie)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Chyba pri čítaní súboru '%s': %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Neplatný typ vlastnosti (očakávané uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Neplatný typ vlastnosti (očakávané uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Neplatný typ vlastnosti (očakávaný bajtový reťazec)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Chyba počas prevodu: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Chyba pri nastavovaní vlastníka: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symbolický odkaz nesmie byť prázdny"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Chyba pri nastavovaní symbolického odkazu: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, fuzzy, c-format
#: gio/glocalfileinfo.c:2067
#, fuzzy
msgid "SELinux context must be non-NULL"
msgstr "symbolický odkaz nesmie byť prázdny"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Chyba pri nastavovaní vlastníka: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Symbolické odkazy nepodporované"
@@ -1672,14 +1668,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Chyba pri čítaní z unixu: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Chyba pri zatváraní unixu: %s"
@@ -1688,12 +1684,12 @@ msgstr "Chyba pri zatváraní unixu: %s"
msgid "Filesystem root"
msgstr "Koreň súborového systému"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Chyba pri zápise do unixu: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "zväzok neimplementuje vysunutie"

207
po/sl.po
View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-09-03 15:59+0100\n"
"Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -91,7 +91,7 @@ msgstr "Program z imenom '%s' ni ustvaril zaznamka za '%s'"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Napaka pri razširjanju ukazne vrstice '%s' z URI '%s'"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Pretvorba iz nabora znakov '%s' v '%s' ni podprta"
@@ -101,14 +101,14 @@ msgstr "Pretvorba iz nabora znakov '%s' v '%s' ni podprta"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ni mogoče odpreti pretvornika iz '%s' v '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Napaka med pretvorbo: %s"
@@ -237,48 +237,48 @@ msgstr "Predloga '%s' je neveljavna, saj ne sme vsebovati '%s'"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Predloga '%s' ne vsebuje XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ni mogoče prebrati simbolne povezave '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Simbolne povezave niso podprte"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ni mogoče odpreti pretvornika iz '%s' v '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Preostanek nepretvorjenih podatkov v bralnem medpomnilniku"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanal je prekinjen v delnem znaku"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -292,24 +292,24 @@ msgstr "Ni mogoče odpreti datoteke '%s': open() ni uspel: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Ni mogoče preslikati datoteke '%s': mmap() ni uspel: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Napaka v vrstici %d, znak %d:"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Napaka v vrstici %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Zaznana prazna entiteta '&;'; veljavne entitete so: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -319,17 +319,17 @@ msgstr ""
"Znak '%s' ni veljaven na začetku imena entitete; entiteto začne znak &; v "
"primeru, da znak ne predstavlja entitete, mora biti zapisan kot &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak '%s' ni veljaven znotraj imena entitete"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Neznano ime entitete '%s'"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -337,7 +337,7 @@ msgstr ""
"Entiteta se ne zaključi s podpičjem; najverjetneje je uporabljen znak '&' "
"brez povezave z entiteto - znak '&' mora biti zapisan kot '&amp;'"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -346,16 +346,16 @@ msgstr ""
"Ni mogoče razčleniti '%-.*s', ki bi morala biti številka znotraj reference "
"znaka (na primer &#234;) - morda je številka prevelika"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referenca znaka '%-.*s' ne šifrira dovoljenega znaka"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna referenca znaka; vsebovati bi morala številko kot &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -364,32 +364,32 @@ msgstr ""
"Referenca znaka se ni končala s podpičjem; najverjetneje je uporabljen znak "
"'&' brez povezave z entiteto - znak '&' mora biti zapisan kot '&amp;'"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Nedokončano nanašanje na entiteto"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Nedokončano nanašanje na znak"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neveljavno UTF-8 kodirano besedilo - predolgo zaporedje"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neveljavno UTF-8 kodirano besedilo - ni začetnega znaka"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neveljavno UTF-8 kodirano besedilo - neveljaven '%s'"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument se mora začeti z elementom (na primer <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -398,7 +398,7 @@ msgstr ""
"'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne začne z imenom "
"elementa"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -407,7 +407,7 @@ msgstr ""
"Nenavaden znak '%s'. Pričakovan znak je '>', da se zaključi oznako predmeta "
"'%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -415,7 +415,7 @@ msgstr ""
"Nenavaden znak '%s'. Za imenom atributa '%s' (elementa '%s') je pričakovan "
"znak '='"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -426,7 +426,7 @@ msgstr ""
"elementa '%s' ali atribut; morda ste uporabili neveljaven znak v imenu "
"atributa'"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -435,7 +435,7 @@ msgstr ""
"Nenavaden znak '%s'. Za enačajem je pričakovan narekovaj znotraj katerega je "
"podana vrednost atributa '%s' elementa '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -443,7 +443,7 @@ msgid ""
msgstr ""
"'%s' ni veljaven znak za znakoma '</'; ime elementa se ne sme začeti z '%s'"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -452,25 +452,25 @@ msgstr ""
"Znak '%s' ni veljaven kadar sledi zaprtju imena elementa '%s'; dovoljen znak "
"je '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' je zaprt, trenutno ni odprtega elementa"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element '%s' je zaprt, še vedno pa je odprt element '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prazen ali pa vsebuje le presledke"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument nepričakovano zaključen takoj za odprtjem predmeta '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -479,7 +479,7 @@ msgstr ""
"Dokument nepričakovano zaključen s še odprtimi elementi - '%s' je zadnji "
"odprt element"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -488,19 +488,19 @@ msgstr ""
"Dokument nepričakovano zaključen, pričakovan je zaključni zaklepaj oznake <%"
"s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument nepričakovano zaključen sredi imena elementa"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument nepričakovano zaključen sredi imena atributa"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument nepričakovano zaključen sredi oznake za odprtje elementa."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -508,16 +508,16 @@ msgstr ""
"Dokument nepričakovano zaključen za enačajem, ki sledil imenu atributa; ni "
"določena vrednosti atributa"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument nepričakovano zaključen sredi vrednosti atributa"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument nepričakovano zaključen sredi oznake zaprtja elementa '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument nepričakovano zaključen sredi komentarja ali ukaza"
@@ -821,12 +821,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Napaka med razčlenjevanjem besedila zamenjave \"%s\" pri znaku %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Citirano besedilo se ne začne z narekovajem"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "V ukazni vrstici ali v citiranem besedilu manjka končni narekovaj"
@@ -866,37 +864,37 @@ msgstr "Ni mogoče prebrati iz cevi podrejenega procesa (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Ni mogoče spremeniti imenika v '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Ni mogoče izvesti podrejenega procesa (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Neveljavno ime programa: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Neveljaven niz v vektorju argumenta pri %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Neveljaven niz okolja: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Neveljavna delovna mapa: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Napaka pri izvedbi pomožnega programa (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1143,7 +1141,7 @@ msgstr "Prevelika vrednost štetja poslana na %s"
msgid "Stream is already closed"
msgstr "Pretok je že zaprt"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operacija je bila preklicana."
@@ -1165,34 +1163,34 @@ msgstr "%s vrsta"
msgid "Unexpected early end-of-stream"
msgstr "Nepričakovan prezgodnji konec pretoka"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Neimenovan"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Namizna datoteka ne vsebuje določenega polja Exec"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Ni mogoče najti terminala, ki ga zahteva program"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ni mogoče ustvariti uporabnikove datoteke namizja %s"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Določilo po meri za %s"
@@ -1206,10 +1204,10 @@ msgid "drive doesn't implement polling for media"
msgstr "pogon ne podpira preverjanja enote"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Operacija ni podprta"
@@ -1242,37 +1240,37 @@ msgstr "Ciljna datoteka obstaja"
msgid "Can't recursively copy directory"
msgstr "Ni mogoče kopirati drevesne strukture mape"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Neveljavna vrednost simbolne povezave"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Smeti niso podprte"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Ni mogoče uporabiti '%c' v imenu datoteke"
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "enota ne podpira priklopa"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Na voljo ni programa z a upravljanje s to datoteko"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Številčnik je zaprt"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Številčnik izvaja izredno operacijo"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Številčnik datotek je že zaprt"
@@ -1450,65 +1448,62 @@ msgstr "Napaka med potrjevanjem datoteke '%s': %s"
msgid " (invalid encoding)"
msgstr " (neveljavni kodni nabor)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Napaka med potrjevanjem opisovalca datoteke: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Neveljavna vrsta atributa (pričakovan uint32)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Neveljavna vrsta atributa (pričakovan uint64)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Neveljavna vrsta atributa (pričakovan bitni niz)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Napaka med določanjem dovoljenj: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Napaka med določanjem lastnika: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "Simbolna povezava ne sme biti določena kot NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Napaka med določanjem simbolne povezave: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Napaka med določevanjem simbolne povezave; datoteka ni simbolna povezava"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux atribut ne sme biti določena kot NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Napaka nastavitve vsebine SELinux: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "Na tem sistemu SELinux ni omogočen"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Določanje atributa %s ni podprto"
@@ -1673,14 +1668,14 @@ 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:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Napaka med branjem unix-a: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Napaka med zapiranjem unix-a: %s"
@@ -1689,12 +1684,12 @@ msgstr "Napaka med zapiranjem unix-a: %s"
msgid "Filesystem root"
msgstr "Koren datotečnega sistema"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Napaka med pisanjem na unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "medija ni mogoče izvreči"

207
po/sq.po
View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-18 10:19+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
@@ -86,7 +86,7 @@ msgstr "Asnjë aplikativ me emrin '%s' ka regjistruar një libërshënues për '
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Zgjerimi i rreshtit exec '%s' me URI '%s' dështoi"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konvertimi nga familja e simboleve '%s' në '%s' nuk suportohet"
@@ -96,14 +96,14 @@ msgstr "Konvertimi nga familja e simboleve '%s' në '%s' nuk suportohet"
msgid "Could not open converter from '%s' to '%s'"
msgstr "E pamundur hapja e konvertuesit nga '%s' në '%s'"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Gabim gjatë konvertimit: %s"
@@ -239,52 +239,52 @@ msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Modeli '%s' nuk përmban XXXXXX"
# (pofilter) untranslated: checks whether a string has been translated at all
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
# (pofilter) untranslated: checks whether a string has been translated at all
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
# (pofilter) untranslated: checks whether a string has been translated at all
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "I pamundur leximi i lidhjes simbolike '%s': %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Lidhjet simbolike nuk suportohen"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Nuk arrij të hap konvertuesin nga '%s' në '%s': %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"I pamundur leximi i të dhënave të papërpunuara tek "
"g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Kanë tepruar të dhëna të pakonvertuara tek buffer i leximit"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanali përfundon me një simbol të pjesëshëm"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -303,25 +303,25 @@ msgstr "I pamundur mapimi i file '%s': mmap() dështoi: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) endwhitespace: checks whether whitespace at the end of the strings matches
# (pofilter) printf: checks whether printf format strings match
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Gabim tek rreshti %d simboli %d: "
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Gabim tek rreshti %d: %s"
# (pofilter) puncspacing: checks for bad spacing after punctuation
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"U gjet një entitet bosh '&;'; entitetet e vlefshme janë: &amp; &quot; &lt; "
"&gt; &apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -332,18 +332,18 @@ msgstr ""
"një entitet; nëse ky simbol nuk do të jetë fillimi i një entiteti, përdore "
"si &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Simboli '%s' nuk është i vlefshëm brenda emrit të një entiteti"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Emri entitetit '%s' nuk njihet"
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -353,7 +353,7 @@ msgstr ""
# (pofilter) puncspacing: checks for bad spacing after punctuation
# (pofilter) sentencecount: The number of sentences differ: 1 versus 2
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -362,18 +362,18 @@ msgstr ""
"I pamundur analizimi i '%-.*s', duhet të ishte një numër brenda riferimeve "
"të një simboli (p.sh. &#234;) - ndoshta numri është tepër i madh"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Riferimi '%-.*s' i simbolit nuk kodifikon një simbol të lejuar"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Simbol bosh, duhet të përmbajë një vlerë numerike, si &#454;"
# (pofilter) endwhitespace: checks whether whitespace at the end of the strings matches
# (pofilter) doublespacing: checks for bad double-spaces by comparing to original
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -382,33 +382,33 @@ msgstr ""
"Simboli nuk mbaron me pikëpresje; ndoshta keni përdorur një simbol ampersand "
"& pa pasur ndërmend fillimin e një entiteti të ri - përdorni &amp; "
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Riferim entiteti i papërfunduar"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Referim i papërfunduar i simbolit"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm - sekuencë tepër e gjatë"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm - nuk është një simbol nisje"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Tekst i kodifikuar UTF-8 i pavlefshëm - '%s' e pavlefshme"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumenti duhet të fillojë me një element (p.sh. <book>)"
# (pofilter) puncspacing: checks for bad spacing after punctuation
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -417,7 +417,7 @@ msgstr ""
"'%s' nuk është një simbol i vlefshëm mbas simbolit '<', nuk mund të fillojë "
"me emrin e një elementi"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -426,7 +426,7 @@ msgstr ""
"Simbol tek '%s', pritet një simbol '>' për të mbyllur etiketën e elementit "
"bosh '%s'"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -434,7 +434,7 @@ msgstr ""
"Simbol tek '%s', pritet një '=' mbas emrit të atributit '%s' të elementit '%"
"s'"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -445,7 +445,7 @@ msgstr ""
"nisjes së elementit '%s', ose në menyrë apsionale një atribut; ka shumë "
"mundësi të keni përdorur një simbol të pavlefshëm tek emri i një atributi"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -454,7 +454,7 @@ msgstr ""
"Simbol tek '%s', pritet simboli i kuotës së hapur mbas shenjës së barazimit "
"për t'i caktuar një vlerë atributit '%s' të elementit '%s'"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -463,7 +463,7 @@ msgstr ""
"'%s' nuk është një simbol i vlefshëm mbrapa simboleve '</'; '%s' nuk mund të "
"nisë emrin e një elementi"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -472,27 +472,27 @@ msgstr ""
"'%s' nuk është një simbol i vlefshëm për të vazhduar mbylljen e emrit të "
"elementit '%s'; simboli i lejuar është '>'"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementi '%s' është mbyllur, asnjë element aktualisht është i hapur"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Elementi '%s' është mbyllur, por elementi aktualisht i hapur është '%s'"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokumenti ishte bosh apo përmbante vetëm hapësira të bardha"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Dokumenti u mbyll papritur, menjëherë pas hapjes së kllapës këndore '<'"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -501,27 +501,27 @@ msgstr ""
"Dokumenti u mbyll papritur me elementë akoma të hapur - '%s' ishte elementi "
"i fundit i hapur"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "Dokumenti u mbyll papritur, pritet simboli i mbylljes për tag-un <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumenti përfundoi papritur në brendësi të emrit të një elementi"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumenti u mbyll papritur në brendësi të emrit të një atributi"
# (pofilter) endpunc: checks whether punctuation at the end of the strings match
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumenti u mbyll papritur brënda një etikete hapje elementi"
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -529,17 +529,17 @@ msgstr ""
"Dokumenti u mbyll papritur mbas shenjës së barazimit që vjen mbas emrit të "
"një atributi; atributi nuk ka vlerë"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumenti u mbyll papritur në brendësi të vlerës së një atributi"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokumenti u mbyll papritur në brendësi të tag-ut mbyllës të elementit '%s'"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumenti u mbyll papritur në brendësi të një komenti apo instruksioni "
@@ -907,12 +907,10 @@ msgstr ""
"Gabim gjatë analizimit të tekstit zëvendësues \"%s\" tek simboli %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Teksti i kuotuar nuk fillon me shenjën e kuotimit"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Nuk u gjet simboli i kuotimit tek rreshti i komandës apo tek teksti i "
@@ -954,38 +952,38 @@ msgstr "I pamundur leximi nga pipe bijë (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "I pamundur ndryshimi i directory në '%s' (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "I pamundur ekzekutimi i proçesit bir (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Emër i pasaktë programi: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Vlerë e pasaktë në vektorin e argumentit tek %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Vlerë e pavlefshme në ambient: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directory e pavlefshme pune: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "I pamundur ekzekutimi i programit ndihmues (%s)"
# (pofilter) doublewords: The word 'të' is repeated
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1234,7 +1232,7 @@ msgid "Stream is already closed"
msgstr "Stream është i mbyllur rregullisht"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Operacioni është anulluar"
@@ -1262,22 +1260,22 @@ msgid "Unexpected early end-of-stream"
msgstr "End-of-stream i parakohshëm papritur"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Paemër"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
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:906
#: gio/gdesktopappinfo.c:958
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:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
@@ -1285,20 +1283,20 @@ msgstr ""
"(%s): %s"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, 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:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Përcaktimi i personalizuar për %s"
@@ -1315,10 +1313,10 @@ msgstr "njësia nuk suporton shqyrtimin e suporteve"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Veprimi nuk suportohet"
@@ -1357,23 +1355,23 @@ 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:2861
#: gio/gfile.c:2868
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:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Koshi nuk suportohet"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, 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:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "Volumi nuk suporton montimin"
@@ -1381,23 +1379,23 @@ 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:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Nuk rezulton i regjistruar asnjë aplikativ për të manazhuar këtë file"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Enumuruesi është mbyllur"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Enumuruesi i file prezanton një operacion të papërfunduar"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Enumuruesi i file është rregullisht i mbyllur"
@@ -1644,79 +1642,76 @@ msgstr " (kodifikim i pavlefshëm)"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Gabim gjatë kryerjes së stat të përshkruesit të file: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Lloj i pasaktë atributi (pritej uint32)"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Lloj i pasaktë atributi (pritej uint64)"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Lloj i pasaktë atributi (pritej byte string)"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Gabim gjatë caktimit të së drejtave: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Gabim gjatë caktimit të pronarit: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symlink duhet të jetë jo-NULL"
# (pofilter) variables: translation contains variables not in original: %d
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) printf: checks whether printf format strings match
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Gabim gjatë caktimit të symlink: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "Gabim gjatë caktimit të symlink: file nuk është një lidhje simbolike"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "Konteksti SELinux duhet të jetë non-NULL"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Gabim gjatë përcaktimit të kontekstit SELinux: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux nuk është aktivizuar në këtë sistem"
# (pofilter) variables: do not translate: %s
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) printf: checks whether printf format strings match
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Caktimi i atributit %s nuk suportohet"
@@ -1946,8 +1941,8 @@ msgstr ""
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) singlequoting: checks whether singlequoting is consistent between the two strings
# (pofilter) printf: checks whether printf format strings match
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Gabim gjatë leximit nga unix: %s"
@@ -1955,8 +1950,8 @@ msgstr "Gabim gjatë leximit nga unix: %s"
# (pofilter) variables: translation contains variables not in original: %d
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
# (pofilter) printf: checks whether printf format strings match
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Gabim duke mbyllur unix: %s"
@@ -1967,13 +1962,13 @@ msgid "Filesystem root"
msgstr "File rrënjë i sistemit"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Gabim gjatë shkrimit në unix: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "volumi nuk suporton nxjerrjen jashtë"

207
po/sr.po
View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2007-09-06 21:11+0100\n"
"Last-Translator: Горан Ракић <grakic@devbase.net>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
@@ -92,7 +92,7 @@ msgstr "Програм „%s“ није регистровао обележив
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Не могу да проширим комадну линију „%s“ са везом ка „%s“"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Претварање из скупа знакова „%s“ у „%s“ није подржано"
@@ -102,14 +102,14 @@ msgstr "Претварање из скупа знакова „%s“ у „%s“
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Неисправан низ бајтова у улазу који претварам"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Грешка при претварању: %s"
@@ -240,48 +240,48 @@ msgstr "Неисправан шаблон „%s“, не сме садржати
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Шаблон „%s“ не садржи XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Не могу да прочитам симболичку везу „%s“: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Симболичке везе нису подржане"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Не могу да покренем претварање из „%s“ у „%s“: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Не могу да читам без обраде у g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Преостали непретворени подаци у баферу за читање"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Канал се завршава делимичним знаком"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Не могу да читам без обраде у g_io_channel_read_to_end"
@@ -295,24 +295,24 @@ msgstr "Не могу да отворим датотеку „%s“: неусп
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Не могу да мапирам датотеку „%s“: неуспешан mmap(): %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Грешка у %d. реду, %d. знак: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка у %d. реду: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Уочен празан ентитет „&;“; прихватљиви ентитети су &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -322,17 +322,17 @@ msgstr ""
"Име ентитета не може почети знаком „%s“ ; знак & започиње ентитет; ако овај "
"знак не означава ентитет, истакните га помоћу &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Знак „%s“ није дозвољен у имену ентитета"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Ентитет „%s“ није познат"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -340,7 +340,7 @@ msgstr ""
"Ентитет се не завршава тачка-запетом; највероватније сте користили амперсанд "
"без намере да започнете ентитет — назначите амперсанд са &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -349,16 +349,16 @@ msgstr ""
"Нисам успео да рашчланим „%-.*s“, што је требало да представља цифру унутар "
"знаковне референце (на пример &#234;) — можда је цифра превелика"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Знаковна референца „%-.*s“ не представља дозвољени знак"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празна знаковна референца; мора да садржи цифру као на пример &#747;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -368,32 +368,32 @@ msgstr ""
"користили амперсанд без намере да започнете ентитет — назначите амперсанд са "
"&amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Недовршена референца ентитета"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Недовршена знаковна референца"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Неисправан текст у УТФ-8 запису предугачка секвенца"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Неисправан текст у УТФ-8 запису — карактер није почетни"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Неисправан текст у УТФ-8 запису — „%s“ није исправно"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ мора почети елементом (нпр. <књига>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -402,7 +402,7 @@ msgstr ""
"„%s“ не представља исправан знак након знака „<“; име елемента не може њиме "
"почети"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -411,14 +411,14 @@ msgstr ""
"Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке "
"елемента „%s“"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Чудан знак „%s“, очекивао сам „=“ после имена атрибута „%s“ елемента „%s“"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -429,7 +429,7 @@ msgstr ""
"елемента „%s“, или можда атрибут; можда сте користили неисправан знак у "
"имену атрибута"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -438,7 +438,7 @@ msgstr ""
"Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при "
"додели вредности атрибута „%s“ елемента „%s“"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -446,7 +446,7 @@ msgid ""
msgstr ""
"„%s“ није исправан знак након низа „</“; „%s“ не може започети име елемента"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -455,26 +455,26 @@ msgstr ""
"„%s“ није исправан знак након имена затвореног елемента „%s“; дозвољени знак "
"је „>“"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Документ је празан или садржи само белине"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ завршен неочекивано непосредно након отворене косоугле заграде „<“"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -483,7 +483,7 @@ msgstr ""
"Документ завршен неочекивано са отвореним елементима — „%s“ је последње "
"отворен елемент"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -492,19 +492,19 @@ msgstr ""
"Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу "
"заграду која затвара ознаку <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ завршен неочекивано усред имена елемента"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ завршен неочекивано усред имена атрибута"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ завршен неочекивано усред почетне ознаке елемента."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -512,16 +512,16 @@ msgstr ""
"Документ завршен неочекивано након знака једнакости после имена атрибута; "
"вредност атрибута није наведена"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ завршен неочекивано усред вредности атрибута"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ завршен неочекивано усред примедбе или упута за обраду"
@@ -829,12 +829,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Грешка приликом обраде текста за замену „%s“ код карактера %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Навод не почиње наводником"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Неупарен наводник у наредби или другом цитату из љуске"
@@ -873,37 +871,37 @@ msgstr "Неуспело читање из подређене цевке (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Неуспело приступање директоријуму „%s“ (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Неуспело извршавање потпроцеса (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Неисправно име програма: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Неисправна ниска — члан вектора у %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Неисправна ниска у окружењу: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Неисправна радна фасцикла: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Неуспело извршавање помоћног програма (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1145,7 +1143,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1168,34 +1166,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1209,10 +1207,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Симболичке везе нису подржане"
@@ -1246,39 +1244,39 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Симболичке везе нису подржане"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "Програм „%s“ није регистровао обележивач ка „%s“"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1459,64 +1457,61 @@ msgstr "Грешка при читању датотеке „%s“: %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Грешка при претварању: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Грешка при претварању: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Грешка у %d. реду: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Грешка при претварању: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Симболичке везе нису подржане"
@@ -1682,14 +1677,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Грешка у %d. реду: %s"
@@ -1698,12 +1693,12 @@ msgstr "Грешка у %d. реду: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Грешка при рашчлањивању могућности %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2004-04-29 01:11+0200\n"
"Last-Translator: Bojan Suzic <bojans@teol.net>\n"
"Language-Team: Serbian (sr) <serbiagnome-lista@nongnu.org>\n"
@@ -88,7 +88,7 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Не могу да прочитам симболичку везу „%s“: %s"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Претварање из скупа знакова „%s“ у „%s“ није подржано"
@@ -98,14 +98,14 @@ msgstr "Претварање из скупа знакова „%s“ у „%s“
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:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Неисправан низ бајтова у улазу који претварам"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Грешка при претварању: %s"
@@ -237,48 +237,48 @@ msgstr "Неисправан шаблон „%s“, не смије садржа
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Шаблон „%s“ се не завршава са XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Не могу да прочитам симболичку везу „%s“: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Симболичке везе нису подржане"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Не могу да покренем претварање из „%s“ у „%s“: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Не могу да читам без обраде у g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Преостали непретворени подаци у међуспремнику за читање"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Канал се завршава дјелимичним знаком"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Не могу да читам без обраде у g_io_channel_read_to_end"
@@ -292,24 +292,24 @@ msgstr "Не могу да отворим датотеку „%s“: неусп
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Не могу да отворим датотеку „%s“: неуспјешан fdopen(): %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Грешка у %d. реду, %d. знак: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Грешка у %d. реду: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Уочен празан ентитет „&;“; прихватљиви ентитети су &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -319,17 +319,17 @@ msgstr ""
"Име ентитета не може почети знаком „%s“ ; знак & започиње ентитет; ако овај "
"знак не означава ентитет, истакните га помоћу &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Знак „%s“ није дозвољен у имену ентитета"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Ентитет „%s“ није познат"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -337,7 +337,7 @@ msgstr ""
"Ентитет се не завршава тачка-запетом; највјероватније сте користили "
"амперсанд без намере да започнете ентитет — назначите амперсанд као &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -346,16 +346,16 @@ msgstr ""
"Нисам успио да рашчланим „%s“, што је требало да представља цифру унутар "
"позива знака (на пример &#234;) — можда је цифра превелика"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Позив знака „%s“ не стоји за дозвољени знак"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Празан позив знака; морао би садржати цифру као на примјер &#747;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -364,39 +364,39 @@ msgstr ""
"Позив знака се не завршава тачка-запетом; највјероватније сте користили "
"амперсанд без намере да започнете ентитет — назначите амперсанд као &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Недовршена ознака ентитета"
# позив уместо ознака?
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Недовршен позив знака"
# ознака знака??? неееее
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
#, fuzzy
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Неисправан текст у УТФ-8 запису"
# ознака знака??? неееее
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
#, fuzzy
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Неисправан текст у УТФ-8 запису"
# ознака знака??? неееее
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Неисправан текст у УТФ-8 запису"
# може и ћирилица: „Уникод ТрансФормација 8“
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Документ мора почети елементом (нпр. <књига>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -405,7 +405,7 @@ msgstr ""
"„%s“ не представља исправан знак након знака „<“; име елемента не може њиме "
"почети"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -414,13 +414,13 @@ msgstr ""
"Чудан знак „%s“, а очекивао сам „>“ знак ради окончања почетне ознаке "
"елемента „%s“"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Чудан знак „%s“, очекивао сам „=“ после особине „%s“ елемента „%s“"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -431,7 +431,7 @@ msgstr ""
"елемента „%s“, или могућу особину; можда сте користили неисправан знак у "
"имену особине"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -440,7 +440,7 @@ msgstr ""
"Чудан знак „%s“, очекивао сам почетни наводник након знака једнакости при "
"додјели вриједности особини „%s“ елемента „%s“"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -448,7 +448,7 @@ msgid ""
msgstr ""
"„%s“ није исправан знак након низа „</“; „%s“ не може започети име елемента"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -457,26 +457,26 @@ msgstr ""
"„%s“ није исправан знак након имена затвореног елемента „%s“; дозвољени знак "
"је „>“"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Елемент „%s“ је затворен, нема тренутно отворених елемената"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Елемент „%s“ је затворен, а тренутно отворен елемент је „%s“"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Документ је празан или садржи само бјелине"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Документ завршен неочекивано непосредно након отворене косоугле заграде „<“"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -485,7 +485,7 @@ msgstr ""
"Документ завршен неочекивано са отвореним елементима — „%s“ је последње "
"отворен елемент"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -494,19 +494,19 @@ msgstr ""
"Документ завршен неочекивано, очекивао сам да наиђем на затворену косоуглу "
"заграду која затвара ознаку <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Документ завршен неочекивано усред имена елемента"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Документ завршен неочекивано усред имена особине"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Документ завршен неочекивано усред почетне ознаке елемента."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -514,16 +514,16 @@ msgstr ""
"Документ завршен неочекивано након знака једнакости после имена особине; "
"вриједност особине није наведена"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Документ завршен неочекивано усред вриједности особине"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Документ завршен неочекивано усред завршне ознаке елемента „%s“"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Документ завршен неочекивано усред примедбе или упута за обраду"
@@ -834,12 +834,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr ""
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Навод не почиње наводником"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Неупарен наводник у наредби или другом цитату из љуске"
@@ -878,38 +876,38 @@ msgstr "Неуспјело читање из подређене цјевке (%s
msgid "Failed to change to directory '%s' (%s)"
msgstr "Неуспјело приступање директоријуму „%s“ (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Неуспјело извршавање подређеног процеса (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, fuzzy, c-format
msgid "Invalid program name: %s"
msgstr "Неисправно име домаћина"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr ""
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, fuzzy, c-format
msgid "Invalid string in environment: %s"
msgstr "Неисправан низ у уносу за претварање"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, fuzzy, c-format
msgid "Invalid working directory: %s"
msgstr "Грешка при отварању директоријума „%s“: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, fuzzy, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Неуспјело извршавање помоћног програма"
# Овај превод није психолошке природе :)
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1149,7 +1147,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1171,34 +1169,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1212,10 +1210,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Симболичке везе нису подржане"
@@ -1249,38 +1247,38 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Симболичке везе нису подржане"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr ""
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1461,64 +1459,61 @@ msgstr "Грешка при читању датотеке „%s“: %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Грешка при претварању: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Грешка при претварању: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Грешка у %d. реду: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Грешка при претварању: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Симболичке везе нису подржане"
@@ -1683,14 +1678,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Грешка при читању датотеке „%s“: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Грешка у %d. реду: %s"
@@ -1699,12 +1694,12 @@ msgstr "Грешка у %d. реду: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Грешка при претварању: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2007-09-06 21:11+0100\n"
"Last-Translator: Goran Rakić <grakic@devbase.net>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
@@ -92,7 +92,7 @@ msgstr "Program „%s“ nije registrovao obeleživač ka „%s“"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Ne mogu da proširim komadnu liniju „%s“ sa vezom ka „%s“"
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Pretvaranje iz skupa znakova „%s“ u „%s“ nije podržano"
@@ -102,14 +102,14 @@ msgstr "Pretvaranje iz skupa znakova „%s“ u „%s“ nije podržano"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“"
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
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:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Greška pri pretvaranju: %s"
@@ -240,48 +240,48 @@ msgstr "Neispravan šablon „%s“, ne sme sadržati „%s“"
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Šablon „%s“ ne sadrži XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr ""
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr ""
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr ""
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ne mogu da pročitam simboličku vezu „%s“: %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Simboličke veze nisu podržane"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“: %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
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:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Preostali nepretvoreni podaci u baferu za čitanje"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanal se završava delimičnim znakom"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -295,24 +295,24 @@ msgstr "Ne mogu da otvorim datoteku „%s“: neuspešan open(): %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Ne mogu da mapiram datoteku „%s“: neuspešan mmap(): %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "Greška u %d. redu, %d. znak: %s"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Greška u %d. redu: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Uočen prazan entitet „&;“; prihvatljivi entiteti su &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -322,17 +322,17 @@ msgstr ""
"Ime entiteta ne može početi znakom „%s“ ; znak & započinje entitet; ako ovaj "
"znak ne označava entitet, istaknite ga pomoću &amp;"
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Znak „%s“ nije dozvoljen u imenu entiteta"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitet „%s“ nije poznat"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -340,7 +340,7 @@ msgstr ""
"Entitet se ne završava tačka-zapetom; najverovatnije ste koristili ampersand "
"bez namere da započnete entitet — naznačite ampersand sa &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -349,16 +349,16 @@ msgstr ""
"Nisam uspeo da raščlanim „%-.*s“, što je trebalo da predstavlja cifru unutar "
"znakovne reference (na primer &#234;) — možda je cifra prevelika"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Znakovna referenca „%-.*s“ ne predstavlja dozvoljeni znak"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Prazna znakovna referenca; mora da sadrži cifru kao na primer &#747;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -368,32 +368,32 @@ msgstr ""
"koristili ampersand bez namere da započnete entitet — naznačite ampersand sa "
"&amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Nedovršena referenca entiteta"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Nedovršena znakovna referenca"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Neispravan tekst u UTF-8 zapisu predugačka sekvenca"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Neispravan tekst u UTF-8 zapisu — karakter nije početni"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Neispravan tekst u UTF-8 zapisu — „%s“ nije ispravno"
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument mora početi elementom (npr. <knjiga>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -402,7 +402,7 @@ msgstr ""
"„%s“ ne predstavlja ispravan znak nakon znaka „<“; ime elementa ne može "
"njime početi"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -411,14 +411,14 @@ msgstr ""
"Čudan znak „%s“, a očekivao sam „>“ znak radi okončanja početne oznake "
"elementa „%s“"
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr ""
"Čudan znak „%s“, očekivao sam „=“ posle imena atributa „%s“ elementa „%s“"
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -429,7 +429,7 @@ msgstr ""
"elementa „%s“, ili možda atribut; možda ste koristili neispravan znak u "
"imenu atributa"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -438,7 +438,7 @@ msgstr ""
"Čudan znak „%s“, očekivao sam početni navodnik nakon znaka jednakosti pri "
"dodeli vrednosti atributa „%s“ elementa „%s“"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -446,7 +446,7 @@ msgid ""
msgstr ""
"„%s“ nije ispravan znak nakon niza „</“; „%s“ ne može započeti ime elementa"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -455,26 +455,26 @@ msgstr ""
"„%s“ nije ispravan znak nakon imena zatvorenog elementa „%s“; dozvoljeni "
"znak je „>“"
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element „%s“ je zatvoren, nema trenutno otvorenih elemenata"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Element „%s“ je zatvoren, a trenutno otvoren element je „%s“"
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prazan ili sadrži samo beline"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr ""
"Dokument završen neočekivano neposredno nakon otvorene kosougle zagrade „<“"
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -483,7 +483,7 @@ msgstr ""
"Dokument završen neočekivano sa otvorenim elementima — „%s“ je poslednje "
"otvoren element"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -492,19 +492,19 @@ msgstr ""
"Dokument završen neočekivano, očekivao sam da naiđem na zatvorenu kosouglu "
"zagradu koja zatvara oznaku <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument završen neočekivano usred imena elementa"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument završen neočekivano usred imena atributa"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument završen neočekivano usred početne oznake elementa."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -512,16 +512,16 @@ msgstr ""
"Dokument završen neočekivano nakon znaka jednakosti posle imena atributa; "
"vrednost atributa nije navedena"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument završen neočekivano usred vrednosti atributa"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Dokument završen neočekivano usred završne oznake elementa „%s“"
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument završen neočekivano usred primedbe ili uputa za obradu"
@@ -829,12 +829,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Greška prilikom obrade teksta za zamenu „%s“ kod karaktera %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Navod ne počinje navodnikom"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Neuparen navodnik u naredbi ili drugom citatu iz ljuske"
@@ -873,37 +871,37 @@ msgstr "Neuspelo čitanje iz podređene cevke (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Neuspelo pristupanje direktorijumu „%s“ (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Neuspelo izvršavanje potprocesa (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Neispravno ime programa: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Neispravna niska — član vektora u %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Neispravna niska u okruženju: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Neispravna radna fascikla: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Neuspelo izvršavanje pomoćnog programa (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1146,7 +1144,7 @@ msgstr ""
msgid "Stream is already closed"
msgstr ""
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr ""
@@ -1169,34 +1167,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr ""
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr ""
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1142
#: gio/gdesktopappinfo.c:1194
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
#: gio/gdesktopappinfo.c:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1210,10 +1208,10 @@ msgid "drive doesn't implement polling for media"
msgstr ""
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
#, fuzzy
msgid "Operation not supported"
msgstr "Simboličke veze nisu podržane"
@@ -1247,39 +1245,39 @@ msgstr ""
msgid "Can't recursively copy directory"
msgstr ""
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr ""
#: gio/gfile.c:2954
#: gio/gfile.c:2961
#, fuzzy
msgid "Trash not supported"
msgstr "Simboličke veze nisu podržane"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr ""
#: gio/gfile.c:5093
#: gio/gfile.c:5100
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "Program „%s“ nije registrovao obeleživač ka „%s“"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr ""
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr ""
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr ""
@@ -1460,64 +1458,61 @@ msgstr "Greška pri čitanju datoteke „%s“: %s"
msgid " (invalid encoding)"
msgstr ""
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr ""
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Greška pri pretvaranju: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Greška pri pretvaranju: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Greška u %d. redu: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr ""
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr ""
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Greška pri pretvaranju: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr ""
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Simboličke veze nisu podržane"
@@ -1683,14 +1678,14 @@ msgid ""
"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:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, fuzzy, c-format
msgid "Error reading from unix: %s"
msgstr "Greška pri čitanju datoteke „%s“: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, fuzzy, c-format
msgid "Error closing unix: %s"
msgstr "Greška u %d. redu: %s"
@@ -1699,12 +1694,12 @@ msgstr "Greška u %d. redu: %s"
msgid "Filesystem root"
msgstr ""
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, fuzzy, c-format
msgid "Error writing to unix: %s"
msgstr "Greška pri raščlanjivanju mogućnosti %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr ""

207
po/sv.po
View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-17 19:21-0400\n"
"POT-Creation-Date: 2008-10-16 18:46-0400\n"
"PO-Revision-Date: 2008-08-25 20:50+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -86,7 +86,7 @@ msgstr "Inget program med namnet \"%s\" registrerade ett bokmärke för \"%s\""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Misslyckades med att expandera exec-raden \"%s\" med URI \"%s\""
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1158
#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1231
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konvertering från teckentabellen \"%s\" till \"%s\" stöds inte"
@@ -96,14 +96,14 @@ msgstr "Konvertering från teckentabellen \"%s\" till \"%s\" stöds inte"
msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\""
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330
#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955
#: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1403
#: glib/giochannel.c:1445 glib/giochannel.c:2289 glib/gutf8.c:955
#: glib/gutf8.c:1404
msgid "Invalid byte sequence in conversion input"
msgstr "Ogiltig bytesekvens i konverteringsindata"
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1337
#: glib/giochannel.c:2228
#: glib/gconvert.c:638 glib/gconvert.c:944 glib/giochannel.c:1410
#: glib/giochannel.c:2301
#, c-format
msgid "Error during conversion: %s"
msgstr "Fel vid konvertering: %s"
@@ -240,48 +240,48 @@ msgstr "Mallen \"%s\" är ogiltig, den får inte innehålla ett \"%s\""
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mallen \"%s\" innehåller inte XXXXXX"
#: glib/gfileutils.c:1849
#: glib/gfileutils.c:1852
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
#: glib/gfileutils.c:1854
#: glib/gfileutils.c:1857
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
#: glib/gfileutils.c:1859
#: glib/gfileutils.c:1862
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
#: glib/gfileutils.c:1902
#: glib/gfileutils.c:1905
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Misslyckades med att läsa den symboliska länken \"%s\": %s"
#: glib/gfileutils.c:1923
#: glib/gfileutils.c:1926
msgid "Symbolic links not supported"
msgstr "Symboliska länkar stöds inte"
#: glib/giochannel.c:1162
#: glib/giochannel.c:1235
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\": %s"
#: glib/giochannel.c:1507
#: glib/giochannel.c:1580
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Kan inte göra en rå läsning i g_io_channel_read_line_string"
#: glib/giochannel.c:1554 glib/giochannel.c:1812 glib/giochannel.c:1899
#: glib/giochannel.c:1627 glib/giochannel.c:1885 glib/giochannel.c:1972
msgid "Leftover unconverted data in read buffer"
msgstr "Överbliven okonverterad data i läsbufferten"
#: glib/giochannel.c:1635 glib/giochannel.c:1712
#: glib/giochannel.c:1708 glib/giochannel.c:1785
msgid "Channel terminates in a partial character"
msgstr "Kanalen slutar med ett ofullständigt tecken"
#: glib/giochannel.c:1698
#: glib/giochannel.c:1771
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"
@@ -295,24 +295,24 @@ msgstr "Misslyckades med att öppna filen \"%s\": open() misslyckades: %s"
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Misslyckades med att mappa filen \"%s\": mmap() misslyckades: %s"
#: glib/gmarkup.c:269 glib/gmarkup.c:285
#: glib/gmarkup.c:255 glib/gmarkup.c:295
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fel på rad %d tecken %d:"
#: glib/gmarkup.c:379
#: glib/gmarkup.c:389
#, c-format
msgid "Error on line %d: %s"
msgstr "Fel på rad %d: %s"
#: glib/gmarkup.c:483
#: glib/gmarkup.c:493
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr ""
"Tom entitet \"&;\" hittades, giltiga entiteter är: &amp; &quot; &lt; &gt; "
"&apos;"
#: glib/gmarkup.c:493
#: glib/gmarkup.c:503
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -323,17 +323,17 @@ msgstr ""
"inleder en entitet. Om detta &-tecken inte ska vara en entitet måste du "
"skriva om det som &amp;."
#: glib/gmarkup.c:527
#: glib/gmarkup.c:537
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "Tecknet \"%s\" är inte giltigt inuti ett entitetsnamn"
#: glib/gmarkup.c:564
#: glib/gmarkup.c:574
#, c-format
msgid "Entity name '%s' is not known"
msgstr "Entitetsnamnet \"%s\" är okänt"
#: glib/gmarkup.c:575
#: glib/gmarkup.c:585
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -341,7 +341,7 @@ msgstr ""
"Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken "
"utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
#: glib/gmarkup.c:628
#: glib/gmarkup.c:638
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -350,16 +350,16 @@ msgstr ""
"Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en "
"teckenreferens (&#234; till exempel). Talet är kanske för stort"
#: glib/gmarkup.c:650
#: glib/gmarkup.c:660
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Teckenreferensen \"%-.*s\" kodar inte ett tillåtet tecken"
#: glib/gmarkup.c:665
#: glib/gmarkup.c:675
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "Tom teckenreferens, måste innehålla ett tal som exempelvis &#454;"
#: glib/gmarkup.c:675
#: glib/gmarkup.c:685
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -368,32 +368,32 @@ msgstr ""
"Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-"
"tecken utan att avse att starta en entitet. Skriv om &-tecknet som &amp;"
#: glib/gmarkup.c:761
#: glib/gmarkup.c:771
msgid "Unfinished entity reference"
msgstr "Oavslutad entitetsreferens"
#: glib/gmarkup.c:767
#: glib/gmarkup.c:777
msgid "Unfinished character reference"
msgstr "Oavslutad teckenreferens"
#: glib/gmarkup.c:1053
#: glib/gmarkup.c:1063
msgid "Invalid UTF-8 encoded text - overlong sequence"
msgstr "Ogiltigt UTF-8-kodad text - för lång sekvens"
#: glib/gmarkup.c:1081
#: glib/gmarkup.c:1091
msgid "Invalid UTF-8 encoded text - not a start char"
msgstr "Ogiltigt UTF-8-kodad text - inte ett starttecken"
#: glib/gmarkup.c:1117
#: glib/gmarkup.c:1130
#, c-format
msgid "Invalid UTF-8 encoded text - not valid '%s'"
msgstr "Ogiltigt UTF-8-kodad text - inte giltig \"%s\""
#: glib/gmarkup.c:1155
#: glib/gmarkup.c:1168
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet måste börja med ett element (exempelvis <book>)"
#: glib/gmarkup.c:1195
#: glib/gmarkup.c:1208
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -402,7 +402,7 @@ msgstr ""
"\"%s\" är inte ett giltigt tecken efter ett \"<\"-tecken. Det får inte "
"inleda ett elementnamn"
#: glib/gmarkup.c:1263
#: glib/gmarkup.c:1276
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -411,7 +411,7 @@ msgstr ""
"Konstigt tecken \"%s\", ett \">\"-tecken förväntades för att avsluta taggen "
"empty-element \"%s\""
#: glib/gmarkup.c:1352
#: glib/gmarkup.c:1365
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -419,7 +419,7 @@ msgstr ""
"Konstigt tecken \"%s\", ett \"=\" förväntades efter attributnamnet \"%s\" "
"till elementet \"%s\""
#: glib/gmarkup.c:1394
#: glib/gmarkup.c:1407
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -430,7 +430,7 @@ msgstr ""
"avsluta starttaggen för elementet \"%s\", eller möjligtvis ett attribut. Du "
"kanske använde ett ogiltigt tecken i ett attributnamn"
#: glib/gmarkup.c:1480
#: glib/gmarkup.c:1493
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -440,7 +440,7 @@ msgstr ""
"likhetstecknet när värdet av attributet \"%s\" till elementet \"%s\" "
"tilldelades"
#: glib/gmarkup.c:1622
#: glib/gmarkup.c:1635
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -449,7 +449,7 @@ msgstr ""
"\"%s\" är inte ett giltigt tecken efter tecknen \"</\". \"%s\" får inte "
"inleda ett elementnamn"
#: glib/gmarkup.c:1662
#: glib/gmarkup.c:1675
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -458,27 +458,27 @@ msgstr ""
"\"%s\" är inte ett giltigt tecken efter stängelementnamnet \"%s\". Det "
"tillåtna tecknet är \">\""
#: glib/gmarkup.c:1673
#: glib/gmarkup.c:1686
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Elementet \"%s\" stängdes, inget element är öppet för tillfället"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1695
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr ""
"Elementet \"%s\" stängdes, men det element som är öppet för tillfället är \"%"
"s\""
#: glib/gmarkup.c:1845
#: glib/gmarkup.c:1858
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller innehöll endast tomrum"
#: glib/gmarkup.c:1859
#: glib/gmarkup.c:1872
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet tog oväntat slut efter ett öppningsklammer \"<\""
#: glib/gmarkup.c:1867 glib/gmarkup.c:1912
#: glib/gmarkup.c:1880 glib/gmarkup.c:1925
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -487,7 +487,7 @@ msgstr ""
"Dokumentet tog oväntat slut då element fortfarande var öppna. \"%s\" var det "
"senast öppnade elementet"
#: glib/gmarkup.c:1875
#: glib/gmarkup.c:1888
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -496,19 +496,19 @@ msgstr ""
"Dokumentet tog oväntat slut, en stängningsklammer föräntades för att avsluta "
"taggen <%s/>"
#: glib/gmarkup.c:1881
#: glib/gmarkup.c:1894
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet tog oväntat slut inuti ett elementnamn"
#: glib/gmarkup.c:1887
#: glib/gmarkup.c:1900
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet tog oväntat slut inuti ett attributnamn"
#: glib/gmarkup.c:1892
#: glib/gmarkup.c:1905
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet tog oväntat slut inuti en elementöppnande tagg."
#: glib/gmarkup.c:1898
#: glib/gmarkup.c:1911
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -516,17 +516,17 @@ msgstr ""
"Dokumentet tog oväntat slut efter likhetstecknet som följde ett "
"attributnamn. Inget attributvärde"
#: glib/gmarkup.c:1905
#: glib/gmarkup.c:1918
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet tog oväntat slut inuti ett attributvärde"
#: glib/gmarkup.c:1921
#: glib/gmarkup.c:1934
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr ""
"Dokumentet tog oväntat slut inuti stängningstaggen för elementet \"%s\""
#: glib/gmarkup.c:1927
#: glib/gmarkup.c:1940
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr ""
"Dokumentet tog oväntat slut inuti en kommentar eller behandlingsinstruktion"
@@ -830,12 +830,10 @@ msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Fel vid tolkning av ersättningstexten \"%s\" vid tecknet %lu: %s"
#: glib/gshell.c:70
#, c-format
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Citerad text börjar inte med citationstecken"
#: glib/gshell.c:160
#, c-format
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Ensamt citationstecken på kommandoraden eller annan skalciterad text"
@@ -874,37 +872,37 @@ msgstr "Misslyckades med att läsa från rör till barn (%s)"
msgid "Failed to change to directory '%s' (%s)"
msgstr "Misslyckades med att byta till katalogen \"%s\" (%s)"
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:497
#: glib/gspawn-win32.c:373 glib/gspawn-win32.c:492
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Misslyckades med att köra barnprocess (%s)"
#: glib/gspawn-win32.c:444
#: glib/gspawn-win32.c:442
#, c-format
msgid "Invalid program name: %s"
msgstr "Ogiltigt programnamn: %s"
#: glib/gspawn-win32.c:454 glib/gspawn-win32.c:727 glib/gspawn-win32.c:1288
#: glib/gspawn-win32.c:452 glib/gspawn-win32.c:720 glib/gspawn-win32.c:1276
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ogiltig sträng i argumentvektorn vid %d: %s"
#: glib/gspawn-win32.c:465 glib/gspawn-win32.c:742 glib/gspawn-win32.c:1321
#: glib/gspawn-win32.c:463 glib/gspawn-win32.c:735 glib/gspawn-win32.c:1309
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ogiltig sträng i miljön: %s"
#: glib/gspawn-win32.c:723 glib/gspawn-win32.c:1269
#: glib/gspawn-win32.c:716 glib/gspawn-win32.c:1257
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ogiltig arbetskatalog: %s"
#: glib/gspawn-win32.c:791
#: glib/gspawn-win32.c:781
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Misslyckades med att köra hjälparprogram (%s)"
#: glib/gspawn-win32.c:1006
#: glib/gspawn-win32.c:995
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -1150,7 +1148,7 @@ msgstr "För stort räknevärde skickat till %s"
msgid "Stream is already closed"
msgstr "Strömmen är redan stängd"
#: gio/gcancellable.c:295 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
#: gio/gcancellable.c:366 gio/glocalfile.c:1974 gio/gsimpleasyncresult.c:612
msgid "Operation was cancelled"
msgstr "Åtgärden avbröts"
@@ -1172,34 +1170,34 @@ msgstr "%s-typ"
msgid "Unexpected early end-of-stream"
msgstr "Oväntat tidig end-of-stream"
#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222
#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Namnlös"
#: gio/gdesktopappinfo.c:612
#: gio/gdesktopappinfo.c:664
msgid "Desktop file didn't specify Exec field"
msgstr "Skrivbordsfilen angav inget Exec-fält"
#: gio/gdesktopappinfo.c:906
#: gio/gdesktopappinfo.c:958
msgid "Unable to find terminal required for application"
msgstr "Kunde inte hitta terminal som krävs för programmet"
#: gio/gdesktopappinfo.c:1138
#: gio/gdesktopappinfo.c:1190
#, 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:1142
#: gio/gdesktopappinfo.c:1194
#, 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:1481
#: gio/gdesktopappinfo.c:1598
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan inte skapa skrivbordsfil för användare %s"
#: gio/gdesktopappinfo.c:1556
#: gio/gdesktopappinfo.c:1707
#, c-format
msgid "Custom definition for %s"
msgstr "Anpassad definition för %s"
@@ -1213,10 +1211,10 @@ msgid "drive doesn't implement polling for media"
msgstr "enheten har inte implementerat pollning av media"
#: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686
#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238
#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887
#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427
#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2693
#: gio/gfile.c:2747 gio/gfile.c:2878 gio/gfile.c:2918 gio/gfile.c:3245
#: gio/gfile.c:3647 gio/gfile.c:3731 gio/gfile.c:3814 gio/gfile.c:3894
#: gio/gfile.c:4224 gio/win32/gwinhttpfile.c:427
msgid "Operation not supported"
msgstr "Åtgärden stöds inte"
@@ -1249,37 +1247,37 @@ msgstr "Målfilen finns"
msgid "Can't recursively copy directory"
msgstr "Kan inte kopiera katalogen rekursivt"
#: gio/gfile.c:2861
#: gio/gfile.c:2868
msgid "Invalid symlink value given"
msgstr "Ogiltigt värde för symbolisk länk angivet"
#: gio/gfile.c:2954
#: gio/gfile.c:2961
msgid "Trash not supported"
msgstr "Papperskorgen stöds inte"
#: gio/gfile.c:3003
#: gio/gfile.c:3010
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnamn får inte innehålla \"%c\""
#: gio/gfile.c:4985 gio/gvolume.c:370
#: gio/gfile.c:4992 gio/gvolume.c:370
msgid "volume doesn't implement mount"
msgstr "volymen har inte implementerat montering"
#: gio/gfile.c:5093
#: gio/gfile.c:5100
msgid "No application is registered as handling this file"
msgstr "Inget program är registrerat för hantering av denna fil"
#: gio/gfileenumerator.c:205
#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Numreraren är stängd"
#: gio/gfileenumerator.c:212 gio/gfileenumerator.c:271
#: gio/gfileenumerator.c:371 gio/gfileenumerator.c:480
#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Filnumreraren har kvarstående åtgärd"
#: gio/gfileenumerator.c:361 gio/gfileenumerator.c:470
#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Filnumreraren är redan strängd"
@@ -1457,64 +1455,61 @@ msgstr "Fel vid tillståndsläsning av filen \"%s\": %s"
msgid " (invalid encoding)"
msgstr " (ogiltig kodning)"
#: gio/glocalfileinfo.c:1696
#: gio/glocalfileinfo.c:1698
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fel vid tillståndsläsning av filhandtag: %s"
#: gio/glocalfileinfo.c:1741
#: gio/glocalfileinfo.c:1743
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ogiltig attributtyp (uint32 förväntades)"
#: gio/glocalfileinfo.c:1759
#: gio/glocalfileinfo.c:1761
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ogiltig attributtyp (uint64 förväntades)"
#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796
#, c-format
#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799
msgid "Invalid attribute type (byte string expected)"
msgstr "Ogiltig attributtyp (bytesträng förväntades)"
#: gio/glocalfileinfo.c:1822
#: gio/glocalfileinfo.c:1825
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fel vid inställning av rättigheter: %s"
#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041
#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044
#, c-format
msgid "Error setting owner: %s"
msgstr "Fel vid inställning av ägare: %s"
#: gio/glocalfileinfo.c:1896
#: gio/glocalfileinfo.c:1899
msgid "symlink must be non-NULL"
msgstr "symbolisk länk måste vara icke-NULL"
#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925
#: gio/glocalfileinfo.c:1936
#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928
#: gio/glocalfileinfo.c:1939
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fel vid inställning av symbolisk länk: %s"
#: gio/glocalfileinfo.c:1915
#: gio/glocalfileinfo.c:1918
msgid "Error setting symlink: file is not a symlink"
msgstr "Fel vid inställning av symbolisk länk: filen är inte en symbolisk länk"
#: gio/glocalfileinfo.c:2063
#, c-format
#: gio/glocalfileinfo.c:2067
msgid "SELinux context must be non-NULL"
msgstr "SELinux-kontext måste vara icke-NULL"
#: gio/glocalfileinfo.c:2079
#: gio/glocalfileinfo.c:2082
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Fel vid inställning av SELinux-kontext: %s"
#: gio/glocalfileinfo.c:2086
#, c-format
#: gio/glocalfileinfo.c:2089
msgid "SELinux is not enabled on this system"
msgstr "SELinux är inte aktiverat på detta system"
#: gio/glocalfileinfo.c:2147
#: gio/glocalfileinfo.c:2150
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Inställning av attributet %s stöds inte"
@@ -1680,14 +1675,14 @@ msgstr ""
"att förkorta namnet vid \"-\"-tecken. Ignorerar namn efter den första om "
"flera namn anges."
#: gio/gunixinputstream.c:201 gio/gunixinputstream.c:221
#: gio/gunixinputstream.c:299 gio/gunixoutputstream.c:288
#: gio/gunixinputstream.c:195 gio/gunixinputstream.c:215
#: gio/gunixinputstream.c:293 gio/gunixoutputstream.c:282
#, c-format
msgid "Error reading from unix: %s"
msgstr "Fel vid läsning från unix: %s"
#: gio/gunixinputstream.c:254 gio/gunixinputstream.c:436
#: gio/gunixoutputstream.c:243 gio/gunixoutputstream.c:394
#: gio/gunixinputstream.c:248 gio/gunixinputstream.c:430
#: gio/gunixoutputstream.c:237 gio/gunixoutputstream.c:388
#, c-format
msgid "Error closing unix: %s"
msgstr "Fel vid stängning av unix: %s"
@@ -1696,12 +1691,12 @@ msgstr "Fel vid stängning av unix: %s"
msgid "Filesystem root"
msgstr "Filsystemsrot"
#: gio/gunixoutputstream.c:189 gio/gunixoutputstream.c:210
#: gio/gunixoutputstream.c:183 gio/gunixoutputstream.c:204
#, c-format
msgid "Error writing to unix: %s"
msgstr "Fel vid skrivning till unix: %s"
#: gio/gvolume.c:439
#: gio/gvolume.c:444
msgid "volume doesn't implement eject"
msgstr "volymen har inte implementerat utmatning"

Some files were not shown because too many files have changed in this diff Show More