diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-10 16:59:50 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-10 16:59:50 +0000 |
commit | 02195c18f80ee3fed9081d1bcab07ac80f66c52d (patch) | |
tree | e5487e35eeed347164043d1aa863c94ec03f0051 | |
parent | 41e459f8db0ac12b41328536d06f551dd7dc690c (diff) |
2.6.5GLIB_2_6_5
152 files changed, 3486 insertions, 2877 deletions
@@ -1,5 +1,7 @@ 2005-06-10 Matthias Clasen <mclasen@redhat.com> + * === Released 2.6.5 === + * NEWS: Updates 2005-06-09 Matthias Clasen <mclasen@redhat.com> diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6f3332951..7508b6579 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-06-10 Matthias Clasen <mclasen@redhat.com> + * === Released 2.6.5 === + * NEWS: Updates 2005-06-09 Matthias Clasen <mclasen@redhat.com> diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 6f3332951..7508b6579 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2005-06-10 Matthias Clasen <mclasen@redhat.com> + * === Released 2.6.5 === + * NEWS: Updates 2005-06-09 Matthias Clasen <mclasen@redhat.com> diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6f3332951..7508b6579 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2005-06-10 Matthias Clasen <mclasen@redhat.com> + * === Released 2.6.5 === + * NEWS: Updates 2005-06-09 Matthias Clasen <mclasen@redhat.com> @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.6.4.tar.gz | tar xvf - # unpack the sources - % cd glib-2.6.4 # change to the toplevel directory + % gzip -cd glib-2.6.5.tar.gz | tar xvf - # unpack the sources + % cd glib-2.6.5 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.6.4. GLib is the low-level core +This is GLib version 2.6.5. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index bb733bcf4..f842cc8a3 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2005-06-10 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.6.5 === + 2005-06-09 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/threads.sgml: Document that stack size is diff --git a/docs/reference/glib/tmpl/allocators.sgml b/docs/reference/glib/tmpl/allocators.sgml index a98496c81..54eb60bbb 100644 --- a/docs/reference/glib/tmpl/allocators.sgml +++ b/docs/reference/glib/tmpl/allocators.sgml @@ -34,6 +34,9 @@ elements. Each must use separate allocators. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GAllocator ##### --> <para> The <structname>GAllocator</structname> struct contains private data. and should only be accessed diff --git a/docs/reference/glib/tmpl/arrays.sgml b/docs/reference/glib/tmpl/arrays.sgml index 86dd0f269..47092c19d 100644 --- a/docs/reference/glib/tmpl/arrays.sgml +++ b/docs/reference/glib/tmpl/arrays.sgml @@ -55,6 +55,9 @@ To free an array, use g_array_free(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GArray ##### --> <para> Contains the public fields of an <link linkend="glib-arrays">Array</link>. diff --git a/docs/reference/glib/tmpl/arrays_byte.sgml b/docs/reference/glib/tmpl/arrays_byte.sgml index 92e0abc53..eed289192 100644 --- a/docs/reference/glib/tmpl/arrays_byte.sgml +++ b/docs/reference/glib/tmpl/arrays_byte.sgml @@ -49,6 +49,9 @@ To free a #GByteArray, use g_byte_array_free(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GByteArray ##### --> <para> The <structname>GByteArray</structname> struct allows access to the public fields of a <structname>GByteArray</structname>. diff --git a/docs/reference/glib/tmpl/arrays_pointer.sgml b/docs/reference/glib/tmpl/arrays_pointer.sgml index d86b32e98..46e03cd63 100644 --- a/docs/reference/glib/tmpl/arrays_pointer.sgml +++ b/docs/reference/glib/tmpl/arrays_pointer.sgml @@ -60,6 +60,9 @@ To free a pointer array, use g_ptr_array_free(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GPtrArray ##### --> <para> Contains the public fields of a pointer array. diff --git a/docs/reference/glib/tmpl/async_queues.sgml b/docs/reference/glib/tmpl/async_queues.sgml index b9ffef313..d25642199 100644 --- a/docs/reference/glib/tmpl/async_queues.sgml +++ b/docs/reference/glib/tmpl/async_queues.sgml @@ -63,6 +63,9 @@ locking function variants (those without the suffix _unlocked) </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GAsyncQueue ##### --> <para> The #GAsyncQueue struct is an opaque data structure, which represents diff --git a/docs/reference/glib/tmpl/atomic_operations.sgml b/docs/reference/glib/tmpl/atomic_operations.sgml index bccb0fe36..7025080ef 100644 --- a/docs/reference/glib/tmpl/atomic_operations.sgml +++ b/docs/reference/glib/tmpl/atomic_operations.sgml @@ -60,6 +60,9 @@ g_atomic_pointer_compare_and_exchange() respectively. </variablelist> </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### FUNCTION g_atomic_int_get ##### --> <para> Reads the value of the integer pointed to by @atomic. Also acts as diff --git a/docs/reference/glib/tmpl/byte_order.sgml b/docs/reference/glib/tmpl/byte_order.sgml index 01e931c9a..3006a48e2 100644 --- a/docs/reference/glib/tmpl/byte_order.sgml +++ b/docs/reference/glib/tmpl/byte_order.sgml @@ -44,6 +44,9 @@ as the standard byte order (which is in fact the big-endian byte order). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO G_BYTE_ORDER ##### --> <para> The host byte order. diff --git a/docs/reference/glib/tmpl/caches.sgml b/docs/reference/glib/tmpl/caches.sgml index 71b8b6fc9..bdda2116d 100644 --- a/docs/reference/glib/tmpl/caches.sgml +++ b/docs/reference/glib/tmpl/caches.sgml @@ -26,6 +26,9 @@ A #GCache value is the actual resource. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GCache ##### --> <para> The #GCache struct is an opaque data structure containing information about diff --git a/docs/reference/glib/tmpl/completion.sgml b/docs/reference/glib/tmpl/completion.sgml index 0baa05279..dca353fc7 100644 --- a/docs/reference/glib/tmpl/completion.sgml +++ b/docs/reference/glib/tmpl/completion.sgml @@ -33,6 +33,9 @@ a different #GCompletionStrncmpFunc in g_completion_set_compare(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GCompletion ##### --> <para> The data structure used for automatic completion. diff --git a/docs/reference/glib/tmpl/conversions.sgml b/docs/reference/glib/tmpl/conversions.sgml index 9f9238788..41a633216 100644 --- a/docs/reference/glib/tmpl/conversions.sgml +++ b/docs/reference/glib/tmpl/conversions.sgml @@ -161,6 +161,9 @@ export G_FILENAME_ENCODING=ISO-8859-1 </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### FUNCTION g_convert ##### --> <para> diff --git a/docs/reference/glib/tmpl/datalist.sgml b/docs/reference/glib/tmpl/datalist.sgml index fea61b65e..2edef35db 100644 --- a/docs/reference/glib/tmpl/datalist.sgml +++ b/docs/reference/glib/tmpl/datalist.sgml @@ -47,6 +47,9 @@ To remove all data elements from a datalist, use g_datalist_clear(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GData ##### --> <para> The #GData struct is an opaque data structure to represent a diff --git a/docs/reference/glib/tmpl/datasets.sgml b/docs/reference/glib/tmpl/datasets.sgml index 1afdf6cf3..815294c50 100644 --- a/docs/reference/glib/tmpl/datasets.sgml +++ b/docs/reference/glib/tmpl/datasets.sgml @@ -49,6 +49,9 @@ To destroy a dataset, use g_dataset_destroy(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO g_dataset_id_set_data ##### --> <para> Sets the data element associated with the given #GQuark id. diff --git a/docs/reference/glib/tmpl/date.sgml b/docs/reference/glib/tmpl/date.sgml index 046265b82..57d9cc87c 100644 --- a/docs/reference/glib/tmpl/date.sgml +++ b/docs/reference/glib/tmpl/date.sgml @@ -63,6 +63,9 @@ can request the current time as a #GTimeVal with g_get_current_time(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO G_USEC_PER_SEC ##### --> <para> Number of microseconds in one second (1 million). This macro is provided for diff --git a/docs/reference/glib/tmpl/error_reporting.sgml b/docs/reference/glib/tmpl/error_reporting.sgml index 6b555a1a7..fa1604e9c 100644 --- a/docs/reference/glib/tmpl/error_reporting.sgml +++ b/docs/reference/glib/tmpl/error_reporting.sgml @@ -370,6 +370,9 @@ Summary of rules for use of #GError: </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GError ##### --> <para> The <structname>GError</structname> structure contains diff --git a/docs/reference/glib/tmpl/fileutils.sgml b/docs/reference/glib/tmpl/fileutils.sgml index e7deae884..81e56e881 100644 --- a/docs/reference/glib/tmpl/fileutils.sgml +++ b/docs/reference/glib/tmpl/fileutils.sgml @@ -38,6 +38,9 @@ g_dir_read_name(), g_dir_rewind(), g_dir_close(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### ENUM GFileError ##### --> <para> Values corresponding to <literal>errno</literal> codes returned from file operations diff --git a/docs/reference/glib/tmpl/glib-unused.sgml b/docs/reference/glib/tmpl/glib-unused.sgml index bba3defa2..56e053ae9 100644 --- a/docs/reference/glib/tmpl/glib-unused.sgml +++ b/docs/reference/glib/tmpl/glib-unused.sgml @@ -44,6 +44,10 @@ serializes and deserializes a desktop entry. Desktop Entry Parser +<!-- ##### SECTION ./tmpl/glib-unused.sgml:Stability_Level ##### --> + + + <!-- ##### ENUM GChannelError ##### --> <para> @@ -247,10 +251,6 @@ i.e. just the <filename>foo</filename> in <filename>/usr/bin/foo</filename>. </para> -<!-- ##### SECTION Stability_Level ##### --> - - - <!-- ##### MACRO access ##### --> <para> @@ -633,27 +633,6 @@ in any UNIX manual. @error: @Returns: -<!-- ##### FUNCTION g_get_language_names ##### --> -<para> - -</para> - -@Returns: - -<!-- ##### FUNCTION g_get_system_config_dirs ##### --> -<para> - -</para> - -@Returns: - -<!-- ##### FUNCTION g_get_system_data_dirs ##### --> -<para> - -</para> - -@Returns: - <!-- ##### FUNCTION g_io_channel_error_quark ##### --> <para> diff --git a/docs/reference/glib/tmpl/hash_tables.sgml b/docs/reference/glib/tmpl/hash_tables.sgml index 057de09f0..cc8e4a168 100644 --- a/docs/reference/glib/tmpl/hash_tables.sgml +++ b/docs/reference/glib/tmpl/hash_tables.sgml @@ -51,6 +51,9 @@ To destroy a #GHashTable use g_hash_table_destroy(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GHashTable ##### --> <para> The <structname>GHashTable</structname> struct is an opaque data structure to represent a diff --git a/docs/reference/glib/tmpl/hooks.sgml b/docs/reference/glib/tmpl/hooks.sgml index 14ea223f1..666e6d79b 100644 --- a/docs/reference/glib/tmpl/hooks.sgml +++ b/docs/reference/glib/tmpl/hooks.sgml @@ -17,6 +17,9 @@ and the list of hook functions can be invoked. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GHookList ##### --> <para> The <structname>GHookList</structname> struct represents a diff --git a/docs/reference/glib/tmpl/i18n.sgml b/docs/reference/glib/tmpl/i18n.sgml index 8e9ac53d5..391ea95ab 100644 --- a/docs/reference/glib/tmpl/i18n.sgml +++ b/docs/reference/glib/tmpl/i18n.sgml @@ -27,6 +27,9 @@ the GETTEXT_PACKAGE macro suitably for your library: The gettext manual. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO _ ##### --> <para> Marks a string for translation, gets replaced with the translated string @@ -93,3 +96,11 @@ be directly used, e.g. in string array initializers. @Returns: +<!-- ##### FUNCTION g_get_language_names ##### --> +<para> + +</para> + +@Returns: + + diff --git a/docs/reference/glib/tmpl/iochannels.sgml b/docs/reference/glib/tmpl/iochannels.sgml index 7ae3245ee..57219fcac 100644 --- a/docs/reference/glib/tmpl/iochannels.sgml +++ b/docs/reference/glib/tmpl/iochannels.sgml @@ -64,6 +64,9 @@ Convenience functions for creating #GIOChannel instances and adding them to the </variablelist> </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GIOChannel ##### --> <para> A data structure representing an IO Channel. The fields should be considered diff --git a/docs/reference/glib/tmpl/keyfile.sgml b/docs/reference/glib/tmpl/keyfile.sgml index bd5a3c84e..18f396916 100644 --- a/docs/reference/glib/tmpl/keyfile.sgml +++ b/docs/reference/glib/tmpl/keyfile.sgml @@ -97,6 +97,9 @@ Key and Group names are case-sensitive, for example a group called </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GKeyFile ##### --> <para> The <structname>GKeyFile</structname> struct contains only private fields diff --git a/docs/reference/glib/tmpl/limits.sgml b/docs/reference/glib/tmpl/limits.sgml index 44d28a6bc..038b5b404 100644 --- a/docs/reference/glib/tmpl/limits.sgml +++ b/docs/reference/glib/tmpl/limits.sgml @@ -15,6 +15,9 @@ the standard integer and floating point types. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO G_MININT ##### --> <para> The minimum value which can be held in a #gint. diff --git a/docs/reference/glib/tmpl/linked_lists_double.sgml b/docs/reference/glib/tmpl/linked_lists_double.sgml index e72fa3c7c..d1baed29a 100644 --- a/docs/reference/glib/tmpl/linked_lists_double.sgml +++ b/docs/reference/glib/tmpl/linked_lists_double.sgml @@ -64,6 +64,9 @@ To free the entire list, use g_list_free(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GList ##### --> <para> The #GList struct is used for each element in a doubly-linked list. diff --git a/docs/reference/glib/tmpl/linked_lists_single.sgml b/docs/reference/glib/tmpl/linked_lists_single.sgml index 7e744516c..8ce27c800 100644 --- a/docs/reference/glib/tmpl/linked_lists_single.sgml +++ b/docs/reference/glib/tmpl/linked_lists_single.sgml @@ -64,6 +64,9 @@ To free the entire list, use g_slist_free(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GSList ##### --> <para> The #GSList struct is used for each element in the singly-linked list. diff --git a/docs/reference/glib/tmpl/macros.sgml b/docs/reference/glib/tmpl/macros.sgml index 131bc02fa..e453ed2f5 100644 --- a/docs/reference/glib/tmpl/macros.sgml +++ b/docs/reference/glib/tmpl/macros.sgml @@ -14,6 +14,9 @@ These macros provide a few commonly-used features. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO G_OS_WIN32 ##### --> <para> This macro is defined only on Windows. So you can bracket diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml index 2c57c7783..021f30bb7 100644 --- a/docs/reference/glib/tmpl/macros_misc.sgml +++ b/docs/reference/glib/tmpl/macros_misc.sgml @@ -15,6 +15,9 @@ by application programmers. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO G_INLINE_FUNC ##### --> <para> Used to declare inline functions. If inline functions are not supported on diff --git a/docs/reference/glib/tmpl/main.sgml b/docs/reference/glib/tmpl/main.sgml index d9a8e3454..38b352216 100644 --- a/docs/reference/glib/tmpl/main.sgml +++ b/docs/reference/glib/tmpl/main.sgml @@ -101,6 +101,9 @@ manages all available sources of events. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GMainLoop ##### --> <para> The <structname>GMainLoop</structname> struct is an opaque data type diff --git a/docs/reference/glib/tmpl/markup.sgml b/docs/reference/glib/tmpl/markup.sgml index 53a9af764..dfd38d5af 100644 --- a/docs/reference/glib/tmpl/markup.sgml +++ b/docs/reference/glib/tmpl/markup.sgml @@ -89,6 +89,9 @@ Sections marked as CDATA </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### ENUM GMarkupError ##### --> <para> Error codes returned by markup parsing. diff --git a/docs/reference/glib/tmpl/memory.sgml b/docs/reference/glib/tmpl/memory.sgml index 0c8f7c542..0c24f1b78 100644 --- a/docs/reference/glib/tmpl/memory.sgml +++ b/docs/reference/glib/tmpl/memory.sgml @@ -20,6 +20,9 @@ This also means that there is no need to check if the call succeeded. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO g_new ##### --> <para> Allocates @n_structs elements of type @struct_type. diff --git a/docs/reference/glib/tmpl/memory_chunks.sgml b/docs/reference/glib/tmpl/memory_chunks.sgml index 2fbe0c0ac..519904d61 100644 --- a/docs/reference/glib/tmpl/memory_chunks.sgml +++ b/docs/reference/glib/tmpl/memory_chunks.sgml @@ -122,6 +122,9 @@ To help debug memory chunks, use g_mem_chunk_info() and g_mem_chunk_print(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GMemChunk ##### --> <para> The #GMemChunk struct is an opaque data structure representing a memory diff --git a/docs/reference/glib/tmpl/messages.sgml b/docs/reference/glib/tmpl/messages.sgml index 4e04bfc1b..3854f3002 100644 --- a/docs/reference/glib/tmpl/messages.sgml +++ b/docs/reference/glib/tmpl/messages.sgml @@ -20,6 +20,9 @@ These can be extended with user-defined levels. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO G_LOG_DOMAIN ##### --> <para> Defines the log domain. diff --git a/docs/reference/glib/tmpl/misc_utils.sgml b/docs/reference/glib/tmpl/misc_utils.sgml index 6c7d66892..1d695e05b 100644 --- a/docs/reference/glib/tmpl/misc_utils.sgml +++ b/docs/reference/glib/tmpl/misc_utils.sgml @@ -14,6 +14,9 @@ These are portable utility functions. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### FUNCTION g_get_application_name ##### --> <para> @@ -127,6 +130,22 @@ cannot be determined, the string "Unknown" is returned. @Returns: +<!-- ##### FUNCTION g_get_system_data_dirs ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION g_get_system_config_dirs ##### --> +<para> + +</para> + +@Returns: + + <!-- ##### FUNCTION g_get_home_dir ##### --> <para> Gets the current user's home directory. diff --git a/docs/reference/glib/tmpl/modules.sgml b/docs/reference/glib/tmpl/modules.sgml index db2e00070..0364423b5 100644 --- a/docs/reference/glib/tmpl/modules.sgml +++ b/docs/reference/glib/tmpl/modules.sgml @@ -88,6 +88,9 @@ just_say_hello (const char *filename, GError **error) </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GModule ##### --> <para> The #GModule struct is an opaque data structure to represent a diff --git a/docs/reference/glib/tmpl/numerical.sgml b/docs/reference/glib/tmpl/numerical.sgml index 1466dd385..d9c5ac24c 100644 --- a/docs/reference/glib/tmpl/numerical.sgml +++ b/docs/reference/glib/tmpl/numerical.sgml @@ -24,6 +24,9 @@ The #GFloatIEEE754 and #GDoubleIEEE754 unions are used to access the <ulink url="http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html">http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html</ulink> </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO G_IEEE754_FLOAT_BIAS ##### --> <para> See <ulink url="http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html">http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html</ulink> diff --git a/docs/reference/glib/tmpl/option.sgml b/docs/reference/glib/tmpl/option.sgml index 7363cb00b..3aa2c1b46 100644 --- a/docs/reference/glib/tmpl/option.sgml +++ b/docs/reference/glib/tmpl/option.sgml @@ -124,6 +124,9 @@ main (int argc, char *argv[]) </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### ENUM GOptionError ##### --> <para> Error codes returned by option parsing. diff --git a/docs/reference/glib/tmpl/patterns.sgml b/docs/reference/glib/tmpl/patterns.sgml index bcaf12d13..48d6661fd 100644 --- a/docs/reference/glib/tmpl/patterns.sgml +++ b/docs/reference/glib/tmpl/patterns.sgml @@ -30,6 +30,9 @@ pattern compilation. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GPatternSpec ##### --> <para> A <structname>GPatternSpec</structname> is the 'compiled' form of a pattern. diff --git a/docs/reference/glib/tmpl/quarks.sgml b/docs/reference/glib/tmpl/quarks.sgml index 9a531f3d8..7a8159edf 100644 --- a/docs/reference/glib/tmpl/quarks.sgml +++ b/docs/reference/glib/tmpl/quarks.sgml @@ -31,6 +31,9 @@ To find the #GQuark corresponding to a given string, use g_quark_try_string(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### TYPEDEF GQuark ##### --> <para> A GQuark is an integer which uniquely identifies a particular string. diff --git a/docs/reference/glib/tmpl/queue.sgml b/docs/reference/glib/tmpl/queue.sgml index 6b5e8689d..44e262091 100644 --- a/docs/reference/glib/tmpl/queue.sgml +++ b/docs/reference/glib/tmpl/queue.sgml @@ -35,6 +35,9 @@ To free the entire queue, use g_queue_free(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GQueue ##### --> <para> Contains the public fields of a <link linkend="glib-queues">Queue</link>. diff --git a/docs/reference/glib/tmpl/random_numbers.sgml b/docs/reference/glib/tmpl/random_numbers.sgml index 1dbdc61c9..947897ef0 100644 --- a/docs/reference/glib/tmpl/random_numbers.sgml +++ b/docs/reference/glib/tmpl/random_numbers.sgml @@ -55,6 +55,9 @@ with Glib-2.0 that you need to reproduce exactly. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GRand ##### --> <para> The #GRand struct is an opaque data structure. It should only be diff --git a/docs/reference/glib/tmpl/relations.sgml b/docs/reference/glib/tmpl/relations.sgml index 102f0fb41..3b34fc188 100644 --- a/docs/reference/glib/tmpl/relations.sgml +++ b/docs/reference/glib/tmpl/relations.sgml @@ -56,6 +56,9 @@ To help debug #GRelation objects, use g_relation_print(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GRelation ##### --> <para> The #GRelation struct is an opaque data structure to represent a diff --git a/docs/reference/glib/tmpl/scanner.sgml b/docs/reference/glib/tmpl/scanner.sgml index bac9d601a..494b1d278 100644 --- a/docs/reference/glib/tmpl/scanner.sgml +++ b/docs/reference/glib/tmpl/scanner.sgml @@ -19,6 +19,9 @@ understand it myself. Look at gtkrc.c for some code using the scanner. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GScanner ##### --> <para> The data structure representing a lexical scanner. diff --git a/docs/reference/glib/tmpl/shell.sgml b/docs/reference/glib/tmpl/shell.sgml index 399aa4f57..b2304e639 100644 --- a/docs/reference/glib/tmpl/shell.sgml +++ b/docs/reference/glib/tmpl/shell.sgml @@ -14,6 +14,9 @@ shell-like commandline handling. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### ENUM GShellError ##### --> <para> Error codes returned by shell functions. diff --git a/docs/reference/glib/tmpl/spawn.sgml b/docs/reference/glib/tmpl/spawn.sgml index 36615b444..871433696 100644 --- a/docs/reference/glib/tmpl/spawn.sgml +++ b/docs/reference/glib/tmpl/spawn.sgml @@ -14,6 +14,9 @@ process launching with <function>fork()</function>/<function>exec()</function>. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### ENUM GSpawnError ##### --> <para> Error codes returned by spawning processes. diff --git a/docs/reference/glib/tmpl/string_chunks.sgml b/docs/reference/glib/tmpl/string_chunks.sgml index 4b5fcba0c..d6fa6a780 100644 --- a/docs/reference/glib/tmpl/string_chunks.sgml +++ b/docs/reference/glib/tmpl/string_chunks.sgml @@ -40,6 +40,9 @@ It is not possible to free individual strings. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GStringChunk ##### --> <para> An opaque data structure representing String Chunks. diff --git a/docs/reference/glib/tmpl/string_utils.sgml b/docs/reference/glib/tmpl/string_utils.sgml index a772d9584..0fce6c4de 100644 --- a/docs/reference/glib/tmpl/string_utils.sgml +++ b/docs/reference/glib/tmpl/string_utils.sgml @@ -37,6 +37,9 @@ wide characters (see g_unichar_iswide()) into account. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### FUNCTION g_strdup ##### --> <para> Duplicates a string. diff --git a/docs/reference/glib/tmpl/strings.sgml b/docs/reference/glib/tmpl/strings.sgml index c019d064d..de26f1323 100644 --- a/docs/reference/glib/tmpl/strings.sgml +++ b/docs/reference/glib/tmpl/strings.sgml @@ -16,6 +16,9 @@ can be used for binary data with embedded nul bytes. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GString ##### --> <para> The #GString struct contains the public fields of a #GString. diff --git a/docs/reference/glib/tmpl/thread_pools.sgml b/docs/reference/glib/tmpl/thread_pools.sgml index a13629a3e..1ce7446a7 100644 --- a/docs/reference/glib/tmpl/thread_pools.sgml +++ b/docs/reference/glib/tmpl/thread_pools.sgml @@ -59,6 +59,9 @@ can be stopped by calling g_thread_pool_stop_unused_threads(). </variablelist> </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GThreadPool ##### --> <para> The #GThreadPool struct represents a thread pool. It has six public diff --git a/docs/reference/glib/tmpl/threads.sgml b/docs/reference/glib/tmpl/threads.sgml index 3d9b801fd..906d95307 100644 --- a/docs/reference/glib/tmpl/threads.sgml +++ b/docs/reference/glib/tmpl/threads.sgml @@ -49,6 +49,9 @@ primitives to portably create and manage threads (#GThread). </variablelist> </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO G_THREADS_ENABLED ##### --> <para> diff --git a/docs/reference/glib/tmpl/timers.sgml b/docs/reference/glib/tmpl/timers.sgml index 59dacc5cc..d361c9fed 100644 --- a/docs/reference/glib/tmpl/timers.sgml +++ b/docs/reference/glib/tmpl/timers.sgml @@ -17,6 +17,9 @@ get exactly right, so #GTimer provides a portable/convenient interface. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GTimer ##### --> <para> Opaque datatype that records a start time. diff --git a/docs/reference/glib/tmpl/trash_stack.sgml b/docs/reference/glib/tmpl/trash_stack.sgml index d91bf4ceb..ac1fa3844 100644 --- a/docs/reference/glib/tmpl/trash_stack.sgml +++ b/docs/reference/glib/tmpl/trash_stack.sgml @@ -21,6 +21,9 @@ is a perfectly valid empty stack. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GTrashStack ##### --> <para> Each piece of memory that is pushed onto the stack diff --git a/docs/reference/glib/tmpl/trees-binary.sgml b/docs/reference/glib/tmpl/trees-binary.sgml index d3838a86f..36db07216 100644 --- a/docs/reference/glib/tmpl/trees-binary.sgml +++ b/docs/reference/glib/tmpl/trees-binary.sgml @@ -40,6 +40,9 @@ To destroy a #GTree, use g_tree_destroy(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GTree ##### --> <para> The <structname>GTree</structname> struct is an opaque data structure representing a diff --git a/docs/reference/glib/tmpl/trees-nary.sgml b/docs/reference/glib/tmpl/trees-nary.sgml index 6259925af..3cdbc436f 100644 --- a/docs/reference/glib/tmpl/trees-nary.sgml +++ b/docs/reference/glib/tmpl/trees-nary.sgml @@ -49,6 +49,9 @@ g_node_destroy(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GNode ##### --> <para> The <structname>GNode</structname> struct represents one node in a diff --git a/docs/reference/glib/tmpl/type_conversion.sgml b/docs/reference/glib/tmpl/type_conversion.sgml index 41527e5cb..6d204e5be 100644 --- a/docs/reference/glib/tmpl/type_conversion.sgml +++ b/docs/reference/glib/tmpl/type_conversion.sgml @@ -55,6 +55,9 @@ integer; values outside the range of a 32-bit integer will be mangled. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO GINT_TO_POINTER ##### --> <para> Stuffs an integer into a pointer type. diff --git a/docs/reference/glib/tmpl/types.sgml b/docs/reference/glib/tmpl/types.sgml index d9eec4445..f618a34d1 100644 --- a/docs/reference/glib/tmpl/types.sgml +++ b/docs/reference/glib/tmpl/types.sgml @@ -37,6 +37,9 @@ for completeness - #gchar, #gint, #gshort, #glong, #gfloat, #gdouble. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### TYPEDEF gboolean ##### --> <para> A standard <type>boolean</type> type. diff --git a/docs/reference/glib/tmpl/unicode.sgml b/docs/reference/glib/tmpl/unicode.sgml index 1f197ddb2..994297f2b 100644 --- a/docs/reference/glib/tmpl/unicode.sgml +++ b/docs/reference/glib/tmpl/unicode.sgml @@ -29,6 +29,9 @@ Convenience functions for converting between UTF-8 and the locale encoding. </variablelist> </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### TYPEDEF gunichar ##### --> <para> A type which can hold any UCS-4 character code. diff --git a/docs/reference/glib/tmpl/version.sgml b/docs/reference/glib/tmpl/version.sgml index 0a2feda13..f46c1e1a5 100644 --- a/docs/reference/glib/tmpl/version.sgml +++ b/docs/reference/glib/tmpl/version.sgml @@ -16,6 +16,9 @@ typically use the features described here. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### VARIABLE glib_major_version ##### --> <para> The major version number of the GLib library. diff --git a/docs/reference/glib/tmpl/warnings.sgml b/docs/reference/glib/tmpl/warnings.sgml index 2bc97171f..9db10dacf 100644 --- a/docs/reference/glib/tmpl/warnings.sgml +++ b/docs/reference/glib/tmpl/warnings.sgml @@ -14,6 +14,9 @@ These functions provide support for outputting messages. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### FUNCTION g_print ##### --> <para> Outputs a formatted message via the print handler. diff --git a/docs/reference/glib/tmpl/windows.sgml b/docs/reference/glib/tmpl/windows.sgml index 2fb00e2a8..65b6003ff 100644 --- a/docs/reference/glib/tmpl/windows.sgml +++ b/docs/reference/glib/tmpl/windows.sgml @@ -14,6 +14,9 @@ UNIX emulation on Windows. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO MAXPATHLEN ##### --> <para> Provided for UNIX emulation on Windows; equivalent to UNIX diff --git a/docs/reference/gobject/tmpl/enumerations_flags.sgml b/docs/reference/gobject/tmpl/enumerations_flags.sgml index d65dfa5d8..4e716d57e 100644 --- a/docs/reference/gobject/tmpl/enumerations_flags.sgml +++ b/docs/reference/gobject/tmpl/enumerations_flags.sgml @@ -13,6 +13,9 @@ Enumeration and flags types </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GEnumClass ##### --> <para> The class of an enumeration type holds information about its diff --git a/docs/reference/gobject/tmpl/gboxed.sgml b/docs/reference/gobject/tmpl/gboxed.sgml index 9d9236690..60dad7188 100644 --- a/docs/reference/gobject/tmpl/gboxed.sgml +++ b/docs/reference/gobject/tmpl/gboxed.sgml @@ -14,6 +14,9 @@ A mechanism to wrap opaque C structures registered by the type system #GParamSpecBoxed, g_param_spec_boxed() </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### USER_FUNCTION GBoxedCopyFunc ##### --> <para> This function is provided by the user and should produce a copy of the passed diff --git a/docs/reference/gobject/tmpl/gclosure.sgml b/docs/reference/gobject/tmpl/gclosure.sgml index d4e2e413e..3c9d80ada 100644 --- a/docs/reference/gobject/tmpl/gclosure.sgml +++ b/docs/reference/gobject/tmpl/gclosure.sgml @@ -60,6 +60,9 @@ automatically removed when the objects they point to go away. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO G_CLOSURE_NEEDS_MARSHAL ##### --> <para> Returns %TRUE if a #GClosureMarshal marshaller has not yet been set on diff --git a/docs/reference/gobject/tmpl/generic_values.sgml b/docs/reference/gobject/tmpl/generic_values.sgml index 6b237bcaa..0db2d4086 100644 --- a/docs/reference/gobject/tmpl/generic_values.sgml +++ b/docs/reference/gobject/tmpl/generic_values.sgml @@ -26,6 +26,9 @@ can be used as a type initializer for g_value_init() are defined by a separate interface. See the Standard Values API for details. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO G_VALUE_HOLDS ##### --> <para> Returns #TRUE if @value holds (or contains) a value of @type. diff --git a/docs/reference/gobject/tmpl/gobject-unused.sgml b/docs/reference/gobject/tmpl/gobject-unused.sgml index 1f05eca3d..18ee2d4f9 100644 --- a/docs/reference/gobject/tmpl/gobject-unused.sgml +++ b/docs/reference/gobject/tmpl/gobject-unused.sgml @@ -1,3 +1,7 @@ +<!-- ##### SECTION ./tmpl/gobject-unused.sgml:Stability_Level ##### --> + + + <!-- ##### SECTION ./tmpl/param_specs.sgml:Long_Description ##### --> <para> @@ -120,10 +124,6 @@ Shift value used in converting numbers to type IDs. </para> -<!-- ##### SECTION Stability_Level ##### --> - - - <!-- ##### FUNCTION g_closure_add_fnotify ##### --> <para> diff --git a/docs/reference/gobject/tmpl/gparamspec.sgml b/docs/reference/gobject/tmpl/gparamspec.sgml index 9e0667818..cb10458a7 100644 --- a/docs/reference/gobject/tmpl/gparamspec.sgml +++ b/docs/reference/gobject/tmpl/gparamspec.sgml @@ -21,6 +21,9 @@ g_object_class_install_property(), g_object_set(), g_object_get(), g_object_set_property(), g_object_get_property(), g_value_register_transform_func() </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO G_TYPE_IS_PARAM ##### --> <para> Returns whether @type "is a" %G_TYPE_PARAM. diff --git a/docs/reference/gobject/tmpl/gtype.sgml b/docs/reference/gobject/tmpl/gtype.sgml index 096dab33c..31792ad67 100644 --- a/docs/reference/gobject/tmpl/gtype.sgml +++ b/docs/reference/gobject/tmpl/gtype.sgml @@ -45,6 +45,9 @@ any of '-_+'. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### TYPEDEF GType ##### --> <para> A numerical value which represents the unique identifier of a registered diff --git a/docs/reference/gobject/tmpl/gtypemodule.sgml b/docs/reference/gobject/tmpl/gtypemodule.sgml index 625f7bc9f..c2a36498b 100644 --- a/docs/reference/gobject/tmpl/gtypemodule.sgml +++ b/docs/reference/gobject/tmpl/gtypemodule.sgml @@ -52,6 +52,9 @@ in #GTypeModuleClass. </variablelist> </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GTypeModule ##### --> <para> The members of the <structname>GTypeModule</structname> structure should not diff --git a/docs/reference/gobject/tmpl/gtypeplugin.sgml b/docs/reference/gobject/tmpl/gtypeplugin.sgml index d33914832..07b535f7e 100644 --- a/docs/reference/gobject/tmpl/gtypeplugin.sgml +++ b/docs/reference/gobject/tmpl/gtypeplugin.sgml @@ -70,6 +70,9 @@ handles multiple registered types per module. #GTypeModule and g_type_register_dynamic(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GTypePlugin ##### --> <para> The <structname>GTypePlugin</structname> typedef is used as a placeholder diff --git a/docs/reference/gobject/tmpl/objects.sgml b/docs/reference/gobject/tmpl/objects.sgml index 0f3f4cc32..a5a1ae34e 100644 --- a/docs/reference/gobject/tmpl/objects.sgml +++ b/docs/reference/gobject/tmpl/objects.sgml @@ -14,6 +14,9 @@ The base object type </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GObject ##### --> <para> All the fields in the <structname>GObject</structname> structure are private diff --git a/docs/reference/gobject/tmpl/param_value_types.sgml b/docs/reference/gobject/tmpl/param_value_types.sgml index 72e6a2b04..07f189689 100644 --- a/docs/reference/gobject/tmpl/param_value_types.sgml +++ b/docs/reference/gobject/tmpl/param_value_types.sgml @@ -24,6 +24,9 @@ All other characters are replaced by a '-' during construction. #GParamSpec, #GValue, g_object_class_install_property(). </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### MACRO G_IS_PARAM_SPEC_BOOLEAN ##### --> <para> Return whether the given #GParamSpec is of type %G_TYPE_PARAM_BOOLEAN. diff --git a/docs/reference/gobject/tmpl/signals.sgml b/docs/reference/gobject/tmpl/signals.sgml index 8b69ec3d8..72059c92d 100644 --- a/docs/reference/gobject/tmpl/signals.sgml +++ b/docs/reference/gobject/tmpl/signals.sgml @@ -70,6 +70,9 @@ wildcard and matches any detail argument passed in to emission. </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GSignalInvocationHint ##### --> <para> The #GSignalInvocationHint structure is used to pass on additional information diff --git a/docs/reference/gobject/tmpl/value_arrays.sgml b/docs/reference/gobject/tmpl/value_arrays.sgml index 8b3e08c55..267e74eba 100644 --- a/docs/reference/gobject/tmpl/value_arrays.sgml +++ b/docs/reference/gobject/tmpl/value_arrays.sgml @@ -16,6 +16,9 @@ in order for it to be used as a boxed type through %G_TYPE_VALUE_ARRAY. #GValue, #GParamSpecValueArray, g_param_spec_value_array() </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### STRUCT GValueArray ##### --> <para> A #GValueArray contains an array of #GValue elements. diff --git a/docs/reference/gobject/tmpl/value_collection.sgml b/docs/reference/gobject/tmpl/value_collection.sgml index e33b48627..2f7ec68f6 100644 --- a/docs/reference/gobject/tmpl/value_collection.sgml +++ b/docs/reference/gobject/tmpl/value_collection.sgml @@ -14,6 +14,9 @@ Converting varargs to generic values </para> +<!-- ##### SECTION Stability_Level ##### --> + + <!-- ##### UNION GTypeCValue ##### --> <para> A union holding one collected value. diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 9e0f44c9f..50ed20615 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,7 @@ +2005-06-10 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.6.5 === + 2005-04-06 Matthias Clasen <mclasen@redhat.com> * === Released 2.6.4 === diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 826adb1a9..48e06c137 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,7 @@ +2005-06-10 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.6.5 === + 2005-05-20 Matthias Clasen <mclasen@redhat.com> * gvaluetypes.c (g_value_set_string): dup the new value diff --git a/gthread/ChangeLog b/gthread/ChangeLog index ec36aa4a9..730f11f10 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,7 @@ +2005-06-10 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.6.5 === + 2005-06-09 Matthias Clasen <mclasen@redhat.com> * gthread-posix.c (g_thread_create_posix_impl): Allow diff --git a/po/ChangeLog b/po/ChangeLog index 6aaf4f789..0131495e2 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-06-10 Matthias Clasen <mclasen@redhat.com> + + * === Released 2.6.5 === + 2005-06-10 Martin Willemoes Hansen <mwh@sysrq.dk> * da.po: Updated Danish translation. @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-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" @@ -16,69 +16,69 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s'ን ተቀብሏል" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል" @@ -383,17 +383,17 @@ msgstr "" msgid "Failed to read data from child process" msgstr "" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "" @@ -428,32 +428,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -495,17 +495,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -580,12 +580,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.ar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-01-11 13:15+0100\n" "Last-Translator: <kinryu@silverpen.de>\n" "Language-Team: <en@li.org>\n" @@ -18,69 +18,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "التحويل من مجموعة المحارف '%s' إلى '%s' غير مدعوم" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "لم يمكن فتح المحوّل من '%s' الى '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "سلسلة بايتات غير سليمة في مدخلات التحويل" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "خطأ أثناء التحويل: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "سلسلة حرفيات جزئي عند نهاية المدخل" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "لم يمكن تحويل fallback '%s' الى مجموعة المحارف '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "العنوان '%s' ليس عنوانا كاملا بإستخدام مخطّط \"file\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "ملف الـ URI المحلي '%s' قد لا يحتوي على '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "الـURI '%s' غير سليم" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "اسم مستضيف الـURI '%s' غير سليم" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "الـURI '%s' يحتوي على حروف هربت بطريقة غير سليمة " -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "اسم المسار '%s' ليس مسارا كاملا" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "اسم المستضيف غير سليم" @@ -404,17 +404,17 @@ msgstr "النص كان فارغا (أو كان يحتوي على فراغ أب msgid "Failed to read data from child process" msgstr "فشلت قراءة البيانات من العملية الإبنة" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "فشل عمل أنبوب للاتصال بالعملية الإبنة (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "فشلت القراءة من الأنبوب الإبن (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "فشل التغيير الى الدليل '%s' (%s)" @@ -449,32 +449,32 @@ msgstr "خطأ غير متوقع في select() أثناء قراءة البيا msgid "Unexpected error in waitpid() (%s)" msgstr "خطأ غير متوقع في waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "فشل تفريق (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "فشل تنفيذ العملية الإبنة \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "فشل اعادة توجيه المخرج أو المدخل للعملية الإبنة (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "فشل تفريق العملية الإبنة (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "خطأ غير معروف أثناء تنفيذ العملية الإبنة \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "فشلت قراءة بيانات كافية من أنبوب child pid (%s)" @@ -516,17 +516,17 @@ msgstr "عرض جميع خيارات المساعدة" msgid "Application Options:" msgstr "خيارات التّطبيق:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "لم يمكن إعراب قيمة العدد الصّحيح '%s' لـ --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "القيمة الصّحيحة '%s' لـ %s خارجة المجال" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "خيار مجهول %s" @@ -604,12 +604,17 @@ msgstr "الملّف المفتاح يحوي محرف فارغ في آخر ال msgid "Key file contains invalid escape sequence '%s'" msgstr "الملّف المفتاح يحوي سلسلة'%s' فارغة غير سليمة " -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "لا يمكن ترجمة القيمة '%s' كعدد." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "القيمة الصّحيحة '%s' لـ %s خارجة المجال" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "لا يمكن ترجمة القيمة '%s' كقيمة منطقيّة." @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.az\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-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" @@ -16,69 +16,69 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0.2\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "`%s' hərf dəstəsindən `%s' hərf dəstəsinə dönüşdürmə dəstəklənmir" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "`%s' dən `%s' ə dönüşdürücü açıla bilmir: %s" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "dönüşdürmə girişində hökmsüz bayt qatarı" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Dönüşdürmə sırasında xəta yarandı: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Girişin sonunda parçalı hərf qatarı" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "fallback '%s' hərf dəstəsi '%s' ə dönüşdürülə bilmir" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "`%s' URI-si fayl sxemini işlədən mütləq URI deyildir" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Yerli fayl uRI-si `%s' `#' daxil edə bilməz" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "`%s' URI-si səhvdir" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "`%s' URI-sinin qovşaq adı səhv qaçırılmış" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "`%s'in URİ-si səhv qaçırılmış xarakterlər daxil edir" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "`%s'in cığır adı mütləq cığır deyildir" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Hökmsüz qovşaq adı" @@ -419,17 +419,17 @@ msgstr "Mətn boş idi (və ya təkcə boşluq daxil edirdi)" msgid "Failed to read data from child process" msgstr "Törəmə gedişatdan mə'lumat oxuma iflası" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Törəmə gedişatların xəbərləşməyi üçün pipe yaratma iflası (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Törəmə pipe-dan oxuma iflası (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Qovluq dəyişdirmə iflası '%s' (%s)" @@ -465,32 +465,32 @@ msgstr "törəmə gedişatdan mə'lumat oxuma select()'də namə'lum xəta (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid()'də namə'lum xəta (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "fork iflası (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "\"%s\" törəmə gedişat icra iflası (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Törəmə gedişat giriş və ya yekun istiqamətləndirmə xətası (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Törəmə gedişat fork xətası (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "\"%s\" törəmə gedişat işində namə'lum xəta" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Törəmə pid pipe dan kifayət qədər mə'lumat oxuma iflası (%s)" @@ -532,17 +532,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -617,12 +617,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "`%s'in URİ-si səhv qaçırılmış xarakterlər daxil edir" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-03-08 15:46+0200\n" "Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n" "Language-Team: Belarusian <i18n@mova.org>\n" @@ -17,13 +17,13 @@ msgstr "" "X-Generator: KBabel 1.0.2\n" # glib/gconvert.c:390 -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Пераўтварэньне з набору знакаў \"%s\" у \"%s\" не падтрымліваецца" # glib/gconvert.c:394 -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ня атрымалася адчыніць пераўтваральнік з \"%s\" у \"%s\": %s" @@ -31,7 +31,7 @@ msgstr "Ня атрымалася адчыніць пераўтваральні # glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282 # glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875 # glib/gutf8.c:1320 -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" @@ -40,7 +40,7 @@ msgstr "" # glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289 # glib/giochannel.c:2175 -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" @@ -48,56 +48,56 @@ msgstr "Памылка пад час пераўтварэньня: %s" # glib/gconvert.c:615 glib/gutf8.c:871 glib/gutf8.c:1071 glib/gutf8.c:1212 # glib/gutf8.c:1316 -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Няпоўны сымбаль у канцы ўваходнага радка" # glib/gconvert.c:788 -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Немагчыма пераўтвараць знак \"%s\" у знак з набору \"%s\"" # glib/gconvert.c:1593 -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "URI \"%s\" не зьяўляюцца абсалютным URI пад час выкарыстаньня файлавай схемы" # glib/gconvert.c:1603 -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI \"%s\" мясцовага файлу ня можа ўлучаць \"#\"" # glib/gconvert.c:1620 -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI \"%s\" нерэчаісны" # glib/gconvert.c:1632 -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Назва вузлу ў URI \"%s\" нерэчаісная" # glib/gconvert.c:1648 -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI \"%s\" утрымлівае недапушчальны сымбаль" # glib/gconvert.c:1719 -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Шлях \"%s\" ня зьяўляецца абсалютным" # glib/gconvert.c:1729 -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Недапушчальная назва вузла" @@ -493,19 +493,19 @@ msgid "Failed to read data from child process" msgstr "Збой пад час чытаньня даньняў з працэса-нашчадка" # glib/gspawn-win32.c:981 glib/gspawn.c:1228 -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Збой пад час стварэньня каналу для абмену з працэсам-нашчадкам (%s)" # glib/gspawn-win32.c:843 glib/gspawn.c:914 -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Збой пад час чытаньня даньняў з каналу нашчадка (%s)" # glib/gspawn-win32.c:931 glib/gspawn.c:1119 -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Збой пад час зьмены каталёгу \"%s\" (%s)" @@ -551,37 +551,37 @@ msgid "Unexpected error in waitpid() (%s)" msgstr "Непрадбачаная памылка ў waitpid() (%s)" # glib/gspawn.c:979 -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Збой пад час разгалінаньня (%s)" # glib/gspawn.c:1129 -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Збой пад час выкананьня працэса-нашчадка \"%s\" (%s)" # glib/gspawn.c:1139 -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Збой пад час перанакіраваньня вываду ці ўводу працэса-нашчадка (%s)" # glib/gspawn.c:1148 -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Збой пад час разгалінаньня працэса-нашчадка (%s)" # glib/gspawn.c:1156 -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Невядомая памылка пад час выкананьня працэса-нашчадка \"%s\"" # glib/gspawn.c:1178 -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -628,17 +628,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -714,12 +714,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "URI \"%s\" утрымлівае недапушчальны сымбаль" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-12-12 20:19+0200\n" "Last-Translator: Alexander Shopov <al_shopov@yahoo.com>\n" "Language-Team: Bulgarian <dict@linux.zonebg.com>\n" @@ -16,70 +16,70 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Превръщането от набора символи \"%s\" към \"%s\" не се поддържа" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не може да се отвори конвертор от \"%s\" към \"%s\"" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Грешна байтова последователност на входа за превръщане" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Грешка по време на превръщане: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Непълна символна последователност в края на входните данни" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Не може да се превърне заместващ символ \"%s\" към символ от набора \"%s\"" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI \"%s\" не е абсолютен URI при използване на схемата \"файл\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI \"%s\" към локален файл не може да включва \"#\"" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI \"%s\" е неправилен" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Името на хоста в URI \"%s\" е невалидно" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI \"%s\" съдържа грешни екраниращи последователности" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Пътят \"%s\" не е абсолютен" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Неправилно име на хост" @@ -419,17 +419,17 @@ msgstr "Текстът е празен (или съдържа само праз msgid "Failed to read data from child process" msgstr "Неуспех при четене на данни от дъщерен процес" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Неуспех при създаването на канал за комуникация с дъщерен процес (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Неуспех при четене от дъщерен канал (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Неуспех при да промяна към директория \"%s\" (%s)" @@ -467,32 +467,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Неочаквана грешка в waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Неуспешно разклоняване (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Неуспех при изпълнение на дъщерен процес \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Неуспех при пренасочване на изхода или входа на дъщерен процес (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Неуспех при разклоняване на дъщерен процес (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Неизвестна грешка при изпълнение на дъщерен процес \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -536,18 +536,18 @@ msgstr "Показване на всички настройки на помощ msgid "Application Options:" msgstr "Настройки на приложението:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Не може да се анализира целочислената стойност \"%s\" за --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" "Целочислената стойност \"%s\" за %s е извън интервала на допустими стойности" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Непозната опция %s" @@ -629,12 +629,18 @@ msgstr "Ключовият файл съдържа екранираща посл msgid "Key file contains invalid escape sequence '%s'" msgstr "Ключовият файл съдържа грешна екранираща последователност - \"%s\"" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Стойността \"%s\" не може да се интерпретира като число." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "" +"Целочислената стойност \"%s\" за %s е извън интервала на допустими стойности" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Стойността \"%s\" не може да се интерпретира като булева." @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2002-12-15 09:35-0800\n" "Last-Translator: Taneem Ahmed <taneem@eyetap.org>\n" "Language-Team: Bengali <gnome-translation@bengalinux.org>\n" @@ -15,69 +15,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "'%s' থেকে '%s' এ অক্ষর সমূহ পরিবর্তন করা সম্ভব নয়" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' থেকে '%s' পরিবর্তক খোলা যাইনি: %s" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "পরিবর্তন করার জন্য দেয়া বাইট সমুহ সঠিক নয়" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "পরিবর্তন সময়কালীন ভুল: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "প্রদত্ত তথ্যের শেষে আংশিক অক্ষর সমুহ" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "শেষ পন্থা '%s' থেকে কোডসেট '%s' এ পরিবর্তন করা যায়নি" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "ফাইলের ধারা অনুযায়ী ইউআরআই '%s' একটি আপেক্ষিক পথ" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "স্থানীয় ফাইল ইউআরআই '%s' এর মধ্যে সম্ভবত '#' নেই" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "ইউআরআই '%s' গ্রহনযোগ্য নয়" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "ইউআরআই '%s' এর হোস্ট নাম গ্রহনযোগ্য নয়" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "ইউআরআই '%s' এর মধ্যে অগ্রহণীয় escape অক্ষর আছে" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "পথনাম '%s' একটি আপেক্ষিক পথ" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "ভুল হোস্ট নাম" @@ -389,17 +389,17 @@ msgstr "টেক্সট শূণ্য ছিল (অথবা সুধু msgid "Failed to read data from child process" msgstr "চাইল্ড প্রসেস থেকে তথ্য পড়তে ব্যর্থ" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "চাইল্ড প্রসেস (%s) এর সাথে যোগাযোগ করার জন্য পাইপ সৃষ্টি করতে ব্যর্থ" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "চাইল্ড পাইপ (%s) থেকে পড়তে ব্যর্থ" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "ডাইরেক্টরি '%s' (%s) তে বদলাতে ব্যর্থ" @@ -436,32 +436,32 @@ msgstr "চাইল্ড প্রসেস (%s) থেকে তথ্য প msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() (%s) এ অনাকাঙ্ক্ষিত ভুল" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "ফোর্ক (%s) সৃষ্টি করতে ব্যর্থ" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "চাইল্ড প্রসেস \"%s\" (%s) কার্যকর করতে ব্যর্থ" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "চাইল্ড প্রসেস (%s) এর ইনপুট অথবা আউটপুট রিডায়রেক্ট করতে ব্যর্থ" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "চাইল্ড প্রসেস (%s) সৃষ্টি করতে ব্যর্থ" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "চাইল্ড প্রসেস \"%s\" কার্যকর করার সময় অজানা ভুল" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "চাইল্ড পিয়াইডি পাইপ (%s) থেকে যথেস্ট তথ্য পড়তে ব্যর্থ" @@ -503,17 +503,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -588,12 +588,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "ইউআরআই '%s' এর মধ্যে অগ্রহণীয় escape অক্ষর আছে" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-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" @@ -16,69 +16,69 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0.2\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Pretvaranje iz skupa znakova '%s' u '%s' nije podržano" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nisam mogao pokrenuti pretvaranje iz '%s' u '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Nevažeći niz bajtova u ulaznim podacima za pretvaranje" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Greška tokom pretvaranja: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Djelimičan niz znakova na kraju ulaznih podataka" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ne mogu pretvoriti '%s' u znakovni skup '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' nije apsolutni URI koristeći šemu datoteka" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI lokalne datoteke '%s' ne smije sadržavati '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' je nevažeći" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Ime računara URI-ja '%s' je nevažeće" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' sadrži nevažeće escape znakove" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Putanja '%s' nije absolutna putanja" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Nevažeće ime računara" @@ -415,18 +415,18 @@ msgstr "Tekst je bio prazan (ili je sadržavao samo prazna polja)" msgid "Failed to read data from child process" msgstr "Neuspješno čitanje podataka iz podređenog procesa" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Neuspješno stvaranje cijevi za komuniciranje sa podređenim procesom (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Neuspješno čitanje iz podređene cijevi (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Neuspješan prelazak u direktorij '%s' (%s)" @@ -465,32 +465,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Neočekivana greška u waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Neuspješan fork (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Neuspješno izvršavanje podređenog procesa \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Neuspješno preusmjeravanje ulaza ili izlaza podređenog procesa (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Neuspješno pokretanje fork() za podređeni proces (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Nepoznata greška tokom izvršenja podređenog procesa \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Neuspješno čitanje dovoljno podataka iz podređene pid cijevi (%s)" @@ -532,17 +532,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -617,12 +617,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' sadrži nevažeće escape znakove" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-01-14 10:51+0100\n" "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n" "Language-Team: Catalan <tradgnome@softcatala.org>\n" @@ -15,69 +15,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "No es permet la conversió del joc de caràcters de «%s» a «%s»" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Seqüència de bytes invàlida en l'entrada de conversió" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "S'ha produït un error durant la conversió: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Seqüència de caràcters parcial al final de l'entrada" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "No es pot convertir el \"fallback\" «%s» al joc de codis «%s»" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "L'URI «%s» no és un URI absolut que utilitzi l'esquema «file»" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Pot ser que l'URI del fitxer local «%s» no inclogui cap «#»" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "L'URI «%s» no és vàlid" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "El nom de l'ordinador central de l'URI «%s» no és vàlid" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "L'URI «%s» conté caràcters d'escapada invàlids" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "El nom de camí «%s» no és un camí absolut" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Nom de l'ordinador central invàlid" @@ -431,17 +431,17 @@ msgstr "El text era buit (o només contenia espais en blanc)" msgid "Failed to read data from child process" msgstr "No s'ha pogut llegir dades del procés fill" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "No s'ha pogut crear el conducte per comunicar amb el procés fill (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "No s'ha pogut llegir des del conducte fill (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "No s'ha pogut canviar al directori «%s» (%s)" @@ -480,32 +480,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "S'ha produït un error inesperat en waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "No s'ha pogut bifurcar-se (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "No s'ha pogut executar el procés fill «%s» (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "No s'ha pogut redirigir la sortida o l'entrada del procés fill (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "No s'ha pogut bifurcar el procés fill (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "S'ha produït un error desconegut en executar el procés fill \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -549,17 +549,17 @@ msgstr "Mostra totes les opcions d'ajuda" msgid "Application Options:" msgstr "Opcions de l'aplicació:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "No es pot analitzar el valor enter «%s» per a --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "El valor enter «%s» per a %s és fora de l'abast" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "L'opció %s és desconeguda" @@ -640,12 +640,17 @@ msgstr "El fitxer de claus conté un caràcter d'escapada al final de línia" msgid "Key file contains invalid escape sequence '%s'" msgstr "El fitxer de claus conté el caràcter d'escapada invàlid «%s»" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "El valor «%s» no es pot interpretar com a un nombre." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "El valor enter «%s» per a %s és fora de l'abast" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no es pot interpretar com un booleà." @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-12-01 19:32+0100\n" "Last-Translator: Miloslav Trmac <mitr@volny.cz>\n" "Language-Team: Czech <cs@li.org>\n" @@ -17,69 +17,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Převod ze znakové sady '%s' do '%s' není podporován" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nemohu otevřít převaděč z '%s' do '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Neplatná posloupnost bajtů na vstupu převodu" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Chyba při převodu: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Částečná sekvence znaků na konci vstupu" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Nemohu převést ukončení '%s' do znakové sady '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' není absolutní URI používající schéma \"file\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI '%s' místního souboru nesmí obsahovat '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' je neplatné" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Jméno počítače v URI '%s' je neplatné" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' obsahuje nesprávně escapované znaky" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' není absolutní cesta" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Neplatné jméno počítače" @@ -417,17 +417,17 @@ msgstr "Text je prázdný (nebo obsahuje pouze mezery)" msgid "Failed to read data from child process" msgstr "Nemohu číst data z procesu potomka" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Nemohu vytvořit rouru pro komunikaci s procesem potomka (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nemohu číst z roury potomka (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nemohu přejít do adresáře '%s' (%s)" @@ -463,32 +463,32 @@ msgstr "Neočekávaná chyba v select() při čtení dat z procesu potomka (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "Neočekávaná chyba v waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Nemohu fork (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nemohu spustit proces potomka \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nemohu přesměrovat vstup nebo výstup procesu potomka (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nemohu fork proces potomka (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Neznámá chyba při běhu procesu potomka \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nemohu přečíst dostatek dat z roury pid potomka (%s)" @@ -530,17 +530,17 @@ msgstr "Zobrazit všechny přepínače nápovědy" msgid "Application Options:" msgstr "Přepínače aplikace:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Nemohu zpracovat celočíselnou hodnotu '%s' pro --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Celočíselná hodnota '%s' pro %s mimo rozsah" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Neznámý přepínač %s" @@ -621,12 +621,17 @@ msgstr "Soubor klíče obsahuje znak escape na konci řádku" msgid "Key file contains invalid escape sequence '%s'" msgstr "Soubor klíče obsahuje neplatnou escape sekvenci '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Hodnotu '%s' nelze interpretovat jako číslo." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Celočíselná hodnota '%s' pro %s mimo rozsah" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnotu '%s' nelze interpretovat jako booleovskou hodnotu." @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-01-05 23:45+0100\n" "Last-Translator: Rhys Jones <rhys@sucs.org>\n" "Language-Team: Welsh <gnome-cy@pengwyn.linux.org.uk>\n" @@ -16,69 +16,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Ni chynhelir trawsnewidiad o set nodau '%s' i '%s'" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Methwyd agor trawsnewidydd rhwng '%s' a '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Gwall wrth drawsnewid: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Dilyniant nod rhannol ar ddiwedd y mewnbwn" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Methu trawsnewid '%s' wrth gefn i'r set godau '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Nid yw'r LAU '%s' yn LAU absoliwt yn y cynllun \"file\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Ni chaniateir i'r LAU ffeil lleol '%s' gynnwys '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "Mae'r LAU '%s' yn annilys" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Mae'r enw gwesteiwr yn y LAU '%s' yn annilys" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Mae'r LAU '%s' yn cynnwys nodau wedi eu dianc mewn modd annilys" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Nid yw'r llwybr '%s' yn llwybr gosodedig" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Enw gwesteiwr annilys" @@ -417,17 +417,17 @@ msgstr "Roedd y testun yn wag, neu'n cynnwys gofodnodau'n unig" msgid "Failed to read data from child process" msgstr "Methwyd darllen data o broses plentyn" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Methwyd creu pibell er mwyn cyfathrebu â phroses plentyn (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Methwyd darllen o bibell plentyn (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Methwyd newid i'r cyfeiriadur '%s' (%s)" @@ -464,32 +464,32 @@ msgstr "Gwall annisgwyl yn select() wrth ddarllen o broses plentyn (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "Gwall annisgwyl yn waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Methwyd fforcio (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Methwyd gweithredu proses plentyn \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Methwyd ailgyrchu mewnbwn neu allbwn proses blentyn (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Methwyd fforcio proses plentyn (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Gwall anhysbys wrth weithredu proses blentyn \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Methwyd darllen digon o ddata o bibell plentyn (%s)" @@ -531,17 +531,17 @@ msgstr "Dangos bob opsiwn cymorth" msgid "Application Options:" msgstr "Opsiynau Rhaglen:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Methu darllen y gwerth cyfanrif '%s' ar gyfer --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Mae'r gwerth cyfanrif '%s' ar gyfer %s y tu allan i'r cwmpas" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Opsiwn anhysbys %s" @@ -622,12 +622,17 @@ msgstr "Ffeil allwedd yn cynnwys nod dianc ar ddiwedd llinell" msgid "Key file contains invalid escape sequence '%s'" msgstr "Ffeil allwedd yn cynnwys '%s', sy'n ddilyniant dianc annilys" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Ni ellir darllen y gwerth '%s' fel rhif." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Mae'r gwerth cyfanrif '%s' ar gyfer %s y tu allan i'r cwmpas" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ni ellir darllen '%s' fel gwerth Boole." @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-10 09:54+0200\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-06-10 09:55+0200\n" "Last-Translator: Martin Willemoes Hansen <mwh@sysrq.dk>\n" "Language-Team: Danish <dansk@klid.dk>\n" @@ -22,176 +22,175 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertering fra tegnsæt \"%s\" til \"%s\" er ikke understøttet" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kunne ikke åbne konverterer fra \"%s\" til \"%s\"" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 ../glib/giochannel.c:2203 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Ugyldig bytesekvens i konverteringsinddata" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Fejl under konvertering: %s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Delvis tegnsekvens ved slutningen af inddata" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan ikke konvertere tilbagefaldet \"%s\" til tegnsæt \"%s\"" -#: ../glib/gconvert.c:1617 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI'en \"%s\" er ikke en absolut URI, ved brug af \"fil\"-metoden" -#: ../glib/gconvert.c:1627 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Den lokale fil-URI \"%s\" må ikke indeholde en '#'" -#: ../glib/gconvert.c:1644 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI'en \"%s\" er ugyldig" -#: ../glib/gconvert.c:1656 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Værtsnavnet for URI'en \"%s\" er ugyldig" -#: ../glib/gconvert.c:1672 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI'en \"%s\" indeholder ugyldigt beskyttede tegn" -#: ../glib/gconvert.c:1766 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Stinavnet \"%s\" er ikke en absolut sti" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Ugyldigt værtsnavn" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "Fejl ved åbning af mappen \"%s\": %s" -#: ../glib/gfileutils.c:502 ../glib/gfileutils.c:570 +#: glib/gfileutils.c:502 glib/gfileutils.c:570 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Kunne ikke allokere %lu byte til at læse filen \"%s\"" -#: ../glib/gfileutils.c:515 +#: glib/gfileutils.c:515 #, c-format msgid "Error reading file '%s': %s" msgstr "Fejl ved læsning af filen \"%s\": %s" -#: ../glib/gfileutils.c:594 +#: glib/gfileutils.c:594 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Fejl ved læsning fra filen \"%s\": %s" -#: ../glib/gfileutils.c:645 ../glib/gfileutils.c:732 +#: glib/gfileutils.c:645 glib/gfileutils.c:732 #, c-format msgid "Failed to open file '%s': %s" msgstr "Fejl ved åbning af filen \"%s\": %s" -#: ../glib/gfileutils.c:662 +#: glib/gfileutils.c:662 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Fejl ved læsning af egenskaber for filen \"%s\": fstat() mislykkedes: %s" -#: ../glib/gfileutils.c:696 +#: glib/gfileutils.c:696 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Fejl under åbning af filen \"%s\": fdopen() mislykkedes: %s" -#: ../glib/gfileutils.c:1031 +#: glib/gfileutils.c:1031 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Skabelonen \"%s\" er ugyldig, må ikke indeholde en \"%s\"" -#: ../glib/gfileutils.c:1045 +#: glib/gfileutils.c:1045 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "Skabelonen \"%s\" slutter ikke med XXXXXX" -#: ../glib/gfileutils.c:1070 +#: glib/gfileutils.c:1070 #, c-format msgid "Failed to create file '%s': %s" msgstr "Fejl under oprettelse af filen \"%s\": %s" -#: ../glib/gfileutils.c:1448 +#: glib/gfileutils.c:1448 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Kunne ikke læse den symbolske henvisning \"%s\": %s" -#: ../glib/gfileutils.c:1469 +#: glib/gfileutils.c:1469 msgid "Symbolic links not supported" msgstr "Symbolske henvisninger er ikke understøttet" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "Konvertering fra tegnsæt \"%s\" til \"%s\" er ikke understøttet" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, c-format msgid "Could not open converter from `%s' to `%s': %s" msgstr "Kunne ikke åbne konverterer fra \"%s\" til \"%s\": %s" -#: ../glib/giochannel.c:1496 +#: glib/giochannel.c:1496 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Kan ikke foretage en rå læsning i g_io_channel_read_line_string" -#: ../glib/giochannel.c:1543 ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "Resterende ukonverterede data i læsemellemlager" -#: ../glib/giochannel.c:1623 ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "Kanal afslutter med et ufuldendt tegn" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan ikke foretage en rå læsning i g_io_channel_read_to_end" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Fejl på linje %d tegn %d: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Fejl på linje %d: %s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Tom entitet '&;' fundet; gyldige entiteter er: & " < > '" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -202,17 +201,17 @@ msgstr "" "starter en entitet; hvis dette og-tegn ikke er beregnet på at være en " "entitet, så undgå dette ved at bruge & i stedet" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Tegnet \"%s\" er ikke gyldigt inde i et entitetsnavn" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitetsnavnet \"%s\" er ikke kendt" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -221,7 +220,7 @@ msgstr "" "tegn uden at det var beregnet på at starte en entitet - dette undgås ved at " "bruge & i stedet" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -230,16 +229,16 @@ msgstr "" "Fejl ved fortolkning af \"%-.*s\" som skulle have været et ciffer i en " "tegnreference (ê for eksempel) - måske er cifret for stort" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Tegnreferencen \"%-.*s\" koder ikke et tilladt tegn" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "Tom tegnreference; skulle indeholde et tal såsom dž" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -249,23 +248,23 @@ msgstr "" "og-tegn uden at det var beregnet på at starte en entitet - undgå dette ved " "at bruge & i stedet" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Ufærdig entitetsreference" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Ufærdig tegnreference" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "Ugyldig UTF-8-kodet tekst" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. <book>)" msgstr "Dokumentet skal begynde med et element (f.eks <book>)" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -274,7 +273,7 @@ msgstr "" "\"%s\" er ikke et gyldigt tegn efter et '<'-tegn; det kan ikke være " "begyndelsen på et elementnavn" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -283,7 +282,7 @@ msgstr "" "Mærkeligt tegn \"%s\", forventede et '>'-tegn for at afslutte " "begyndelsesmærket til elementet \"%s\"" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -291,7 +290,7 @@ msgstr "" "Mærkeligt tegn \"%s\", forventede et '=' efter egenskabsnavn \"%s\" for " "elementet \"%s\"" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -302,7 +301,7 @@ msgstr "" "begyndelsesmærket til elementet \"%s\" eller alternativt en egenskab; måske " "brugte du et ugyldigt tegn i egenskabsnavnet" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -311,7 +310,7 @@ msgstr "" "Mærkeligt tegn \"%s\", forventede et åbningsanførselstegn efter " "lighedstegnet når værdien for egenskaben \"%s\" for elementet \"%s\" angives" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " @@ -320,7 +319,7 @@ msgstr "" "\"%s\" er ikke et gyldigt tegn efter tegnene '</'; \"%s\" er måske ikke " "begyndelsen på et elementnavn" -#: ../glib/gmarkup.c:1568 +#: glib/gmarkup.c:1568 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " @@ -329,25 +328,25 @@ msgstr "" "\"%s\" er ikke et gyldigt tegn efter det lukkende elementnavn \"%s\"; " "tilladt tegn er '>'" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element \"%s\" blev lukket, ingen åbne elementer nu" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element \"%s\" blev lukket, men aktivt åbent element er \"%s\"" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "Dokumentet var tomt eller indeholdt kun blanke tegn" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentet sluttede uventet lige efter en åben vinkelparantes '<'" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -356,7 +355,7 @@ msgstr "" "Dokumentet sluttede uventet med åbne elementer - \"%s\" var sidste åbne " "element" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -365,19 +364,19 @@ msgstr "" "Dokumentet sluttede uventet, forventede at se en vinkelparantes for at " "afslutte det sidste mærke <%s/>" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentet sluttede uventet inden i et elementnavn" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentet sluttede uventet inden i et egenskabsnavn" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentet sluttede uventet inden i et element-åbnende mærke" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -385,75 +384,75 @@ msgstr "" "Dokumentet sluttede uventet efter lighedstegnet efter et egenskabsnavn; " "ingen egenskabsværdi" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentet sluttede uventet inden i en egenskabsværdi" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "Dokumentet sluttede uventet inden i lukningsmærket for elementet \"%s\"" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumentet sluttede uventet inden i en kommentar eller behandlingsinstruktion" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Anført tekst begynder ikke med anførselstegn" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Uafbalanceret anførselstegn i kommandolinje eller anden skal-anført tekst" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Tekst sluttede lige efter et '\\' tegn (teksten var \"%s\")" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Tekst sluttede før tilsvarende anførselstegn blev fundet for %c (teksten var " "\"%s\")" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "Tekst var tom (eller indeholdt kun blanke tegn)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "Fejl under læsning af data fra underprocess" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Fejl under oprettelse af kommunikationskanal til underproces (%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Fejl under læsning fra barnedatakanal (%s)" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Fejl ved skift til mappen \"%s\" (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "Fejl under kørsel af underprocess (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "Fejl under kørsel af hjælpeprogram" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -461,117 +460,117 @@ msgstr "" "Uventet fejl i g_io_channel_win32_poll() under læsning af data fra en " "underprocess" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Fejl ved læsning af data fra underprocess (%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Uventet fejl i select() ved læsning af data fra underprocess (%s)" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Uventet fejl i waitpid() (%s)" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Fejl under fraspaltning af proces (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Fejl under kørsel af underprocessen \"%s\" (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Fejl under omdirigering af uddata eller inddata for underprocess (%s)" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Fejl ved fraspaltning af underprocess (%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ukendt fejl under kørsel af underprocessen \"%s\"" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Kunne ikke læse tilstrækkelig mængde data fra underprocessens pid-kanal (%s)" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "Tegn uden for gyldigt interval for UTF-8" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "Ugyldig sekvens i konverteringsinddata" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "Tegn uden for gyldigt interval for UTF-16" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "Usage:" msgstr "Brug:" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "[OPTION...]" msgstr "[FLAG...]" -#: ../glib/goption.c:525 +#: glib/goption.c:525 msgid "Help Options:" msgstr "Flag for hjælp:" -#: ../glib/goption.c:526 +#: glib/goption.c:526 msgid "Show help options" msgstr "Vis flag for hjælp" -#: ../glib/goption.c:531 +#: glib/goption.c:531 msgid "Show all help options" msgstr "Vis alle flag for hjælp" -#: ../glib/goption.c:581 +#: glib/goption.c:581 msgid "Application Options:" msgstr "Flag for programmet:" -#: ../glib/goption.c:622 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Kan ikke fortolke heltalsværdien \"%s\" for --%s" -#: ../glib/goption.c:632 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Heltalsværdien \"%s\" for %s er ikke i gyldigt interval" -#: ../glib/goption.c:1362 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Ukendt flag %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "Gyldig nøglefil blev ikke fundet i datakatalogerne" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "Ikke en almindelig fil" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "Filen er tom" -#: ../glib/gkeyfile.c:692 +#: glib/gkeyfile.c:692 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -579,40 +578,40 @@ msgstr "" "Nøglefilen indeholder linjen \"%s\" hvilken ikke er et nøgle-værdi-par, en " "gruppe eller en kommentar" -#: ../glib/gkeyfile.c:760 +#: glib/gkeyfile.c:760 msgid "Key file does not start with a group" msgstr "Nøglefilen starter ikke med en gruppe" -#: ../glib/gkeyfile.c:803 +#: glib/gkeyfile.c:803 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Nøglefilen indeholder kodningen \"%s\" der ikke er understøttet" -#: ../glib/gkeyfile.c:1012 ../glib/gkeyfile.c:1158 ../glib/gkeyfile.c:2159 -#: ../glib/gkeyfile.c:2224 ../glib/gkeyfile.c:2342 ../glib/gkeyfile.c:2410 -#: ../glib/gkeyfile.c:2594 ../glib/gkeyfile.c:2768 ../glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:1012 glib/gkeyfile.c:1158 glib/gkeyfile.c:2159 +#: glib/gkeyfile.c:2224 glib/gkeyfile.c:2342 glib/gkeyfile.c:2410 +#: glib/gkeyfile.c:2594 glib/gkeyfile.c:2768 glib/gkeyfile.c:2825 #, c-format msgid "Key file does not have group '%s'" msgstr "Nøglefilen indeholder ikke gruppen \"%s\"" -#: ../glib/gkeyfile.c:1170 +#: glib/gkeyfile.c:1170 #, c-format msgid "Key file does not have key '%s'" msgstr "Nøglefilen indeholder ikke nøglen \"%s\"" -#: ../glib/gkeyfile.c:1271 ../glib/gkeyfile.c:1380 +#: glib/gkeyfile.c:1271 glib/gkeyfile.c:1380 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Nøglefilen indeholder nøglen \"%s\" med værdien \"%s\" der ikke er UTF-8" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 ../glib/gkeyfile.c:1770 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 glib/gkeyfile.c:1770 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Nøglefilen indeholder nøglen \"%s\" som har en værdi der ikke kan fortolkes." -#: ../glib/gkeyfile.c:1986 +#: glib/gkeyfile.c:1986 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -621,31 +620,31 @@ msgstr "" "Nøglefilen indeholder nøglen \"%s\" i gruppen \"%s\" som har en værdi der " "ikke kan fortolkes." -#: ../glib/gkeyfile.c:2174 ../glib/gkeyfile.c:2357 ../glib/gkeyfile.c:2836 +#: glib/gkeyfile.c:2174 glib/gkeyfile.c:2357 glib/gkeyfile.c:2836 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Nøglefilen har ikke nøglen \"%s\" i gruppen \"%s\"" -#: ../glib/gkeyfile.c:3017 +#: glib/gkeyfile.c:3017 msgid "Key file contains escape character at end of line" msgstr "Nøglefilen indeholder beskyttede tegn for enden af linjen" -#: ../glib/gkeyfile.c:3039 +#: glib/gkeyfile.c:3039 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Nøglefilen indeholder en ugyldig undvigesekvens \"%s\"" -#: ../glib/gkeyfile.c:3180 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Værdien \"%s\" kan ikke fortolkes som et nummer." -#: ../glib/gkeyfile.c:3189 +#: glib/gkeyfile.c:3189 #, c-format msgid "Integer value '%s' out of range" msgstr "Heltalsværdien \"%s\" er ikke i gyldigt interval" -#: ../glib/gkeyfile.c:3219 +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Værdien \"%s\" kan ikke fortolkes som en sandhedsværdi." @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-12-18 14:51+0100\n" "Last-Translator: Hendrik Brandt <heb@gnome-de.org>\n" "Language-Team: German <gnome-de@gnome.org>\n" @@ -19,70 +19,70 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Ungültige Bytefolge in Konvertierungseingabe" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Fehler bei der Umwandlung: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Bruchstückhafte Zeichenfolge am Eingabeende" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Notnagel »%s« kann nicht in Kodierung »%s« umgewandelt werden" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Der URI »%s« ist kein absoluter URI, der das »file«-Schema verwendet" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Der lokale URI »%s« darf kein »#« enthalten" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "Der URI »%s« ist ungültig" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Der Rechnername der URI »%s« ist ungültig" # CHECK -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Der URI »%s« enthält ungültige Escape-Zeichen" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Der Pfadname »%s« ist kein absoluter Pfad" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Ungültiger Rechnername" @@ -433,19 +433,19 @@ msgstr "Text war leer (oder enthielt nur Leerraum)" msgid "Failed to read data from child process" msgstr "Daten konnten nicht vom Kindprozess gelesen werden" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Weiterleitung für Kommunikation mit Kindprozess (%s) konnte nicht erzeugt " "werden" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Lesen aus Weiterleitung zum Kind (%s) fehlgeschlagen" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "In Verzeichnis »%s« (%s) konnte nicht gewechselt werden" @@ -483,33 +483,33 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Unerwarteter Fehler in waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Abspalten fehlgeschlagen (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Kindprozess »%s« konnte nicht ausgeführt werden (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "Umleiten der Ausgabe oder Eingabe des Kindprozesses (%s) fehlgeschlagen" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Unbekannter Fehler beim Ausführen des Kindprozesses »%s«" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -553,17 +553,17 @@ msgstr "Alle Hilfeoptionen anzeigen" msgid "Application Options:" msgstr "Anwendungsoptionen" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "»%s« konnte nicht als ganzzahliger Wert für --%s interpretiert werden" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Ganzzahliger Wert »%s« für %s ist außerhalb des Bereiches." -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Unbekannte Option %s" @@ -648,12 +648,17 @@ msgstr "Die Schlüsselwertedatei enthält ein Escape-Zeichen am Zeilenende" msgid "Key file contains invalid escape sequence '%s'" msgstr "Die Schlüsselwertedatei enthält das ungültige Escape-Zeichen »%s«" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Der Wert »%s« konnte nicht als Zahl interpretiert werden." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Ganzzahliger Wert »%s« für %s ist außerhalb des Bereiches." + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-02-06 11:07+0200\n" "Last-Translator: Kostas Papadimas <pkst@gnome.org>\n" "Language-Team: Greek <nls@tux.hellug.gr>\n" @@ -21,71 +21,71 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Η μετατροπή από την ομάδα χαρακτήρων %s' σε '%s' δεν υποστηρίζεται" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από '%s' σε %s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Μή έγκυρη σειρά στην είσοδο μετατροπής" # gconf/gconftool.c:1181 -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Σφάλμα κατά τη μετατροπή: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Ημιτελής σειρά χαρακτήρα στο τέλος της εισόδου" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Αδυναμία μετατροπής fallback '%s' σε codeset '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "Το URI '%s' δεν είναι ένα απόλυτο URI με την χρήση του σχήματος αρχείου" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Το URI τοπικού αρχείου '%s' μπορεί να μην περιέχει ένα '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "Το URI '%s' δεν είναι έγκυρο" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Το URI '%s' περιέχει χαρακτήρες μή έγκυρα escaped " -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Η όνομα διαδρομής '%s' δεν είναι μια απόλυτη διαδρομή" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Ακατάλληλο όνομα συστήματος" @@ -446,7 +446,7 @@ msgstr "Το κείμενο ήταν κενό (ή περιέχει μόνο λε msgid "Failed to read data from child process" msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" @@ -454,12 +454,12 @@ msgstr "" "s)" # gconf/gconftool.c:881 -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Αποτυχία ανάγνωσης από θυγατρική σωλήνωση (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Αποτυχία αλλαγής καταλόγου '%s' (%s)" @@ -500,34 +500,34 @@ msgid "Unexpected error in waitpid() (%s)" msgstr "Μη αναμενόμενο σφάλμα στη waitpid() (%s)" # gconf/gconf-internals.c:2416 -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Αποτυχία δικράνωσης (%s)" # gconf/gconf-internals.c:2416 -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Αποτυχία εκτέλεσης θυγατρικής διεργασίας \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "Αποτυχία προώθησης αποτελέσματος ή εισόδου της θυγατρικής διεργασίας (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Αποτυχία δικράνωσης θυγατρικής διεργασίάς (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Άγνωστο σφάλμα κατά την εκτέλεση της θυγατρικής διεργασίας \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Αποτυχία ανάγνωσης επαρκών δεδομένων από θυγατρική σωλήνωση pid (%s)" @@ -569,17 +569,17 @@ msgstr "Εμφάνιση όλων των επιλογών βοήθειας" msgid "Application Options:" msgstr "Επιλογές εφαρμογής:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Αδυναμία ανάλυσης nteger value '%s' γιαr --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Integer value '%s' για %s είναι εκτός εύρους" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Άγνωστη επιλογή %s" @@ -658,12 +658,17 @@ msgstr "Το Key file περιέχει escape character στο τέλος της msgid "Key file contains invalid escape sequence '%s'" msgstr "To Key file περιέχει χαρακτήρες μή έγκυρα escaped '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως ένας αριθμός." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Integer value '%s' για %s είναι εκτός εύρους" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως boolean." diff --git a/po/en_CA.po b/po/en_CA.po index 2cce6d6d0..075deb19b 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-11-29 16:20-0400\n" "Last-Translator: Adam Weinberger <adamw@gnome.org>\n" "Language-Team: English/Canada <adamw@FreeBSD.org>\n" @@ -16,69 +16,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Conversion from character set '%s' to '%s' is not supported" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Error during conversion: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Cannot convert fallback '%s' to codeset '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "The URI '%s' is not an absolute URI using the \"file\" scheme" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "The local file URI '%s' may not include a '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "The URI '%s' is invalid" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "The hostname of the URI '%s' is invalid" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "The URI '%s' contains invalidly escaped characters" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Invalid hostname" @@ -414,17 +414,17 @@ msgstr "Text was empty (or contained only whitespace)" msgid "Failed to read data from child process" msgstr "Failed to read data from child process" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Failed to create pipe for communicating with child process (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Failed to read from child pipe (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Failed to change to directory '%s' (%s)" @@ -461,32 +461,32 @@ msgstr "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "Unexpected error in waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Failed to fork (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Failed to execute child process \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Failed to redirect output or input of child process (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Failed to fork child process (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Unknown error executing child process \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" @@ -528,17 +528,17 @@ msgstr "Show all help options" msgid "Application Options:" msgstr "Application Options:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Cannot parse integer value '%s' for --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Integer value '%s' for %s out of range" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Unknown option %s" @@ -616,12 +616,17 @@ msgstr "Key file contains escape character at end of line" msgid "Key file contains invalid escape sequence '%s'" msgstr "Key file contains invalid escape sequence '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Value '%s' cannot be interpreted as a number." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Integer value '%s' for %s out of range" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." diff --git a/po/en_GB.po b/po/en_GB.po index 298f0b7f4..afdc58e90 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GLIB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-12-13 20:16+0100\n" "Last-Translator: David Lodge <dave@cirt.net>\n" "Language-Team: \n" @@ -15,69 +15,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Conversion from character set '%s' to '%s' is not supported" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Could not open converter from '%s' to '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Invalid byte sequence in conversion input" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Error during conversion: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Partial character sequence at end of input" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Cannot convert fallback '%s' to codeset '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "The URI '%s' is not an absolute URI using the \"file\" scheme" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "The local file URI '%s' may not include a '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "The URI '%s' is invalid" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "The hostname of the URI '%s' is invalid" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "The URI '%s' contains invalidly escaped characters" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "The pathname '%s' is not an absolute path" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Invalid hostname" @@ -413,17 +413,17 @@ msgstr "Text was empty (or contained only whitespace)" msgid "Failed to read data from child process" msgstr "Failed to read data from child process" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Failed to create pipe for communicating with child process (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Failed to read from child pipe (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Failed to change to directory '%s' (%s)" @@ -460,32 +460,32 @@ msgstr "Unexpected error in select() reading data from a child process (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "Unexpected error in waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Failed to fork (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Failed to execute child process \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Failed to redirect output or input of child process (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Failed to fork child process (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Unknown error executing child process \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" @@ -527,17 +527,17 @@ msgstr "Show all help options" msgid "Application Options:" msgstr "Application Options:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Cannot parse integer value '%s' for --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Integer value '%s' for %s out of range" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Unknown option %s" @@ -615,12 +615,17 @@ msgstr "Key file contains escape character at end of line" msgid "Key file contains invalid escape sequence '%s'" msgstr "Key file contains invalid escape sequence '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Value '%s' cannot be interpreted as a number." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Integer value '%s' for %s out of range" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Value '%s' cannot be interpreted as a boolean." @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-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" @@ -15,69 +15,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konverto de signaro '%s' el '%s' ne estas subtenata" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ne eblas malfermi konvertilon de '%s' to '%s': %s" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Nevalida bitokosekvenco en konverta enigo" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Eraro dum konverto: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Parta signosekvenco je enigofino" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ne povas konverti fallback '%s' al kodaro '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "La URI '%s' ne estas absolutan URI uzanta la dosiermodelo" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "La loka dosiera URI '%s' eble ne enhavas '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "La URI '%s' estas nevalida" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "La komputilnomo de la URI '%s' ne estas valida" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "La URI '%s' enhavas nevalidajn eskapajn signojn" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "La padnomo '%s' ne estas absolutan padon" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Nevalida komputilnomo" @@ -412,17 +412,17 @@ msgstr "Teksto estis malplena (aŭ enhavis nur blankspacon)" msgid "Failed to read data from child process" msgstr "Malsukesis legi datumon de procezido" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Malsukcesis krei dukton por komunikado kun procezido (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Malsukcesis legi de duktido (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Malsukcesis ŝanĝi al dosierujo '%s' (%s)" @@ -458,32 +458,32 @@ msgstr "Neatendita eraro en select() dum datumlegado de procezido (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "Neatendita eraro en waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Malsukcesis branĉiĝi (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Malsukcesis lanĉi procezidon \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Malsukcesis alidirekti enigon aŭ eligon de procezido (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Malsukcesis branĉiĝi procezidon (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Nekonata eraro dum la lanĉando de la procezido \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Malsukcesis legi sufiĉe datumon de ida pid-dukto (%s)" @@ -525,17 +525,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -610,12 +610,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "La URI '%s' enhavas nevalidajn eskapajn signojn" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-12-04 12:05+0100\n" "Last-Translator: Francisco Javier F. Serrador <serrador@cvs.gnome.org>\n" "Language-Team: Spanish <traductores@es.gnome.org>\n" @@ -21,69 +21,69 @@ msgstr "" "X-Generator: KBabel 1.3.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "La conversión desde el conjunto de caracteres «%s»·a·«%s»·no soportada" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "No se pudo abrir el conversor de «%s»·a·«%s»" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "La secuencia de bytes no es válida en la entrada de conversión" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Ha ocurrido un error·durante la·conversión:·%s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "La secuencia parcial de caracteres en el final de la entrada" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "No se puede convertir el fallback «%s»·al conjunto de códigos·«%s»" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "La URI·«%s»·no es una URI·absoluta utilizando el esquema «file»" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "El archivo local·en la URI «%s»·no debe incluir un·«#»" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "La URI·«%s»·es inválida" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "El nombre del host de la·URI·«%s»·es inválido" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "La·URI·«%s»·contiene caracteres de escape inválidos" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "El nombre de la ruta «%s» no es una ruta absoluta" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Nombre del host inválido" @@ -443,19 +443,19 @@ msgstr "El texto está vacío (o sólo contiene espacios en blanco)" msgid "Failed to read data from child process" msgstr "Ha ocurrido un error al leer los datos desde un proceso hijo" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Ha ocurrido un error en la creación de un conducto (pipe) para comunicarse " "con el proceso hijo (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Ha ocurrido un error al leer desde el conducto (pipe) hijo (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Ha ocurrido un error al cambiar al directorio «%s»·(%s)" @@ -494,34 +494,34 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Ha ocurrido un error inesperado en waitpid()·(%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Falló al bifurcar (fork) (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Ha ocurrido un error al ejecutar el proceso hijo «%s» (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "Ha ocurrido un error al redirigir la salida o la entrada del proceso hijo (%" "s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Ha ocurrido un error al lanzar el proceso hijo·(%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ha ocurrido un error desconocido al ejecutar el proceso hijo «%s»" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -565,17 +565,17 @@ msgstr "Mostrar todas las opciones de ayuda" msgid "Application Options:" msgstr "Opciones de la aplicación:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "No se puede parsear el valor entero «%s» para --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "El valor entero «%s» para %s está fuera de rango" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Opción desconocida %s" @@ -659,12 +659,17 @@ msgstr "El archivo clave contiene un carácter de escape al final de la línea" msgid "Key file contains invalid escape sequence '%s'" msgstr "El archivo clave contiene la secuencia de escape inválida «%s»" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "El valor «%s» no puede interpretarse como un número." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "El valor entero «%s» para %s está fuera de rango" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no puede interpretarse como un booleano." @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 1.3.14\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-02-20 22:55+0200\n" "Last-Translator: Ivar Smolin <okul@linux.ee> \n" "Language-Team: Estonian <gnome-et@linux.ee>\n" @@ -16,69 +16,69 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Teisendamine koodistikust '%s' koodistikku '%s' ei ole toetatud" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Konverterit '%s'-st '%s'-ks ei saa avada" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Vigane baidijada sisendi teisendamisel" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Viga teisendamisel: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Osaline märgijada sisendi lõpus" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Taandresiimi '%s' pole võimalik teisendada kooditabelisse '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' ei ole failiskeemi (\"file\") jaoks absoluutne URI" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Kohaliku faili URI '%s' ei või sisaldada märki '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' on vigane" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s' hostinimi on vigane" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' sisaldab vigaseid paomärke" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Rajanimi '%s' ei ole absoluutne rada" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Vigane hostinimi" @@ -409,17 +409,17 @@ msgstr "Tekst puudus (või sisaldas ainult tühja ruumi)" msgid "Failed to read data from child process" msgstr "Tõrge andmete lugemisel alamprotsessilt" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Tõrge toru loomisel alamprotsessiga suhtlemiseks (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Tõrge alamprotsessi torust lugemisel (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Tõrge kataloogi '%s' muutmisel (%s)" @@ -457,32 +457,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Ootamatu viga funktsioonis waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Viga poolitamisel funktsiooniga fork() (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Tõrge alamprotsessi \"%s\" käivitamisel (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Tõrge alamprotsessi sisendi või väljundi ümbersuunamisel (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Tõrge alamprotsessi poolitamisel funktsiooniga fork() (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Tundmatu viga alamprotsessi \"%s\" käivitamisel" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Tõrge piisavate andmete lugemisel lapsprotsessi torust (%s)" @@ -524,17 +524,17 @@ msgstr "Kõikide abiteabe võtmete näitamine" msgid "Application Options:" msgstr "Rakenduse võtmed:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Täisarvulist väärtust '%s' ei saa --%s jaoks kasutada" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Täisarv '%s' %s jaoks on väljaspool lubatud piire" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Tundmatu võti %s" @@ -614,12 +614,17 @@ msgstr "Võtmefail sisaldab rea lõpus paomärki" msgid "Key file contains invalid escape sequence '%s'" msgstr "Võtmefail sisaldab vigast paojada '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Väärtust '%s' ei saa numbrilise väärtusena kasutada." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Täisarv '%s' %s jaoks on väljaspool lubatud piire" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Väärtust '%s' ei saa tõeväärtusena kasutada." @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-12 19:13+0200\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-04-12 19:01+0200\n" "Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n" "Language-Team: Basque <itzulpena@euskalgnu.org>\n" @@ -21,179 +21,178 @@ msgstr "" "Plural-Forms: Plural-Forms: nplurals=2; plural=(n != 1);\n" "\n" -#: ../glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "'%s' karaktere-multzoa '%s' bihurtzea ez da onartzen" -#: ../glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ezin izan da '%s'(e)tik %s(e)rako bihurtzailea ireki" -#: ../glib/gconvert.c:614 ../glib/gconvert.c:902 ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 ../glib/giochannel.c:2203 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Byten sekuentzia baliogabea bihurketa-sarreran" -#: ../glib/gconvert.c:619 ../glib/gconvert.c:835 ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Errorea bihurtzean: %s" -#: ../glib/gconvert.c:637 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Karaktere-sekuentzia partziala sarreraren amaieran" -#: ../glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ezin da '%s' atzerapena '%s' kode-multzo bihurtu" -#: ../glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "'%s' URIa ez da \"fitxategi\"-eskema erabiltzen duen URI absolutua " -#: ../glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Baliteke '%s' URI fitxategi lokalak '#' ez edukitzea" -#: ../glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "'%s' URI baliogabea da" -#: ../glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "'%s' URIaren ostalari-izena baliogabea da" -#: ../glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "'%s' URIak ihes-karaktere baliogabeak ditu" -#: ../glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' bide-izena ez da bide-izen absolutua" # -#: ../glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Ostalari-izen baliogabea" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "Errorea '%s' direktorioa irekitzean: %s " -#: ../glib/gfileutils.c:502 ../glib/gfileutils.c:570 +#: glib/gfileutils.c:502 glib/gfileutils.c:570 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Ezin izan dira %lu byte esleitu \"%s\" fitxategia irakurtzeko" -#: ../glib/gfileutils.c:515 +#: glib/gfileutils.c:515 #, c-format msgid "Error reading file '%s': %s" msgstr "Errorea '%s' fitxategia irakurtzean: %s " -#: ../glib/gfileutils.c:594 +#: glib/gfileutils.c:594 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Ezin izan da '%s' fitxategitik irakurri: %s " -#: ../glib/gfileutils.c:645 ../glib/gfileutils.c:732 +#: glib/gfileutils.c:645 glib/gfileutils.c:732 #, c-format msgid "Failed to open file '%s': %s" msgstr "Ezin izan da '%s' fitxategia ireki: %s " -#: ../glib/gfileutils.c:662 +#: glib/gfileutils.c:662 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" "Ezin izan dira '%s' fitxategiko atributuak lortu: fstat()-(e)k huts egin du: " "%s" -#: ../glib/gfileutils.c:696 +#: glib/gfileutils.c:696 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Ezin izan da '%s' fitxategia ireki: fdopen()-(e)k huts egin du: %s" -#: ../glib/gfileutils.c:1031 +#: glib/gfileutils.c:1031 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "'%s' txantiloia baliogabea da, ez luke '%s' eduki behar" -#: ../glib/gfileutils.c:1045 +#: glib/gfileutils.c:1045 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "'%s' txantiloia ez da honela bukatzen: XXXXXX" -#: ../glib/gfileutils.c:1070 +#: glib/gfileutils.c:1070 #, c-format msgid "Failed to create file '%s': %s" msgstr "Ezin izan da '%s' fitxategia sortu: %s " -#: ../glib/gfileutils.c:1448 +#: glib/gfileutils.c:1448 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s" -#: ../glib/gfileutils.c:1469 +#: glib/gfileutils.c:1469 msgid "Symbolic links not supported" msgstr "Esteka sinbolikoak ez dira onartzen" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "`%s' karaktere-multzoa `%s' bihurtzea ez da onartzen" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, 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:1496 +#: glib/giochannel.c:1496 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:1543 ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "Irakurketa-bufferrean geratu diren bihurtu gabeko datuak" -#: ../glib/giochannel.c:1623 ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "Kanala karaktere partzial batean bukatzen da" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 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" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Errorea %d lerroko %d karakterean: %s " -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Errorea %d lerroan: %s " -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "'&;' entitatea hutsik dago; baliozko entitateak hauek dira: & " " "< > '" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -204,17 +203,17 @@ msgstr "" "entitate bat hasten du; & ikurrak entitatea izan behar ez badu, izenda " "ezazu &" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "'%s' karakterea ezin da erabili entitate-izenen barruan" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "'%s' entitate-izena ezezaguna da" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -222,7 +221,7 @@ msgstr "" "Entitatea ez da puntu eta komaz bukatzen; normalean & ikurra erabiltzen da " "entitatea hasteko asmorik gabe; izendatu & karakterea & gisa;" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -231,18 +230,18 @@ msgstr "" "Ezin izan da '%-.*s' analizatu, digitu bat izan behar zuen karaktere-" "erreferentzia baten barruan (ê adibidez); agian digitua handiegia da" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, 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:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "" "Karaktere-erreferentzia hutsa, digitu bat eduki beharko luke; adibidez dž" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -252,23 +251,23 @@ msgstr "" "erabiliko zenuen entitatea hasteko asmorik gabe. Izendatu & karakterea & " "gisa;" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Amaitu gabeko entitate-erreferentzia" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Amaitu gabeko karaktere-erreferentzia" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "UTF-8 gisa kodetutako testu baliogabea" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. <book>)" msgstr "Dokumentuak elementu batez hasi behar du (adibidez, <book>)" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -277,7 +276,7 @@ msgstr "" "'%s' ez da karaktere balioduna '<' karakterearen atzetik; baliteke elementu " "baten izena ez hastea" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -286,7 +285,7 @@ msgstr "" "'%s' karaktere bitxia, '>' karakterea espero zen '%s' elementuaren hasiera-" "etiketa amaitzeko" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -294,7 +293,7 @@ msgstr "" "'%s' karaktere bitxia, '=' espero zen '$2%s' elementuaren '$1%s' " "atributuaren ondoren" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -305,7 +304,7 @@ msgstr "" "hasiera-etiketa bukatzeko, edo bestela atributu bat. Agian karaktere " "baliogabea erabili duzu atributu-izen batean" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -314,7 +313,7 @@ msgstr "" "'%s' karaktere bitxia, komatxo irekia espero zen berdin ikurraren ondoren " "'$2%s' elementuaren '$1%s' atributuari balioa ematean" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " @@ -323,7 +322,7 @@ msgstr "" "'%s' ez da karaktere balioduna '</'; karaktereen atzetik; baliteke '%s'e(k) " "elementu baten izena ez hastea" -#: ../glib/gmarkup.c:1568 +#: glib/gmarkup.c:1568 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " @@ -332,25 +331,25 @@ msgstr "" "'%s' karaktere baliogabea da '%s' itxiera-elementuaren izenaren atzetik; " "baimendutako karakterea '>' da" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, 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:1588 +#: glib/gmarkup.c:1588 #, 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:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "Dokumentua hutsik dago edo zuriuneak bakarrik ditu" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentua ustekabean itxi da angelu-parentesi ireki baten ondoren '<'" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -359,7 +358,7 @@ msgstr "" "Dokumentua ustekabean amaitu da oraindik irekita zeuden elementuekin. '%s' " "irekitako azken elementua da" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -368,20 +367,20 @@ msgstr "" "Dokumentua ustekabean amaitu da, angelu-parentesi itxia ikustea espero nuen " "<%s/> etiketa amaitzen" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentua ustekabean amaitu da elementu-izen baten barruan" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentua ustekabean amaitu da atributu-izen baten barruan" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan." -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -389,77 +388,77 @@ msgstr "" "Dokumentua ustekabean amaitu da atributu-izen baten ondorengo berdin " "ikurraren atzetik; ez dago atributu-baliorik" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentua ustekabean amaitu da atributu-balio baten barruan" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, 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:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumentua ustekabean amaitu da iruzkin baten barruan edo prozesatzen ari " "zen instrukzio baten barruan" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Komatxo arteko testua ez da komatxoekin hasten" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 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 " "testu batean" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Testua '\\' karakterearen atzetik amaitu da (testua '%s' zen)" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Testua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "Testua hutsik dago (edo zuriuneak bakarrik ditu)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "Ezin izan da daturik irakurri prozesu umetik" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Ezin izan da kanalizazioa sortu prozesu umearekin komunikatzeko (%s) " -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Ezin izan da kanalizazio umetik irakurri (%s) " -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Ezin izan da `%s' direktoriora aldatu (%s) " -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "Ezin izan da prozesu umea exekutatu (%s) " # -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "Ezin izan da laguntza-programa exekutatu" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -467,116 +466,116 @@ msgstr "" "Ustekabeko errorea gertatu da g_io_channel_win32_poll()-en prozesu umetik " "datuak irakurtzean" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Ezin izan da daturik irakurri prozesu umetik (%s) " -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Ustekabeko errorea select()-en, datuak prozesu umetik irakurtzen (%s) " -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Ustekabeko errorea waitpid()-en (%s)" -#: ../glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Ezin da sardetu (%s) " -#: ../glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Ezin izan da \"%s\" prozesu umea exekutatu (%s) " -#: ../glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Ezin izan da prozesu umearen irteera edo sarrera birbideratu (%s) " -#: ../glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Ezin izan da prozesu umea sardetu (%s)" -#: ../glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Errore ezezaguna \"%s\" prozesu umea exekutatzean" -#: ../glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Ezin izan da nahikoa datu irakurri pid kanalizazio umetik (%s) " -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "Karakterea honako barrutitik kanpo UTF-8 formaturako" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "Sekuentzia baliogabea bihurketa-sarreran" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "Karakterea honako barrutitik kanpo UTF-16 formaturako" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "Usage:" msgstr "Erabilera:" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "[OPTION...]" msgstr "[AUKERA...]" -#: ../glib/goption.c:525 +#: glib/goption.c:525 msgid "Help Options:" msgstr "Laguntzako aukerak:" -#: ../glib/goption.c:526 +#: glib/goption.c:526 msgid "Show help options" msgstr "Erakutsi laguntzako aukerak" -#: ../glib/goption.c:531 +#: glib/goption.c:531 msgid "Show all help options" msgstr "Erakutsi laguntzako aukera guztiak" -#: ../glib/goption.c:581 +#: glib/goption.c:581 msgid "Application Options:" msgstr "Aplikazio-aukerak:" -#: ../glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Ezin da '%2$s'(r)en '%1$s' osoko balioa analizatu" -#: ../glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s(r)en '%1$s' osoko balioa barrutitik kanpo" -#: ../glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "%s aukera ezezaguna" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "Ezin izan da balioko gakoa datuen direktorioan aurkitu" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "Ez da fitxategi arrunta" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "Fitxategia hutsik dago" -#: ../glib/gkeyfile.c:692 +#: glib/gkeyfile.c:692 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -584,40 +583,40 @@ msgstr "" "Gako-fitxategiak '%s' lerroa du, gako-balioa bikotea, taldea edo iruzkinik " "ez daukalarik" -#: ../glib/gkeyfile.c:760 +#: glib/gkeyfile.c:760 msgid "Key file does not start with a group" msgstr "Gako-fitxategiak ez da talde batekin hasten" -#: ../glib/gkeyfile.c:803 +#: glib/gkeyfile.c:803 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Gako-fitxategiak onartzen ez den '%s' kodeketa du" -#: ../glib/gkeyfile.c:1012 ../glib/gkeyfile.c:1158 ../glib/gkeyfile.c:2159 -#: ../glib/gkeyfile.c:2224 ../glib/gkeyfile.c:2342 ../glib/gkeyfile.c:2410 -#: ../glib/gkeyfile.c:2594 ../glib/gkeyfile.c:2768 ../glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:1012 glib/gkeyfile.c:1158 glib/gkeyfile.c:2159 +#: glib/gkeyfile.c:2224 glib/gkeyfile.c:2342 glib/gkeyfile.c:2410 +#: glib/gkeyfile.c:2594 glib/gkeyfile.c:2768 glib/gkeyfile.c:2825 #, c-format msgid "Key file does not have group '%s'" msgstr "Gako-fitxategiak ez dauka '%s' taldea" -#: ../glib/gkeyfile.c:1170 +#: glib/gkeyfile.c:1170 #, c-format msgid "Key file does not have key '%s'" msgstr "Gako-fitxategiak ez dauka '%s' gakoa" -#: ../glib/gkeyfile.c:1271 ../glib/gkeyfile.c:1380 +#: glib/gkeyfile.c:1271 glib/gkeyfile.c:1380 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Gako-fitxategiak '%s' gakoa dauka (%s balioduna) baina ez da UTF-8" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 ../glib/gkeyfile.c:1770 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 glib/gkeyfile.c:1770 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Gako-fitxategiak '%s' gakoa dauka, baina dagokion balioa ezin da " "interpretatu." -#: ../glib/gkeyfile.c:1986 +#: glib/gkeyfile.c:1986 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -626,27 +625,31 @@ msgstr "" "Gako-fitxategiak '%s' gakoa dauka ('%s taldean), baina dagokion balioa ezin " "da interpretatu." -#: ../glib/gkeyfile.c:2174 ../glib/gkeyfile.c:2357 ../glib/gkeyfile.c:2836 +#: glib/gkeyfile.c:2174 glib/gkeyfile.c:2357 glib/gkeyfile.c:2836 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Gako-fitxategiak ez dauka '%s' gakoa ('%s' taldean)" -#: ../glib/gkeyfile.c:3017 +#: glib/gkeyfile.c:3017 msgid "Key file contains escape character at end of line" msgstr "Gako-fitxategiak ihes-karakterea dauka lerro amaieran" -#: ../glib/gkeyfile.c:3039 +#: glib/gkeyfile.c:3039 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Gako-fitxategiak '%s' ihes-sekuentzia baliogabea dauka" -#: ../glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' balioa ezin da zenbaki gisa interpretatu" -#: ../glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "%2$s(r)en '%1$s' osoko balioa barrutitik kanpo" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' balioa ezin da bolear gisa interpretatu" - @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-03-13 11:36+0330\n" "Last-Translator: Hamed Malek <hamed@farsiweb.info>\n" "Language-Team: Persian <farsi@lists.sharif.edu>\n" @@ -15,70 +15,70 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "تبدیل از مجموعهنویسهی «%s» به «%s» پشتیبانی نمیشود" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "نمیتوان مبدل «%s» به «%s» را باز کرد" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "دنبالهی بایتی نامعتبر در ورودی تبدیل" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "خطا در حین تبدیل: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "دنباله نویسهی ناتمام در انتهای ورودی" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "نمیتوان عقبنشینی «%s» را به مجموعهکد «%s» تبدیل کرد" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "نشانی جهانی «%s» نشانی جهانی مطلقی که از شمای «پرونده» استفاده کند نیست" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "نشانی جهانی پروندهی محلی «%s» نمیتواند «#» داشته باشد" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "نشانی جهانی «%s» نامعتبر است" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "نام میزبان نشانی جهانی «%s» نامعتبر است" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "نشانی جهانی «%s» نویسههای گریختهی نامعتبر دارد" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "نام مسیر «%s» مسیر مطلقی نیست" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "نام میزبان نامعتبر" @@ -415,17 +415,17 @@ msgstr "متن خالی بود (یا فقط فاصلهی خالی داشت)" msgid "Failed to read data from child process" msgstr "خواندن دادهها از فراروند فرزند شکست خورد" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "ایجاد لوله برای ارتباط با فراروند فرزند شکست خورد (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "خواندن از لولهی فرزند شکست خورد (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "تغییر به شاخهی «%s» شکست خورد (%s)" @@ -463,32 +463,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "خطای غیرمنتظره در waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "انشعاب شکست خورد (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "اجرای فراروند فرزند «%s» شکست خورد (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "تغییر مسیر خروجی یا ورودی فراروند فرزند شکست خورد (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "انشعاب فراروند فرزند شکست خورد (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "خطای ناشناخته هنگام اجرای فراروند فرزند «%s»" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "خواندن دادهی کافی از لولهی pid فرزند شکست خورد (%s)" @@ -530,17 +530,17 @@ msgstr "نمایش همهی گزینههای راهنما" msgid "Application Options:" msgstr "گزینههای برنامه:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "نمیتوان مقدار صحیح «%s» را برای --%s تجزیه کرد" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "مقدار صحیح «%s» برای %s خارج از محدوده است" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "گزینه نامعلوم %s" @@ -617,12 +617,17 @@ msgstr "پرونده کلید شامل نویسهی گریز در انتها msgid "Key file contains invalid escape sequence '%s'" msgstr "پروندهی کلید حاوی دنبالهی گریز نامعتبر «%s» است" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "مقدار «%s» را نمیتوان به عدد تفسیر کرد" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "مقدار صحیح «%s» برای %s خارج از محدوده است" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "مقدار «%s» را نمیتوان به بولی تفسیر کرد" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-01-31 00:05+0200\n" "Last-Translator: Sami Pesonen <sampeson@iki.fi>\n" "Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n" @@ -15,69 +15,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Muunnos merkistöstä \"%s\" merkistöön \"%s\" ei ole tuettu" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Muunninta merkistöstä \"%s\" merkistöön \"%s\" ei voitu avata" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Virheellinen tavusarja muunnettavassa syötteessä" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Virhe muunnoksen aikana: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Osittainen tavusarja syötteen lopussa" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Koodausmerkkijonoa \"%s\" ei voi muuntaa merkistöön \"%s\"" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI \"%s\" ei ole absoluuttinen \"file\"-muotoinen URI" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Paikallinen tiedosto-URI \"%s\" ei saa sisältää merkkiä \"#\"" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI \"%s\" on virheellinen" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI:n \"%s\" isäntänimi on virheellinen" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI \"%s\" sisältää virheellisesti suojattuja merkkejä" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Polku \"%s\" ei ole absoluuttinen" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Virheellinen isäntänimi" @@ -424,18 +424,18 @@ msgstr "Teksti oli tyhjä (tai sisälsi vain tyhjiä merkkejä)" msgid "Failed to read data from child process" msgstr "Datan lukeminen lapsiprosessilta epäonnistui" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Putken luominen lapsiprosessin kanssa viestintää varten epäonnistui (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Lukeminen lapsiprosessin putkesta epäonnistui (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Hakemistoon \"%s\" siirtyminen epäonnistui (%s)" @@ -473,32 +473,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Odottamaton virhe funktiossa waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Haarauttaminen epäonnistui (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Lapsiprosessin \"%s\" käynnistäminen epäonnistui (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Lapsiprosessin tulosteen tai syötteen uudelleenohjaus epäonnistui (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Lapsiprosessin haarauttaminen epäonnistui (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Tuntematon virhe käynnistettäessä lapsiprosessia \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Lapsiprosessin pid-putkesta ei voitu lukea riittävästi dataa (%s)" @@ -540,17 +540,17 @@ msgstr "Näytä kaikki ohjevalinnat" msgid "Application Options:" msgstr "Sovelluksen valinnat:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Valitsimen --%2$s lukuarvon %1$s jäsennys ei onnistunut" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Valitsimen %2$s lukuarvo %1$s ei ole sallitulla välillä" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Tuntematon valitsin %s" @@ -631,12 +631,17 @@ msgstr "Avaintiedosto sisältää ohjausmerkkijonon rivin lopussa" msgid "Key file contains invalid escape sequence '%s'" msgstr "Avaintiedosto sisältää virheellisen ohjausmerkkijonon \"%s\"" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Arvoa \"%s\" ei voi tulkita numeroksi." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Valitsimen %2$s lukuarvo %1$s ei ole sallitulla välillä" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Arvoa \"%s\" ei voi tulkita totuusarvoksi." @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-02-20 11:53+0100\n" "Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\n" "Language-Team: GNOME French Team <gnomefr@traduc.org>\n" @@ -17,71 +17,71 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "La conversion du jeu de caractères « %s » vers « %s » n'est pas supporté" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Séquence d'octets non valide en entrée du convertisseur" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Erreur lors de la conversion : %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Séquence partielle de caractères à la fin de l'entrée" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Impossible de convertir le fallback « %s » vers le jeu de codes « %s »" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "L'URI « %s » n'est pas une URI absolue utilisant le schéma de « fichier »" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "L'URI de fichier local « %s » peut ne pas inclure un « # »" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "L'URI « %s » n'est pas valide" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Le nom d'hôte de l'URI « %s » n'est pas valide" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "L'URI « %s » contient des caractères d'échappements non valides" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Le chemin « %s » n'est pas un chemin absolu" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Nom d'hôte non valide" @@ -438,18 +438,18 @@ msgstr "Le texte était vide (ou ne contenait que des espaces)" msgid "Failed to read data from child process" msgstr "La lecture des données depuis le processus fils a échoué" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "La création du tube de communication avec le processus fils a échoué (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "La lecture depuis un tube fils a échoué (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Le changement de répertoire « %s » a échoué (%s)" @@ -488,33 +488,33 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Erreur inattendue dans waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Le fork a échoué (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "L'exécution du processus fils « %s » a échoué (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "La redirection de la sortie ou de l'entrée du processus fils a échoué (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Le fork du processus fils a échoué (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Erreur inconnue à l'exécution du processus fils « %s »" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -558,17 +558,17 @@ msgstr "Afficher toutes les options de l'aide" msgid "Application Options:" msgstr "Options de l'application :" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Impossible d'analyser l'entier « %s » pour --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "La valeur entière « %s » pour %s est hors de limites" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Option inconnue %s" @@ -651,12 +651,17 @@ msgstr "Le fichier clef contient un caractère d'échappement en fin de ligne" msgid "Key file contains invalid escape sequence '%s'" msgstr "Le fichier clef contient une séquence d'échappement non valide « %s »" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "La valeur « %s » ne peut être interprétée comme un nombre." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "La valeur entière « %s » pour %s est hors de limites" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "La valeur « %s » ne peut être interprétée comme un booléen." @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-03-08 21:28+0000\n" "Last-Translator: Alastair McKinstry <mckinstry@debian.org>\n" "Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n" @@ -15,69 +15,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Teip ar tiontaithe: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "Is neambhailí an URI '%s'" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Is meamhbháilí an h-óstainm do URI '%s'" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Óstainm neamhbhailí" @@ -382,17 +382,17 @@ msgstr "" msgid "Failed to read data from child process" msgstr "" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Teip ag leámh as píopa páiste (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "" @@ -427,32 +427,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Teipadh ar 'fork' (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -494,17 +494,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -579,12 +579,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-05 20:07+0200\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-06-05 19:44+0200\n" "Last-Translator: \n" "Language-Team: <gl@li.org>\n" @@ -16,177 +16,176 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Non está soportada a conversión do conxunto de caracteres '%s' a '%s'" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Non se puido abrir o conversor desde '%s' a '%s'" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 ../glib/giochannel.c:2203 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Secuencia de bytes non válida na entrada da conversión" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Erro durante a conversión: %s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Secuencia parcial de caracter ao final da entrada" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Non se pode converter o por defecto (fallback) '%s' ao código '%s'" -#: ../glib/gconvert.c:1617 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "O URI '%s' non é un URI absoluto usando o esquema de ficheiro \"file\"" -#: ../glib/gconvert.c:1627 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "O URI de ficheiro local '%s' non pode incluir un '#'" -#: ../glib/gconvert.c:1644 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "O URI '%s' non é válido" -#: ../glib/gconvert.c:1656 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "O nome do servidor no URI '%s' é inválido" -#: ../glib/gconvert.c:1672 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "A URI '%s' contén caracteres de escape non válidos" -#: ../glib/gconvert.c:1766 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "O nome de ruta '%s' non é unha ruta absoluta" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Nome de servidor inválido" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "Erro abrindo o directorio '%s': %s" -#: ../glib/gfileutils.c:502 ../glib/gfileutils.c:570 +#: glib/gfileutils.c:502 glib/gfileutils.c:570 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Non se puideron asignar %lu bytes para ler o ficheiro \"%s\"" -#: ../glib/gfileutils.c:515 +#: glib/gfileutils.c:515 #, c-format msgid "Error reading file '%s': %s" msgstr "Erro lendo o ficheiro '%s': %s" -#: ../glib/gfileutils.c:594 +#: glib/gfileutils.c:594 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Fallo ao ler desde o ficheiro '%s': %s" -#: ../glib/gfileutils.c:645 ../glib/gfileutils.c:732 +#: glib/gfileutils.c:645 glib/gfileutils.c:732 #, c-format msgid "Failed to open file '%s': %s" msgstr "Fallo ao abrir o ficheiro '%s': %s" -#: ../glib/gfileutils.c:662 +#: glib/gfileutils.c:662 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Fallo ao obter os atributos do ficheiro '%s': fstat() fallou: %s" -#: ../glib/gfileutils.c:696 +#: glib/gfileutils.c:696 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Fallo ao abrir o ficheiro '%s': fdopen() fallou: %s" -#: ../glib/gfileutils.c:1031 +#: glib/gfileutils.c:1031 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "O modelo '%s' non é válido, non debería conter '%s'" -#: ../glib/gfileutils.c:1045 +#: glib/gfileutils.c:1045 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "O modelo '%s' non remata con XXXXXX" -#: ../glib/gfileutils.c:1070 +#: glib/gfileutils.c:1070 #, c-format msgid "Failed to create file '%s': %s" msgstr "Fallo ao crear o ficheiro '%s': %s" -#: ../glib/gfileutils.c:1448 +#: glib/gfileutils.c:1448 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Fallo ao ler o enlace simbólico '%s': %s" -#: ../glib/gfileutils.c:1469 +#: glib/gfileutils.c:1469 msgid "Symbolic links not supported" msgstr "Enlaces simbólicos non soportados" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "Non está soportada a conversión do conxunto de caracteres '%s' a '%s'" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, 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:1496 +#: glib/giochannel.c:1496 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "" "Non se pode facer unha lectura crúa (raw) en g_io_channel_read_line_string" -#: ../glib/giochannel.c:1543 ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "Sobran datos non convertidos no buffer de lectura" -#: ../glib/giochannel.c:1623 ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "A canle remata nun caracter parcial" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Non se pode facer unha lectura crúa (raw) en g_io_channel_read_to_end" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Erro na liña %d caracter %d: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Erro na liña %d: %s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Vista unha entidade baleira '&;'; entidades válidas son: & " < " "> '" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -197,17 +196,17 @@ msgstr "" "comeza unha entidade; se se supón que non queres poñer unha entidade pon o & " "como &" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "O caracter '%s' non é válido no nome dunha entidade" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "Non se coñece o nome de entidade '%s'" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -215,7 +214,7 @@ msgstr "" "A entidade non remata cun punto e coma, o máis seguro é que usase un " "caracter & sen intención de comezar unha entidade, se é así póñao como &" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -224,17 +223,17 @@ msgstr "" "Fallo ao interpretar '%-.*s', que debería ser un díxito dentro dunha " "referencia de caracter (pex. ê) - quizais o díxito é longo de máis" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "A referencia de caracter '%-.*s' non codifica un caracter permitido" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "" "Referencia de caracter baleira; debería incluír un díxito tal como dž" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -244,23 +243,23 @@ msgstr "" "que usase un caracter & sen intención de comezar unha entidade - pon o & " "como &" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Referencia a entidade sen rematar" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Referencia a carácter sen rematar" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "Texto codificado en UTF-8 non válido" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. <book>)" msgstr "O documento debe comezar cun elemento (pex. <book>)" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -269,7 +268,7 @@ msgstr "" "'%s' non é un caracter válido seguindo ao caracter '<'; non pode estar ao " "comezo dun nome de elemento" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -278,7 +277,7 @@ msgstr "" "Caracter sobrante '%s', agardábase un caracter '>' para pechar a etiqueta de " "comezo do elemento '%s'" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -286,7 +285,7 @@ msgstr "" "Caracter sobrante '%s', agardábase un '=' despois do nome do atributo '%s' " "do elemento '%s'" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -297,7 +296,7 @@ msgstr "" "comezo do elemento '%s', ou opcionalmente un atributo; quizais usou un " "caracter non válido no nome dun atributo" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -306,7 +305,7 @@ msgstr "" "Caracter sobrante '%s', agardábase un caracter '\"' despois do signo igual " "para dar un valor ao atributo '%s' do elemento '%s'" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " @@ -315,7 +314,7 @@ msgstr "" "'%s' non é un caracter válido seguindo aos caracteres '</'; '%s' non pode " "comezar o nome dun elemento" -#: ../glib/gmarkup.c:1568 +#: glib/gmarkup.c:1568 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " @@ -324,26 +323,26 @@ msgstr "" "'%s' non é un caracter válido para pechar o elemento de nome '%s'; o " "caracter permitido é '>'" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, 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:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "Pechouse o elemento '%s', sen embargo o elemento aberto actualmente é '%s'" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "O documento estaba baleiro ou contiña namais espacios en branco" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "O documento rematou inesperadamente despois dun símbolo '<'" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -352,7 +351,7 @@ msgstr "" "O documento rematou inesperadamente con elementos ainda abertos - '%s' era o " "último elemento aberto" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -361,21 +360,21 @@ msgstr "" "O documento rematou inesperadamente, agardábase ver un símbolo '>' pechando " "a etiqueta <%s/>" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "O documento rematou inesperadamente dentro dun nome de elemento" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "O documento rematou inesperadamente dentro dun nome de atributo" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "O documento rematou inesperadamente dentro dunha etiqueta de comezo de " "elemento" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -383,78 +382,78 @@ msgstr "" "O documento rematou inesperadamente despois do signo igual seguindo a un " "nome de atributo; non hai valor para o atributo" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" "O documento rematou inesperadamente estando dentro dun valor de atributo" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "O documento rematou inesperadamente dentro da etiqueta que pechaba o " "elemento '%s'" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "O documento rematou inesperadamente dentro dun comentario ou instrucción de " "procesamento" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "O texto en forma citada non comenza cunha marca de cita" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Marca de cita non pechada en liña de comandos ou outro texto en forma de " "cita nunha shell" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "O texto rematou despois dun caracter '\\'. (O texto era '%s')" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "O texto rematou antes de atopar a comiña final para %c. (O texto era '%s')" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "O texto estaba baleiro (ou contiña espacios en branco namais)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "Fallo ao ler datos de proceso fillo" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Fallo ao crear unha tubería para comunicarse con proceso fillo (%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Fallo ao ler desde tubería filla (%s)" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Fallo ao cambiar ao directorio '%s' (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "Fallo ao executar proceso fillo (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "Fallo ao executar o programa de axuda" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -462,117 +461,117 @@ msgstr "" "Erro non agardado en g_io_channel_win32_poll() lendo datos desde un proceso " "fillo" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Fallo ao ler datos de proceso fillo (%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Erro non agargado en select() lendo datos dun proceso fillo (%s)" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Erro non agardado en waitpid() (%s)" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Fallo ao bifurcar (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Fallo ao executar proceso fillo \"%s\" (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Fallo ao redirixir a saída ou entrada do proceso fillo (%s)" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Fallo ao bifurcar proceso fillo (%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Erro descoñecido executando o proceso fillo \"%s\"" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Fallo de lectura de suficientes datos desde a tubería filla con PID (%s)" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "Caracter fóra de rango para UTF-8" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "Secuencia non válida na entrada da conversión" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "Caracter fóra de rango para UTF-16" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "Usage:" msgstr "Uso:" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "[OPTION...]" msgstr "[OPCIÓN...]" -#: ../glib/goption.c:525 +#: glib/goption.c:525 msgid "Help Options:" msgstr "Opcións de axuda:" -#: ../glib/goption.c:526 +#: glib/goption.c:526 msgid "Show help options" msgstr "Mostrar opcións de axuda" -#: ../glib/goption.c:531 +#: glib/goption.c:531 msgid "Show all help options" msgstr "Mostrar todas as opcións de axuda" -#: ../glib/goption.c:581 +#: glib/goption.c:581 msgid "Application Options:" msgstr "Opcións da aplicación:" -#: ../glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Non se pode interpretar o valor enteiro '%s' para --%s" -#: ../glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "O valor enteiro '%s' para %s está fora de rango" -#: ../glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Opción %s descoñecida" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "Non se pode atopar a chave do arquivo válida nos directorios de datos" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "Non é un arquivo regular" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "O ficheiro está vacío" -#: ../glib/gkeyfile.c:692 +#: glib/gkeyfile.c:692 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -580,41 +579,41 @@ msgstr "" "O arquivo chave contén a liña '%s' que non é un par valor-chave, grupo, ou " "comentario" -#: ../glib/gkeyfile.c:760 +#: glib/gkeyfile.c:760 msgid "Key file does not start with a group" msgstr "O ficheiro chave non empeza cun grupo" -#: ../glib/gkeyfile.c:803 +#: glib/gkeyfile.c:803 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "O ficheiro chave contén unha codificación non soportada '%s'" -#: ../glib/gkeyfile.c:1012 ../glib/gkeyfile.c:1158 ../glib/gkeyfile.c:2159 -#: ../glib/gkeyfile.c:2224 ../glib/gkeyfile.c:2342 ../glib/gkeyfile.c:2410 -#: ../glib/gkeyfile.c:2594 ../glib/gkeyfile.c:2768 ../glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:1012 glib/gkeyfile.c:1158 glib/gkeyfile.c:2159 +#: glib/gkeyfile.c:2224 glib/gkeyfile.c:2342 glib/gkeyfile.c:2410 +#: glib/gkeyfile.c:2594 glib/gkeyfile.c:2768 glib/gkeyfile.c:2825 #, c-format msgid "Key file does not have group '%s'" msgstr "O arquivo chave non ten un grupo '%s'" -#: ../glib/gkeyfile.c:1170 +#: glib/gkeyfile.c:1170 #, c-format msgid "Key file does not have key '%s'" msgstr "O arquivo chave non ten a chave '%s'" -#: ../glib/gkeyfile.c:1271 ../glib/gkeyfile.c:1380 +#: glib/gkeyfile.c:1271 glib/gkeyfile.c:1380 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "O arquivo chave contén a chave '%s' co valor '%s' o cal non está en UTF-8" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 ../glib/gkeyfile.c:1770 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 glib/gkeyfile.c:1770 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "O arquivo chave contén a chave '%s' que ten un valor que non pode ser " "interpretado." -#: ../glib/gkeyfile.c:1986 +#: glib/gkeyfile.c:1986 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -623,26 +622,31 @@ msgstr "" "O arquivo chave contén a chave '%s' no grupo '%s' que ten un valor que non " "pode ser interpretado." -#: ../glib/gkeyfile.c:2174 ../glib/gkeyfile.c:2357 ../glib/gkeyfile.c:2836 +#: glib/gkeyfile.c:2174 glib/gkeyfile.c:2357 glib/gkeyfile.c:2836 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "O arquivo chave non ten a chave '%s' no grupo '%s'" -#: ../glib/gkeyfile.c:3017 +#: glib/gkeyfile.c:3017 msgid "Key file contains escape character at end of line" msgstr "O arquivo chave contén un carácter de escape ao final da liña" -#: ../glib/gkeyfile.c:3039 +#: glib/gkeyfile.c:3039 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "O arquivo chave contén a secuencia de escape inválida '%s'" -#: ../glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "O valor '%s' non pode interpretarse como un número." -#: ../glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "O valor enteiro '%s' para %s está fora de rango" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor '%s' non pode interpretarse como un booleano." @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-6.gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-02-19 15:43+0530\n" "Last-Translator: Ankit Patel <ankit@redhat.com>\n" "Language-Team: Gujarati <gu@li.org>\n" @@ -20,69 +20,69 @@ msgstr "" "\n" "\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "'%s' અક્ષર સમુહ માંથી '%s' માં રુપાંતરણ માટે આધાર નથી" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' માંથી '%s' માટેનો પરીવર્તક ખોલી શકતો નથી" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "રુપાંતર ઈનપુટની બાઇડ શ્રેણી અપ્રમાણીત છે" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "રુપાંતર વખતે ભૂલ: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "ઈનપુટ ના છેડા પર અપૂર્ણ અક્ષર શ્રેણી છે" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "ફૈલબેક '%s' ને '%s' કોડના સમૂહમાં પરીવર્તિત કરી શકાતું નથી " -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' કે જે \"ફાઈલ\" યોજના વાપરે છે તે ચોક્કસ URI નથી" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "સ્થાનીય ફાઈલ URI '%s' માં કદાય '#' સમાવિષ્ટ નથી" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "'%s' URI અયોગ્ય છે" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "'%s' URIનું યજમાનનુ નામ અયોગ્ય છે" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "'%s' URI અયોગ્ય બહાર નીકળવાના અક્ષરો ધરાવે છે " -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' પથ નામ એ ચોક્કસ પથ નથી" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "અયોગ્ય યજમાન નામ" @@ -404,17 +404,17 @@ msgstr "વાક્ય ખાલી છે (અથવા તેમાં ફક msgid "Failed to read data from child process" msgstr "બાળ-પ્રક્રિયા માંથી માહિતી વાંચવા માં નિષ્ફળ છે" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr " (%s) બાળપ્રક્રિયા સાથે સંપર્ક માટે પાઈપ બનાવવામાં નિષ્ફળ" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "બાળ પાઈપ (%s)માંથી વાંચવામાં નિષ્ફળ" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "'%s' ડિરેક્ટરી બદલવામાં નિષ્ફળ(%s)" @@ -450,32 +450,32 @@ msgstr "(%s)બાળપ્રક્રિયામાંથી માહિત msgid "Unexpected error in waitpid() (%s)" msgstr "(%s) waitpid() માં અાવતી અણાધારી ભૂલ" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "(%s) બાળપ્રક્રિયા બનાવવામાં નિષ્ફળ" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "\"%s\"બાળપ્રક્રિયા ચલાવવામાં નિષ્ફળ (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "બાળપ્રક્રિયા (%s)ના ઈનપુટ અથવા આઉટપુટને ફરીથી દિશા આપવામાં નિષ્ફળ" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "બાળપ્રક્રિયા (%s)ની બાળપ્રક્રિયા બનાવવામાં નિષ્ફળ" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "\"%s\" બાળપ્રક્રિયા ચલાવતી વખતની અજ્ઞાત ભૂલ" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "(%s)બાળ pid પાઈપમાંથી જરુરી માહિતી વાંચવામાં નિષ્ફળ" @@ -517,17 +517,17 @@ msgstr "બધા મદદ વિકલ્પો બતાવો" msgid "Application Options:" msgstr "કાર્યક્રમ વિકલ્પો:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "પૂર્ણાંક કિંમત '%s' નું પદચ્છેદ કરી શકતા નથી --%s માટે" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "પૂર્ણાંક કિંમત '%s' એ %s માટે મર્યાદાની બહાર છે" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "અજ્ઞાત વિકલ્પ %s" @@ -602,12 +602,17 @@ msgstr "કી ફાઈલ લીટીના અંતે એસ્કેપ msgid "Key file contains invalid escape sequence '%s'" msgstr "કી ફાઈલ અયોગ્ય એસ્કેપ ક્રમ '%s' સમાવે છે" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "કિંમત '%s' સંખ્યા તરીકે સમજી શકાતી નથી." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "પૂર્ણાંક કિંમત '%s' એ %s માટે મર્યાદાની બહાર છે" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "કિંમત '%s' બુલિયન તરીકે સમજી શકાતી નથી." @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-03-25 23:13+0000\n" "Last-Translator: Gil Osher <dolfin@rpg.org.il>\n" "Language-Team: Hebrew <he@li.org>\n" @@ -22,69 +22,69 @@ msgstr "" "X-Generator: KBabel 1.3.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "אין תמיכה בהמרה ממערך תוים '%s' ל '%s'" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "לא ניתן לפתוח ממיר מ-'%s' ל-'%s': %s" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "רצף תווים לא חוקי בקלט המיועד להמרה" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "שגיאה בזמן המרה: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "רצף תווים חלקי בסוף הקלט" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "לא ניתן להמיר ברירת מחדל '%s' למערך תווים '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "הכתובת '%s' היא לא אבסולוטית בשימוש בתור מזהה קובץ" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "הכתובת של קובץ מקומי '%s' אינה יכולה להכיל '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "הכתובת '%s' אינה תקפה" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "שם המארח של הכתובת '%s' אינו תקף" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "הכתובת '%s' מכילה תווים ללא תוי חילוף תקפים" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "שם הנתיב '%s' אינו נתיב מוחלט" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "שם מחשב מארח לא תקף" @@ -402,17 +402,17 @@ msgstr "המלל היה ריק (או הכיל שטח לבן בלבד)" msgid "Failed to read data from child process" msgstr "כשלון בקריאת מידע מתהליך ילד" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "כשלון ביצירת צינור לתקשורת עם תהליך ילד (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "כשלון בקריאת מידע מצינור ילד (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "כשלון בשינוי לסיפרייה '%s' (%s)" @@ -447,32 +447,32 @@ msgstr "שגיאה לא צפויה ב select() בקריאת מידע מתהלי msgid "Unexpected error in waitpid() (%s)" msgstr "שגיאה לא צפויה ב waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "כשלון בשכפול תהליך (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "כשלון בהרצת תהליך ילד \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "כישלון בניתוב פלט או קלט של תהליך ילד (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "כשלון בשכפול תהליך ילד (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "שגיאה לא ידועה בהרצת תהליך ילד \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "שגיאה בקריאת מספיק מידע מצינור מזהה תהליך ילד (%s)" @@ -514,17 +514,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -599,12 +599,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "הכתובת '%s' מכילה תווים ללא תוי חילוף תקפים" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-06-29 11:13+0530\n" "Last-Translator: Ravishankar Shrivastava <raviratlami@yahoo.com>\n" "Language-Team: Hindi <indlinux-hindi@lists.sourceforge.net>\n" @@ -16,69 +16,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "अक्षर समूह '%s' से '%s' में परिवर्तन समर्थित नहीं है" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' से '%s' परिवर्तक नहीं खोला जा सका" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "परिवर्तन इनपुट में अवैध बाइट अनुक्रम" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "परिवर्तन के दौरान त्रुटि: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "इनपुट के अंत में आंशिक अक्षर अनुक्रम" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "फालबैक '%s' को कोड सेट '%s' में परिवर्तित नहीं कर सका" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "फ़ाइल योजना उपयोग पर '%s' निरपेक्ष यूआरआई नहीं है" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "स्थानीय फ़ाइल यूआरआई '%s' में एक '#' सम्मिलित नहीं है" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "यूआरआई '%s' अवैध है" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "यूआरआई '%s' का होस्टनाम अवैध है" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "यूआरआई '%s' में अवैध एस्केप्ड अक्षर सम्मिलित हैं" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "पथनाम '%s' एक निरपेक्ष पथ नहीं है" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "अवैध होस्ट-नाम" @@ -402,17 +402,17 @@ msgstr "पाठ खाली था (या उसमें सिर्फ msgid "Failed to read data from child process" msgstr "शिशु प्रक्रिया से डेटा पढ़ने में असफल" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "शिशु प्रक्रिया (%s) से संचारण हेतु पाइप बनाने में असफल" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "चाइल्ड पाइप (%s) से पढ़ने में असफल" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "डिरेक्ट्री '%s' (%s) पर बदलने में असफल" @@ -447,32 +447,32 @@ msgstr "एक चाइल्ड प्रक्रिया (%s) से चु msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() (%s) में अप्रत्याशित त्रुटि" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "(%s) फॉर्क करने में असफल" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "शिशु प्रक्रिया \"%s\" (%s) कार्यान्वित करने में असफल" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "आउटपुट या शिशु प्रक्रिया (%s) के इनपुट को अनुप्रेषित करने में असफल" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "शिशु प्रक्रिया (%s) फॉर्क करने में असफल" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "शिशु प्रक्रिया \"%s\" कार्यान्वित करने में अज्ञात त्रुटि" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "शिशु पीआईडी पाइप (%s) से पर्याप्त डेटा पढ़ने में असफल" @@ -514,17 +514,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -599,12 +599,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "यूआरआई '%s' में अवैध एस्केप्ड अक्षर सम्मिलित हैं" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-03-13 13:03+CET\n" "Last-Translator: auto\n" "Language-Team: Croatian <lokalizacija@linux.hr>\n" @@ -14,69 +14,69 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: TransDict server\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Pretvaranje iz znakovnog skupa '%s' u '%s' nije podržana" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ne mogu otvoriti konverter iz '%s' u '%s': %s" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Neispravna sekvenca bajtova u izlazu konverzije" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Greška prilikom konverzije: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Djelomična znakovna sekvenca pri kraju izlaza" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ne mogu prevesti '%s' u znakovni skup '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' nije apsolutni URI" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI lokalne datoteke '%s' ne smije uključivati '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' nije ispravan" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Ime računala URI-ja '%s' je neispravno" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' sadrži neispravne escape znakove" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Putanja '%s' nije apsolutna putanja" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Neispravno ime računala" @@ -413,17 +413,17 @@ msgstr "Tekst je bio prazan (ili je sadržavao samo prazne znakove)" msgid "Failed to read data from child process" msgstr "Nisam uspio čitati podatke od procesa djeteta" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Ne mogu stvoriti cjevovod za komuniciranje sa procesom djetetom(%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nisam uspio čitati iz cjevovoda djeteta (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nisam mogao promijeniti putanju u mapu '%s' (%s)" @@ -460,32 +460,32 @@ msgstr "Neočekivana greška u select() čitanju podataka procesa djeteta (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "Neočekivana greška u waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Pokretanje nije uspio (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Neuspjeh u izvršavanju procesa djeteta \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nisam uspio preusmjeriti izlaz ili ulaz procesa djeteta (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nisam uspio pokrenuti proces dijete (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Nepoznata greška u izvršavanju procesa djeteta \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Neuspjeh u čitanju dovoljno podataka iz cjevovoda procesa djeteta (%s)" @@ -527,17 +527,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -612,12 +612,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' sadrži neispravne escape znakove" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-03-18 19:15+0100\n" "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n" "Language-Team: Hungarian <gnome@gnome.hu>\n" @@ -18,74 +18,74 @@ msgstr "" "X-Generator: KBabel 1.3.1\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "A(z) \"%s\" és \"%s\" karakterkészletek közötti átalakítás nem támogatott" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "" "A(z) \"%s\" karakterkészletről \"%s\" karakterkészletre átalakító nem " "nyitható meg" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Érvénytelen bájtsorrend az átalakítás bemenetében" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Hiba az átalakítás során: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Részleges karaktersorozat a bemenet végén" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Nem alakítható át a tartalék \"%s\" a(z) \"%s\" kódkészletre" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "A(z) \"%s\" URI nem abszolút, a \"file\" sémát használó URI" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "A(z) \"%s\" helyi fájl URI nem tartalmazhat \"#\" karaktert" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "A(z) \"%s\" URI érvénytelen" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "A(z) \"%s\" gépneve érvénytelen" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" "A(z) \"%s\" URI érvénytelen escape-szekvencia formában megadott karaktereket " "tartalmaz" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "A(z) \"%s\" elérési út neve nem abszolút útvonal" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Érvénytelen gépnév" @@ -439,19 +439,19 @@ msgstr "" msgid "Failed to read data from child process" msgstr "Nem sikerült adatokat kiolvasni a gyermekfolyamatból" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Nem sikerült csővezetéket készíteni a gyermekfolyamattal (%s) való " "kommunikációhoz" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nem sikerült olvasni a gyermek csővezetékből (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nem sikerült átváltani a(z) \"%s\" könyvtárra (%s)" @@ -490,32 +490,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Váratlan hiba a waitpid()-ben (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Nem sikerült folyamatot indítani (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nem sikerült a gyermekfolyamat (\"%s\") végrehajtása (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nem sikerült a gyermekfolyamat ki- vagy bemenetének átirányítása (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nem sikerült a gyermekfolyamat elindítása (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ismeretlen hiba a gyermekfolyamat (\"%s\") végrehajtása közben" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nem sikerült elég adatot kiolvasni a gyermek pid csővezetékből (%s)" @@ -557,17 +557,17 @@ msgstr "Minden súgólehetőség megjelenítése" msgid "Application Options:" msgstr "Alkalmazás opciói:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Nem dolgozható fel a(z) \"%s\" egész érték a következőhöz: --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "A(z) \"%s\" egész érték a tartományon kívülre esik a következőhöz: %s" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Ismeretlen opció: %s" @@ -652,12 +652,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "A kulcsfájl érvénytelen escape-szekvenciát tartalmaz (\"%s\")" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "A(z) \"%s\" érték nem értelmezhető számként." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "A(z) \"%s\" egész érték a tartományon kívülre esik a következőhöz: %s" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "A(z) \"%s\" érték nem értelmezhető logikai értékként." @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib glib-2-6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-03-09 21:58+0700\n" "Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n" "Language-Team: Indonesia <sukarelawan@gnome.linux.or.id>\n" @@ -16,69 +16,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konversi dari gugus karakter '%s' ke '%s' tidak dapat dilakukan" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Tidak dapat membuka pengubah dari '%s' ke '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Rangkaian byte dalam input konversi tidak benar" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Error saat melakukan konversi: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Rangkaian karakter sebagian pada akhir input" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Tidak dapat mengkonversi, kembalikan '%s' ke gugus kode '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' bukanlah URI absolut dengan menggunakan skema \"file\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI File lokal '%s' tidak boleh ada karakter '#' di dalamnya" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' tidak benar" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Nama host pada URI '%s' tidak benar" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' berisi karakter escape yang salah" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Nama path '%s' bukan path absolut" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Nama host salah" @@ -431,18 +431,18 @@ msgstr "Teksnya kosong (atau hanya berisi whitespace)" msgid "Failed to read data from child process" msgstr "Gagal untuk membaca data dari proses child" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Gagal saat membuat pipe untuk sarana komunikasi dengan proses child (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Gagal saat membaca dari pipe child (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Gagal saat mengganti direktori ke '%s' (%s)" @@ -479,32 +479,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Ada error pada fungsi waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Gagal saat fork (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Gagal saat menjalankan proses child '%s' (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Gagal mengarahkan output atau input pada proses child (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Gagal saat fork proses child (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ada error yang tidak diketahui saat menjalankan proses child '%s'" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Gagal saat membaca data yang dibutuhkan dai pipe pid child (%s)" @@ -546,17 +546,17 @@ msgstr "Tampilkan seluruh pilihan bantuan" msgid "Application Options:" msgstr "Pilihan Aplikasi:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Tidak dapat menguraikan nilai integer '%s' untuk --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Nilai integer '%s' untuk %s di luar jangkauan" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Pilihan tidak diketahui %s" @@ -637,12 +637,17 @@ msgstr "File kunci mengandung karakter escape pada akhir baris" msgid "Key file contains invalid escape sequence '%s'" msgstr "File kunci berisi '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai sebuah nomor." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Nilai integer '%s' untuk %s di luar jangkauan" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai suatu nilai boolean." @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-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" @@ -15,69 +15,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Umbreyting úr stafasettinu '%s' í '%s' er ekki stutt" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Gat ekki opnað umbreyti úr '%s' í '%s': %s" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Ógild bætaruna í ílagi umbreytingar" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Villa við umbreytingu: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Ókláruð stafaruna í enda ílags" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Gat ekki umbreytt '%s' í stafatöflu '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' er ekki fullt URI sem notar 'file' skemuna" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Skráar-URI '%s' má ekki innihalda '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' er ógilt" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Vélarheitið í URI '%s' er ógilt" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' inniheldur ógild sértákn" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Slóðin '%s' er ekki full slóð" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Ógilt vélarheiti" @@ -407,17 +407,17 @@ msgstr "Textinn var tómur (eða innihélt eingöngu orðabil)" msgid "Failed to read data from child process" msgstr "Gat ekki lesið gögn frá undirferli" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Gat ekki búið til pípu til samskipta við undirferli (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Gat ekki lesið úr undirferlispípu (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Gat ekki farið í möppuna '%s' (%s)" @@ -452,32 +452,32 @@ msgstr "Óvæn villa í select() við lestur gagna frá undirferli (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "Óvæn villa í waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Gat ekki ræst (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Gat ekki ræst undirferli \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Gat ekki sent frálag eða ílag underferlis annað (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Gat ekki ræst undirferli (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Óþekkt villa við keyrslu undirferlis \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Gat ekki lesið nægjanleg gögn úr pípunni til undirferlisins (%s)" @@ -519,17 +519,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -604,12 +604,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' inniheldur ógild sértákn" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.6.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-01-09 11:40+0100\n" "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -15,71 +15,71 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "La conversione del set di caratteri da \"%s\" a \"%s\" non è supportata" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\"" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Sequenza di byte non valida nell'ingresso per la conversione" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Errore durante la conversione: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso" # il primo %s è una 'fallback string' come recita il commento nel codice -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Impossibile convertire \"%s\" nel set di caratteri \"%s\"" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "L'URI \"%s\" non è un URI assoluto che utilizza lo schema \"file://\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "L'URI per il file locale \"%s\" non può includere un '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "L'URI \"%s\" non è valido" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Il nome dell'host nell'URI \"%s\" non è valido" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "L'URI \"%s\" contiene sequenze di escape non valide" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Il nome di percorso \"%s\" non è un percorso assoluto" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Nome host non valido" @@ -448,18 +448,18 @@ msgstr "Il testo era vuoto (oppure conteneva unicamente spazi bianchi)" msgid "Failed to read data from child process" msgstr "Lettura di dati dal processo figlio fallita" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Creazione della pipe per comunicare con il processo figlio (%s) fallita" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Lettura dalla pipe figlia (%s) fallita" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Cambio della directory in \"%s\" (%s) fallita" @@ -498,32 +498,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Errore inatteso in waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Esecuzione di fork (%s) fallita" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Esecuzione del processo figlio \"%s\" (%s) fallita" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Redirezione dell'output o input del processo figlio (%s) fallita" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Esecuzione del fork per processo figlio (%s) fallita" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Errore sconosciuto nell'eseguire il processo figlio \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -567,17 +567,17 @@ msgstr "Mostra tutte le opzioni di aiuto" msgid "Application Options:" msgstr "Opzioni dell'applicazione:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Impossibile analizzare il valore intero \"%s\" per --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Il valore intero \"%s\" per %s è fuori dell'intervallo" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Opzione %s sconoscuta" @@ -663,12 +663,17 @@ msgstr "Il file chiavi contiene un carattere di escape alla fine della riga" msgid "Key file contains invalid escape sequence '%s'" msgstr "Il file chiavi contiene la sequenza di escape non valida \"%s\"" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Impossibile interpretare il valore \"%s\" come un numero." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Il valore intero \"%s\" per %s è fuori dell'intervallo" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Impossibile interpretare il valore \"%s\" come un booleano." @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-12-04 00:45+0900\n" "Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n" "Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n" @@ -17,69 +17,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "文字セット '%s' から '%s' への変換はサポートしていません" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' から '%s' へのコンバータを開けませんでした" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "変換する入力に無効なバイトの並びがあります" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "変換中にエラー: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "入力の最後に不完全な文字シーケンスがあります" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "フォールバック '%s' を文字セット '%s' に変換できません" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' は \"file\" スキームの絶対 URI ではありません" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "ローカルファイル URI '%s' は '#' は含みません" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' は正しくありません" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI 中のホスト名 '%s' がおかしいです" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI %s' に無効なエスケープ文字が含まれています" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "パス名 '%s' が絶対パスではありません" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "無効なホスト名です" @@ -420,17 +420,17 @@ msgstr "テキストが空です (あるいは空白のみ)" msgid "Failed to read data from child process" msgstr "子プロセスからデータを読み出せません" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "子プロセスとの通信用のパイプを作成できません (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "子パイプから読み出せません (%s) " -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "ディレクトリ '%s' へ移動できません (%s)" @@ -467,32 +467,32 @@ msgstr "子プロセスからのデータ読む出し中に select() で予期 msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() で予期せぬエラー (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "fork 失敗 (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "子プロセスを起動できません \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "子プロセスの出力、または入力をリダイレクトできません (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "子プロセスを fork できません (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "子プロセスの実行時に不明なエラー \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "子 pid パイプから十分なデータを読めません (%s)" @@ -534,17 +534,17 @@ msgstr "ヘルプのオプションを全て表示する" msgid "Application Options:" msgstr "アプリケーションのオプション:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "オプション --%2$s の整数値 '%1$s' を解析できません" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s の整数値 '%1$s' は範囲外の値です" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "不明なオプション %s です" @@ -623,12 +623,17 @@ msgstr "キー・ファイルの行末にエスケープ文字が含まれてい msgid "Key file contains invalid escape sequence '%s'" msgstr "キー・ファイルに無効なエスケープ・シーケンス '%s' が含まれています" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "値 '%s' を数値として解釈できません" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "%2$s の整数値 '%1$s' は範囲外の値です" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "値 '%s' を論理値として解釈できません" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.6.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-01-26 13:34+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n" @@ -14,69 +14,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "문자셋 '%s'에서 '%s'(으)로 변환은 지원되지 않습니다" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'에서 '%s'(으)로 변환하는 변환기를 열 수 없습니다" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "변환 입력에서 잘못된 바이트 순서" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "변환중 오류: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "입력의 끝에서 부분적인 문자 순서" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "코드셋 '%2$s'에서 대체하는 '%1$s'(으)로 변환 못함" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "'%s' URI는 \"file\" 방식을 사용하는 절대 URI가 아닙니다" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "로컬 파일 URI '%s'은(는) '#'를 포함하지 않습니다" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s'이(가) 잘못되었습니다" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI '%s'의 호스트 이름이 잘못되었습니다" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s'은(는) 잘못된 이스케이프 문자를 포함합니다" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "경로이름 '%s'은(는) 절대 경로가 아닙니다" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "잘못된 호스트 이름" @@ -421,17 +421,17 @@ msgstr "텍스트가 비어있음 (또는 공백만 포함됨)" msgid "Failed to read data from child process" msgstr "자식 프로세스에서 데이터 읽기 실패" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "자식 프로세스와 통신을 위한 파이프를 만드는 중 실패 (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "자식 파이프로 부터 읽기 실패 (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "디렉토리 '%s'(으)로 바꾸기 실패 (%s)" @@ -469,32 +469,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid()에서 예상되지 않은 오류 (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "포크 실패(%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "자식 프로세스 \"%s\"을(를) 실행하기 실패 (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "자식 프로세스 (%s)의 입력 또는 출력의 리다이렉트 실패" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "자식 프로세스 (%s)를 생성 실패" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "자식 프로세스 \"%s\"을(를) 실행하는 중 알 수 없는 오류" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "자식 pid 파이프에서 필요한 데이타를 읽는 데 실패했습니다 (%s)" @@ -536,17 +536,17 @@ msgstr "모든 도움말 옵션을 봅니다" msgid "Application Options:" msgstr "프로그램 옵션:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "--%2$s 옵션에 대한 '%1$s' 정수값을 파싱할 수 없습니다" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s 옵션에 대한 '%1$s' 정수값이 범위를 벗어났습니다" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "알 수 없는 옵션, %s" @@ -621,12 +621,17 @@ msgstr "키 파일의 마지막 줄에 이스케이프 문자가 들어 있습 msgid "Key file contains invalid escape sequence '%s'" msgstr "키 파일에 잘못된 '%s' 이스케이프 문자가 들어 있습니다" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' 값은 숫자로 해석할 수 없습니다." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "%2$s 옵션에 대한 '%1$s' 정수값이 범위를 벗어났습니다" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' 값은 참/거짓 값으로 해석할 수 없습니다." @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-01-31 11:35+0200\n" "Last-Translator: Žygimantas Beručka <uid0@akl.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" @@ -16,69 +16,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Keitimas iš koduotės „%s“ į koduotę „%s“ nepalaikomas" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nepavyko atidaryti keitiklio iš „%s“ į „%s“" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Klaidinga baitų seka keitimo įvedime" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Klaida keitimo metu: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Nepilna simbolio seka įvedimo pabaigoje" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Negalima keisti atgalinio varianto „%s“ į koduotę „%s“" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Adresas „%s“ nėra absoliutus adresas naudojantis „file“ schemą" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Vietinės bylos adresas „%s“ negali turėti simbolio „#“" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "Adresas „%s“ yra klaidingas" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Kompiuterio vardas „%s“ adrese yra klaidingas" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Adrese „%s“ yra klaidingai perkoduoti symboliai" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Kelias „%s“ nėra absoliutus" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Klaidingas kompiuterio vardas" @@ -424,18 +424,18 @@ msgstr "Tekstas buvo tuščias arba turėjo vien tik tarpo simbolius)" msgid "Failed to read data from child process" msgstr "Nepavyko gauti duomenų iš antrinio proceso" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Nepavyko sukurti daviklio skirto keistis duomenis su antriniu procesu (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nepavyko perskaityti duomenų iš antrinio daviklio (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nepavyko pereiti į katalogą „%s“ (%s)" @@ -474,32 +474,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Netikėta klaida iš waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Nepavyko atskirti (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nepavyko paleisti antrinio proceso „%s“ (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nepavyko perimti antrinio proceso (%s) išvedimo arba įvedimo" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nepavyko atskirti antrinio proceso (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Nežinoma klaida vykdant antrinį procesą „%s“" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -543,17 +543,17 @@ msgstr "Rodyti visas pagalbos parinktis" msgid "Application Options:" msgstr "Programos parinktys:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Nepavyko apdoroti sveikosios reikšmės „%s“, reikalingos --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Sveikoji reikšmė „%s“, reikalinga %s, viršija ribas" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Nežinoma parinktis %s" @@ -633,12 +633,17 @@ msgstr "Raktų byloje, eilutės pabaigoje yra pabėgimo simbolis" msgid "Key file contains invalid escape sequence '%s'" msgstr "Raktų byloje yra klaidinga pabėgimo tvarka „%s“" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Reikšmės „%s“ negalima interpretuoti kaip skaičiaus." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Sveikoji reikšmė „%s“, reikalinga %s, viršija ribas" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Reikšmės „%s“ negalima interpretuoti kaip loginės." @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-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" @@ -14,69 +14,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konversija no rakstzīmju kopas '%s' uz '%s' nav atbalstīta" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nevarēju atvērt konvertātoru no '%s' uz '%s': %s" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Nepareiza baitu secība konversijas ievadē" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Kļūda konversējot: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Daļēja simbolu secība ievades beigās" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Nevar pārveidot atkritienu '%s' uz rakstzīmju kopu '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' nav absolūtais URI, lietojot failu shēmu" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Lokālā faila URI '%s' nedrīkst saturēt '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' ir nepareizs" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Hostdatora nosaukuma URI '%s' ir nepareizs" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' satur nepareizi izvairīgas rakstzīmes" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Ceļvārds '%s' nav absolutais ceļš" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Nepareizs hostdatora nosaukums" @@ -415,17 +415,17 @@ msgstr "Teksts bija tukšs (vai saturēja tikai tukšumus)" msgid "Failed to read data from child process" msgstr "Nevarēju nolasīt datus no bērnprocesa" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Nevarēju izveidot programkanālu komunikācijai ar bērnprocesu (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nevarēju nolasīt no bērna programkanāla (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nevarēju pāriet uz direktoriju '%s' (%s)" @@ -461,32 +461,32 @@ msgstr "Negaidīta kļūda iekš select(), lasot datus no bērnprocesa (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "Negaidīta kļūda waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Neizdevās sadalīt (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nevarēju izpildīt bērnprocesu \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nevarēju novadīt bērnprocesa (%s) izvadi vai ievadi" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nevarēju sazarot bērnprocesu (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Nezināma kļūda, izpildot bērnprocesu \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -529,17 +529,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -614,12 +614,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' satur nepareizi izvairīgas rakstzīmes" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4.mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-02-26 14:59+0100\n" "Last-Translator: Arangel Angov <ufo@linux.net.mk>\n" "Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n" @@ -17,69 +17,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Конвертирањето од %s' во '%s' не е поддржано" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не можам да го отворам конверторот од '%s' до '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Невалидна секвенца на бајти во влезот на конвертирањето" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Грешка при конвертирање: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Парцијална секвенца на карактер на крајот од влезот" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Не можам да го конвертирам '%s' во енкодингот '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "'%s' не е апсолутна адреса која што ја користи шемата на датотеката" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Локалното URI '%s' може да не користи '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "'%s' е невалиден URI" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Името на хостот на URI %s е невалидно" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "'%s' содржи невалидни посебни карактери" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Патеката '%s' не е апсолутна патека" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Невалидно име на хост" @@ -423,17 +423,17 @@ msgstr "Текстот беше празен (или содржеше само msgid "Failed to read data from child process" msgstr "Не успеав да ги прочитам податоците од подпроцесот" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Не успеав да креирам цевка за комуникација со другите подпроцеси (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Не успеав да прочитам од под-цевката (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Не успеав да го променам директориумот'%s' (%s)" @@ -471,32 +471,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Неочекувана грешка во waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Не успеав да форкувам (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Не успеав да го извршам подпроцесот \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Не успеав да го пренасочам излезот или влезот на подпроцесот (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Не успеав да го форкувам подпроцесот (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Непозната грешка при извршувањето на подпроцесот \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Не успеав да прочитам доволно податоци од pid подцевката (%s)" @@ -538,17 +538,17 @@ msgstr "Покажи ги сите опции за помош" msgid "Application Options:" msgstr "Опции на апликацијата:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Не можам да ја парсирам вредноста '%s'· за '--%s'·" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Вредноста на целиот број '%s' за %s е надвор од опсегот" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Непозната опција '%s'·" @@ -632,12 +632,17 @@ msgstr "Клучната датотека содржи специјални ка msgid "Key file contains invalid escape sequence '%s'" msgstr "Клучната датотека содржи невалидни посебни карактери '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Вредноста '%s' неможе да биде препознаена како број." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Вредноста на целиот број '%s' за %s е надвор од опсегот" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Вредноста '%s' не може да биде препознаена како boolean." @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-05-29 20:39+0000\n" +"POT-Creation-Date: 2005-06-10 12:53-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" @@ -23,588 +23,637 @@ msgstr "" "X-Poedit-Country: MONGOLIA\n" "X-Poedit-SourceCharset: utf-8\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Тэмдэгт олонлог »%s« ээс »%s« рүү хөрвүүлэх дэмжигдээгүй байна" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "»%s« ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй" -#: ../glib/gconvert.c:618 -#: ../glib/gconvert.c:908 -#: ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 -#: ../glib/giochannel.c:2203 -#: ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Хөрвүүлэлтийн оролтод хүчингүй байт дараалал байна" -#: ../glib/gconvert.c:624 -#: ../glib/gconvert.c:841 -#: ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Хөрвүүлж байхад алдаа: %s" -#: ../glib/gconvert.c:643 -#: ../glib/gutf8.c:907 -#: ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 -#: ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Оролтын төгсгөлд хагас тэмдэгтийн дараалал" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "»%s« ухарч »%s« кодчилол руу хөрвөхгүй байна" # CHECK -#: ../glib/gconvert.c:1617 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI »%s« нь файл схемд хэрэглэгддэг үнэмлэхүй хаяг биш" -#: ../glib/gconvert.c:1627 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Дотоод URI »%s« нь »#« -г агуулж болохгүй" -#: ../glib/gconvert.c:1644 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "»%s« URI хүчингүй" -#: ../glib/gconvert.c:1656 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI »%s« -н хостын нэр хүчингүй" # CHECK -#: ../glib/gconvert.c:1672 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "»%s« URI хүчингүй Escape-тэмдэгт агуулж байна" -#: ../glib/gconvert.c:1766 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "»%s« замын нэр үнэмлэхүй зам биш" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Хүчингүй хостын нэр" -#: ../glib/gdir.c:121 -#: ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "»%s« лавлахыг нээхэд алдаа: %s" -#: ../glib/gfileutils.c:502 -#: ../glib/gfileutils.c:570 +#: glib/gfileutils.c:502 glib/gfileutils.c:570 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu байтуудыг »%s« файлыг уншихдаа байрлуулж чадсангүй" -#: ../glib/gfileutils.c:515 +#: glib/gfileutils.c:515 #, c-format msgid "Error reading file '%s': %s" msgstr "Файл »%s« -ыг уншиж байхад алдаа: %s" -#: ../glib/gfileutils.c:594 +#: glib/gfileutils.c:594 #, c-format msgid "Failed to read from file '%s': %s" msgstr "»%s« файлаас уншиж болохгүй байна: %s" -#: ../glib/gfileutils.c:645 -#: ../glib/gfileutils.c:732 +#: glib/gfileutils.c:645 glib/gfileutils.c:732 #, c-format msgid "Failed to open file '%s': %s" msgstr "»%s« файл нээгдэхгүй байна: %s" -#: ../glib/gfileutils.c:662 +#: glib/gfileutils.c:662 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "»%s« файлын аттрибут тодорхойлогдсонгүй: fstat() нурлаа: %s" -#: ../glib/gfileutils.c:696 +#: glib/gfileutils.c:696 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "»%s« файл нээгдэхгүй байна: fdopen() нурлаа: %s" -#: ../glib/gfileutils.c:1031 +#: glib/gfileutils.c:1031 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "»%s« хэв хүчингүй, »%s« -г агуулах хэрэггүй" -#: ../glib/gfileutils.c:1045 +#: glib/gfileutils.c:1045 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "»%s« хэв XXXXXX -р төгсөхгүй байна" -#: ../glib/gfileutils.c:1070 +#: glib/gfileutils.c:1070 #, c-format msgid "Failed to create file '%s': %s" msgstr "»%s« файл үүсгэгдсэнгүй: %s" -#: ../glib/gfileutils.c:1448 +#: glib/gfileutils.c:1448 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "»%s« символик холбоос уншигдсангүй: %s" -#: ../glib/gfileutils.c:1469 +#: glib/gfileutils.c:1469 msgid "Symbolic links not supported" msgstr "Символик холбоос дэмжигдээгүй" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "»%s« тэмдэгтээс »%s« рүү хөрвүүлэх дэмжигдээгүй байна" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, c-format msgid "Could not open converter from `%s' to `%s': %s" msgstr "»%s« -ээс »%s« рүү хөрвүүлэгч нээгдсэнгүй: %s" -#: ../glib/giochannel.c:1496 +#: glib/giochannel.c:1496 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:1543 -#: ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "Унших буфэрт хөрвүүлээгүй файл байна" -#: ../glib/giochannel.c:1623 -#: ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "Суваг тал тэмдэгтээр төгслөө" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Raw-read in g_io_channel_read_to_end боломжгүй" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "%d мөрөнд %d тэмдэгт алдаатай байна: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "%d мөрөнд алдаа: %s" -#: ../glib/gmarkup.c:434 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "Хоосон абт »&;« олдлоо; хүчинтэй абтууд & " < > ' юм. (абт=аский биш тэмдэгт)" +#: glib/gmarkup.c:434 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"Хоосон абт »&;« олдлоо; хүчинтэй абтууд & " < > ' юм. " +"(абт=аский биш тэмдэгт)" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format -msgid "Character '%s' is not valid at the start of an entity name; the & character begins an entity; if this ampersand isn't supposed to be an entity, escape it as &" -msgstr "Абтын нэрийн эхлэлийн »%s« тэмдэгт хүчингүй; Абт & тэмдэгтээр эхэлдэг; Хэрвээ энэ амперсаныг абт бишээр авах хэрэгтэй бол & гэж бичнэ үү" +msgid "" +"Character '%s' is not valid at the start of an entity name; the & character " +"begins an entity; if this ampersand isn't supposed to be an entity, escape " +"it as &" +msgstr "" +"Абтын нэрийн эхлэлийн »%s« тэмдэгт хүчингүй; Абт & тэмдэгтээр эхэлдэг; " +"Хэрвээ энэ амперсаныг абт бишээр авах хэрэгтэй бол & гэж бичнэ үү" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "»%s« тэмдэгт абтын нэрэнд хүчингүй" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "Абтын нэр »%s« тодорхойгүй" # CHECK -#: ../glib/gmarkup.c:526 -msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Абт цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын эхлэл бусаар хэрэглэхийг хүссэн байх - Та & гэж бичнэ үү" +#: glib/gmarkup.c:526 +msgid "" +"Entity did not end with a semicolon; most likely you used an ampersand " +"character without intending to start an entity - escape ampersand as &" +msgstr "" +"Абт цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын эхлэл бусаар " +"хэрэглэхийг хүссэн байх - Та & гэж бичнэ үү" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format -msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large" -msgstr "»%-.*s« тэмдэгтийн дотор тоо байх ёстой (ê шиг) , задлан ялгалд танигдсангүй - магадгүй хэтэрхий том тоо байна уу" +msgid "" +"Failed to parse '%-.*s', which should have been a digit inside a character " +"reference (ê for example) - perhaps the digit is too large" +msgstr "" +"»%-.*s« тэмдэгтийн дотор тоо байх ёстой (ê шиг) , задлан ялгалд " +"танигдсангүй - магадгүй хэтэрхий том тоо байна уу" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "»%-.*s« тэмдэгт холбоос зөвшөөрөгдөөгүй тэмдэгтээр кодлогдсон байна" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "Хоосон тэмдэгтийн холбоос; dž гэх мэт тоо агуулах ёстой" -#: ../glib/gmarkup.c:629 -msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Тэмдэгт холбоос цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын эхлэл бусаар хэрэглэхийг хүссэн байх - Та & гэж бичнэ үү" +#: glib/gmarkup.c:629 +msgid "" +"Character reference did not end with a semicolon; most likely you used an " +"ampersand character without intending to start an entity - escape ampersand " +"as &" +msgstr "" +"Тэмдэгт холбоос цэг таслалаар төгсөөгүй байна; Та магад амперсандыг абтын " +"эхлэл бусаар хэрэглэхийг хүссэн байх - Та & гэж бичнэ үү" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Төгсгөлгүй абт холбоос" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Төгсгөлгүй тэмдэгт холбоос" -#: ../glib/gmarkup.c:964 -#: ../glib/gmarkup.c:992 -#: ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "Хүчингүй UTF-8-р кодлогдсон текст" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. <book>)" msgstr "Баримт ямар нэгэн элементээр эхлэх ёстой (Ж.нь <book>)" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format -msgid "'%s' is not a valid character following a '<' character; it may not begin an element name" -msgstr "»%s« нь »<«-тэмдэгтийн арын хүчингүй тэмдэгт; Энэ нь элементийн нэрээр эхэлж болохгүй." +msgid "" +"'%s' is not a valid character following a '<' character; it may not begin an " +"element name" +msgstr "" +"»%s« нь »<«-тэмдэгтийн арын хүчингүй тэмдэгт; Энэ нь элементийн нэрээр эхэлж " +"болохгүй." -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format -msgid "Odd character '%s', expected a '>' character to end the start tag of element '%s'" -msgstr "Сонин тэмдэгт »%s«, »%s« элементийн эхлэлийн тагийг хаахад »>« тэмдэгт дутуу байна" +msgid "" +"Odd character '%s', expected a '>' character to end the start tag of element " +"'%s'" +msgstr "" +"Сонин тэмдэгт »%s«, »%s« элементийн эхлэлийн тагийг хаахад »>« тэмдэгт дутуу " +"байна" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -msgstr "Сонин тэмдэгт »%s«, »%s« элементийн »%s« аттрибутын нэрийн дараа »=« хүлээгдэж байна" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgstr "" +"Сонин тэмдэгт »%s«, »%s« элементийн »%s« аттрибутын нэрийн дараа »=« " +"хүлээгдэж байна" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format -msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name" -msgstr "Сонин тэмдэгт »%s«, »%s« элементийн эхлэлийн тагийг хаахын тулд аттрибутын нэр эсвэл харин »>« эсвэл »/« тэмдэгт хүлээгдэж байна; Магадгүй та аттрибутын нэрэндээ хүчингүй тэмдэгт хэрэглэжээ" +msgid "" +"Odd character '%s', expected a '>' or '/' character to end the start tag of " +"element '%s', or optionally an attribute; perhaps you used an invalid " +"character in an attribute name" +msgstr "" +"Сонин тэмдэгт »%s«, »%s« элементийн эхлэлийн тагийг хаахын тулд аттрибутын " +"нэр эсвэл харин »>« эсвэл »/« тэмдэгт хүлээгдэж байна; Магадгүй та " +"аттрибутын нэрэндээ хүчингүй тэмдэгт хэрэглэжээ" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format -msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'" -msgstr "Сонин тэмдэгт »%s«; »%s« элементийн »%s« аттрибутын хувьд өгсөн утга тэнцүүгийн тэмдэгийн дараах хашилтыг хүлээж байна" +msgid "" +"Odd character '%s', expected an open quote mark after the equals sign when " +"giving value for attribute '%s' of element '%s'" +msgstr "" +"Сонин тэмдэгт »%s«; »%s« элементийн »%s« аттрибутын хувьд өгсөн утга " +"тэнцүүгийн тэмдэгийн дараах хашилтыг хүлээж байна" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format -msgid "'%s' is not a valid character following the characters '</'; '%s' may not begin an element name" -msgstr "»%s« хүчингүй тэмдэгт, хэрвээ энэ нь »</« тэмдэгтийн ард орвол; »%s« ньэлементийн нэрээр эхэлж болохгүй" +msgid "" +"'%s' is not a valid character following the characters '</'; '%s' may not " +"begin an element name" +msgstr "" +"»%s« хүчингүй тэмдэгт, хэрвээ энэ нь »</« тэмдэгтийн ард орвол; »%s« " +"ньэлементийн нэрээр эхэлж болохгүй" -#: ../glib/gmarkup.c:1568 +#: glib/gmarkup.c:1568 #, c-format -msgid "'%s' is not a valid character following the close element name '%s'; the allowed character is '>'" -msgstr "»%s« хүчингүй тэмдэгт, хэрвээ энэ нь хааж буй »%s« элементийн нэрийн ард байгаа бол; »>« тэмдэгт хүчинтэй" +msgid "" +"'%s' is not a valid character following the close element name '%s'; the " +"allowed character is '>'" +msgstr "" +"»%s« хүчингүй тэмдэгт, хэрвээ энэ нь хааж буй »%s« элементийн нэрийн ард " +"байгаа бол; »>« тэмдэгт хүчинтэй" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "»%s« элемент хаагдсан, Одоогоор ямарч элемент нээлттэй бус байна" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "»%s« элемент хаагдсан, харин одоогоор »%s« элемент нээлттэй байна" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "Баримт хоосон эсвэл зүгээр цагаан зай агуулж байна" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Баримт нээлттэй өнцөгтэй хаалт »<« -н дараа гэнэт төгсөв" -#: ../glib/gmarkup.c:1757 -#: ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format -msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened" -msgstr "Баримт нээлттэй элементүүдтэйгээр гэнэтийн байдлаар төгсөв - »%s« сүүлчийн нээлттэй элемент нь" +msgid "" +"Document ended unexpectedly with elements still open - '%s' was the last " +"element opened" +msgstr "" +"Баримт нээлттэй элементүүдтэйгээр гэнэтийн байдлаар төгсөв - »%s« сүүлчийн " +"нээлттэй элемент нь" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format -msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>" -msgstr "Баримт гэнэтийн байдлаар төгсөв, таг <%s/> -г хаах өнцөгтэй хаалт »>«хүлээгдэж байна" +msgid "" +"Document ended unexpectedly, expected to see a close angle bracket ending " +"the tag <%s/>" +msgstr "" +"Баримт гэнэтийн байдлаар төгсөв, таг <%s/> -г хаах өнцөгтэй хаалт " +"»>«хүлээгдэж байна" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "Баримт нэгэн элементийн нэрийн дотор гэнэтийн байдлаар төгсөв" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "Баримт нэгэн аттрибут нэрийн дотор гэнэтийн байдлаар төгсөв" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." -msgstr "Баримт нээгдэж буй тагийн нэгэн элементийн нэрийн дотор гэнэтийн байдлаар төгсөв." +msgstr "" +"Баримт нээгдэж буй тагийн нэгэн элементийн нэрийн дотор гэнэтийн байдлаар " +"төгсөв." -#: ../glib/gmarkup.c:1787 -msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value" -msgstr "Баримт аттрибут нэрийн дараах тэнцүүгийн тэмдэгийн дараа гэнэтийн байдлаар төгсөв; аттрибутын утга алга" +#: glib/gmarkup.c:1787 +msgid "" +"Document ended unexpectedly after the equals sign following an attribute " +"name; no attribute value" +msgstr "" +"Баримт аттрибут нэрийн дараах тэнцүүгийн тэмдэгийн дараа гэнэтийн байдлаар " +"төгсөв; аттрибутын утга алга" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Баримт нэгэн аттрибутын утгын дотор гэнэтийн байдлаар төгсөв" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "Баримт гэнэтийн байдлаар нэгэн хаагдаж буй »%s« элементийн тагийн дотор төгсөв" +msgstr "" +"Баримт гэнэтийн байдлаар нэгэн хаагдаж буй »%s« элементийн тагийн дотор " +"төгсөв" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" -msgstr "Баримт тайлбар эсвэл заавар боловсруулалтын дотор гэнэтийн байдлаар төгсөв" +msgstr "" +"Баримт тайлбар эсвэл заавар боловсруулалтын дотор гэнэтийн байдлаар төгсөв" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Хашилтан доторхи текст хашилтаар эхлэхгүй" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" -msgstr "Тушаалын мөр дэх эсвэл өөр shell-quoted текст доторхи хашилтын тоо балансжаагүй байна" +msgstr "" +"Тушаалын мөр дэх эсвэл өөр shell-quoted текст доторхи хашилтын тоо " +"балансжаагүй байна" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Текст »\\«-тэмдэгтийн дараа төгслөө. (Текст »%s« байсан)" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "Текст %c -н тохирох хашилт олдохоос өмнө төгслөө. (Текст »%s« байсан)" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "Текст хоосон байв (эсвэл зөвхөн цагаан зай агуулсан)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "Өгөгдөл хүү процессоор уншигдсангүй" -#: ../glib/gspawn-win32.c:281 -#: ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Хүү процесстой (%s) холбогдох шугам үүсгэж чадсангүй" -#: ../glib/gspawn-win32.c:321 -#: ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Хүү процессын (%s) шугамаас унших бүтэлгүйтлээ" -#: ../glib/gspawn-win32.c:349 -#: ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "»%s« (%s) лавлах солигдсонгүй" -#: ../glib/gspawn-win32.c:357 -#: ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "Хүү процесс ажилласангүй (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "Тусламж программ ажиллахгүй байна" -#: ../glib/gspawn-win32.c:797 -msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process" -msgstr "Хүү процессоос өгөгдөл уншиж байхад g_io_channel_win32_poll() дотор санамсаргүй алдаа гарлаа" +#: glib/gspawn-win32.c:797 +msgid "" +"Unexpected error in g_io_channel_win32_poll() reading data from a child " +"process" +msgstr "" +"Хүү процессоос өгөгдөл уншиж байхад g_io_channel_win32_poll() дотор " +"санамсаргүй алдаа гарлаа" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Хүү процессын (%s) өгөгдөл уншигдсаж чадсангүй" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" -msgstr "Хүү процессоос (%s) өгөгдөл уншиж байхад select() дотор санамсаргүй алдаа гарлаа" +msgstr "" +"Хүү процессоос (%s) өгөгдөл уншиж байхад select() дотор санамсаргүй алдаа " +"гарлаа" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Санамсаргүй алдаа waitpid() дотор (%s)" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Салаалалт нурлаа (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Хүү процесс »%s« -г ажиллуулах нурлаа (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Хүү процессийн (%s) гаралт эсвэл оролтыг солих нурлаа" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Хүү процессын (%s) салаалалт нурлаа" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "»%s« хүү процессыг ажиллуулж байхад тодорхойгүй алдаа" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" -msgstr "Хүү процессын процессын дугаарын шугамаас (%s) хангалттай өгөгдөл уншиж чадсангүй" +msgstr "" +"Хүү процессын процессын дугаарын шугамаас (%s) хангалттай өгөгдөл уншиж " +"чадсангүй" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "UTF-8 хязгаараас гаднах тэмдэгт" -#: ../glib/gutf8.c:1080 -#: ../glib/gutf8.c:1089 -#: ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 -#: ../glib/gutf8.c:1371 -#: ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "Хөрвүүлэлтийн оролтод хүчингүй дараалал" -#: ../glib/gutf8.c:1382 -#: ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "UTF-16 хязгаараас гаднах тэмдэгт" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "Usage:" msgstr "Хэрэглээ:" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "[OPTION...]" msgstr "[OPTION...]" -#: ../glib/goption.c:525 +#: glib/goption.c:525 msgid "Help Options:" msgstr "Тусламж:" -#: ../glib/goption.c:526 +#: glib/goption.c:526 msgid "Show help options" msgstr "Тусламж харуулах" -#: ../glib/goption.c:531 +#: glib/goption.c:531 msgid "Show all help options" msgstr "Бүх тусламж харуулах" -#: ../glib/goption.c:581 +#: glib/goption.c:581 msgid "Application Options:" msgstr "Програм:" -#: ../glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "'%s' бүхэл тоог --%s -н хувьд шинжлэх боломжгүй" -#: ../glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "'%s' бүхэл %s -н хувьд хязгаараас хальжээ" -#: ../glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Тодорхойгүй утга %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "Өгөгдлийн лавлахаас хүчинтэй утга олдсонгүй" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "Тохиромжгүй файл" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "Файл хоосон" -#: ../glib/gkeyfile.c:692 +#: glib/gkeyfile.c:692 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" -msgstr "Түлхүүр файл түлхүүр утга, бүлэг, эсвэл тайлбаргүй '%s' мөр агуулж байна." +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" +msgstr "" +"Түлхүүр файл түлхүүр утга, бүлэг, эсвэл тайлбаргүй '%s' мөр агуулж байна." -#: ../glib/gkeyfile.c:760 +#: glib/gkeyfile.c:760 msgid "Key file does not start with a group" msgstr "Түлхүүр файл бүлэг утгаар эхлэх боломжгүй" -#: ../glib/gkeyfile.c:803 +#: glib/gkeyfile.c:803 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Түлхүүр файлд дэмжигдээгүй кодчилол '%s' байна" -#: ../glib/gkeyfile.c:1012 -#: ../glib/gkeyfile.c:1158 -#: ../glib/gkeyfile.c:2159 -#: ../glib/gkeyfile.c:2224 -#: ../glib/gkeyfile.c:2342 -#: ../glib/gkeyfile.c:2410 -#: ../glib/gkeyfile.c:2594 -#: ../glib/gkeyfile.c:2768 -#: ../glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:1012 glib/gkeyfile.c:1158 glib/gkeyfile.c:2159 +#: glib/gkeyfile.c:2224 glib/gkeyfile.c:2342 glib/gkeyfile.c:2410 +#: glib/gkeyfile.c:2594 glib/gkeyfile.c:2768 glib/gkeyfile.c:2825 #, c-format msgid "Key file does not have group '%s'" msgstr "Түлхүүр файлд '%s' бүлэг алга" -#: ../glib/gkeyfile.c:1170 +#: glib/gkeyfile.c:1170 #, c-format msgid "Key file does not have key '%s'" msgstr "Түлхүүр файлд '%s' түлхүүр алга" -#: ../glib/gkeyfile.c:1271 -#: ../glib/gkeyfile.c:1380 +#: glib/gkeyfile.c:1271 glib/gkeyfile.c:1380 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Түлхүүр файлд '%s' мөр '%s' гэсэн UTF-8 бус утгатай байна" -#: ../glib/gkeyfile.c:1289 -#: ../glib/gkeyfile.c:1398 -#: ../glib/gkeyfile.c:1770 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 glib/gkeyfile.c:1770 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "Түлхүүр файлд илэрхийлэх боломжгүй '%s' утга байна." -#: ../glib/gkeyfile.c:1986 +#: glib/gkeyfile.c:1986 #, c-format -msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted." -msgstr "Түлхүүр файлын '%2$s' бүлэгт '%1$s' гэсэн илэрхийлэх боломжгүй утга байна." +msgid "" +"Key file contains key '%s' in group '%s' which has value that cannot be " +"interpreted." +msgstr "" +"Түлхүүр файлын '%2$s' бүлэгт '%1$s' гэсэн илэрхийлэх боломжгүй утга байна." -#: ../glib/gkeyfile.c:2174 -#: ../glib/gkeyfile.c:2357 -#: ../glib/gkeyfile.c:2836 +#: glib/gkeyfile.c:2174 glib/gkeyfile.c:2357 glib/gkeyfile.c:2836 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Түлхүүр файлын '%2$s' бүлэгт '%1$s' түлхүүр алга" -#: ../glib/gkeyfile.c:3017 +#: glib/gkeyfile.c:3017 msgid "Key file contains escape character at end of line" msgstr "Түлхүүр файлын мөрийн төгсгөлд ESC тэмдэгт байна" # CHECK -#: ../glib/gkeyfile.c:3039 +#: glib/gkeyfile.c:3039 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Түлхүүр файлд »%s« хүчингүй escape-тэмдэгт байна" -#: ../glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "'%s' утга бүхэл тоогоор илэрхийлэгдэх боломжгүй." -#: ../glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "'%s' бүхэл %s -н хувьд хязгаараас хальжээ" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "'%s' утга бүүл утгаар дүрслэгдэх боломжгүй ." #~ msgid "Incorrect message size" #~ msgstr "Буруу мэдээний хэмжээ" + #~ msgid "Socket error" #~ msgstr "Сокет алдаа" - @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-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" @@ -14,69 +14,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Penukaran set aksara daripada '%s' ke '%s' tidak disokong" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "tak dapat membuka penukar daripada '%s' kepada '%s': %s" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Turutan byte tidak sah pada penukaran iput" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Ralat semasa penukaran: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Sebahagian turutan aksara berada di penghujung input" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Tak dapat tukar unduran '%s' ke set kod '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' adalah bukan URI mutlak menggunakan skema fail" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI Fail local '%s' mungkin tidak disertakan dengan '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' adalah tidak sah" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Namahos URI '%s' tidak sah" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' mengandungi aksara escaped yang tidak sah" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Nama laluan '%s' adalah bukan laluan mutlak" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Namahos tidak sah" @@ -411,17 +411,17 @@ msgstr "Teks telah kosong (atau mengandungi hanya ruangputih)" msgid "Failed to read data from child process" msgstr "Gagal membaca data daripada proses anak" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Gagal mencipta paip untuk berkomunikasi dengan proses anak (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Gagal membaca daripada paip anak (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Gagal menukar direktori '%s' (%s)" @@ -459,32 +459,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Ralat tanpa diduga pada waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Gagal untuk sepit (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Gagal melaksanakan proses anak \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Gagal melencongkan output atau input proses anak (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Gagal menyepit proses anak (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ralat misteri ketika melaksanakan proses anak \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Gagal membaca data yang cukup daripada paip pid anaki(%s)" @@ -526,17 +526,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -611,12 +611,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' mengandungi aksara escaped yang tidak sah" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-05-25 21:37+0200\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-05-24 17:18+0200\n" "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n" "Language-Team: Norwegian <i18n-nb@lister.ping.uio.no>\n" @@ -14,175 +14,174 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertering fra tegnsett «%s» til «%s» er ikke støttet" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kunne ikke åpne program for å konvertere fra «%s» til «%s»" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 ../glib/giochannel.c:2203 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Ugyldig bytesekvens i inndata for konvertering" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Feil under konvertering: %s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Ufullstendig tegnsekvens ved slutten på inndata" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan ikke konvertere \"fallback\" «%s» til tegnsett «%s»" -#: ../glib/gconvert.c:1617 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI «%s» er ikke en absolutt URI som bruker skjema for filer" -#: ../glib/gconvert.c:1627 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Lokal fil-URI «%s» kan ikke inneholde en «#»" -#: ../glib/gconvert.c:1644 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI «%s» er ugyldig" -#: ../glib/gconvert.c:1656 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Vertsnavnet for URI «%s» er ugyldig" -#: ../glib/gconvert.c:1672 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Vertsnavnet for URI «%s» inneholder ugyldige escape-tegn" -#: ../glib/gconvert.c:1766 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Stinavnet «%s» er ikke en absolutt sti" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Ugyldig vertsnavn" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "Feil under åpning av katalog «%s»: %s" -#: ../glib/gfileutils.c:502 ../glib/gfileutils.c:570 +#: glib/gfileutils.c:502 glib/gfileutils.c:570 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Kunne ikke allokere %lu bytes til lest fil «%s»" -#: ../glib/gfileutils.c:515 +#: glib/gfileutils.c:515 #, c-format msgid "Error reading file '%s': %s" msgstr "Feil under lesing av fil «%s»: %s" -#: ../glib/gfileutils.c:594 +#: glib/gfileutils.c:594 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Feil under lesing fra fil «%s»: %s" -#: ../glib/gfileutils.c:645 ../glib/gfileutils.c:732 +#: glib/gfileutils.c:645 glib/gfileutils.c:732 #, c-format msgid "Failed to open file '%s': %s" msgstr "Feil under åpning av fil «%s»: %s" -#: ../glib/gfileutils.c:662 +#: glib/gfileutils.c:662 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Feil ved uthenting av attributter for fil «%s»: fstat() feilet: %s" -#: ../glib/gfileutils.c:696 +#: glib/gfileutils.c:696 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Feil under åpning av fil «%s»: fdopen() feilet: %s" -#: ../glib/gfileutils.c:1031 +#: glib/gfileutils.c:1031 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Mal «%s» er ugyldig, må ikke inneholde «%s»" -#: ../glib/gfileutils.c:1045 +#: glib/gfileutils.c:1045 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "Mal «%s» slutter ikke med XXXXXX" -#: ../glib/gfileutils.c:1070 +#: glib/gfileutils.c:1070 #, c-format msgid "Failed to create file '%s': %s" msgstr "Feil under oppretting av fil «%s»: %s" -#: ../glib/gfileutils.c:1448 +#: glib/gfileutils.c:1448 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Feil under lesing av symbolsk lenke «%s»: %s" -#: ../glib/gfileutils.c:1469 +#: glib/gfileutils.c:1469 msgid "Symbolic links not supported" msgstr "Symbolske lenker er ikke støttet" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "Konvertering fra tegnsett «%s» til «%s» er ikke støttet" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, 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:1496 +#: glib/giochannel.c:1496 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:1543 ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "Overflødig ikke-konvertert data i innlesingsbuffer" -#: ../glib/giochannel.c:1623 ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "Kanalen terminerer i et oppdelt tegn" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan ikke utføre rå avlesing i g_io_channel_read_to_end" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Feil på linje %d tegn %d: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Feil på linje %d: %s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Tom entitet «&;» funnet; gyldige entiteter er: & " < > '" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -193,17 +192,17 @@ msgstr "" "starter en entitet; hvis dette og-tegnet ikke er ment å være en entitet, " "unngå dette ved å bruke & i stedet" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, 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:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitetsnavn «%s» er ikke kjent" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -212,7 +211,7 @@ msgstr "" "tegn uten at det var ment å starte en entitet - ungå ved å bruke & i " "stedet" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, fuzzy, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -221,16 +220,16 @@ msgstr "" "Feil under lesing av «%s», som skulle vært et tall inne i en tegnreferanse " "(ê for eksempel) - kanskje tallet er for stort" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, fuzzy, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Tegnreferanse «%s» koder ikke et tillatt tegn" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "Tom tegnreferanse; skulle inkludert et tall slik som dž" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -240,23 +239,23 @@ msgstr "" "og-tegn uten at det var ment å starte en entitet - unngå ved å bruke & i " "stedet" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Uferdig referanse til entitet" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Uferdig referanse til tegn" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "Ugyldig UTF-8 kodet tekst" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. <book>)" msgstr "Dokumentet må starte med et element (f.eks <book>)" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -265,7 +264,7 @@ msgstr "" "«%s» er ikke et gyldig tegn etter en «<» tegn; det kan ikke være begynnelsen " "på et elementnavn" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -274,14 +273,14 @@ msgstr "" "Rart tegn «%s», forventet et «>» tegn for å avslutte start-taggen til " "elementet «%s»" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, 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:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -292,7 +291,7 @@ msgstr "" "element «%s», eller alternativt en attributt; kanskje du brukte et ugyldig " "tegn i attributtnavnet" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -301,7 +300,7 @@ msgstr "" "Rart tegn «%s», ventet et åpent sitattegn etter likhetstegnet når verdi for " "attributt «%s» for element «%s» oppgis" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " @@ -310,7 +309,7 @@ msgstr "" "«%s» er ikke et gyldig tegn etter tegnene «</»; «%s» er kanskje ikke " "begynnelsen på et elementnavn" -#: ../glib/gmarkup.c:1568 +#: glib/gmarkup.c:1568 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " @@ -319,25 +318,25 @@ msgstr "" "«%s» er ikke et gyldig tegn etter element for lukking med navn «%s»; tillatt " "tegn er «>»" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element «%s» ble lukket, ingen åpne elementer nå" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, 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:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "Dokumentet var tomt eller inneholdt kun blanke tegn" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentet sluttet uventet rett etter en åpen vinkelparantes «<»" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -345,7 +344,7 @@ msgid "" msgstr "" "Dokumentet sluttet uventet med åpne elementer - «%s» var siste åpne element" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -354,19 +353,19 @@ msgstr "" "Dokumentet sluttet uventet, forventet å se en vinkelparantes for å slutte av " "den siste taggen <%s/>" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentet sluttet uventet inni et elementnavn" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentet sluttet uventet inni et attributtnavn" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentet sluttet uventet inni en tagg for åpning av element." -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -374,72 +373,72 @@ msgstr "" "Dokumentet sluttet uventet etter likhetstegnet som følger et attributtnavn; " "ingen attributtverdi" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentet sluttet uventet inni en attributtverdi" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, 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:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumentet sluttet uventet inni en kommentar eller prosesseringsinstruksjon" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Sitert tekst begynner ikke med sitattegn" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Ubalansert sitattegn i kommandolinje eller annen skall-sitert tekst" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Tekst sluttet rett etter et «\\» tegn. (Teksten var «%s»)" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Teksten sluttet før likt sitattegn ble funnet for %c. (Teksten var «%s»)" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "Teksten var tom (eller inneholdt kun blanke tegn)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "Feil under lesing av data fra underprosess" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Feil under oppretting av rør for kommunikasjon med underprosess (%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Feil under lesing fra \"child pipe\" (%s)" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Feil ved skifte til katalog «%s» (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "Feil under kjøring av underprosess (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "Feil under kjøring av hjelpeprogram" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -447,179 +446,184 @@ msgstr "" "Uventet feil i g_io_channel_win32_poll() under lesing av data fra en " "underprosess" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Feil under lesing av data fra underprosess (%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Uventet feil i select() ved lesing av data fra underprosess (%s)" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Uventet feil i waitpid() (%s)" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Feil under kjøring av fork (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Feil under kjøring av underprosess «%s» (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Feil under omdirigering av utdata eller inndata for underprosess (%s)" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Feil under kjøring av fork() for underprosess (%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ukjent feil under kjøring av underprosess «%s»" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Klarte ikke å lese nok data fra underprosessens pid-rør (%s)" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "Tegn utenfor gyldig område for UTF-8" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "Ugyldig sekvens i inndata for konvertering" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "Tegn utenfor gyldig område for UTF-16" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "Usage:" msgstr "Bruk:" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "[OPTION...]" msgstr "[FLAGG...]" -#: ../glib/goption.c:525 +#: glib/goption.c:525 msgid "Help Options:" msgstr "Flagg for hjelp:" -#: ../glib/goption.c:526 +#: glib/goption.c:526 msgid "Show help options" msgstr "Vis flagg for hjelp" -#: ../glib/goption.c:531 +#: glib/goption.c:531 msgid "Show all help options" msgstr "Vis alle flagg for hjelp" -#: ../glib/goption.c:581 +#: glib/goption.c:581 msgid "Application Options:" msgstr "Flagg for applikasjonen" -#: ../glib/goption.c:621 +#: glib/goption.c:622 #, fuzzy, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Kan ikke lese heltallsverdi «%s» for --%s" -#: ../glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Heltallsverdi «%s» for %s er utenfor gyldig område" -#: ../glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Ukjent flagg %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "Ikke en vanlig fil" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "Filen er tom" -#: ../glib/gkeyfile.c:692 +#: glib/gkeyfile.c:692 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" -#: ../glib/gkeyfile.c:760 +#: glib/gkeyfile.c:760 msgid "Key file does not start with a group" msgstr "" -#: ../glib/gkeyfile.c:803 +#: glib/gkeyfile.c:803 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: ../glib/gkeyfile.c:1012 ../glib/gkeyfile.c:1158 ../glib/gkeyfile.c:2159 -#: ../glib/gkeyfile.c:2224 ../glib/gkeyfile.c:2342 ../glib/gkeyfile.c:2410 -#: ../glib/gkeyfile.c:2594 ../glib/gkeyfile.c:2768 ../glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:1012 glib/gkeyfile.c:1158 glib/gkeyfile.c:2159 +#: glib/gkeyfile.c:2224 glib/gkeyfile.c:2342 glib/gkeyfile.c:2410 +#: glib/gkeyfile.c:2594 glib/gkeyfile.c:2768 glib/gkeyfile.c:2825 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: ../glib/gkeyfile.c:1170 +#: glib/gkeyfile.c:1170 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: ../glib/gkeyfile.c:1271 ../glib/gkeyfile.c:1380 +#: glib/gkeyfile.c:1271 glib/gkeyfile.c:1380 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 ../glib/gkeyfile.c:1770 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 glib/gkeyfile.c:1770 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: ../glib/gkeyfile.c:1986 +#: glib/gkeyfile.c:1986 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: ../glib/gkeyfile.c:2174 ../glib/gkeyfile.c:2357 ../glib/gkeyfile.c:2836 +#: glib/gkeyfile.c:2174 glib/gkeyfile.c:2357 glib/gkeyfile.c:2836 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: ../glib/gkeyfile.c:3017 +#: glib/gkeyfile.c:3017 msgid "Key file contains escape character at end of line" msgstr "" -#: ../glib/gkeyfile.c:3039 +#: glib/gkeyfile.c:3039 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Vertsnavnet for URI «%s» inneholder ugyldige escape-tegn" -#: ../glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: ../glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Heltallsverdi «%s» for %s er utenfor gyldig område" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-22 05:07+0000\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-05-06 16:35+0545\n" "Last-Translator: Jyotshna Shrestha <shresthajyo@hotmail.com>\n" "Language-Team: Nepali <info@mpp.org.np>\n" @@ -19,222 +19,174 @@ msgstr "" "X-Generator: KBabel 1.9.1\n" "Plural-Forms: nplurals=2;plural=(n!=0)\n" -#: ../glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "वर्ण समूह '%s' बाट '%s' मा बदलन समर्थन गरेन" -#: ../glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s' बाट '%s'मा अनुवादक खुलेन" -#: ../glib/gconvert.c:614 ../glib/gconvert.c:902 ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 ../glib/giochannel.c:2203 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "अनुवादन निवेशमा अमान्य बाइट शृङ्खला" -#: ../glib/gconvert.c:619 ../glib/gconvert.c:835 ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "अनुवाद क्रममा गल्ती: %s" -#: ../glib/gconvert.c:637 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "निवेशको अन्त्यमा अर्धवर्ण शृङ्खला" -#: ../glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "कोड सेट '%s'पछाडिको '%s'मा परिवर्तन गर्न सकिएन" -#: ../glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "युआरआइ '%s' नमुना फाइल बमोजिम वास्तविक युआरआइ होइन" -#: ../glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "स्थानीय युआरआइ '%s'फाइल '#'मा समावेश छैन" -#: ../glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "युआरआइ '%s'अबैध छ " -#: ../glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "युआरआइ '%s'को मुख्य नाम अबैध छ" -#: ../glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "युआरआइ '%s'मा अबैध वर्ण देखिन्छ" -#: ../glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "मार्ग-नाम '%s' वास्तबिक मार्ग होइन" -#: ../glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "मुख्य नाम अबैध छ" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "निर्देशिका '%s' खोल्न त्रुटि: %s" -#: ../glib/gfileutils.c:504 ../glib/gfileutils.c:577 +#: glib/gfileutils.c:502 glib/gfileutils.c:570 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "%lu बाईट, फाइल \"%s\" पढ्नलाई छुट्याउन सकिएन" -#: ../glib/gfileutils.c:519 +#: glib/gfileutils.c:515 #, c-format msgid "Error reading file '%s': %s" msgstr "'%s' फाइल पढ्न त्रुटी : %s" -#: ../glib/gfileutils.c:601 +#: glib/gfileutils.c:594 #, c-format msgid "Failed to read from file '%s': %s" msgstr "'%s'फाइलबाट पढ्न असफल : %s" -#: ../glib/gfileutils.c:652 ../glib/gfileutils.c:739 +#: glib/gfileutils.c:645 glib/gfileutils.c:732 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s'फाइल खोल्न असफल : %s" -#: ../glib/gfileutils.c:669 +#: glib/gfileutils.c:662 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "'%s'फाइलको विशेषता पाउँन असफल: एफस्टाट() असफल: %s" -#: ../glib/gfileutils.c:703 +#: glib/gfileutils.c:696 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "'%s'फाइल खोल्न असफल : एफडीखोल्न() असफल: %s" -#: ../glib/gfileutils.c:837 -#, c-format -msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" -msgstr "फाईल '%s' लाई '%s' मा पुन:नामाकरण गर्न असफल: जी_पुन:नामाकरण() असफल: %s" - -#: ../glib/gfileutils.c:880 -#, c-format -msgid "Could not change file mode: fork() failed: %s" -msgstr "फाइल शैली परिवर्तन हुन सकेन: फोर्क() असफल: %s" - -#: ../glib/gfileutils.c:911 -#, c-format -msgid "Could not change file mode: waitpid() failed: %s" -msgstr "फाइल शैली परिवर्तन हुन सकेन: वेईटपिड() असफल: %s" - -#: ../glib/gfileutils.c:930 -#, c-format -msgid "Could not change file mode: chmod() failed: %s" -msgstr "फाइल शैली परिवर्तन हुन सकेन: सिएचमोड() असफल: %s" - -#: ../glib/gfileutils.c:941 -#, c-format -msgid "Could not change file mode: Child terminated by signal: %s" -msgstr "फाइल शैली परिवर्तन हुन सकेन: शाखा संकेतद्वारा अन्त्य भयो: %s" - -#: ../glib/gfileutils.c:952 -msgid "Could not change file mode: Child terminated abnormally" -msgstr "फाइल शैली परिवर्तन हुन सकेन: अनियमित तरिकाले शाखा अन्त्य भयो" - -#: ../glib/gfileutils.c:986 ../glib/gfileutils.c:1452 -#, c-format -msgid "Failed to create file '%s': %s" -msgstr "'%s' फाइल निर्माण हुन असफल: %s" - -#: ../glib/gfileutils.c:1008 -#, c-format -msgid "Failed to open file '%s' for writing: fdopen() failed: %s" -msgstr "लेख्नको लागी '%s'फाइल खोल्न असफल : एफडीखोल्न() असफल: %s" - -#: ../glib/gfileutils.c:1033 -#, c-format -msgid "Failed to write file '%s': fwrite() failed: %s" -msgstr "'%s' फाइल लेख्न असफल : एफलेख्न() असफल: %s" - -#: ../glib/gfileutils.c:1052 -#, c-format -msgid "Failed to close file '%s': fclose() failed: %s" -msgstr "'%s'फाइल बन्द गर्न असफल : एफबन्द() असफल: %s" - -#: ../glib/gfileutils.c:1170 -#, c-format -msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" -msgstr "" - -#: ../glib/gfileutils.c:1413 +#: glib/gfileutils.c:1031 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "'%s 'ढाँचा अबैध, '%s' पाइएन" -#: ../glib/gfileutils.c:1427 +#: glib/gfileutils.c:1045 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "'%s' ढाँचा XXXXXX मा समाप्त हुँदैन" -#: ../glib/gfileutils.c:1830 +#: glib/gfileutils.c:1070 +#, c-format +msgid "Failed to create file '%s': %s" +msgstr "'%s' फाइल निर्माण हुन असफल: %s" + +#: glib/gfileutils.c:1448 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "सांकेतिक सम्बन्ध '%s' पढ्न असफल: %s" -#: ../glib/gfileutils.c:1851 +#: glib/gfileutils.c:1469 msgid "Symbolic links not supported" msgstr "सांकेतिक सम्बन्धले समर्थन गरेन" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "वर्ण समूह `%s' बाट `%s'मा परिवर्तन गर्न समर्थन गरेन" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, c-format msgid "Could not open converter from `%s' to `%s': %s" msgstr "अनुवादक `%s' बाट `%s' मा खुल्न सकेन : %s" -#: ../glib/giochannel.c:1496 +#: glib/giochannel.c:1496 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "g_io_channel_read_line_string मा पढ्न सकिएन" -#: ../glib/giochannel.c:1543 ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "अपरिवर्तित तथ्याङ्क अस्थायी पढाइमा छाडिदेऊ" -#: ../glib/giochannel.c:1623 ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "अर्ध-वर्णमा मार्ग टुङ्गिन्छ" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end मा पढ्न सकिएन" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "लाइन %d वर्ण %d मा त्रुटि: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "लाइन %d मा त्रुटि: %s" -#: ../glib/gmarkup.c:434 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "सम्पूर्ण '&;'खाली देखिन्छ; सम्पूर्ण बैध प्रविष्टिहरु : & " < > ' हुन्" +#: glib/gmarkup.c:434 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"सम्पूर्ण '&;'खाली देखिन्छ; सम्पूर्ण बैध प्रविष्टिहरु : & " < > ' हुन्" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -244,17 +196,17 @@ msgstr "" "समस्त नामको सुरूमा वर्ण '%s' बैध हुँदैन ; & वर्णले सम्पूर्णता सुरु गर्छ ; अविभाज्य संपूर्णता " "भेटिएन भने ,छाडिदेऊ" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "समस्त नाम भित्रको वर्ण '%s' बैध छैन" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "समस्त नाम '%s' a'बुझिएन" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -262,25 +214,25 @@ msgstr "" "समस्त प्रविष्टि अर्धविराममा सकिएन;समस्त प्रविष्टिका सट्टा तपाईंले अविभाज्य वर्णबाट सुरू " "गर्नुभयो - & अविभाज्य भेटिँदैन" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" msgstr "" -"वर्ण सन्दर्भमा हुनुपर्ने अङ्कले '%-*s' क्रममिलान गर्न सकेन,(उदाहरणका लागि ê) - संभवत अङ्क " -"ज्यादै ठूलो छ" +"वर्ण सन्दर्भमा हुनुपर्ने अङ्कले '%-*s' क्रममिलान गर्न सकेन,(उदाहरणका लागि ê) - संभवत " +"अङ्क ज्यादै ठूलो छ" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "वर्ण सन्दर्भ '%-.*s' ले स्वीकृत वर्णको संकेतन गर्दैन " -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "खाली वर्ण सन्दर्भमा dž जस्तो अङ्क समाहित हुनुपर्छ" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -289,42 +241,43 @@ msgstr "" "समस्त प्रविष्टि अर्धविराममा सकिएन;समस्त प्रविष्टिका सट्टा तपाईंले अविभाज्य वर्णबाट सुरु " "गर्नुभयो - & अविभाज्य भेटिँदैन" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "अधुरो समस्त सन्दर्भ" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "अधुरो वर्ण सन्दर्भ" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "संकेतित पाठमा युटिएफ-८ अबैध छ" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. <book>)" msgstr "मिसिल कुनै वस्तुबाटै सुरु हुनैपर्छ (जस्तै <book>)" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "वर्ण '<' पछि आउने वर्ण '%s' बैधानिक वर्ण होइन; यस्तोमा वस्तुको नामबाट सुरु हुँदैन" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "'%s' कुनै वस्तुको सुरू ट्यागको अन्त्यमा बिजोर वर्ण '%s',का सट्टा वर्ण '>'खोज्छ" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -332,319 +285,351 @@ msgid "" "character in an attribute name" msgstr "" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, 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:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " "begin an element name" msgstr "" -#: ../glib/gmarkup.c:1568 +#: glib/gmarkup.c:1568 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " "allowed character is '>'" msgstr "" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "तत्त्व '%s' बन्द छ, हाल कुनै तत्त्व खुलेको छैन" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "तत्त्व '%s' बन्द छ, तर हाल खुलिएको तत्त्व '%s' हो" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "मिसिल खाली छ वा सेतो खाली स्थान मात्र राखिएको छ" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "खुल्ला कोण कोष्ठ '<' पछि मिसिल अपेक्षित रूपले समाप्त भयो।" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "तत्त्व नाम भित्र मिसिल अपेक्षित रूपले समाप्त भयो।" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "विशेषता नाम भित्र मिसिल अपेक्षित रूपले समाप्त भयो।" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "तत्त्व-खुल्ला ट्याग भित्र मिसिल अपेक्षित रूपले समाप्त भयो।" -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "बन्द ट्याग भित्र तत्त्व '%s' को लागी मिसिल अपेक्षित रूपले समाप्त भयो।" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "आदेश रेखामा वा अरू कोष्ठ-उद्धरण गरिएको पाठमा नमिलेको उद्धरण चिन्ह" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "पाठ '\\' वर्ण पछि मात्र समाप्त भयो। (पाठ '%s' थियो)" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "%c को लागी मिल्ने उद्धरण फेला पर्नु अगाडि पाठ समाप्त भयो।. (पाठ '%s' थियो)" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "पाठ खाली थियो (वा सेतो खाली स्थान मात्र समावेश थियो)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "शाखा प्रक्रियाबाट डाटा पढ्न असफल" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "शाखा प्रक्रिया (%s) संग कुराकानीको लागी पाईप सृजना गर्न असफल" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "शाखा प्रक्रिया (%s) बाट पढ्न असफल" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "शाखा प्रक्रिया (%s) कार्यान्वयन गर्न असफल" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "सहयोग गर्ने कार्यक्रम कार्यान्वयन गर्न असफल" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" msgstr "" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "शाखा प्रक्रिया (%s) बाट डाटा पढ्न असफल" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() (%s) मा अपेक्षा नगरिएको त्रुटि" -#: ../glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "" -#: ../glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "शाखा प्रक्रिया \"%s\" (%s) कार्यान्वयन गर्न असफल" -#: ../glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" -#: ../glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "" -#: ../glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "शाखा प्रक्रिया \"%s\" कार्यान्वयन गर्दा अज्ञात त्रुटि" -#: ../glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "शाखा पिड पाईप (%s) बाट प्रयाप्त डाटाहरू पढ्न असफल" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "युटिएफ-८ को लागी वर्ण क्षेत्र भन्दा बाहिर" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "अनुवादन निवेशमा अमान्य शृङ्खला" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "युटिएफ-१६ को लागी वर्ण क्षेत्र भन्दा बाहिर" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "Usage:" msgstr "प्रयोग:" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "[OPTION...]" msgstr "[विकल्प...]" -#: ../glib/goption.c:525 +#: glib/goption.c:525 msgid "Help Options:" msgstr "सहयोग विकल्पहरू:" -#: ../glib/goption.c:526 +#: glib/goption.c:526 msgid "Show help options" msgstr "सहयोग विकल्पहरू देखाउनुहोला" -#: ../glib/goption.c:531 +#: glib/goption.c:531 msgid "Show all help options" msgstr "सबै सहयोग विकल्पहरू देखाउनुहोला" -#: ../glib/goption.c:581 +#: glib/goption.c:581 msgid "Application Options:" msgstr "अनुरोधपत्र विकल्पहरू:" -#: ../glib/goption.c:621 +#: glib/goption.c:622 #, c-format -msgid "Cannot parse integer value '%s' for %s" +msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: ../glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: ../glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "अज्ञात विकल्प %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "नियमित फाईल होइन" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "फाइल खालि छ" -#: ../glib/gkeyfile.c:692 +#: glib/gkeyfile.c:692 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" -#: ../glib/gkeyfile.c:760 +#: glib/gkeyfile.c:760 msgid "Key file does not start with a group" msgstr "समूहसंगै कुण्ज फाईल शुरू भएन" -#: ../glib/gkeyfile.c:803 +#: glib/gkeyfile.c:803 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: ../glib/gkeyfile.c:1012 ../glib/gkeyfile.c:1158 ../glib/gkeyfile.c:2159 -#: ../glib/gkeyfile.c:2224 ../glib/gkeyfile.c:2342 ../glib/gkeyfile.c:2410 -#: ../glib/gkeyfile.c:2594 ../glib/gkeyfile.c:2768 ../glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:1012 glib/gkeyfile.c:1158 glib/gkeyfile.c:2159 +#: glib/gkeyfile.c:2224 glib/gkeyfile.c:2342 glib/gkeyfile.c:2410 +#: glib/gkeyfile.c:2594 glib/gkeyfile.c:2768 glib/gkeyfile.c:2825 #, c-format msgid "Key file does not have group '%s'" msgstr "कुण्ज फाईलसंग समूह '%s' छैन" -#: ../glib/gkeyfile.c:1170 +#: glib/gkeyfile.c:1170 #, c-format msgid "Key file does not have key '%s'" msgstr "कुण्ज फाईलसंग कुण्ज '%s' छैन" -#: ../glib/gkeyfile.c:1271 ../glib/gkeyfile.c:1380 +#: glib/gkeyfile.c:1271 glib/gkeyfile.c:1380 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 ../glib/gkeyfile.c:1770 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 glib/gkeyfile.c:1770 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: ../glib/gkeyfile.c:1986 +#: glib/gkeyfile.c:1986 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: ../glib/gkeyfile.c:2174 ../glib/gkeyfile.c:2357 ../glib/gkeyfile.c:2836 +#: glib/gkeyfile.c:2174 glib/gkeyfile.c:2357 glib/gkeyfile.c:2836 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "समूह '%s' मा कुण्ज फाईल संग कुण्ज '%s' छैन" -#: ../glib/gkeyfile.c:3017 +#: glib/gkeyfile.c:3017 msgid "Key file contains escape character at end of line" msgstr "" -#: ../glib/gkeyfile.c:3039 +#: glib/gkeyfile.c:3039 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: ../glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: ../glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" +#~ msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" +#~ msgstr "फाईल '%s' लाई '%s' मा पुन:नामाकरण गर्न असफल: जी_पुन:नामाकरण() असफल: %s" + +#~ msgid "Could not change file mode: fork() failed: %s" +#~ msgstr "फाइल शैली परिवर्तन हुन सकेन: फोर्क() असफल: %s" + +#~ msgid "Could not change file mode: waitpid() failed: %s" +#~ msgstr "फाइल शैली परिवर्तन हुन सकेन: वेईटपिड() असफल: %s" + +#~ msgid "Could not change file mode: chmod() failed: %s" +#~ msgstr "फाइल शैली परिवर्तन हुन सकेन: सिएचमोड() असफल: %s" + +#~ msgid "Could not change file mode: Child terminated by signal: %s" +#~ msgstr "फाइल शैली परिवर्तन हुन सकेन: शाखा संकेतद्वारा अन्त्य भयो: %s" + +#~ msgid "Could not change file mode: Child terminated abnormally" +#~ msgstr "फाइल शैली परिवर्तन हुन सकेन: अनियमित तरिकाले शाखा अन्त्य भयो" + +#~ msgid "Failed to open file '%s' for writing: fdopen() failed: %s" +#~ msgstr "लेख्नको लागी '%s'फाइल खोल्न असफल : एफडीखोल्न() असफल: %s" + +#~ msgid "Failed to write file '%s': fwrite() failed: %s" +#~ msgstr "'%s' फाइल लेख्न असफल : एफलेख्न() असफल: %s" + +#~ msgid "Failed to close file '%s': fclose() failed: %s" +#~ msgstr "'%s'फाइल बन्द गर्न असफल : एफबन्द() असफल: %s" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib (HEAD)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-12-18 00:15+0100\n" "Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Conversie van tekenset '%s' naar '%s' wordt niet ondersteund" @@ -23,65 +23,65 @@ msgstr "Conversie van tekenset '%s' naar '%s' wordt niet ondersteund" # conversieprogramma/omzet-programma/omzetter # kon converteerder van %s naar %s niet openen # Openen van converteerder van '%s' naar '%s' mislukt -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kon conversieprogramma voor omzetten van '%s' naar '%s' niet openen" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Ongeldige bytereeks in conversie-invoer" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Fout tijdens conversie: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Onvolledige tekenreeks aan het eind van de invoer" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan vanaf codeverzameling '%s' niet terugvallen op '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "De URI '%s' is geen absolute URI die gebruik maakt van het \"bestand\" schema" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "De lokale bestands-URI '%s' mag geen '#' bevatten" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "De URI '%s' is ongeldig" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "De hostnaam van de URI '%s' is ongeldig" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "De URI '%s' bevat ongeldige ontsnappingstekens" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Het pad '%s' is geen absoluut pad" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Ongeldige hostnaam" @@ -431,17 +431,17 @@ msgstr "De tekst was leeg (of bevatte slechts lege ruimte)" msgid "Failed to read data from child process" msgstr "Lezen van data van dochterprocessen mislukt" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Aanmaken van pijp voor het communiceren met dochterproces mislukt (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Lezen van pijp naar dochter (%s) mislukt" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Veranderen naar map '%s' is mislukt (%s)" @@ -481,34 +481,34 @@ msgid "Unexpected error in waitpid() (%s)" msgstr "Onverwachte fout in waitpid() (%s)" # fork is een functienaam, mag niet met hoofdletter beginnen -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "fork mislukt (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Uitvoeren van dochterproces \"%s\" mislukt (%s)" # was eerst: herleiden -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "Doorsluizen van invoer of uitvoer van een dochterproces is mislukt (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Het forken van een dochterproces is mislukt (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Onbekende fout bij het uitvoeren van dochterproces \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Lezen van voldoende data van pijp dochter-pid mislukt (%s)" @@ -552,17 +552,17 @@ msgstr "Alle hulp opties tonen" msgid "Application Options:" msgstr "Toepassing opties:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Kan de gehele getalswaarde '%s' voor --%s niet verwerken" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Gehele getalswaarde '%s' voor %s valt buiten bereik" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Onbekende optie %s" @@ -643,12 +643,17 @@ msgstr "Sleutelbestand bevat een ontsnappingsteken aan het einde van een regel" msgid "Key file contains invalid escape sequence '%s'" msgstr "Sleutelbestand bevat ongeldige ontsnappingstekens '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Waarde '%s' kan niet geïnterpreteerd worden als een getal." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Gehele getalswaarde '%s' voor %s valt buiten bereik" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Waarde '%s' kan niet geïnterpreteerd worden als een booleese." @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-09-06 21:31+0000\n" "Last-Translator: Åsmund Skjæveland <aasmunds@fys.uio.no>\n" "Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n" @@ -18,69 +18,69 @@ msgstr "" "X-Generator: KBabel 1.3.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertering frå teiknsettet «%s» til «%s» er ikkje støtta" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kunne ikkje opna konverterar frå «%s» til «%s»" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Ugyldig bytesekvens i inndata for konvertering" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Feil under konvertering: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Delvis teiknsekvens på slutten av inndata" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan ikkje konvertera tilbakefall «%s» til kodesett «%s»" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI-en «%s» er ikkje ein absolutt URI som brukar «file»-skjemaet" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Den lokale fil-URIen «%s» kan ikkje innehalda ein «#»" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URIen «%s» er ugyldig" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Vertsnamnet i URIen «%s» er ugyldig" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URIen «%s» inneheld feil koda teikn" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Filstien «%s» er ikkje ein absolutt sti" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Ugyldig vertsnamn" @@ -419,17 +419,17 @@ msgstr "Teksten var tom (eller inneheldt kun tomme teikn)" msgid "Failed to read data from child process" msgstr "Klarte ikkje å lesa data frå barneprosess" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Klarte ikkje å oppretta røyr for å kommunisera med barneprosess (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Klarte ikkje å lesa frå røyr frå barn (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Klarte ikkje å skifta til katalogen «%s» (%s)" @@ -465,32 +465,32 @@ msgstr "Uventa feil i select() ved lesing av data frå barneprosess (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "Uventa feil i waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Kunne ikkje starta barneprosess (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Klarte ikkje å utføra barnprosess «%s» (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Klarte ikkje å redirigera utdata eller inndata frå barneprosess (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Kunne ikkje starta barneprosess (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ukjend feil ved køyring av barneprosess «%s»" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Klarte ikkje å lesa nok data frå pid-røyr frå barn (%s)" @@ -532,17 +532,17 @@ msgstr "Vis alle hjelpevala" msgid "Application Options:" msgstr "Programval:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Kan ikkje tolka heiltalsverdien «%s» til «--%s»" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Heiltalsverdien «%s» til «%s» utanfor gyldig område" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Ukjend val «%s»" @@ -617,12 +617,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "URIen «%s» inneheld feil koda teikn" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Heiltalsverdien «%s» til «%s» utanfor gyldig område" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-05-25 21:37+0200\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-05-24 17:18+0200\n" "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n" "Language-Team: Norwegian <i18n-nb@lister.ping.uio.no>\n" @@ -14,175 +14,174 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertering fra tegnsett «%s» til «%s» er ikke støttet" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kunne ikke åpne program for å konvertere fra «%s» til «%s»" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 ../glib/giochannel.c:2203 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Ugyldig bytesekvens i inndata for konvertering" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Feil under konvertering: %s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Ufullstendig tegnsekvens ved slutten på inndata" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan ikke konvertere \"fallback\" «%s» til tegnsett «%s»" -#: ../glib/gconvert.c:1617 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI «%s» er ikke en absolutt URI som bruker skjema for filer" -#: ../glib/gconvert.c:1627 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Lokal fil-URI «%s» kan ikke inneholde en «#»" -#: ../glib/gconvert.c:1644 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI «%s» er ugyldig" -#: ../glib/gconvert.c:1656 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Vertsnavnet for URI «%s» er ugyldig" -#: ../glib/gconvert.c:1672 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Vertsnavnet for URI «%s» inneholder ugyldige escape-tegn" -#: ../glib/gconvert.c:1766 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Stinavnet «%s» er ikke en absolutt sti" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Ugyldig vertsnavn" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "Feil under åpning av katalog «%s»: %s" -#: ../glib/gfileutils.c:502 ../glib/gfileutils.c:570 +#: glib/gfileutils.c:502 glib/gfileutils.c:570 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Kunne ikke allokere %lu bytes til lest fil «%s»" -#: ../glib/gfileutils.c:515 +#: glib/gfileutils.c:515 #, c-format msgid "Error reading file '%s': %s" msgstr "Feil under lesing av fil «%s»: %s" -#: ../glib/gfileutils.c:594 +#: glib/gfileutils.c:594 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Feil under lesing fra fil «%s»: %s" -#: ../glib/gfileutils.c:645 ../glib/gfileutils.c:732 +#: glib/gfileutils.c:645 glib/gfileutils.c:732 #, c-format msgid "Failed to open file '%s': %s" msgstr "Feil under åpning av fil «%s»: %s" -#: ../glib/gfileutils.c:662 +#: glib/gfileutils.c:662 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Feil ved uthenting av attributter for fil «%s»: fstat() feilet: %s" -#: ../glib/gfileutils.c:696 +#: glib/gfileutils.c:696 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Feil under åpning av fil «%s»: fdopen() feilet: %s" -#: ../glib/gfileutils.c:1031 +#: glib/gfileutils.c:1031 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Mal «%s» er ugyldig, må ikke inneholde «%s»" -#: ../glib/gfileutils.c:1045 +#: glib/gfileutils.c:1045 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "Mal «%s» slutter ikke med XXXXXX" -#: ../glib/gfileutils.c:1070 +#: glib/gfileutils.c:1070 #, c-format msgid "Failed to create file '%s': %s" msgstr "Feil under oppretting av fil «%s»: %s" -#: ../glib/gfileutils.c:1448 +#: glib/gfileutils.c:1448 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Feil under lesing av symbolsk lenke «%s»: %s" -#: ../glib/gfileutils.c:1469 +#: glib/gfileutils.c:1469 msgid "Symbolic links not supported" msgstr "Symbolske lenker er ikke støttet" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "Konvertering fra tegnsett «%s» til «%s» er ikke støttet" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, 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:1496 +#: glib/giochannel.c:1496 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:1543 ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "Overflødig ikke-konvertert data i innlesingsbuffer" -#: ../glib/giochannel.c:1623 ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "Kanalen terminerer i et oppdelt tegn" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Kan ikke utføre rå avlesing i g_io_channel_read_to_end" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Feil på linje %d tegn %d: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Feil på linje %d: %s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Tom entitet «&;» funnet; gyldige entiteter er: & " < > '" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -193,17 +192,17 @@ msgstr "" "starter en entitet; hvis dette og-tegnet ikke er ment å være en entitet, " "unngå dette ved å bruke & i stedet" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, 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:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "Entitetsnavn «%s» er ikke kjent" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -212,7 +211,7 @@ msgstr "" "tegn uten at det var ment å starte en entitet - ungå ved å bruke & i " "stedet" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 #, fuzzy, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -221,16 +220,16 @@ msgstr "" "Feil under lesing av «%s», som skulle vært et tall inne i en tegnreferanse " "(ê for eksempel) - kanskje tallet er for stort" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 #, fuzzy, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Tegnreferanse «%s» koder ikke et tillatt tegn" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "Tom tegnreferanse; skulle inkludert et tall slik som dž" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -240,23 +239,23 @@ msgstr "" "og-tegn uten at det var ment å starte en entitet - unngå ved å bruke & i " "stedet" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Uferdig referanse til entitet" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Uferdig referanse til tegn" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "Ugyldig UTF-8 kodet tekst" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. <book>)" msgstr "Dokumentet må starte med et element (f.eks <book>)" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -265,7 +264,7 @@ msgstr "" "«%s» er ikke et gyldig tegn etter en «<» tegn; det kan ikke være begynnelsen " "på et elementnavn" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " @@ -274,14 +273,14 @@ msgstr "" "Rart tegn «%s», forventet et «>» tegn for å avslutte start-taggen til " "elementet «%s»" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, 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:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -292,7 +291,7 @@ msgstr "" "element «%s», eller alternativt en attributt; kanskje du brukte et ugyldig " "tegn i attributtnavnet" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -301,7 +300,7 @@ msgstr "" "Rart tegn «%s», ventet et åpent sitattegn etter likhetstegnet når verdi for " "attributt «%s» for element «%s» oppgis" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " @@ -310,7 +309,7 @@ msgstr "" "«%s» er ikke et gyldig tegn etter tegnene «</»; «%s» er kanskje ikke " "begynnelsen på et elementnavn" -#: ../glib/gmarkup.c:1568 +#: glib/gmarkup.c:1568 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " @@ -319,25 +318,25 @@ msgstr "" "«%s» er ikke et gyldig tegn etter element for lukking med navn «%s»; tillatt " "tegn er «>»" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element «%s» ble lukket, ingen åpne elementer nå" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, 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:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "Dokumentet var tomt eller inneholdt kun blanke tegn" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokumentet sluttet uventet rett etter en åpen vinkelparantes «<»" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -345,7 +344,7 @@ msgid "" msgstr "" "Dokumentet sluttet uventet med åpne elementer - «%s» var siste åpne element" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -354,19 +353,19 @@ msgstr "" "Dokumentet sluttet uventet, forventet å se en vinkelparantes for å slutte av " "den siste taggen <%s/>" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "Dokumentet sluttet uventet inni et elementnavn" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokumentet sluttet uventet inni et attributtnavn" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokumentet sluttet uventet inni en tagg for åpning av element." -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -374,72 +373,72 @@ msgstr "" "Dokumentet sluttet uventet etter likhetstegnet som følger et attributtnavn; " "ingen attributtverdi" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokumentet sluttet uventet inni en attributtverdi" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, 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:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Dokumentet sluttet uventet inni en kommentar eller prosesseringsinstruksjon" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Sitert tekst begynner ikke med sitattegn" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "Ubalansert sitattegn i kommandolinje eller annen skall-sitert tekst" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Tekst sluttet rett etter et «\\» tegn. (Teksten var «%s»)" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Teksten sluttet før likt sitattegn ble funnet for %c. (Teksten var «%s»)" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "Teksten var tom (eller inneholdt kun blanke tegn)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "Feil under lesing av data fra underprosess" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Feil under oppretting av rør for kommunikasjon med underprosess (%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Feil under lesing fra \"child pipe\" (%s)" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Feil ved skifte til katalog «%s» (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "Feil under kjøring av underprosess (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "Feil under kjøring av hjelpeprogram" -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -447,179 +446,184 @@ msgstr "" "Uventet feil i g_io_channel_win32_poll() under lesing av data fra en " "underprosess" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Feil under lesing av data fra underprosess (%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Uventet feil i select() ved lesing av data fra underprosess (%s)" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Uventet feil i waitpid() (%s)" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Feil under kjøring av fork (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Feil under kjøring av underprosess «%s» (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Feil under omdirigering av utdata eller inndata for underprosess (%s)" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Feil under kjøring av fork() for underprosess (%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ukjent feil under kjøring av underprosess «%s»" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Klarte ikke å lese nok data fra underprosessens pid-rør (%s)" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "Tegn utenfor gyldig område for UTF-8" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "Ugyldig sekvens i inndata for konvertering" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "Tegn utenfor gyldig område for UTF-16" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "Usage:" msgstr "Bruk:" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "[OPTION...]" msgstr "[FLAGG...]" -#: ../glib/goption.c:525 +#: glib/goption.c:525 msgid "Help Options:" msgstr "Flagg for hjelp:" -#: ../glib/goption.c:526 +#: glib/goption.c:526 msgid "Show help options" msgstr "Vis flagg for hjelp" -#: ../glib/goption.c:531 +#: glib/goption.c:531 msgid "Show all help options" msgstr "Vis alle flagg for hjelp" -#: ../glib/goption.c:581 +#: glib/goption.c:581 msgid "Application Options:" msgstr "Flagg for applikasjonen" -#: ../glib/goption.c:621 +#: glib/goption.c:622 #, fuzzy, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Kan ikke lese heltallsverdi «%s» for --%s" -#: ../glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Heltallsverdi «%s» for %s er utenfor gyldig område" -#: ../glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Ukjent flagg %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "Ikke en vanlig fil" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "Filen er tom" -#: ../glib/gkeyfile.c:692 +#: glib/gkeyfile.c:692 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" -#: ../glib/gkeyfile.c:760 +#: glib/gkeyfile.c:760 msgid "Key file does not start with a group" msgstr "" -#: ../glib/gkeyfile.c:803 +#: glib/gkeyfile.c:803 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "" -#: ../glib/gkeyfile.c:1012 ../glib/gkeyfile.c:1158 ../glib/gkeyfile.c:2159 -#: ../glib/gkeyfile.c:2224 ../glib/gkeyfile.c:2342 ../glib/gkeyfile.c:2410 -#: ../glib/gkeyfile.c:2594 ../glib/gkeyfile.c:2768 ../glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:1012 glib/gkeyfile.c:1158 glib/gkeyfile.c:2159 +#: glib/gkeyfile.c:2224 glib/gkeyfile.c:2342 glib/gkeyfile.c:2410 +#: glib/gkeyfile.c:2594 glib/gkeyfile.c:2768 glib/gkeyfile.c:2825 #, c-format msgid "Key file does not have group '%s'" msgstr "" -#: ../glib/gkeyfile.c:1170 +#: glib/gkeyfile.c:1170 #, c-format msgid "Key file does not have key '%s'" msgstr "" -#: ../glib/gkeyfile.c:1271 ../glib/gkeyfile.c:1380 +#: glib/gkeyfile.c:1271 glib/gkeyfile.c:1380 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 ../glib/gkeyfile.c:1770 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 glib/gkeyfile.c:1770 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -#: ../glib/gkeyfile.c:1986 +#: glib/gkeyfile.c:1986 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -#: ../glib/gkeyfile.c:2174 ../glib/gkeyfile.c:2357 ../glib/gkeyfile.c:2836 +#: glib/gkeyfile.c:2174 glib/gkeyfile.c:2357 glib/gkeyfile.c:2836 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "" -#: ../glib/gkeyfile.c:3017 +#: glib/gkeyfile.c:3017 msgid "Key file contains escape character at end of line" msgstr "" -#: ../glib/gkeyfile.c:3039 +#: glib/gkeyfile.c:3039 #, fuzzy, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Vertsnavnet for URI «%s» inneholder ugyldige escape-tegn" -#: ../glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: ../glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Heltallsverdi «%s» for %s er utenfor gyldig område" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib.glib-2-4.HEAD.or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-09-05 21:30+0530\n" "Last-Translator: Subhransu Behera <arya_subhransu@yahoo.co.in>\n" "Language-Team: Oriya <oriya-group@lists.sarovar.org>\n" @@ -16,69 +16,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "ଅକ୍ଷର ସେଟ୍ '%s'କୁ '%s'େର ରୂପାନ୍ତରିତ କରିବା ଅସହାୟକ" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'ରୁ '%s'ର ରୁପାନ୍ତରକ ଖୋଲି ହେଲା ନାହିଁ" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "ରୁପାନ୍ତରଣ ନିବେଶେର ଅବୈଧ ବାଇଟ୍ ଅନୁକ୍ରମ" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "ରୁପାନ୍ତରଣରେ ତ୍ରୁଟି: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "ନିବେଶର ସମାପ୍ତିରେ ଆଶିଂକ ଅକ୍ଷର ଅନୁକ୍ରମ" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "'%s' ସହାୟକକୁ ସଂକେତ '%s' ସେଟ୍ ରେ ରୁପାନ୍ତରିତ କରିହେଲା ନାହିଁ" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ. \"ଫାଇଲ\" ଯୋଜନାକୁ ବ୍ଯବହାର କରୁଥିବା ଗୋଟିଏ ସମ୍ପୂର୍ଣ୍ଣ ୟୁ.ଆର୍.ଆଇ. ନୁହେଁ" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "'%s' ସ୍ଥାନୀୟ ଫାଇଲ ୟୁ.ଆର୍.ଆଇ. '#' ଚିହ୍ନକୁ ସମ୍ମିଳିତ କରିପାରିବ ନାହିଁ" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ. ଅବୈଧ ଅଟେ" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ର ହୋଷ୍ଟ୍ ନାମ ଅବୈଧ ଅଟେ" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ରେ ଅବୈଧ ଏସ୍କେପ୍ ଅକ୍ଷର ରହିଛି" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' ପଥ ନାମ ଏକ ସମ୍ପୂର୍ଣ୍ଣ ପଥ ନୁହେଁ" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "ଅବୈଧ ହୋଷ୍ଟ୍ ନାମ" @@ -409,18 +409,18 @@ msgstr "ପାଠ୍ଯ ଖାଲି ଥିଲା (ବା କେବଳ ଖାଲ msgid "Failed to read data from child process" msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାରୁ ତଥ୍ଯ ପଢ଼ିବାରେ ଅସଫଳ" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟା ସହିତ ସଂଯୋଗ ପାଇଁ ପାଇପ୍ ସୃଷ୍ଟି କରିବାରେ ଅସଫଳ (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "ନିର୍ଭରକ ପାଇପ୍ ରୁ ତଥ୍ଯ ପଢି଼ବାରେ ଅସଫଳ (%s)" # Gora: "change to directory" means "got to directory" here -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "'%s' ଡିରେକ୍ଟୋରିକୁ ଯିବାରେ ଅସଫଳ (%s)" @@ -455,32 +455,32 @@ msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାରୁ ତଥ୍ଯ ପ msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid()ରେ ଅପ୍ରତ୍ଯାଶିତ ତ୍ରୁଟି (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "ଶାଖା ସୃଷ୍ଟି କରିବାରେ ଅସଫଳ (%s" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟା \"%s\" ନିଷ୍ପାଦନ କରିବାରେ ଅସଫଳ (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାର ନିର୍ଗମ ବା ନିବେଶର ପୁନଃନିର୍ଦ୍ଦେଶନ କରିବାରେ ଅସଫଳ (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାକୁ ଶାଖାଯୁକ୍ତ କରିବାରେ ଅସଫଳ (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "ନିର୍ଭରକ ପ୍ରକ୍ରିୟାକୁ ନିଷ୍ପାଦନ କରିବାରେ ଅଜଣା ତ୍ରୁଟି \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "ନିର୍ଭରକ ପି.ଆଇ.ଡି. ପାଇପ୍ ରୁ ପର୍ଯ୍ଯାପ୍ତ ତଥ୍ଯ ପଢି଼ବାରେ ଅସଫଳ (%s)" @@ -522,17 +522,17 @@ msgstr "ସବୁ ସାହାଯ୍ଯ ପସନ୍ଦ ଦେଖାନ୍ତୁ msgid "Application Options:" msgstr "ପ୍ରୟୋଗ ପସନ୍ଦ" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "--%2$s ପାଇଁ ପୂର୍ଣ ସଂଖ୍ଯା ମୂଲ୍ଯ '%1$s' ବିଶ୍ଲେଷିତ କରିହେଲା ନାହିଁ" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s ପାଇଁ ପୂର୍ଣ ସଂଖ୍ଯା ମୂଲ୍ଯ '%1$s' ପରିସର ବାହାରେ" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "ଅଜଣା ପସନ୍ଦ %s" @@ -607,12 +607,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "'%s' ୟୁ.ଆର୍.ଆଇ.ରେ ଅବୈଧ ଏସ୍କେପ୍ ଅକ୍ଷର ରହିଛି" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "%2$s ପାଇଁ ପୂର୍ଣ ସଂଖ୍ଯା ମୂଲ୍ଯ '%1$s' ପରିସର ବାହାରେ" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: pa\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-03-03 21:28+0530\n" "Last-Translator: Amanpreet Singh Alam <amanpreetalam@yahoo.com>\n" "Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n" @@ -22,69 +22,69 @@ msgstr "" "X-Generator: KBabel 1.9.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "ਕਰੈਕਟਰ ਸਮੂਹ %s ਤੋਂ %s ਵਿੱਚ ਬਦਲਣ ਇਸ ਵੇਲੇ ਸੰਭਵ ਨਹੀ" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "ਇਸ '%s' ਤੋ '%s' ਵਿੱਚ ਬਦਲਣ ਵਾਲਾ ਉਪਲਬਧ ਨਹੀ ਹੈ" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "ਬਦਲਣ ਲਈ ਦਿਤੀ ਸਤਰ ਵਿੱਚ ਬਾਇਟ ਦਾ ਸਰੂਪ ਠੀਕ ਨਹੀ ਹੈ" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "ਤਬਦੀਲੀ ਦਰਮਿਆਨ ਗਲਤੀ %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "ਸਤਰ ਦੇ ਅਖੀਰ ਤੇ ਅੱਖਰਾਂ ਦਾ ਸਰੂਪ ਅਧੂਰਾ ਹੈ" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "ਤਬਦੀਲੀ ਸੰਭਵ ਨਹੀ ਕੋਡ ਸਮੂਹ %s ਤੋ %s ਵਿੱਚ ਤਬਦੀਲੀ" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' \"ਫਾਇਲ\" ਸਕੀਮ ਨਾਲ ਅਸਲੀ URI ਨਹੀ ਹੈ" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "ਸਥਾਨਕ ਫਾਇਲ %s ਵਿੱਚ ਇਹ ਨਿਸ਼ਾਨ # ਨਹੀ ਹੈ" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI %s ਜਾਇਜ ਨਹੀ ਹੈ" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI %s ਦੇ ਮੇਜਬਾਨ ਦਾ ਨਾਂ ਜਾਇਜ ਨਹੀ ਹੈ" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "ਯੂਆਰਆਈ %s ਕੋਲ ਗਲਤ ਅੱਖਰ ਹਨ" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "ਰਾਹ %s ਇਕ ਠੀਕ (absolute) ਰਾਹ ਨਹੀ ਹੈ" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "ਗਲਤ ਮੇਜਬਾਨ ਨਾਂ" @@ -410,17 +410,17 @@ msgstr "ਅੱਖਰੀ ਪਾਠ ਖਾਲੀ ਸੀ (ਜਾਂ ਸਾਫ ਥ msgid "Failed to read data from child process" msgstr "ਅਗਲੇਰੀ ਕਿਰਿਆਵਾਂ ਤੋ ਡਾਟਾ ਵੇਖਣ ਵਿੱਚ ਅਸਫਲ ਹੈ " -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ (%s) ਨਾਲ ਸੰਚਾਰ ਲਈ ਪਾਇਪ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ ਹੈ " -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ (%s) ਤੋ ਡਾਟਾ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "ਡਾਇਰੈਕਟਰੀ '%s' ਬਦਲਣ ਵਿੱਚ ਅਸਫਲ (%s)" @@ -456,32 +456,32 @@ msgstr "ਅਣਪਛਾਤੀ ਗਲਤੀ ਅਗਲੀ ਕਿਰਿਆ(%s) ਤ msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() (%s) ਵਿੱਚ ਅਣਪਛਾਤੀ ਗਲਤੀ ਹੈ" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "(%s) ਵੰਡਣ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ \"%s\" ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਅਸਫਲ ਹੈ (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ (%s) ਦੇ ਨਤੀਜੇ ਨੂੰ ਵਾਪਿਸ ਕਰਨ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ (%s) ਨੂੰ ਵੰਡ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "ਅਗਲੀ ਕਿਰਿਆ \"%s\" ਨੂੰ ਚਾਲੂ ਕਰਨ ਵਿੱਚ ਅਸਫਲ ਹੈ" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "ਅਗਲੀ ਕਿਰਿਆ ਪਾਇਪ(%s) ਤੋਂ ਚਾਹੀਦਾ ਡਾਟਾ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ ਹੈ" @@ -523,17 +523,17 @@ msgstr "ਸਭ ਸਹਾਇਤਾ ਚੋਣ ਵੇਖਾਓ" msgid "Application Options:" msgstr "ਕਾਰਜ ਚੋਣ:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "ਪੂਰਨ ਅੰਕ ਮੁੱਲ '%s' ਨੂੰ --%s ਨਾਲ ਪਾਰਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "ਪੂਰਨ ਅੰਕ '%s' ਲਈ %s ਸੀਮਾ ਤੋਂ ਬਾਹਰ ਹੈ" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "ਅਣਜਾਣ ਚੋਣ %s" @@ -610,12 +610,17 @@ msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਸਤਰ ਦੇ ਅੰਤ ਤ msgid "Key file contains invalid escape sequence '%s'" msgstr "ਕੁੰਜੀ ਫਾਇਲ ਵਿੱਚ ਗਲਤ ਇਸਕੇਪ ਕ੍ਰਮ '%s' ਹੈ" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "ਮੁੱਲ '%s' ਨੂੰ ਅੰਕ ਦੇ ਤੌਰ ਵਰਤਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ ਹੈ।" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "ਪੂਰਨ ਅੰਕ '%s' ਲਈ %s ਸੀਮਾ ਤੋਂ ਬਾਹਰ ਹੈ" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "ਮੁੱਲ '%s' ਨੂੰ ਬੁਲੀਅਨ ਮੁੱਲ ਦੇ ਤੌਰ ਤੇ ਪੇਸ਼ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2003-01-02 01:22+0100\n" "Last-Translator: GNOME PL Team <translators@gnomepl.org>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" @@ -18,72 +18,72 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "Konwersja z zestawu znaków \"%s\" na zestaw \"%s\" nie jest obsługiwana" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nie można otworzyć konwertera z \"%s\" na \"%s\"" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Niepoprawna sekwencja bajtów na wejściu konwersji" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Błąd podczas konwersji: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Na końcu wejścia występuje sekwencja odpowiadająca części znaku" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Nie można przekonwertować napisu zastępczego \"%s\" na zestaw znaków \"%s\"" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "URI \"%s\" nie jest bezwzględnym URI, używającym schematu \"plikowego\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI lokalnego pliku \"%s\" nie może zawierać znaku \"#\"" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI \"%s\" jest niepoprawny" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Nazwa komputera w URI \"%s\" jest niepoprawna" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI \"%s\" zawiera niewłaściwie zacytowane znaki" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Ścieżka \"%s\" nie jest ścieżką bezwzględną" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Niepoprawna nazwa komputera" @@ -439,17 +439,17 @@ msgstr "Tekst jest pusty (lub zawiera tylko separatory)" msgid "Failed to read data from child process" msgstr "Nie można odczytać danych z procesu potomnego" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Nie można utworzyć potoku do komunikacji z procesem potomnym (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nie można odczytać danych z potoku łączącego z procesem potomnym (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nie można zmienić katalogu na \"%s\" (%s)" @@ -488,32 +488,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Nieoczekiwany błąd w funkcji waitpit() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Nie można utworzyć procesu (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nie można wykonać procesu potomnego \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nie można przekierować wejścia lub wyjścia procesu potomnego (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nie można utworzyć procesu potomnego (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Przy wykonywaniu procesu potomnego \"%s\" wystąpił nieznany błąd" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -557,17 +557,17 @@ msgstr "Wyświetlenie wszystkich opcji pomocy" msgid "Application Options:" msgstr "Opcje aplikacji:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Nie można przetworzyć wartości liczbowej \"%s\" dla --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Wartość liczbowa \"%s\" dla %s jest z poza dopuszczalnego zakresu" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Nieznana opcja %s" @@ -650,12 +650,17 @@ msgstr "Plik klucza zawiera znak sterujący na końcu linii" msgid "Key file contains invalid escape sequence '%s'" msgstr "Plik klucza zawiera niepoprawną sekwencję sterującą \"%s\"" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Nie można zinterpretować \"%s\" jako wartości liczbowej." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Wartość liczbowa \"%s\" dla %s jest z poza dopuszczalnego zakresu" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nie można zinterpretować \"%s\" jako wartości logicznej." @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.10\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-01-10 22:05+0000\n" "Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n" "Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n" @@ -15,69 +15,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Conversão do conjunto de caracteres '%s' para '%s' não é suportada" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Incapaz de abrir conversor de '%s' para '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Sequência de bytes inválida na origem da conversão" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Erro durante a conversão: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Sequência de caracteres parcial no final da origem" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Incapaz de converter recurso '%s' para conjunto de caracteres '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "O URI '%s' não é um URI absoluto que utiliza o esquema \"file\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "O URI de ficheiro local '%s' não deverá incluir um '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "O URI '%s' é inválido" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "O nome de máquina do URI '%s' é inválido" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "O URI '%s' contém caracteres incorrectamente mascarados" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "O nome de caminho '%s' não é um caminho absoluto" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Nome de máquina inválido" @@ -426,17 +426,17 @@ msgstr "Texto estava vazio (ou apenas continha espaços)" msgid "Failed to read data from child process" msgstr "Falha ao ler dados de processo filho" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Falha ao criar canal para comunicar com processo filho (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Falha ao ler de canal filho (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Falha ao ir para directório '%s' (%s)" @@ -473,32 +473,32 @@ msgstr "Erro inesperado no select() ao ler dados de processo filho (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "Erro inesperado em waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Falha ao efectuar fork (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Falha ao executar o processo filho \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Falha ao redireccionar saída ou entrada de processo filho (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Falha ao efectuar fork de processo filho (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Erro desconhecido ao executar processo filho \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Incapaz de ler dados suficientes de canal pid do filho (%s)" @@ -540,17 +540,17 @@ msgstr "Apresentar todas as opções de ajuda" msgid "Application Options:" msgstr "Opções da Aplicação:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Incapaz de parsear o valor inteiro '%s' para --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Valor inteiro '%s' para %s para lá do limite permitido" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Opção %s desconhecida" @@ -631,12 +631,17 @@ msgid "Key file contains invalid escape sequence '%s'" msgstr "" "Ficheiro de chave contém uma sequência de caracteres escapados inválida '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Incapaz de interpretar o valor '%s' como um numérico." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Valor inteiro '%s' para %s para lá do limite permitido" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Incapaz de interpretar o valor '%s' como uma boleana." diff --git a/po/pt_BR.po b/po/pt_BR.po index a36748141..91e8090a6 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-02-01 15:10-0200\n" "Last-Translator: Gustavo Noronha Silva <kov@debian.org>\n" "Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n" @@ -15,69 +15,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Conversão do conjunto de caracteres '%s' para '%s' não é suportada" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Não foi possível abrir conversor de '%s' para '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Sequência de bytes inválida na entrada de conversão" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Erro durante a conversão: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Sequência de caracteres parcial no final da entrada" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Não foi possível converter recurso '%s' para conjunto caracteres '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "O URI '%s' não é um URI absoluto que utilize o esquema \"file\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "O URI de arquivo local '%s' não pode incluir um '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "O URI '%s' é inválido" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "O nome de servidor do URI '%s' é inválido" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "O URI '%s' contém caracteres mascarados inválidos" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "O nome de caminho '%s' não é um caminho absoluto" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Nome de servidor inválido" @@ -427,17 +427,17 @@ msgstr "Texto estava vazio (ou apenas continha espaços)" msgid "Failed to read data from child process" msgstr "Falha ao ler dados de processo filho" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Falha ao criar canal para comunicar com com processo filho (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Falha ao ler de canal filho (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Falha ao ir para diretório '%s' (%s)" @@ -474,32 +474,32 @@ msgstr "Erro inesperado no select() ao ler dados de processo filho (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "Erro inesperado em waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Falha no fork (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Falha ao executar processo filho \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Falha ao redireccionar saida ou entrada do processo filho (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Falha no fork de processo filho (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Erro desconhecido ao executar processo filho \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Falha ao ler dados suficientes de canal pid do filho (%s)" @@ -541,17 +541,17 @@ msgstr "Exibir todas as opções de ajuda" msgid "Application Options:" msgstr "Opções de Aplicação:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Não foi possível analisar o valor inteiro '%s' para --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Valor inteiro '%s' para %s fora dos limites" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Opção %s desconhecida" @@ -633,12 +633,17 @@ msgstr "Arquivo de chave contém caractere de escape no fim da linha" msgid "Key file contains invalid escape sequence '%s'" msgstr "Arquivo de chave contém seqüência de escape '%s' inválida" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "O valor '%s' não pode ser interpretado como um número." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Valor inteiro '%s' para %s fora dos limites" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "O valor '%s' não pode ser interpretado como um booleano." @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib-2-6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-03-02 22:46+0200\n" "Last-Translator: Mişu Moldovan <dumol@go.ro>\n" "Language-Team: Română <gnomero-list@lists.sourceforge.net>\n" @@ -15,69 +15,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Conversia de la setul de caractere „%s” la „%s” nu este suportată" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nu s-a putut iniţia conversia de la „%s” la „%s”" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Secvenţă de octeţi invalidă în intrarea conversiei" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Eroare în timpul conversiei: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Secvenţă parţială de caractere la sfârşitul intrării" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Nu pot converti rezerva „%s” la setul de caractere „%s”" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI-ul „%s” nu este un URI absolut folosind schema „fişier”" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI-ul fişierului local „%s” nu poate include un „#”" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI-ul „%s” este invalid" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Gazda URI-ului „%s” este invalidă" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI-ul „%s” conţine caractere „escaped” invalide" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Calea „%s” nu este o cale absolută" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Nume gazdă invalid" @@ -422,19 +422,19 @@ msgstr "Textul era gol (sau conţinea doar spaţiu gol)" msgid "Failed to read data from child process" msgstr "Nu am reuşit să citesc datele de la procesul copil" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Nu am reuşit să creez conectorul „pipe” pentru a comunica cu procesul copil " "(%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nu am reuşit să citesc datele din conectorul „pipe” copil (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nu am reuşit să schimb în directorul „%s” (%s)" @@ -472,32 +472,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Eroare neaşteptată în waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Nu am reuşit să clonez procesul (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nu am reuşit să lansez în execuţie procesul „%s” (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Eşuare la redirectarea ieşirii sau intrării procesului copil (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Eşuare la clonarea procesului copil (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Eroare necunoscută la lansarea în execuţie a procesului copil „%s”" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -541,17 +541,17 @@ msgstr "Arată toate opţiunile de ajutor" msgid "Application Options:" msgstr "Opţiuni aplicaţie:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Nu pot prelucra valoarea întregului „%s” pentru --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Valoarea întregului „%s” pentru %s este înafara limitelor" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Opţiune necunoscută %s" @@ -630,12 +630,17 @@ msgstr "Fişieul cheie conţine caractere „escape” la sfârşit de linie" msgid "Key file contains invalid escape sequence '%s'" msgstr "URI-ul „%s” conţine secvenţe „escaped” invalide" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Valoarea „%s” nu poate fi interpretată ca un număr." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Valoarea întregului „%s” pentru %s este înafara limitelor" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Valoarea „%s” nu poate fi interpretată ca o valoare booleană." @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-12-17 15:42+0200\n" "Last-Translator: Leonid Kanter <leon@asplinux.ru>\n" "Language-Team: <gnome-cyr@gnome.org>\n" @@ -17,17 +17,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Преобразование из набора символов \"%s\" в \"%s\" не поддерживается" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не удалось открыть преобразователь из \"%s\" в \"%s\"" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" @@ -35,57 +35,57 @@ msgstr "" "Недопустимая последовательность байтов для преобразования содержится во " "входной строке" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Произошла ошибка при преобразовании: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Неполный символ содержится в конце входной строки" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Невозможно корректно преобразовать символ \"%s\" в символ из набора \"%s\"" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "URI \"%s\" не является абсолютным идентификатором при использовании схемы " "\"file\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" "Идентификатор URI локального файла \"%s\" не может включать символ \"#\"" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "Идентификатор URI \"%s\" недопустим" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Имя узла недопустимо в идентификаторе URI \"%s\"" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Идентификатор URI \"%s\" содержит недопустимо экранированный символ" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Путь \"%s\" не является абсолютным" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Имя узла недопустимо" @@ -439,18 +439,18 @@ msgstr "Текст был пуст (или содержал только про msgid "Failed to read data from child process" msgstr "Произошёл сбой при чтении данных из процесса-потомка" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Произошёл сбой при создании канала для сообщения с процессом-потомком (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Произошёл сбой при чтении данных из канала потомка (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Произошёл сбой при смене каталога \"%s\" (%s)" @@ -489,33 +489,33 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Произошла непредвиденная ошибка в функции waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Произошёл сбой при ответвлении (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Произошёл сбой при выполнении процесса-потомка \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "Произошёл сбой при перенаправлении вывода или ввода процесса-потомка (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Произошёл сбой при ответвлении процесса-потомка (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Произошла неизвестная ошибка при выполнении процесса-потомка \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -561,17 +561,17 @@ msgstr "Показать все параметры справки" msgid "Application Options:" msgstr "Применимые параметры:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Не удается разобрать значение '%s' для --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Целое значение '%s' для %s выходит за пределы" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Неизвестный параметр %s" @@ -653,12 +653,17 @@ msgstr "Файл ключа содержит символ escape в конце msgid "Key file contains invalid escape sequence '%s'" msgstr "Файл ключа содержит неверную escape-последовательность '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Значение '%s' не может быть интерпретировано как числовое." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Целое значение '%s' для %s выходит за пределы" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Значение '%s' не может быть интерпретировано как булево." @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Gnome 2.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-03-28 18:52-0700\n" "Last-Translator: Steve Murphy <murf@e-tools.com>\n" "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n" @@ -23,71 +23,71 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, fuzzy, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Bivuye Inyuguti Gushyiraho Kuri ni OYA" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "OYA Gufungura Bivuye Kuri" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 #, fuzzy msgid "Invalid byte sequence in conversion input" msgstr "Bayite in Ihindurangero Iyinjiza" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, fuzzy, c-format msgid "Error during conversion: %s" msgstr "Ihindurangero" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 #, fuzzy msgid "Partial character sequence at end of input" msgstr "Inyuguti ku Impera Bya Iyinjiza" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, fuzzy, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "GUHINDURA Kuri" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "ni OYA ikoresha IDOSIYE Igishusho" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, fuzzy, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "IDOSIYE Gicurasi OYA Gushyiramo a" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, fuzzy, c-format msgid "The URI '%s' is invalid" msgstr "ni Sibyo" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, fuzzy, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Izina ry'inturo: Bya ni Sibyo" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, fuzzy, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Kirimo Inyuguti" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, fuzzy, c-format msgid "The pathname '%s' is not an absolute path" msgstr "ni OYA Inzira" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 #, fuzzy msgid "Invalid hostname" msgstr "Izina ry'inturo:" @@ -426,17 +426,17 @@ msgstr "ubusa Cyangwa" msgid "Failed to read data from child process" msgstr "Kuri Gusoma Ibyatanzwe Bivuye" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, fuzzy, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Kuri Kurema kugirango Na:" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, fuzzy, c-format msgid "Failed to read from child pipe (%s)" msgstr "Kuri Gusoma Bivuye" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, fuzzy, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Kuri Guhindura>> Kuri bushyinguro" @@ -473,32 +473,32 @@ msgstr "Ikosa in Guhitamo Ibyatanzwe Bivuye a" msgid "Unexpected error in waitpid() (%s)" msgstr "Ikosa in" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, fuzzy, c-format msgid "Failed to fork (%s)" msgstr "Kuri" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, fuzzy, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Kuri Gukora" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, fuzzy, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Kuri Ibisohoka Cyangwa Iyinjiza Bya" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, fuzzy, c-format msgid "Failed to fork child process (%s)" msgstr "Kuri" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, fuzzy, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Ikosa Gukora: %s%s" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, fuzzy, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Kuri Gusoma Ibyatanzwe Bivuye" @@ -546,17 +546,17 @@ msgstr "Byose Ifashayobora Amahitamo" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, fuzzy, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Umubare wuzuye Agaciro kugirango" -#: glib/goption.c:631 +#: glib/goption.c:632 #, fuzzy, c-format msgid "Integer value '%s' for %s out of range" msgstr "Agaciro kugirango Inyuma Bya Urutonde" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, fuzzy, c-format msgid "Unknown option %s" msgstr "Ihitamo ritazwi:" @@ -638,12 +638,17 @@ msgstr "IDOSIYE Kirimo Inyuguti ku Impera Bya Umurongo" msgid "Key file contains invalid escape sequence '%s'" msgstr "IDOSIYE Kirimo Sibyo" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Nka a Umubare" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Agaciro kugirango Inyuma Bya Urutonde" + +#: glib/gkeyfile.c:3219 #, fuzzy, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nka a Icyungo" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-01-14 07:12+0100\n" "Last-Translator: Marcel Telka <marcel@telka.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -20,69 +20,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Prevod zo znakovej sady '%s' do '%s' nie je podporovaný" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nepodarilo sa otvoriť program na prevod z '%s' do '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Neplatná sekvencia bajtov na vstupe prevodu" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Chyba počas prevodu: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Čiastočná sekvencia znakov na konci vstupu" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Nepodarilo sa previesť náhradné `%s' do kódovej stránky `%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' nie je absolútne URI, používajúce schému \"file\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI lokálneho súboru '%s' nesmie obsahovať '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' je neplatné" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI hostiteľa '%s' je neplatné." -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' obsahuje neplatne zadané znaky" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Cesta '%s' nie je absolútna" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Neplatné meno hostiteľa" @@ -414,17 +414,17 @@ msgstr "Text bol prázdny (alebo obsahoval iba medzery)" msgid "Failed to read data from child process" msgstr "Nepodarilo sa čítať dáta z procesu potomka" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Nepodarilo sa vytvoriť rúru pre komunikáciu s procesom potomka (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nepodarilo sa čítať z rúry potomka (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nepodarilo sa zmeniť priečinok na '%s' (%s)" @@ -461,32 +461,32 @@ msgstr "Neočakávaná chyba v select() pri čítaní dát z procesu potomka (%s msgid "Unexpected error in waitpid() (%s)" msgstr "Neočakávaná chyba vo waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Nepodarilo sa zavolať fork (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nepodarilo sa spustiť proces potomka \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nepodarilo sa presmerovať vstup alebo výstup procesu potomka (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nepodarilo sa spustiť proces potomka (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Neznáma chyba počas behu procesu potomka \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nepodarilo sa prečítať dostatok dát z rúry potomka (%s)" @@ -528,17 +528,17 @@ msgstr "Zobraziť všetky voľby pomocníka" msgid "Application Options:" msgstr "Voľby aplikácie:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Nepodarilo sa spracovať celočíselnú hodnotu '%s' pre --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Celočíselná hodnota '%s' pre %s je mimo rozsah" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Neznáma voľby %s" @@ -619,12 +619,17 @@ msgstr "Súbor kľúčov obsahuje znak escape na konci riadku" msgid "Key file contains invalid escape sequence '%s'" msgstr "Súbor kľúčov obsahuje neplatne zadanú sekvenciu '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Hodnota '%s' nemohla byť interpretovaná ako číslo." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Celočíselná hodnota '%s' pre %s je mimo rozsah" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Hodnota '%s' nemohla byť interpretovaná ako boolovská." @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-03 10:59+0200\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2001-02-16 12:30+0200\n" "Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -14,173 +14,175 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../glib/gconvert.c:406 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Pretvorba iz nabora znakov '%s' v '%s' ni podprta" -#: ../glib/gconvert.c:410 +#: glib/gconvert.c:410 +#, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nisem mogel odpreti pretvornika iz '%s' v '%s'" -#: ../glib/gconvert.c:618 ../glib/gconvert.c:908 ../glib/giochannel.c:1319 -#: ../glib/giochannel.c:1361 ../glib/giochannel.c:2203 ../glib/gutf8.c:911 -#: ../glib/gutf8.c:1361 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 +#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 +#: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Neveljavna sekvenca bajtov na vhodu pretvorbe" -#: ../glib/gconvert.c:624 ../glib/gconvert.c:841 ../glib/giochannel.c:1326 -#: ../glib/giochannel.c:2215 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 +#: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Napaka med pretvorbo: %s" -#: ../glib/gconvert.c:643 ../glib/gutf8.c:907 ../glib/gutf8.c:1112 -#: ../glib/gutf8.c:1253 ../glib/gutf8.c:1357 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Delna (nedokončana) sekvenca znakov na koncu vhoda" -#: ../glib/gconvert.c:817 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ne morem pretvoriti '%s' v nabor znakov '%s'" -#: ../glib/gconvert.c:1617 +#: glib/gconvert.c:1617 +#, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' pri uporabi shem \"file\" ni absoluten" -#: ../glib/gconvert.c:1627 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Krajevna datoteka URI '%s' ne sme vsebovati '#'" -#: ../glib/gconvert.c:1644 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' je neveljaven" -#: ../glib/gconvert.c:1656 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Ime gostitelja URIja '%s' ni veljavno" -#: ../glib/gconvert.c:1672 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' vsebuje neveljavne ubežne znake" -#: ../glib/gconvert.c:1766 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Pot '%s' ni absolutna pot" -#: ../glib/gconvert.c:1776 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Neveljavno ime gostitelja" -#: ../glib/gdir.c:121 ../glib/gdir.c:141 +#: glib/gdir.c:121 glib/gdir.c:141 #, c-format msgid "Error opening directory '%s': %s" msgstr "Napaka ob odpiranju imenika '%s': %s" -#: ../glib/gfileutils.c:502 ../glib/gfileutils.c:570 +#: glib/gfileutils.c:502 glib/gfileutils.c:570 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Nisem mogel rezervirati %lu bajtov za branje datoteke \"%s\"" -#: ../glib/gfileutils.c:515 +#: glib/gfileutils.c:515 #, c-format msgid "Error reading file '%s': %s" msgstr "Napaka ob branju datoteke '%s': %s" -#: ../glib/gfileutils.c:594 +#: glib/gfileutils.c:594 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Nisem uspel brati iz datoteke '%s': %s" -#: ../glib/gfileutils.c:645 ../glib/gfileutils.c:732 +#: glib/gfileutils.c:645 glib/gfileutils.c:732 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nisem uspel odpreti datoteke '%s': %s" -#: ../glib/gfileutils.c:662 +#: glib/gfileutils.c:662 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "Nisem uspel dobiti atributov datoteke '%s': fstat() ni uspel: %s" -#: ../glib/gfileutils.c:696 +#: glib/gfileutils.c:696 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Nisem uspel odpreti datoteke '%s': fdopen() ni uspel: %s" -#: ../glib/gfileutils.c:1031 +#: glib/gfileutils.c:1031 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Šablona '%s' je neveljavna, ne bi smela vsebovati '%s'" -#: ../glib/gfileutils.c:1045 +#: glib/gfileutils.c:1045 #, c-format msgid "Template '%s' doesn't end with XXXXXX" msgstr "Šablona '%s' se ne konča z XXXXXX" -#: ../glib/gfileutils.c:1070 +#: glib/gfileutils.c:1070 #, c-format msgid "Failed to create file '%s': %s" msgstr "Nisem uspel ustvariti datoteke '%s' %s" -#: ../glib/gfileutils.c:1448 +#: glib/gfileutils.c:1448 +#, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Nisem uspel prebrati simbolne povezave '%s': %s" -#: ../glib/gfileutils.c:1469 +#: glib/gfileutils.c:1469 msgid "Symbolic links not supported" msgstr "Simbolne povezave niso podprte" -#: ../glib/giochannel.c:1147 +#: glib/giochannel.c:1147 #, c-format msgid "Conversion from character set `%s' to `%s' is not supported" msgstr "Pretvorba iz nabora znakov `%s' v `%s' ni podprta" -#: ../glib/giochannel.c:1151 +#: glib/giochannel.c:1151 #, c-format msgid "Could not open converter from `%s' to `%s': %s" msgstr "Nisem mogel odpreti pretvornika iz `%s' v `%s': %s" -#: ../glib/giochannel.c:1496 +#: glib/giochannel.c:1496 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Ne morem narediti surovega branja v g_io_channel_read_line_string" -#: ../glib/giochannel.c:1543 ../glib/giochannel.c:1800 -#: ../glib/giochannel.c:1886 +#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886 msgid "Leftover unconverted data in read buffer" msgstr "Preostanek nepretvorjenih podatkov v bralnem medpomnilniku" -#: ../glib/giochannel.c:1623 ../glib/giochannel.c:1700 +#: glib/giochannel.c:1623 glib/giochannel.c:1700 msgid "Channel terminates in a partial character" msgstr "Kanal se je ustavil v delnem znaku" -#: ../glib/giochannel.c:1686 +#: glib/giochannel.c:1686 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Ne morem narediti surovega branja v g_io_channel_read_to_end" -#: ../glib/gmarkup.c:232 +#: glib/gmarkup.c:232 #, c-format msgid "Error on line %d char %d: %s" msgstr "Napaka v vrstici %d, znak %d: %s" -#: ../glib/gmarkup.c:330 +#: glib/gmarkup.c:330 #, c-format msgid "Error on line %d: %s" msgstr "Napaka v vrstici %d: %s" -#: ../glib/gmarkup.c:434 +#: glib/gmarkup.c:434 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Viden prazna entiteta '&;'; veljavne entitete so: & " < > " "'" -#: ../glib/gmarkup.c:444 +#: glib/gmarkup.c:444 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -190,17 +192,17 @@ msgstr "" "Znak '%s' ni veljaven na začetku imena entitete; znak & začne entiteto; če " "ta znak ni mišljen kot entiteta ga napišite kot &" -#: ../glib/gmarkup.c:478 +#: glib/gmarkup.c:478 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "Znak '%s' ni veljaven znotraj imena entitete" -#: ../glib/gmarkup.c:515 +#: glib/gmarkup.c:515 #, c-format msgid "Entity name '%s' is not known" msgstr "Ime entitete '%s' ni poznano" -#: ../glib/gmarkup.c:526 +#: glib/gmarkup.c:526 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -208,7 +210,8 @@ msgstr "" "Entiteta se ni končala s podpičjem; verjetno ste uporabili znak '&' " "breznamena, da bi začeli entiteto - znak '&' napišite kot '&'" -#: ../glib/gmarkup.c:579 +#: glib/gmarkup.c:579 +#, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" @@ -216,15 +219,16 @@ msgstr "" "Nisem uspel razčleniti '%-.*s', ki bi morala biti številka znotraj reference " "znaka (na primer ê) - mogoče je številka prevelika" -#: ../glib/gmarkup.c:604 +#: glib/gmarkup.c:604 +#, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Referenca znaka '%-.*s' ne predstavlja dovoljenega znaka" -#: ../glib/gmarkup.c:619 +#: glib/gmarkup.c:619 msgid "Empty character reference; should include a digit such as dž" msgstr "Prazna referenca znaka; vsebovati bi morala številko kot dž" -#: ../glib/gmarkup.c:629 +#: glib/gmarkup.c:629 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -233,23 +237,23 @@ msgstr "" "Referenca znaka se ni končala s podpičjem; verjetno ste uporabili znak '&' " "brez namen, da bi začeli entiteto - znak '&' napišite kot '&'" -#: ../glib/gmarkup.c:715 +#: glib/gmarkup.c:715 msgid "Unfinished entity reference" msgstr "Nedokončano nanašanje na entiteto" -#: ../glib/gmarkup.c:721 +#: glib/gmarkup.c:721 msgid "Unfinished character reference" msgstr "Nedokončano nanašanje na znak" -#: ../glib/gmarkup.c:964 ../glib/gmarkup.c:992 ../glib/gmarkup.c:1023 +#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023 msgid "Invalid UTF-8 encoded text" msgstr "Napačno kodirano besedilo UTF-8" -#: ../glib/gmarkup.c:1059 +#: glib/gmarkup.c:1059 msgid "Document must begin with an element (e.g. <book>)" msgstr "Dokument se mora začeti z elementom (na primer <book>)" -#: ../glib/gmarkup.c:1099 +#: glib/gmarkup.c:1099 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -258,14 +262,14 @@ msgstr "" "'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne začne z imenom " "elementa" -#: ../glib/gmarkup.c:1163 +#: glib/gmarkup.c:1163 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "Čuden znak '%s', pričakovan znak '>', da zaključi oznako elementa '%s'" -#: ../glib/gmarkup.c:1252 +#: glib/gmarkup.c:1252 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -273,7 +277,7 @@ msgstr "" "Čuden znak '%s'. Po imenu atributa '%s' (elementa '%s') je pričakovan znak " "'='" -#: ../glib/gmarkup.c:1294 +#: glib/gmarkup.c:1294 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -284,7 +288,7 @@ msgstr "" "elementa '%s' ali atribut; morda ste uporabili neveljaven znak v imenu " "atributa'" -#: ../glib/gmarkup.c:1383 +#: glib/gmarkup.c:1383 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -293,7 +297,7 @@ msgstr "" "Čuden znak '%s'. Za enačajem je pričakovan narekovaj znotraj katerega je " "podana vrednost za atribut '%s' elementa '%s'" -#: ../glib/gmarkup.c:1528 +#: glib/gmarkup.c:1528 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " @@ -301,7 +305,7 @@ msgid "" msgstr "" "'%s' ni veljaven znak za znakoma '</'; ime elementa se ne sme začeti z '%s'" -#: ../glib/gmarkup.c:1568 +#: glib/gmarkup.c:1568 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " @@ -310,25 +314,25 @@ msgstr "" "Znak '%s' ni veljaven kadar sledi zaprtju imena elementa '%s'; dovoljen znak " "je '>'" -#: ../glib/gmarkup.c:1579 +#: glib/gmarkup.c:1579 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "Element '%s' je bil zaprt, trenutno ni odprtega elementa" -#: ../glib/gmarkup.c:1588 +#: glib/gmarkup.c:1588 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "Element '%s' je bil zaprt, a trenutno odprt element je '%s'" -#: ../glib/gmarkup.c:1735 +#: glib/gmarkup.c:1735 msgid "Document was empty or contained only whitespace" msgstr "Dokument je bil prazen ali pa je vseboval le presledke" -#: ../glib/gmarkup.c:1749 +#: glib/gmarkup.c:1749 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Dokument nepričakovano končan takoj za odprtjem z '<'" -#: ../glib/gmarkup.c:1757 ../glib/gmarkup.c:1801 +#: glib/gmarkup.c:1757 glib/gmarkup.c:1801 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -337,7 +341,7 @@ msgstr "" "Dokument nepričakovano končan s še odprtimi elementi - '%s' je bil zadnji " "odprt element" -#: ../glib/gmarkup.c:1765 +#: glib/gmarkup.c:1765 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -346,19 +350,19 @@ msgstr "" "Dokument nepričakovano končan, pričakovan je bil zaključni zaklepaj oznake <%" "s/>" -#: ../glib/gmarkup.c:1771 +#: glib/gmarkup.c:1771 msgid "Document ended unexpectedly inside an element name" msgstr "Dokument nepričakovano končan sredi imena elementa" -#: ../glib/gmarkup.c:1776 +#: glib/gmarkup.c:1776 msgid "Document ended unexpectedly inside an attribute name" msgstr "Dokument nepričakovano končan sredi imena atributa" -#: ../glib/gmarkup.c:1781 +#: glib/gmarkup.c:1781 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "Dokument nepričakovano končan sredi oznake za odprtje elementa." -#: ../glib/gmarkup.c:1787 +#: glib/gmarkup.c:1787 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -366,72 +370,72 @@ msgstr "" "Dokumen nepričakovano končan po enečaju, ki je sledil imenu atributa; ni " "vrednosti atributa" -#: ../glib/gmarkup.c:1794 +#: glib/gmarkup.c:1794 msgid "Document ended unexpectedly while inside an attribute value" msgstr "Dokument nepričakovano končan sredi vrednosti atributa" -#: ../glib/gmarkup.c:1809 +#: glib/gmarkup.c:1809 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "Dokument nepričakovano končan sredi oznake zaprtja elementa '%s'" -#: ../glib/gmarkup.c:1815 +#: glib/gmarkup.c:1815 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Dokument nepričakovano končan sredi komentarja ali ukaza" -#: ../glib/gshell.c:73 +#: glib/gshell.c:73 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Citirano besedilo se ne začne z narekovajem" -#: ../glib/gshell.c:163 +#: glib/gshell.c:163 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "V ukazni vrstici ali v citiranem besedilu manjka končni narekovaj" -#: ../glib/gshell.c:541 +#: glib/gshell.c:541 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Besedilo končano takoj po znaku '\\'. (Besedilo je bilo '%s')" -#: ../glib/gshell.c:548 +#: glib/gshell.c:548 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Besedilo končano preden je bil najden zaključni narekovaj za %c. (besedilo " "je bilo '%s')" -#: ../glib/gshell.c:560 +#: glib/gshell.c:560 msgid "Text was empty (or contained only whitespace)" msgstr "Besedilo je bilo prazno (ali vsebovalo le presledke)" -#: ../glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:264 msgid "Failed to read data from child process" msgstr "Nisem uspel prebrati podatkov iz procesa otroka" -#: ../glib/gspawn-win32.c:281 ../glib/gspawn.c:1354 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Nisem uspel ustvariti cevi za komunikacijo s procesom otroka (%s)" -#: ../glib/gspawn-win32.c:321 ../glib/gspawn.c:1018 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Nisem uspel brati iz cevi otroka (%s)" -#: ../glib/gspawn-win32.c:349 ../glib/gspawn.c:1223 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Nisem uspel spremeniti imenika v '%s' (%s)" -#: ../glib/gspawn-win32.c:357 ../glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 #, c-format msgid "Failed to execute child process (%s)" msgstr "Nisem uspel izvesti procesa otroka (%s)" -#: ../glib/gspawn-win32.c:599 +#: glib/gspawn-win32.c:599 msgid "Failed to execute helper program" msgstr "Nisem uspel izvesti pomožnega programa " -#: ../glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:797 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -439,181 +443,191 @@ msgstr "" "Nepričakovana napaka v g_io_channel_win32_poll() med branjem podatkov " "procesa otroka" -#: ../glib/gspawn.c:179 +#: glib/gspawn.c:179 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Nisem uspel prebrati podatkov iz procesa otroka (%s)" -#: ../glib/gspawn.c:310 +#: glib/gspawn.c:310 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Nepričakovana napaka v select() med branjem podatkov procesa otroka (%s)" -#: ../glib/gspawn.c:393 +#: glib/gspawn.c:393 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Nepričakovana napaka v waitpid() (%s)" -#: ../glib/gspawn.c:1083 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Nisem se uspel razvejiti (%s)" -#: ../glib/gspawn.c:1233 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Nisem uspel izvesti procesa otroka \"%s\" (%s)" -#: ../glib/gspawn.c:1243 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Nisem uspel preusmeriti vhoda ali izhoda procesa otroka (%s)" -#: ../glib/gspawn.c:1252 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Nisem uspel razvejiti procesa otroka (%s)" -#: ../glib/gspawn.c:1260 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Neznana napaka med izvajanjem procesa otroka \"%s\"" -#: ../glib/gspawn.c:1282 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Nisem uspel prebrati dovolj podatkov iz cevi otroka (%s)" -#: ../glib/gutf8.c:986 +#: glib/gutf8.c:986 msgid "Character out of range for UTF-8" msgstr "Znak izven intervala za UTF-8" -#: ../glib/gutf8.c:1080 ../glib/gutf8.c:1089 ../glib/gutf8.c:1221 -#: ../glib/gutf8.c:1230 ../glib/gutf8.c:1371 ../glib/gutf8.c:1467 +#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230 +#: glib/gutf8.c:1371 glib/gutf8.c:1467 msgid "Invalid sequence in conversion input" msgstr "Neveljavna sekvenca na vhodu pretvorbe" -#: ../glib/gutf8.c:1382 ../glib/gutf8.c:1478 +#: glib/gutf8.c:1382 glib/gutf8.c:1478 msgid "Character out of range for UTF-16" msgstr "Znak izven intervala za UTF-16" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "Usage:" msgstr "Uporaba:" -#: ../glib/goption.c:442 +#: glib/goption.c:442 msgid "[OPTION...]" msgstr "[MOŽNOST...]" -#: ../glib/goption.c:525 +#: glib/goption.c:525 msgid "Help Options:" msgstr "Možnosti pomoči:" -#: ../glib/goption.c:526 +#: glib/goption.c:526 msgid "Show help options" msgstr "Kaži možnosti pomoči" -#: ../glib/goption.c:531 +#: glib/goption.c:531 msgid "Show all help options" msgstr "Kaži vse možnosti pomoči" -#: ../glib/goption.c:581 +#: glib/goption.c:581 msgid "Application Options:" msgstr "Možnosti programa:" -#: ../glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Ne morem razčleniti celoštevilčne vrednosti '%s' za --%s" -#: ../glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Celoštevilčna vrednosti '%s' za %s je izven območja" -#: ../glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Neznana možnost %s" -#: ../glib/gkeyfile.c:339 +#: glib/gkeyfile.c:339 msgid "Valid key file could not be found in data dirs" msgstr "V podatkovnih imenikih ni bilo mogoče najti veljavne datoteke ključev" -#: ../glib/gkeyfile.c:374 +#: glib/gkeyfile.c:374 msgid "Not a regular file" msgstr "Ni običajna datoteka" -#: ../glib/gkeyfile.c:382 +#: glib/gkeyfile.c:382 msgid "File is empty" msgstr "Datoteka je prazna" -#: ../glib/gkeyfile.c:692 +#: glib/gkeyfile.c:692 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" -"Datoteka ključev vsebuje vrstico '%s', ki ni par ključ-vrednost, skupina ali komentar" +"Datoteka ključev vsebuje vrstico '%s', ki ni par ključ-vrednost, skupina ali " +"komentar" -#: ../glib/gkeyfile.c:760 +#: glib/gkeyfile.c:760 msgid "Key file does not start with a group" msgstr "Datoteka ključev se ne začenja s skupino" -#: ../glib/gkeyfile.c:803 +#: glib/gkeyfile.c:803 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Datoteka ključev vsebuje nepodprt nabor znakov '%s'" -#: ../glib/gkeyfile.c:1012 ../glib/gkeyfile.c:1158 ../glib/gkeyfile.c:2159 -#: ../glib/gkeyfile.c:2224 ../glib/gkeyfile.c:2342 ../glib/gkeyfile.c:2410 -#: ../glib/gkeyfile.c:2594 ../glib/gkeyfile.c:2768 ../glib/gkeyfile.c:2825 +#: glib/gkeyfile.c:1012 glib/gkeyfile.c:1158 glib/gkeyfile.c:2159 +#: glib/gkeyfile.c:2224 glib/gkeyfile.c:2342 glib/gkeyfile.c:2410 +#: glib/gkeyfile.c:2594 glib/gkeyfile.c:2768 glib/gkeyfile.c:2825 #, c-format msgid "Key file does not have group '%s'" msgstr "Datoteka ključev ne vsebuje skupine '%s'" -#: ../glib/gkeyfile.c:1170 +#: glib/gkeyfile.c:1170 #, c-format msgid "Key file does not have key '%s'" msgstr "Datoteka ključev ne vsebuje ključa '%s'" -#: ../glib/gkeyfile.c:1271 ../glib/gkeyfile.c:1380 +#: glib/gkeyfile.c:1271 glib/gkeyfile.c:1380 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "Datoteka ključev vsebuje ključ '%s' z vrednostjo '%s', kar ni UTF-8" -#: ../glib/gkeyfile.c:1289 ../glib/gkeyfile.c:1398 ../glib/gkeyfile.c:1770 +#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 glib/gkeyfile.c:1770 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." -msgstr "Datoteka ključev vsebuje ključ '%s', ki ima vrednost, ki je ni mogoče interpretirati." +msgstr "" +"Datoteka ključev vsebuje ključ '%s', ki ima vrednost, ki je ni mogoče " +"interpretirati." -#: ../glib/gkeyfile.c:1986 +#: glib/gkeyfile.c:1986 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "" -"Datoteka ključev vsebuje ključ '%s' v skupini '%s, ki ima vrednost, ki je ni mogoče interpretirati." +"Datoteka ključev vsebuje ključ '%s' v skupini '%s, ki ima vrednost, ki je ni " +"mogoče interpretirati." -#: ../glib/gkeyfile.c:2174 ../glib/gkeyfile.c:2357 ../glib/gkeyfile.c:2836 +#: glib/gkeyfile.c:2174 glib/gkeyfile.c:2357 glib/gkeyfile.c:2836 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Datoteka ključev ne vsebuje ključa '%s' v skupini '%s'" -#: ../glib/gkeyfile.c:3017 +#: glib/gkeyfile.c:3017 msgid "Key file contains escape character at end of line" msgstr "Dateoteka ključev vsebuje ubežne znake na koncu vrstice" -#: ../glib/gkeyfile.c:3039 +#: glib/gkeyfile.c:3039 +#, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Datoteka ključev vsebuje neveljavne ubežne znake '%s'" -#: ../glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vrednosti '%s' ni mogoče interpretirati kot številke." -#: ../glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Celoštevilčna vrednosti '%s' za %s je izven območja" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrednosti '%s' ni mogoče interpretirati kot boolean" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-12-17 12:21+0100\n" "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n" "Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n" @@ -14,69 +14,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertimi nga familja e simboleve '%s' në '%s' nuk suportohet" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "E pamundur hapja e konvertuesit nga '%s' në '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Gabim gjatë konvertimit: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Sekuencë simbolesh e pjesëshme në fund të të dhënave në hyrje" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "I pamundur konvertimi i '%s' në familjen e simboleve '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' nuk është një URI absolute duke përdorur skemën e \"file\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI për file lokal '%s' mund të mos përdorë një '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' është e pasaktë" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Emri i host të URI '%s' është i pasaktë" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' përmban simbole escape të pavlefshëm" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Pozicioni me emër '%s' nuk është një pozicion absolut" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Emër host i pasaktë" @@ -424,17 +424,17 @@ msgstr "Teksti është bosh (ose përmban vetëm hapsira të bardha)" msgid "Failed to read data from child process" msgstr "I pamundur leximi i të dhënave nga proçesi bir" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "I pamundur krijimi i pipe për të komunikuar me proçesin bir (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "I pamundur leximi nga pipe bijë (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "I pamundur ndryshimi i directory në '%s' (%s)" @@ -473,33 +473,33 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Gabim i papritur në waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "E pamundur kryerja e fork (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "I pamundur zbatimi i proçesit bir \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "I pamundur ridrejtimi i të dhënave në hyrje apo dalje të proçesit bir (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "E pamundur kryerja e fork për proçesin bir (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Gabim i panjohur gjatë ekzekutimit të proçesit bir \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -542,17 +542,17 @@ msgstr "Shfaq të gjithë opcionet e ndihmës" msgid "Application Options:" msgstr "Opcionet e programit:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "I pamundur analizimi i vlerës integer '%s' për --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Vlera integruese '%s' për %s është jashtë kufirit" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Opcion i panjohur %s" @@ -630,12 +630,17 @@ msgstr "File i kyçit përmban simbolin escape në fund të rreshtit" msgid "Key file contains invalid escape sequence '%s'" msgstr "File i kyçit përmban sekuencën e pavlefshme escape '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vlera '%s' nuk mund të interpretohet si një numër." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Vlera integruese '%s' për %s është jashtë kufirit" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vlera '%s' nuk mund të interpretohet si një boolean." @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-02-11 13:33+0100\n" "Last-Translator: Данило Шеган <danilo@prevod.org>\n" "Language-Team: Serbian (sr) <serbiagnome-lista@nongnu.org>\n" @@ -18,70 +18,70 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Претварање из скупа знакова „%s“ у „%s“ није подржано" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не могу да покренем претварање из „%s“ у „%s“" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Неисправан низ бајтова у улазу који претварам" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Грешка при претварању: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Непотпун низ знакова на крају улаза" # ово претпостављам да се односи на делимичан УТФ8 запис -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Не може претворити резерву „%s“ у запис „%s“" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Адреса „%s“ није апсолутна адреса помоћу „file“ шеме" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Адреса локалне датотеке „%s“ не сме садржати „#“" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "Адреса „%s“ је неисправна" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Име домаћина из адресе „%s“ је неисправно" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Адреса „%s“ садржи неисправно назначене знаке" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Путања „%s“ није апсолутна путања" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Неисправно име домаћина" @@ -422,17 +422,17 @@ msgstr "Садржај празан (или садржи само белине)" msgid "Failed to read data from child process" msgstr "Неуспело читање података из подређеног процеса" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Неуспело стварање цевке за везу са подређеним процесом (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Неуспело читање из подређене цевке (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Неуспело приступање директоријуму „%s“ (%s)" @@ -472,32 +472,32 @@ msgid "Unexpected error in waitpid() (%s)" msgstr "Неочекивана грешка у waitpid() (%s)" # за сада овако, можда гранање, умножавање? виљушкање ;-) -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Неуспео fork() (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Неуспело извршавање подређеног процеса „%s“ (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Неуспело преусмеравање улаза или излаза подређеног процеса (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Неуспео fork() подређеног процеса (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Непозната грешка при извршавању подређеног процеса „%s“" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -540,17 +540,17 @@ msgstr "Прикажи све опције за помоћ" msgid "Application Options:" msgstr "Опције програма:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Не могу да рашланим целобројнун вредност „%s“ за --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Целобројна вредност „%s“ за %s је изван опсега" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Непозната опција %s" @@ -628,12 +628,17 @@ msgstr "Датотека са кључевима садржи знак исти msgid "Key file contains invalid escape sequence '%s'" msgstr "Датотека са кључевима садржи недозвољен низ истицања „%s“" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Вредност „%s“ се не може сматрати бројем." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Целобројна вредност „%s“ за %s је изван опсега" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Вредност „%s“ се не може сматрати истинитосном." diff --git a/po/sr@Latn.po b/po/sr@Latn.po index 1e4a8f37e..18d423d07 100644 --- a/po/sr@Latn.po +++ b/po/sr@Latn.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-02-11 13:33+0100\n" "Last-Translator: Danilo Šegan <danilo@prevod.org>\n" "Language-Team: Serbian (sr) <serbiagnome-lista@nongnu.org>\n" @@ -18,70 +18,70 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Pretvaranje iz skupa znakova „%s“ u „%s“ nije podržano" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Ne mogu da pokrenem pretvaranje iz „%s“ u „%s“" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Neispravan niz bajtova u ulazu koji pretvaram" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Greška pri pretvaranju: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Nepotpun niz znakova na kraju ulaza" # ovo pretpostavljam da se odnosi na delimičan UTF8 zapis -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Ne može pretvoriti rezervu „%s“ u zapis „%s“" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Adresa „%s“ nije apsolutna adresa pomoću „file“ šeme" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Adresa lokalne datoteke „%s“ ne sme sadržati „#“" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "Adresa „%s“ je neispravna" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Ime domaćina iz adrese „%s“ je neispravno" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Adresa „%s“ sadrži neispravno naznačene znake" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Putanja „%s“ nije apsolutna putanja" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Neispravno ime domaćina" @@ -422,17 +422,17 @@ msgstr "Sadržaj prazan (ili sadrži samo beline)" msgid "Failed to read data from child process" msgstr "Neuspelo čitanje podataka iz podređenog procesa" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Neuspelo stvaranje cevke za vezu sa podređenim procesom (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Neuspelo čitanje iz podređene cevke (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Neuspelo pristupanje direktorijumu „%s“ (%s)" @@ -472,32 +472,32 @@ msgid "Unexpected error in waitpid() (%s)" msgstr "Neočekivana greška u waitpid() (%s)" # za sada ovako, možda grananje, umnožavanje? viljuškanje ;-) -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Neuspeo fork() (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Neuspelo izvršavanje podređenog procesa „%s“ (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Neuspelo preusmeravanje ulaza ili izlaza podređenog procesa (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Neuspeo fork() podređenog procesa (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Nepoznata greška pri izvršavanju podređenog procesa „%s“" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -540,17 +540,17 @@ msgstr "Prikaži sve opcije za pomoć" msgid "Application Options:" msgstr "Opcije programa:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Ne mogu da rašlanim celobrojnun vrednost „%s“ za --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Celobrojna vrednost „%s“ za %s je izvan opsega" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Nepoznata opcija %s" @@ -628,12 +628,17 @@ msgstr "Datoteka sa ključevima sadrži znak isticanja na kraju reda" msgid "Key file contains invalid escape sequence '%s'" msgstr "Datoteka sa ključevima sadrži nedozvoljen niz isticanja „%s“" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Vrednost „%s“ se ne može smatrati brojem." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Celobrojna vrednost „%s“ za %s je izvan opsega" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Vrednost „%s“ se ne može smatrati istinitosnom." diff --git a/po/sr@ije.po b/po/sr@ije.po index 10156cea9..3d8a1d498 100644 --- a/po/sr@ije.po +++ b/po/sr@ije.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-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" @@ -18,71 +18,71 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Претварање из скупа знакова „%s“ у „%s“ није подржано" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не могу да покренем претварање из „%s“ у „%s“" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Неисправан низ бајтова у улазу који претварам" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Грешка при претварању: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Непотпун низ знакова на крају улаза" # ово претпостављам да се односи на делимичан УТФ8 запис -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Не може претворити резерву „%s“ у запис „%s“" # bug: "file" should be in quotes, if it's about "file:///" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Адреса „%s“ није апсолутна адреса помоћу „file“ шеме" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Адреса локалне датотеке „%s“ не смије садржати „#“" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "Адреса „%s“ је неисправна" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Име домаћина из адресе „%s“ је неисправно" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Адреса „%s“ садржи неисправно назначене знаке" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Путања „%s“ није апсолутна путања" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Неисправно име домаћина" @@ -422,17 +422,17 @@ msgstr "Садржај празан (или садржи само бјелине msgid "Failed to read data from child process" msgstr "Неуспјело читање података из подређеног процеса" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Неуспјело стварање цјевке за везу са подређеним процесом (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Неуспјело читање из подређене цјевке (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Неуспјело приступање директоријуму „%s“ (%s)" @@ -472,32 +472,32 @@ msgid "Unexpected error in waitpid() (%s)" msgstr "Неочекивана грешка у waitpid() (%s)" # за сада овако, можда гранање, умножавање? виљушкање ;-) -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Неуспио fork() (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Неуспјело извршавање подређеног процеса „%s“ (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Неуспјело преусмјеравање улаза или излаза подређеног процеса (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Неуспио fork() подређеног процеса (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Непозната грешка при извршавању подређеног процеса „%s“" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -540,17 +540,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -625,12 +625,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "Адреса „%s“ садржи неисправно назначене знаке" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-12-18 15:59+0100\n" "Last-Translator: Christian Rose <menthos@menthos.com>\n" "Language-Team: Swedish <sv@li.org>\n" @@ -16,70 +16,70 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Konvertering från teckentabellen \"%s\" till \"%s\" stöds inte" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\"" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Ogiltig bytesekvens i konverteringsindata" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Fel vid konvertering: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Ofullständig teckensekvens vid slutet av indata" # fallback syftar på en sträng -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Kan inte konvertera reservsträngen \"%s\" till kodningen \"%s\"" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI:n \"%s\" är ingen absolut URI som använder \"file\"-schemat" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Lokala fil-URI:n \"%s\" får inte innehålla en \"#\"" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI:n \"%s\" är ogiltig" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI:n \"%s\" innehåller ogiltigt kodade tecken" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Sökvägen \"%s\" är ingen absolut sökväg" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Ogiltigt värdnamn" @@ -425,17 +425,17 @@ msgstr "Texten var tom (eller innehöll bara tomrum)" msgid "Failed to read data from child process" msgstr "Misslyckades med att läsa data från barnprocessen" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Misslyckades med att skapa rör för kommunikation med barnprocess (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Misslyckades med att läsa från rör till barn (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Misslyckades med att byta till katalogen \"%s\" (%s)" @@ -472,33 +472,33 @@ msgstr "Oväntat fel i select() vid läsning av data från en barnprocess (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "Oväntat fel i waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Misslyckades med att grena (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Misslyckades med att köra barnprocessen \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "Misslyckades med att dirigera om utdata eller indata från barnprocess (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Misslyckades med att skapa barnprocess (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Okänt fel vid körning av barnprocessen \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -542,17 +542,17 @@ msgstr "Visa alla hjälpflaggor" msgid "Application Options:" msgstr "Programflaggor:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Kan inte tolka heltalsvärdet \"%s\" för --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Heltalsvärdet \"%s\" för %s är utanför intervallet" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Okänd flagga %s" @@ -633,12 +633,17 @@ msgstr "Nyckelfilen innehåller kontrolltecken i slutet på en rad" msgid "Key file contains invalid escape sequence '%s'" msgstr "Nyckelfilen innehåller ogiltiga kontrollsekvensen \"%s\"" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Värdet \"%s\" kan inte tolkas som ett tal." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Heltalsvärdet \"%s\" för %s är utanför intervallet" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Värdet \"%s\" kan inte tolkas som ett booleskt värde." @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-02-16 20:30-0600\n" "Last-Translator: Dinesh Nadarajah <dinesh_list@sbcglobal.net>\n" "Language-Team: Tamil <tamilinix@yahoogroups.com>\n" @@ -14,69 +14,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "வரியுரு வகை `%s' இலிருந்து `%s' க்கு மாற்றுவதற்கு ஆதரவளிப்பு கிடையாது" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "`%s' இலிருந்து `%s' க்கு மாற்றும் நிலை மாற்றியைத் திறக்க முடியவில்லை: %s" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "நிலை மாற்றியின் உள்ளீடுக்கு தவறான பைட் வரிசைமுறை" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "மாற்றும் போது பிழை: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "உள்ளீடின் முடிவில் பூர்த்தியாகாத வரியுரு வரிசைமுறை" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "பின்னடைப்பு '%s', '%s' குறிக் கணமிற்கு மாற்ற முடியவில்லை" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "வலை முகவரி `%s' கோப்புத் திட்டமுறைப்படி ஓர் தனி வலை முகவரி அல்ல" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "உள்ளமைக் கோப்பு வலை முகவரி `%s' இல் ஓர் `#' இல்லாமல் இருக்கலாம்" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "`%s' செல்லுபடியாகாத வலை முகவரி" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "`%s' வலை முகவரியின் விருந்தோம்புப்-பெயர் செல்லுபடியாகாதது" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "வலை முகவரி `%s' இல் செல்லுபடியாகாத 'விடுபடு' வரியுருகள்" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' பாதைப்-பெயர் ஓர் தனிப் பாதை அல்ல" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "பிழையான விருந்தோம்புப்-பெயர்" @@ -413,17 +413,17 @@ msgstr "உரை வெற்றா இருந்தது (அல்லத msgid "Failed to read data from child process" msgstr "சேய் செயலில் இருந்து தரவு வாசிக்க முடியவில்லை" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "(%s) சேய்-செயலிடன் தொடர்பு கொல்ல கழாய்த்-தொடரைப் படைக்க முடியவில்லை" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "(%s) சேய் கழாய்த் தொடரில் இருந்து வாசிக்க முடியவில்லை" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "'%s' (%s) அடைவுக்கு போக முடியவில்லை" @@ -460,32 +460,32 @@ msgstr "(%s) சேய்-செயலில் இருந்து தரவ msgid "Unexpected error in waitpid() (%s)" msgstr "(%s) waitpid()'டில் எதிர்பாராத பிழை" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "(%s) தொடங்க முடியவில்லை" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "\"%s\" (%s) சேய்-செயலை இயக்க முடியவில்லை" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "சேய் (%s) செயலகத்தின் வெளியீடலை அல்லது உள்ளடலை திசை-மாற்றும்போது பிழை" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "சேய் (%s) செயலகத்தை தொடங்க முடியவில்லை" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "சேய் செயல் \"%s\" இயக்கும்போது தெரியாத பிழை" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" @@ -527,17 +527,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -612,12 +612,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "வலை முகவரி `%s' இல் செல்லுபடியாகாத 'விடுபடு' வரியுருகள்" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-01-28 23:47+0800\n" "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n" "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n" @@ -17,69 +17,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Pagpalit mula sa karakter set '%s' tungong '%s' ay hindi suportado" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Hindi mabuksan ang converter mula '%s' tungong '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Di tanggap na byte sequence sa conversion input" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Error habang nagco-convert: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Di kumpletong karakter sequence sa dulo ng input" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Hindi maka-balik '%s' sa codeset '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Ang URI '%s' ay hindi absolute URI na gamit ang paraang \"file\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Ang lokal na tipunang URI '%s' ay hindi maaaring maglaman ng '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "Ang URI '%s' ay di tanggap" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Ang hostname ng URI '%s' ay di tanggap" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Ang URI '%s' ay may di tanggap na escaped karakter" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Ang pathname '%s' ay hindi absolute path" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Di tanggap na hostname" @@ -438,17 +438,17 @@ msgstr "Ang teksto ay walang laman (o naglaman lamang ng puwang)" msgid "Failed to read data from child process" msgstr "Sawi sa pagbasa ng datos mula sa prosesong anak" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Sawi sa paglikha ng pipe para makausap ang prosesong anak (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Sawi sa pagbasa mula sa child pipe (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Sawi sa paglipat sa directory '%s' (%s)" @@ -487,32 +487,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Di inaasahang error sa waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Sawi sa pag-fork (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Sawi sa pagtakbo ng prosesong anak \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Sawi sa pag-redirect ng output o input ng prosesong anak (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Sawi sa pag-fork ng prosesong anak (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Di kilalang error sa pagpatakbo ng prosesong anak \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Sawi sa pagbasa ng akmang datos mula sa child pid pipe (%s)" @@ -554,17 +554,17 @@ msgstr "Ipakita ang option ng tulong" msgid "Application Options:" msgstr "Option ng Aplikasyon:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Di mai-parse ang halagang integer '%s' para sa --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Halagang integer '%s' para sa %s ay wala sa sakop" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Di kilalang option %s" @@ -646,12 +646,17 @@ msgstr "Ang tipunang susi ay may escape karakter sa dulo ng linya" msgid "Key file contains invalid escape sequence '%s'" msgstr "Ang tipunang susi ay may di tanggap na escape sequence '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Ang halagang '%s' ay hindi mabasa bilang numero." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Halagang integer '%s' para sa %s ay wala sa sakop" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ang halagang '%s' ay hindi mabasa bilang boolean." @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-10-20 14:56+0300\n" "Last-Translator: Onur Can ÇAKMAK <onur@uzem.itu.edu.tr>\n" "Language-Team: Turkish <gnome-turk@gnome.org>\n" @@ -16,70 +16,70 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "`%s' karakter kümesinden `%s' karakter kümesine dönüşüm desteklenmiyor" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "'%s'--'%s' dönüştürücüsü açılamıyor" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Dönüşüm girdisinde geçersiz bayt dizisi" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Dönüşüm sırasında hata oluştu: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Girdinin sonunda parçalı karakter dizisi" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" "Geridönüş karakter kümesi '%s', '%s' karakter kümesine dönüştürülemiyor" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "\"dosya\" şemasını kullanan URI '%s' düzgün bir URI değil" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "'%s' URI yerel dosyası '#' içeremez" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' hatalı" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI makine adı '%s' geçersiz" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' geçersiz şekilde escape edilmiş karakter içeriyor" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "'%s' yol adı, kesin bir yol değil" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Geçersiz makine adı" @@ -424,17 +424,17 @@ msgstr "Metin boştu (veya sadece boşluk içeriyordu)" msgid "Failed to read data from child process" msgstr "Oğul süreçten bilgi okuma başarısızlığı" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Oğul süreçle haberleşme için boru yaratılamadı (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Oğul süreç borusundan okuma başarısızlığı (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Dizin değiştirme başarısızlığı '%s' (%s)" @@ -471,32 +471,32 @@ msgstr "Oğul süreçten bilgi okurken select()'te beklenmeyen hata oluştu (%s) msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid()'de beklenmeyen hata (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Çatallama başarısızlığı (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "\"%s\" alt süreci çalıştırılırken hata oluştu (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Oğul sürecin girdisi veya çıktısı yönlendirilemedi (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Oğul süreç çatallanamadı (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Oğul süreç çalıştırılırken bilinmeyen hata oluştu: \"%s\" " -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Oğul süreç borusundan yeterli bilgi okunamadı (%s)" @@ -538,17 +538,17 @@ msgstr "Tüm yardım seçeneklerini göster" msgid "Application Options:" msgstr "Uygulama Seçenekleri:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "%2$s için tamsayı değeri %1$s ayrıştırılamıyor" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s için tamsayı değeri %1$s aralık dışında" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Bilinmeyen seçenek %s" @@ -623,12 +623,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' geçersiz şekilde escape edilmiş karakter içeriyor" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "%2$s için tamsayı değeri %1$s aralık dışında" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-02-09 11:56--500\n" "Last-Translator: Maxim Dziumanenko <mvd@mylinux.com.ua>\n" "Language-Team: Ukrainian <uk@li.org>\n" @@ -15,71 +15,71 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Перетворення з набору символів \"%s\" у \"%s\" не підтримується" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Не вдається відкрити перетворювач з \"%s\" у \"%s\"" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Неправильна послідовність байтів у перетворюваному вводі" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Помилка під час перетворення: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Незавершена символьна послідовність на кінці вводу" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Неможливо коректно перетворити символ \"%s\" у символ з набору \"%s\"" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "" "Ідентифікатор URI \"%s\" не є абсолютним ідентифікатором при використанні " "схеми \"file\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "Ідентифікатор URI \"%s\" локального файла не може містити символ \"#\"" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI \"%s\" неправильний" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Неправильна назва вузла в URI \"%s\"" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "Ідентифікатор URI \"%s\" містить неправильно екранований символ" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Шлях \"%s\" не є абсолютним" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Неправильна назва вузла" @@ -423,17 +423,17 @@ msgstr "Текст порожній (чи містить лише пропуск msgid "Failed to read data from child process" msgstr "Помилка зчитування даних з спадкоємного процесу" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Помилка створення каналу для обміну з спадкоємним процесом (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Помилка зчитування з спадкоємного каналу (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Помилка переходу в каталог \"%s\" (%s)" @@ -472,32 +472,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Неочікувана помилка у waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Помилка створення процесу (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Помилка виконання спадкоємного процесу \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Помилка перенаправлення виводу чи вводу спадкоємного процесу (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Помилка запуску спадкоємного процесу (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Невідома помилка виконання спадкоємного процесу \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -540,17 +540,17 @@ msgstr "Показати усі параметри довідки" msgid "Application Options:" msgstr "Параметри програми:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Не вдається розібрати числове ціле значення '%s' для --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Числове ціле значення '%s' для %s поза межами діапазону" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Невідомий параметр %s" @@ -631,12 +631,17 @@ msgstr "Ключовий файл містить escape-символ напри msgid "Key file contains invalid escape sequence '%s'" msgstr "Ключовий файл містить неправильну escape-послідовність '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Не вдається розібрати значення '%s' як число." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Числове ціле значення '%s' для %s поза межами діапазону" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Не вдається розібрати значення '%s' як логічне значення." @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-06-25 05:12+0700\n" "Last-Translator: T.M.Thanh <tmthanhmd@fptnet.com ; tmthanh@yahoo.com>\n" "Language-Team: Gnome-Vi Team <gnomevi-list@lists.sourceforge.net>\n" @@ -16,69 +16,69 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Yudit 2.6-1\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Không hỗ trợ việc chuyển từ đặt ký tự '%s' thành '%s'" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Không thể mở trình chuyển đổi từ '%s' sang '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Byte sequence không hợp lệ trong phần nhập chuyển đổi" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Lỗi khi chuyển đổi: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Character sequence riêng phần ở cuối đầu vào" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Không thể chuyển đổi fallback '%s' thành codeset '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI '%s' không phải URI tuyệt đối sử dụng lược đồ tập tin" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "URI tập tin cục bộ '%s' có thể không bao gồm '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI '%s' không hợp lệ" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Tên chủ của URI '%s' không hợp lệ" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI '%s' chứa không hợp lệ các ký tự thoát" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Tên đường dẫn '%s' không phải một đường dẫn tuyệt đối" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Tên chủ không hợp lệ" @@ -421,17 +421,17 @@ msgstr "Văn bản trống (hay chỉ gồm các ký tự trắng)" msgid "Failed to read data from child process" msgstr "Không đọc được dữ liệu từ tiến trình con" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Không tạo được pipe để liên lạc với tiến trình con (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Không đọc được từ pipe con (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Không thay đổi được thư mục '%s' (%s)" @@ -468,32 +468,32 @@ msgstr "Lỗi không mong muốn trong select() đọc dữ liệu từ tiến t msgid "Unexpected error in waitpid() (%s)" msgstr "Lỗi không mong muốn trong waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Không rẽ nhánh được (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Không thự thi được tiến trình con \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Không gửi được lần nữa đầu ra hay đầu vào của tiến trình con (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Không rẽ nhánh được tiến trình con (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Lỗi không xác định khi thực thi tiến trình con \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Không đọc được đủ dữ liệu từ pid pipe con(%s)" @@ -535,17 +535,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -620,12 +620,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "URI '%s' chứa không hợp lệ các ký tự thoát" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-05-03 14:40+0200\n" "Last-Translator: Pablo Saratxaga <pablo@walon.org>\n" "Language-Team: Walloon <linux-wa@walon.org>\n" @@ -20,69 +20,69 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Li cviersaedje di l' ecôdaede «%s» viè «%s» n' est nén sopoirté" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Dji n' a savou drovi l' cvierseu di «%s» viè «%s»" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Secwince d' octets nén valide e l' intrêye do cviersaedje" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Åk n' a nén stî tot cviersant: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "Li tchmin «%s» n' est nén on tchmin absolou" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Li tchmin «%s» n' est nén on tchmin absolou" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "No d' lodjoe nén valide" @@ -397,17 +397,17 @@ msgstr "Li tecse esteut vude (ou avou seulmint des blancs)" msgid "Failed to read data from child process" msgstr "Dji n' a savou lére do process efant" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Dji n' a savou lére del buze efant (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Dji n' a savou candjî viè l' ridant «%s» (%s)" @@ -442,32 +442,32 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Dji n' a savou fé on fork() (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Dji n' a savou enonder l' process efant «%s» (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Dji n' a savou fé on fork do process efant (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Aroke nén cnoxhowe tot-z enondant l' processus efant «%s»" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -509,17 +509,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -594,12 +594,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2005-02-08 12:31+0200\n" "Last-Translator: Canonical Ltd <translations@canonical.com>\n" "Language-Team: Xhosa <xh-translate@ubuntu.com>\n" @@ -16,70 +16,70 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "Uguqulo ukusuka kwingqokelela yeempawu '%s' ukuya kwi '%s' ayixhaswanga" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Akukwazekanga ukuvula isiguquli ukusuka ku '%s' ukuya ku '%s'" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "Ulandelelwano olungasebenziyo lwe-byte kungeniso-lwazi yenguqulo" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "Impazamo ngelixa lenguqulo: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "Inxalenye yophawu lolandelelwano ekupheleni kongeniso-lwazi" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Akukwazeki ukuguqula i-fallback '%s' kwiseti yekhowudi '%s'" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "I-URI '%s' asiyiyo i-URI ngokupheleleyo esebenzisa indlela ye \"file\"" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "I-URI yefayili yendawo '%s' kunokwenzeka ingaquki i-'#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "Ayisebenzi i-'%s' yeURI" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Igama lomququzeleli weURI '%s' alisebenzi" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "I-URI '%s' iqulethe iimpawu ezisindileyo ezingasebenziyo" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Igama lendlela yothungelwano '%s' akuyiyo kuphela indlela" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "Igama lomququzeleli elingasebenziyo" @@ -433,19 +433,19 @@ msgstr "Umbhalo ubuze (okanye uqulethe isithuba esimhlophe kuphela)" msgid "Failed to read data from child process" msgstr "Akuphumelelekanga ukufunda idata kwinkqubo yomntwana" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Akuphumelelekanga ukudala uthungelwano lokunxibelelana nenkqubo yomntwana (%" "s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Akuphumelelekanga ukufunda kuthungelwano lomntwana (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Akuphumelelekanga ukuguqukela kuvimba weefayili '%s' (%s)" @@ -483,34 +483,34 @@ msgstr "" msgid "Unexpected error in waitpid() (%s)" msgstr "Impazamo engalindelekanga kwi-waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "Akuphumelelekanga ukudala inkqubo entsha (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Akuphumelelekanga ukuphumeza inkqubo yomntwana \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "" "Akuphumelelekanga ukuyalela kwakhona ungeniso nophumezo lolwazi kwinkqubo " "yomntwana (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "Akuphumelelekanga ukudala inkqubo entsha yomntwana (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Impazamo engaziwayo yokuphumeza inkqubo yomntwana \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" @@ -554,17 +554,17 @@ msgstr "Bonisa onke amancedo anokukhethwa" msgid "Application Options:" msgstr "Iindlela zokusebenza ezinokukhethwa:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "Akukwazeki ukwahlula ngezijungqe ixabiso lanani elimbaxa '%s' for --%s" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Ixabiso lenani elimbaxa '%s' le %s lingaphaya kwesigaba" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "Ukhetho olungaziwayo %s" @@ -647,12 +647,17 @@ msgid "Key file contains invalid escape sequence '%s'" msgstr "" "Ifayili engundoqo iqulethe ulandelelwano olungasebenziyo lokuphepha '%s'" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Ixabiso '%s' alinakho ukuchazwa njengenani." -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "Ixabiso lenani elimbaxa '%s' le %s lingaphaya kwesigaba" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Ixabiso '%s' alinakho ukuchazwa njenge-boolean." @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2003-03-19\n" "Last-Translator: Raphael Finkel <raphael@cs.uky.edu>\n" "Language-Team: Yiddish <raphael@cs.uky.edu>\n" @@ -14,69 +14,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "פֿאַרװאַנדלונג פֿון קאָדירונג %s צו %s ניט געשטיצט" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "ניט געקענט עפֿענען פֿאַרװאַנדלער פֿון %s צו %s: %s" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "אומלעקסיק אַכטעלע־סעײַװענץ אין פֿאַרװאַנדלונג אַרױסשרײַב" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "דורכפֿאַל בשעת פֿאַרװאַנדלונג: %s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "האַלבע כאַראַקטער־סעקװענץ צום סוף פֿון אַרײַנשרײַב" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "ניט געקענט פֿאַרװאַנדלען גרונטבאַטרעף %s צו קאָדירונג %s" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "דער URI %s איז ניט אַבסאָלוט לױט דער טעקע־סכעמע" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "דער לאָקאַלער טעקע־URI %s טאָר ניט כּולל זײַן אַ '#'" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "דער URI %s איז אומלעקסיק" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "דער מאַשין־נאָמען פֿונעם URI %s איז אומלעקסיק" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "דער URI %s איז כּולל אומלעקסיקע פּליטה־כאַראַקטערס" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "די פּאַפּקע־רשימה %s איז ניט אַבסאָלוט" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "אומלעקסיקער מאַשין־נאָמען" @@ -418,17 +418,17 @@ msgstr "טעקסט איז געװען פּוסט (אָדער איז כּולל ב msgid "Failed to read data from child process" msgstr "ניט געקענט לײענען דאַטן פֿון קינדפּראָצעס" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "דורכפֿאַל אין שאַפֿן רער צוליב קאָמוניקירן מיט קינדפּראָצעס (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "דורכפֿאַל אין לײענע פֿון אַ ינדרער (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "דורכפֿאַל אין זיך קערן צו פּאַפּקע '%s' (%s)" @@ -465,32 +465,32 @@ msgstr "אומדערװאַרטער דורכפֿאַל אין select() לײענע msgid "Unexpected error in waitpid() (%s)" msgstr "אומדערװאַרטער דורכפֿאַל אין waitpid() (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "דורכפֿאַל אין קלאָנירן (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "דורכפֿאַל אין באַאַרבעטן קינדפּראָצעס \"%s\" (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "דורכפֿאַל אין װידערצילן אַרױסשרײַב אָדער אַרײַנשרײַב פֿון קינדפּראָצעס (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "דורכפֿאַל אין קלאָנירן קינדפּראָצעס (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "אומבאַקאַנטער דורכפֿאַל אין באַאַרבעטן קינדפּראָצעס \"%s\"" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "דורכפֿאַל אין לײענען גענוג דאַטן פֿון קינד pid-רער (%s)" @@ -532,17 +532,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -617,12 +617,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "דער URI %s איז כּולל אומלעקסיקע פּליטה־כאַראַקטערס" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index e9b842a84..4eaf322b8 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2004-12-04 16:12+0800\n" "Last-Translator: He Qiangqiang <carton@263.net>\n" "Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n" @@ -15,69 +15,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "不支持从字符集“%s”到“%s”的转换" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "无法打开从“%s”到“%s”的转换器" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "转换输入中出现无效字符序列" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "转换过程中出错:%s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "输入末尾出现未尽字符序列" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "无法转换后备字符集“%s”到字符集“%s”" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI“%s”不是“file”格式的绝对 URI" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "本地文件 URI“%s”不能包含“#”" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI“%s”无效" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI中的主机名“%s”无效" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI“%s”中包含无效的转义字符" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "路径名“%s”不是绝对路径" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "无效的主机名" @@ -390,17 +390,17 @@ msgstr "空文本(或仅含空白字符)" msgid "Failed to read data from child process" msgstr "无法从子进程中读取数据" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "无法创建与子进程通讯的管道 (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "无法从子管道中读取 (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "无法切换到目录“%s” (%s)" @@ -435,32 +435,32 @@ msgstr "select() 在从子进程中读取数据时出现异常错误 (%s)" msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() 出现异常错误 (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "无法 fork (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "无法执行子进程 “%s” (%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "无法重定向子进程(%s)的输入或输出" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "无法 fork 子进程 (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "执行子进程“%s”时出现未知错误" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "无法从子进程管道中读取足够的数据(%s)" @@ -502,17 +502,17 @@ msgstr "显示全部帮助选项" msgid "Application Options:" msgstr "应用程序选项:" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "无法处理 --%2$s 所用的整数值“%1$s”" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "%2$s所用的整数值“%1$s”超出范围" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "未知选项 %s" @@ -587,12 +587,17 @@ msgstr "键文件在行尾含有转义字符" msgid "Key file contains invalid escape sequence '%s'" msgstr "键文件中包含无效的转义序列“%s”" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "无法将值“%s”解释为数值。" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, fuzzy, c-format +msgid "Integer value '%s' out of range" +msgstr "%2$s所用的整数值“%1$s”超出范围" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "无法将值“%s”解释为布尔值。" diff --git a/po/zh_TW.po b/po/zh_TW.po index 96d01e81d..3d51f4c55 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-06 10:49-0400\n" +"POT-Creation-Date: 2005-06-10 12:53-0400\n" "PO-Revision-Date: 2003-05-27 20:23+0800\n" "Last-Translator: Abel Cheung <maddog@linux.org.hk>\n" "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n" @@ -14,69 +14,69 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: glib/gconvert.c:404 +#: glib/gconvert.c:406 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "不支援將字元集‘%s’轉換成‘%s’" -#: glib/gconvert.c:408 +#: glib/gconvert.c:410 #, fuzzy, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "無法將‘%s’轉換至‘%s’:%s" -#: glib/gconvert.c:614 glib/gconvert.c:902 glib/giochannel.c:1319 +#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911 #: glib/gutf8.c:1361 msgid "Invalid byte sequence in conversion input" msgstr "轉換輸入資料時遇到不正確的位元組次序" -#: glib/gconvert.c:619 glib/gconvert.c:835 glib/giochannel.c:1326 +#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326 #: glib/giochannel.c:2215 #, c-format msgid "Error during conversion: %s" msgstr "轉換時發生錯誤:%s" -#: glib/gconvert.c:637 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 +#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253 #: glib/gutf8.c:1357 msgid "Partial character sequence at end of input" msgstr "輸入資料結束時出現未完成的字元次序" -#: glib/gconvert.c:811 +#: glib/gconvert.c:817 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "無法將後備字串‘%s’的字元集轉換成‘%s’" -#: glib/gconvert.c:1611 +#: glib/gconvert.c:1617 #, fuzzy, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "URI‘%s’不是使用 file 格式的絕對 URI" -#: glib/gconvert.c:1621 +#: glib/gconvert.c:1627 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "本機檔案的 URI‘%s’不應含有‘#’" -#: glib/gconvert.c:1638 +#: glib/gconvert.c:1644 #, c-format msgid "The URI '%s' is invalid" msgstr "URI‘%s’無效" -#: glib/gconvert.c:1650 +#: glib/gconvert.c:1656 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "URI‘%s’中的主機名稱無效" -#: glib/gconvert.c:1666 +#: glib/gconvert.c:1672 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "URI‘%s’含有不正確的「跳出字元」(escaped characters)" -#: glib/gconvert.c:1760 +#: glib/gconvert.c:1766 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "路徑名稱‘%s’不是絕對路徑" -#: glib/gconvert.c:1770 +#: glib/gconvert.c:1776 msgid "Invalid hostname" msgstr "主機名稱無效" @@ -390,17 +390,17 @@ msgstr "文字是空白的 (或只含有空白字元)" msgid "Failed to read data from child process" msgstr "無法從副進程讀取資料" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1350 +#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "無法建立管道來和副進程溝通 (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1014 +#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "無法從管道讀取資料 (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1219 +#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "無法進入目錄‘%s’(%s)" @@ -435,32 +435,32 @@ msgstr "當 select() 從副進程讀取資料時發生無法預計的錯誤 (%s) msgid "Unexpected error in waitpid() (%s)" msgstr "waitpid() 發生無法預計的錯誤 (%s)" -#: glib/gspawn.c:1079 +#: glib/gspawn.c:1083 #, c-format msgid "Failed to fork (%s)" msgstr "無法衍生進程 (%s)" -#: glib/gspawn.c:1229 +#: glib/gspawn.c:1233 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "無法執行副進程“%s”(%s)" -#: glib/gspawn.c:1239 +#: glib/gspawn.c:1243 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "無法將副進程的輸出或輸入重新導向 (%s)" -#: glib/gspawn.c:1248 +#: glib/gspawn.c:1252 #, c-format msgid "Failed to fork child process (%s)" msgstr "無法衍生副進程 (%s)" -#: glib/gspawn.c:1256 +#: glib/gspawn.c:1260 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "執行副進程“%s”時發生不明的錯誤" -#: glib/gspawn.c:1278 +#: glib/gspawn.c:1282 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)" @@ -502,17 +502,17 @@ msgstr "" msgid "Application Options:" msgstr "" -#: glib/goption.c:621 +#: glib/goption.c:622 #, c-format msgid "Cannot parse integer value '%s' for --%s" msgstr "" -#: glib/goption.c:631 +#: glib/goption.c:632 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "" -#: glib/goption.c:1361 +#: glib/goption.c:1362 #, c-format msgid "Unknown option %s" msgstr "" @@ -587,12 +587,17 @@ msgstr "" msgid "Key file contains invalid escape sequence '%s'" msgstr "URI‘%s’含有不正確的「跳出字元」(escaped characters)" -#: glib/gkeyfile.c:3177 +#: glib/gkeyfile.c:3180 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "" -#: glib/gkeyfile.c:3205 +#: glib/gkeyfile.c:3189 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "" + +#: glib/gkeyfile.c:3219 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "" |